Skip to content

Instantly share code, notes, and snippets.

07-19 11:25:13.580 E/ResourceType( 131): Style contains key with bad entry: 0x010102ce
07-19 11:25:14.050 E/ResourceType(23268): Style contains key with bad entry: 0x010102ce
07-19 11:25:14.420 W/nalizableReferenceQueue(23268): Could not load Finalizer in its own class loader. Loading Finalizer in the current class loader instead. As a result, you will not be able to garbage collect this class loader. To support reclaiming this class loader, either resolve the underlying issue, or move Google Collections to your system class path.
07-19 11:25:14.420 W/nalizableReferenceQueue(23268): java.io.FileNotFoundException: com/google/inject/internal/util/$Finalizer.class
07-19 11:25:14.420 W/nalizableReferenceQueue(23268): at com.google.inject.internal.util.$FinalizableReferenceQueue$DecoupledLoader.getBaseUrl(FinalizableReferenceQueue.java:269)
07-19 11:25:14.420 W/nalizableReferenceQueue(23268): at com.google.inject.internal.util.$FinalizableReferenceQueue$DecoupledLoader.loadFinalizer(FinalizableReferenceQueue.ja
@xpansive
xpansive / gol.cpp
Created July 14, 2012 00:28
Conwat's game of life
#include<iostream>
#include <fstream>
#include <cstdlib>
#include <string>
#define f(a,b) for(long double a = 0; a < b; a++) {
using namespace std ;
#define $ std::
#define printf(a, b, c, d) $ cout << a << b << c << d
if (evaluate() == true) {
return true;
} else if (evaluate() == false) {
return false;
}
@xpansive
xpansive / LICENSE.txt
Created February 25, 2012 20:45 — forked from 140bytes/LICENSE.txt
rotateString in 55 bytes
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Noah Weninger <https://github.com/xpansive>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@xpansive
xpansive / LICENSE.txt
Created November 3, 2011 21:49 — forked from 140bytes/LICENSE.txt
HSV←→HSL
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@xpansive
xpansive / LICENSE.txt
Created September 25, 2011 22:08 — forked from 140bytes/LICENSE.txt
HSV to RGB in 107 bytes
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE