King James Version  Updated 2025-07-16
 Microwave vs radio wave transmission  Updated 2025-07-16
 MuJoCo  Updated 2025-07-16
Was a closed source project by "Roboti LLC", which was then acquired by DeepMind in October 2021 and open sourced March 2022: www.deepmind.com/blog/open-sourcing-mujoco
 plasticboy/vim-markdown  Updated 2025-07-16
Ciro Santilli contributed a bit to this, and was even given push rights, see also: see also: Ciro Santilli's minor projects.
 Tomb of Cyrus  Updated 2025-07-16
 webpack CSS ignore font format  Updated 2025-07-16
 Yahoo! product  Updated 2025-07-16
 India  Updated 2025-07-16
 Maxwell's equations with pointlike particles  Updated 2025-07-16
In the standard formulation of Maxwell's equations, the electric current is a convient but magic input.
Would it be possible to use Maxwell's equations to solve a system of pointlike particles such as electrons instead?
The following suggest no, or only for certain subcases less general than Maxwell's equations:
This is the type of thing where the probability aspect of quantum mechanics seems it could "help".
 Möbius strip  Updated 2025-07-16
 City in Germany  Updated 2025-07-16
 MIT 8.06 Quantum Physics III, Spring 2018 by Barton Zwiebach  Updated 2025-07-16
Instructor: Barton Zwiebach.
Free material from university courses:
- physics.weber.edu/schroeder/quantum/QuantumBook.pdf (archive) "Notes on Quantum Mechanics" pusbliehd by Daniel V. Schroeder (2019) The author is from from Weber State University.
 
 enwiki-latest-category.sql  Updated 2025-07-16
dumps.wikimedia.org/enwiki/latest/enwiki-latest-category.sql.gz contains a list of categories. It only contains the categories and some counts, but it doesn't contain the subcategories and pages under each category, so it is a bit pointless.
The schema is listed at: www.mediawiki.org/wiki/Manual:Category_table
The SQL first defines the table:followed by a few humongous inserts:which we can see at: en.wikipedia.org/wiki/Category:Computer_storage_devices
CREATE TABLE `category` (
  `cat_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `cat_title` varbinary(255) NOT NULL DEFAULT '',
  `cat_pages` int(11) NOT NULL DEFAULT 0,
  `cat_subcats` int(11) NOT NULL DEFAULT 0,
  `cat_files` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`cat_id`),
  UNIQUE KEY `cat_title` (`cat_title`),
  KEY `cat_pages` (`cat_pages`)
) ENGINE=InnoDB AUTO_INCREMENT=249228235 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED;INSERT INTO `category` VALUES (2,'Unprintworthy_redirects',1597224,20,0),(3,'Computer_storage_devices',88,11,0)Se see that en.wikipedia.org/wiki/Category:Computer_storage_devices_by_companyso it contains only categories.
- en.wikipedia.org/wiki/Category:Computer_storage_devices is a subcategory of that category and it appears in that file.
 - en.wikipedia.org/wiki/Acronis_Secure_Zone is a page of the category, and it does not appear
 
We can check this with:and it shows:There doesn't seem to be any interlink between the categories, only page and subcategory counts therefore.
sed -s 's/),/\n/g' enwiki-latest-category.sql | grep Computer_storage_devices(3,'Computer_storage_devices',88,11,0
(521773,'Computer_storage_devices_by_company',6,6,0 Naive Lie theory by John Stillwell (2008)  Updated 2025-07-16
 Named algebraic equation  Updated 2025-07-16
 W boson  Updated 2025-07-16
 Weak charge  Updated 2025-07-16
 Alternating group of degree 5  Updated 2025-07-16
 Envelope (waves)  Updated 2025-07-16
 There are unlisted articles, also show them or only show them.