Skip to content

Instantly share code, notes, and snippets.

[
{
"name": "Big Buck Bunny: the Dark Truths of a Video Dev Cartoon (DASH)",
"shortName": "",
"iconUri": "https://storage.googleapis.com/shaka-asset-icons/dark_truth.png",
"manifestUri": "https://storage.googleapis.com/shaka-demo-assets/bbb-dark-truths/dash.mpd",
"source": "DEMO_SHAKA",
"focus": false,
"disabled": false,
"extraText": [],

Keybase proof

I hereby claim:

  • I am nextsux on github.
  • I am nextsux (https://keybase.io/nextsux) on keybase.
  • I have a public key ASDhHwYPiFdnrwwaZnsfEhJ_auoyFDiIPQZvK8XZUQH6Rgo

To claim this, I am signing this object:

# cat /mnt/reaver/mnt/data/old/3fault.patch
diff -ruN linux-2.6.13.4/arch/i386/Kconfig.debug linux-2.6.13.4-b/arch/i386/Kconfig.debug
--- linux-2.6.13.4/arch/i386/Kconfig.debug 2005-10-10 20:54:29.000000000 +0200
+++ linux-2.6.13.4-b/arch/i386/Kconfig.debug 2005-11-02 11:25:49.000000000 +0100
@@ -71,5 +71,17 @@
bool
depends on X86_LOCAL_APIC && !X86_VISWS
default y
+
+config X86_TRIPPLEFAULT
@nextsux
nextsux / out.kml
Created May 2, 2014 15:48
csv2kml output
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>out.kml</name>
<Style id="sh_donut">
<IconStyle>
<scale>0.85</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/donut.png</href>
</Icon>
@nextsux
nextsux / gps.csv
Created May 2, 2014 15:48
csv2kml input
16.6078573968468 49.2004307133057
16.6078504290296 49.2004541815581
16.6078436252835 49.2004776295315
@nextsux
nextsux / csv2kml.py
Last active August 29, 2015 14:00
kachlicka
#!/bin/env python2
import csv
import sys
# overeni povinnych parametru
if len(sys.argv) < 3:
print("Usage: %s <file.csv> <output.kml>" % sys.argv[0])
sys.exit(1)
# otevreme vstupni soubor
@nextsux
nextsux / install.md
Created December 8, 2011 08:57
SparkleShare-Dashboard on ARMv5 in QEMU

Install emulated ARM box

$ mkdir arm
$ cd arm

(I've installed lenny because squeeze have some issues with installer on arm inside qemu)

$ wget ftp://ftp.debian.org/debian/dists/lenny/main/installer-armel/current/images/versatile/netboot/vmlinuz-2.6.26-2-versatile