Skip to content

Instantly share code, notes, and snippets.

[23:26:23] [main/INFO]: ModLauncher running: args [--username, lunahex, --version, forge-35.1.36, --gameDir, D:\Minecraft\Instances\Nesty, --assetsDir, D:\Minecraft\Install\assets, --assetIndex, 1.16, --uuid, b29dfb08b93d4e7aab37bf6a957a4bc7, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768, --launchTarget, fmlclient, --fml.forgeVersion, 35.1.36, --fml.mcVersion, 1.16.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20201102.104115]
[23:26:23] [main/INFO]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_51 by Oracle Corporation
[23:26:23] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[23:26:24] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[23:26:24] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/D:/Minecraft/Install/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[23:26:26] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:sy

Keybase proof

I hereby claim:

  • I am dualmoon on github.
  • I am lunahex (https://keybase.io/lunahex) on keybase.
  • I have a public key ASBGXL6PPHRxINZz7qcdKZxDNgR0UYchcHkq7m5fo0HFbAo

To claim this, I am signing this object:

FF = require 'node-find-files'
JF = require 'jsonfile'
JF.spaces = 4
sbinitFile = 'sbinit.config'
sbinitConfig=
assetDirectories: [
'assets/'
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
#
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'tty.js' ]
2 info using npm@1.4.14
3 info using node@v0.10.29
4 verbose node symlink C:\Program Files\nodejs\\node.exe
5 verbose cache add [ 'tty.js', null ]
6 verbose cache add name=undefined spec="tty.js" args=["tty.js",null]
@dualmoon
dualmoon / newtonsqrt.go
Created November 6, 2013 22:50
A Go script to use Newton's Method to approximate the square root of a number.
package main
import (
"fmt"
"math"
)
func Sqrt(x float64) float64 {
numToRoot := 121.0
epsilon := 5.0
var net = require('net');
var sockets = [];
var debug = new Object();
debug.enabled = true;
debug.log = function(text){
if(this.enabled){
console.log(text);
}
}
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Unexpected error
A full error report has been saved to C:\Users\Ashley\Desktop\MultiMC\instances\AnarchyCraft-Testing\minecraft\crash-reports\crash-2012-12-17_12.44.44-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(
#!/usr/bin/env python
import sys
import os
from random import random
from base64 import b64encode
from zipfile import ZipFile
from plistlib import readPlist
import shutil
def main(args):
#create a simple random string for our temporary folder