This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # This script was forked from https://gist.github.com/hugorodgerbrown/5317616 | |
| # and modified to convert a directory full | |
| # of html files into md equivalents. It uses | |
| # pandoc to do the conversion. | |
| # | |
| # 1. Install pandoc from http://johnmacfarlane.net/pandoc/ | |
| # 2. Copy this script into the directory containing the .html files | |
| # 3. Ensure that the script has execute permissions | |
| # 4. Run the script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Updating to “arduino-upload@1.3.3” failed.Hide output… | |
| > serialport-builds-electron@4.0.7 install /private/var/folders/qd/vw5fb02n0252s91tf6wnvv700000gn/T/apm-install-dir-118230-36049-8uuwg5.mk0kjoflxr/node_modules/arduino-upload/node_modules/serialport-builds-electron | |
| > node-pre-gyp install --fallback-to-build | |
| Failed to execute '/Applications/Atom.app/Contents/Resources/app/apm/bin/node /Applications/Atom.app/Contents/Resources/app/apm/bin/../node_modules/.bin/node-gyp configure --fallback-to-build --module=/private/var/folders/qd/vw5fb02n0252s91tf6wnvv700000gn/T/apm-install-dir-118230-36049-8uuwg5.mk0kjoflxr/node_modules/arduino-upload/node_modules/serialport-builds-electron/build/Release/serialport.node --module_name=serialport --module_path=/private/var/folders/qd/vw5fb02n0252s91tf6wnvv700000gn/T/apm-install-dir-118230-36049-8uuwg5.mk0kjoflxr/node_modules/arduino-upload/node_modules/serialport-builds-electron/build/Release --python=/Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- Minecraft Crash Report ---- | |
| // Don't be sad. I'll do better next time, I promise! | |
| Time: 1/31/16 9:23 PM | |
| Description: There was a severe problem during mod loading that has caused the game to fail | |
| cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: forestry.api.recipes.ICentrifugeManager.addRecipe(ILnet/minecraft/item/ItemStack;[Lnet/minecraft/item/ItemStack;[I)V | |
| at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) | |
| at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739) | |
| at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Anonymous UUID: 196B96B2-DBBA-DC08-6CFF-6D265A1FFE6B | |
| Tue Oct 6 11:16:18 2015 | |
| *** Panic Report *** | |
| panic(cpu 0 caller 0xffffff8006616df2): Kernel trap at 0xffffff800630e241, type 14=page fault, registers: | |
| CR0: 0x0000000080010033, CR2: 0xffffff8610722c3c, CR3: 0x0000000010a9e0be, CR4: 0x00000000001626e0 | |
| RAX: 0x00000000ff3d0004, RBX: 0xffffff8070f63400, RCX: 0xffffff8070f63408, RDX: 0x0301030203020302 | |
| RSP: 0xffffff809f34bbc0, RBP: 0xffffff809f34bc30, RSI: 0xffffff8070f63000, RDI: 0xffffff82137e2c2c | |
| R8: 0xffffff8610722c3c, R9: 0xffffff86107e2c38, R10: 0xffffff82137e2d38, R11: 0x0f0f0f0f0f0f0f0f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- Minecraft Crash Report ---- | |
| // Ooh. Shiny. | |
| Time: 5/10/15 5:33 PM | |
| Description: There was a severe problem during mod loading that has caused the game to fail | |
| cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mekanism/common/tile/TileEntitySalinationController | |
| at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) | |
| at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:535) | |
| at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:241) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Computer Name Censored):Cellar Steven$ brew install wine | |
| ==> Installing dependencies for wine: libgphoto2, little-cms2, jasper, libicns, sane-backends | |
| ==> Installing wine dependency: libgphoto2 | |
| ==> Downloading https://downloads.sourceforge.net/project/gphoto/libgphoto/2.5.5/libgphoto2-2.5.5.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/libgphoto2-2.5.5.tar.bz2 | |
| ==> Downloading http://sourceforge.net/p/gphoto/bugs/_discuss/thread/e52254c4/a5b3/attachment/xx.pat | |
| Already downloaded: /Library/Caches/Homebrew/libgphoto2--patch-da1cd2e0fcc49a0fe374739ee15b448e9c04428c.pat | |
| ==> Patching | |
| patching file libgphoto2_port/gphoto2/gphoto2-port-log.h | |
| ==> ./configure --prefix=/usr/local/Cellar/libgphoto2/2.5.5 CFLAGS=-D_DARWIN_C_SOURCE |