Skip to content

Instantly share code, notes, and snippets.

@pao
pao / crash-2014-05-16_22.11.13-server.txt
Created May 17, 2014 04:08
Ag Skies 2.1.5 crash reports
---- Minecraft Crash Report ----
// You're mean.
Time: 5/16/14 10:11 PM
Description: Exception ticking world
java.lang.NoSuchMethodError: exaliquo.bridges.Mariculture.SkyFish.SkyFishDamsel.getRodNeeded()Lmariculture/api/fishery/EnumRodQuality;
at exaliquo.bridges.Mariculture.SkyFish.SkyFishDamsel.canCatch(SkyFishDamsel.java:30)
at mariculture.fishery.LootHandler.getFishForLocation(LootHandler.java:119)
at mariculture.fishery.LootHandler.getLoot(LootHandler.java:91)
git fetch && git merge origin
remote: Counting objects: 198, done.
remote: Compressing objects: 100% (169/169), done.
remote: Total 198 (delta 111), reused 57 (delta 29)
Receiving objects: 100% (198/198), 252.37 KiB | 0 bytes/s, done.
Resolving deltas: 100% (111/111), done.
From git://github.com/JuliaLang/julia
43ef954..9299b25 master -> origin/master
+ 8a381ad...d35c7d9 arm-make3 -> origin/arm-make3 (forced update)
1393314..babd52d cjh/fix-7304 -> origin/cjh/fix-7304
(flycheck-define-checker julia-lint
"A Julia syntax checker using Lint.jl."
:command ("julia" "-e"
"using Lint; lintfile(ARGS[1])" source-inplace)
:error-patterns
((info line-start
(zero-or-more blank)
(file-name) " "
(one-or-more (not digit))
line " INFO" (one-or-more blank) (message) line-end)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pao
pao / gist:3b1fb374f92f8a1e1e5f
Created April 28, 2015 02:44
junk backtraces
Exception: EXCEPTION_ACCESS_VIOLATION at 0x6bf96886 -- jl_interpret_toplevel_thunk_with at C:\Users\patrick\AppDat
a\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unknown line)
jl_interpret_toplevel_thunk_with at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unkno
wn line)
jl_interpret_toplevel_expr_in at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unknown
line)
jl_interpret_toplevel_thunk_with at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unkno
wn line)
jl_eval_with_compiler_p at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unkn
var noun_type_url_or_arb = {
label: "url or text",
default: noun_type_url.default,
suggest: function nt_url_arb_sugg(text, html, callback, selectionIndices) {
var textLC = text.toLowerCase();
if (textLC.substring(0,4) == "url ") {
return noun_type_url.suggest(text.substring(4), text.substring(4), callback, selectionIndices);
} else {
@pao
pao / ubiquity_addons.js
Created January 22, 2010 01:51 — forked from folarb/x
CmdUtils.makeSearchCommand({
names: ["addons"],
icon: "https://addons.mozilla.org/favicon.ico",
author: {
name: "Patrick O'Leary",
email: "patrick.oleary@gmail.com"
},
description: "Searches Mozilla Add-ons for your words",
help: "Doesn't show experimental add-ons (like ubiquity) yet. Enter (part of) the name or the description of an add-on. The first 5 results will be displayed in the preview, hit return to go to the search page",
url: "https://addons.mozilla.org/en-US/firefox/search?q={QUERY}",
--- a/pci/hda/patch_nvhdmi.c 2010-03-05 17:05:06.000000000 -0600
+++ b/pci/hda/patch_nvhdmi_gt220.c 2010-03-06 14:27:18.000000000 -0600
@@ -1335,6 +1335,8 @@
.patch = patch_nvhdmi_8ch_89 },
{ .id = 0x10de000b, .name = "GT21x HDMI",
.patch = patch_nvhdmi_8ch_89 },
+ { .id = 0x10de000a, .name = "GT220 HDMI",
+ .patch = patch_nvhdmi_8ch_89 },
{ .id = 0x10de000d, .name = "GT240 HDMI",
.patch = patch_nvhdmi_8ch_89 },
# Insert this into a non-login .rc file (.bashrc is good)
export EDITOR="emacsclient_smartframe.sh"
alias edit="${EDITOR} -n"
package com.unsubsonic;
import java.security.MessageDigest;
import org.apache.commons.codec.binary.Hex;
public class Main {
public static void main(String[] a) {
String s = "emailyouwant@code.for";
try {