A plugin to make authoring with MUI components efficient, both for humans and bundlers.
/** | |
* jQuery alterClass plugin | |
* | |
* Remove element classes with wildcard matching. Optionally add classes: | |
* $( '#foo' ).alterClass( 'foo-* bar-*', 'foobar' ) | |
* | |
* Copyright (c) 2011 Pete Boere (the-echoplex.net) | |
* Free under terms of the MIT license: http://www.opensource.org/licenses/mit-license.php | |
* | |
*/ |
/* Source Code Windows 2000 */ | |
#include "win31.h" | |
#include "win95.h" | |
#include "win98.h" | |
#include "workst~1.h" | |
#include "evenmore.h" | |
#include "oldstuff.h" | |
#include "billrulz.h" | |
#include "monopoly.h" |
-- Remove the history from | |
rm -rf .git | |
-- recreate the repos from the current content only | |
git init | |
git add . | |
git commit -m "Initial commit" | |
-- push to the github remote repos ensuring you overwrite history | |
git remote add origin [email protected]:<YOUR ACCOUNT>/<YOUR REPOS>.git |
var stateCapitals = [ | |
{ name: 'Montgomery', stateAbbrev: 'AL' }, | |
{ name: 'Juneau', stateAbbrev: 'AK' }, | |
{ name: 'Phoenix', stateAbbrev: 'AZ' }, | |
{ name: 'Little Rock', stateAbbrev: 'AR' }, | |
{ name: 'Sacramento', stateAbbrev: 'CA' }, | |
{ name: 'Denver', stateAbbrev: 'CO' }, | |
{ name: 'Hartford', stateAbbrev: 'CT' }, | |
{ name: 'Dover', stateAbbrev: 'DE' }, | |
{ name: 'Tallahassee', stateAbbrev: 'FL' }, |
MCPBot is finally dead, and so goes with it every old version of ForgeGradle. Hope you're not maintaining any 1.7-1.12 mods anymore (or, god forbid, 1.6)! Because if you do, nobody will help you, and if you ask you will be banned from all official Forge channels. Fun fun fun. Game over.
...Or not. Someone asked ArchiveBot to rescue the MCPBot exports, and a WARC file containing a seemingly complete archive is available for download. And, these old ForgeGradle versions download mappings over plain HTTP, not HTTPS!
I maintain Ears, a mod available for too many versions of Minecraft, and it uses old versions of ForgeGradle to build the 1.6, 1.7, 1.8, 1.9-1.11, and 1.12 ports. Because reengineering these old versions of ForgeGradle is a huge goddamn wa