Skip to content

Instantly share code, notes, and snippets.

View atroche's full-sized avatar

Alistair Roche atroche

View GitHub Profile
@atroche
atroche / output_log.txt
Last active February 24, 2020 08:17 — forked from HugsLibRecordKeeper/output_log.txt
Rimworld output log published using HugsLib
Log uploaded on Monday, February 24, 2020, 7:17:11 PM
Loaded mods:
Core: (no assemblies)
HugsLib[ov:6.2.0]: 0Harmony(2.0.0.4), HugsLib(av:1.0.0.0,fv:6.1.3)
RimHUD: 0Harmony(2.0.0.4), RimHUD(1.6.1.0)
Wall Light: WallLight(1.0.0.0)
QualityBuilder: 0Harmony(2.0.0.4), QualityBuilder(1.0.10.0)
Vanilla Weapons Expanded - Laser: 0Harmony(2.0.0.4), CompOversizedWeapon(1.18.0.0), RRO(1.0.0.0), VanillaWeaponsExpandedLaser(1.0.0.0)
Vanilla Furniture Expanded - Art: 0Harmony(2.0.0.4), ToggleBuildingDefOnPower(1.0.0.0)
Vanilla Animals Expanded — Australia: 0Harmony(2.0.0.4), ModCheck(0.0.0.0), NocturnalAnimals(1.0.0.0)

Magento Snippets

Download extension manually using pear/mage

Pear for 1.4, mage for 1.5. File downloaded into /downloader/.cache/community/

./pear download magento-community/Shipping_Agent
./mage download community Shipping_Agent

Clear cache/reindex

@atroche
atroche / README.md
Last active December 10, 2015 10:58 — forked from mbostock/.block

A treemap recursively subdivides area into rectangles; the area of any node in the tree corresponds to its value. This example uses color to encode different packages of the Flare visualization toolkit. Treemap design invented by Ben Shneiderman. Squarified algorithm by Bruls, Huizing and van Wijk. Data courtesy Jeff Heer.