Skip to content

Instantly share code, notes, and snippets.

View anoduck's full-sized avatar
😢
Everything is sadness

Anoduck anoduck

😢
Everything is sadness
View GitHub Profile
@anoduck
anoduck / tahoefs.c
Created November 30, 2014 21:26
Recieving errors from attempting to compile tahoefs. I am having difficulties tracing the answer, very frustrating...
json_stub.c: In function ‘json_stub_extract_child’:
json_stub.c:289:3: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:271) [-Wdeprecated-declarations]
jchildrenp = json_object_object_get(jfileinfop, "children");
^
Successfully remade target file `json_stub.o'.
File `filecache.o' does not exist.
Must remake target `filecache.o'.
cc -Wall -g -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse -I/usr/include/json-c -c -o filecache.o filecache.c
Successfully remade target file `filecache.o'.
Must remake target `tahoefs'.
@anoduck
anoduck / Droid Fusion
Last active August 29, 2015 14:10
What is the Droid Fusion Iso
The Droid Fusion is a network security distro of the Android operating system. Meant to run on phones, that can handle it.
The Download link is as follows:
(It wiil take some time to downbload the link, because the file is 2.7G)
https://docs.google.com/file/d/0BxaBYtCO_aLyYUZaeE5qV1VpTDg/edit?pli=1
@anoduck
anoduck / 0_reuse_code.js
Last active August 29, 2015 14:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@anoduck
anoduck / todo.txt tools
Created December 6, 2014 23:32
List of tools ripped of of the todo.txt website, listing all the applications that you can use with it.
Community Apps: Todo.txt on your favorite device or platform.
In addition to the official Todo.txt apps, community members have built more apps and add-ons that work with Todo.txt.
Desktop
Todotxt.net
A minimalist, keyboard-driven Windows GUI for your todo.txt file, by Ben Hughes.
TodoTxtMac
@anoduck
anoduck / tomboy-todo
Created December 6, 2014 23:33
Issues with installing tomboy todo:
http://romain.blogreen.org/projects/tomboy-todo/
tomboy-todo-1.0.0$ make
Making all in src
make[1]: Entering directory `/home/vassilios/Sandbox/rboy/tomboy-todo-1.0.0/src'
/usr/bin/gmcs -out:tomboy-todo.dll -target:library -r:/usr/lib/tomboy/Tomboy.exe -resource:./Todo.addin.xml Todo.cs
Todo.cs(26,7): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(69,44): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(74,46): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(84,32): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
@anoduck
anoduck / pyfs-fuse.py
Last active August 29, 2015 14:11
a copy of the script located on http://www.stavros.io/posts/python-fuse-filesystem/ Which discusses the simplicity of writing a fuse fs in python.
#!/usr/bin/env python
from __future__ import with_statement
import os
import sys
import errno
from fuse import FUSE, FuseOSError, Operations
@anoduck
anoduck / ox-taskjuggler.el
Created January 2, 2015 08:59
Emacs plugin for exporting tasks to taskjuggler
;;; ox-taskjuggler.el --- TaskJuggler Back-End for Org Export Engine
;;
;; Copyright (C) 2007-2014 Free Software Foundation, Inc.
;;
;; Emacs Lisp Archive Entry
;; Filename: ox-taskjuggler.el
;; Author: Christian Egli
;; Nicolas Goaziou <n dot goaziou at gmail dot com>
;; Maintainer: Christian Egli
;; Keywords: org, taskjuggler, project planning
@anoduck
anoduck / gist:fcdedcf92f2622764d37
Created January 3, 2015 09:55
This is output from my terminal when I attempted to uninstall all of kde.
sudo apt-get remove akonadi-facebook akregator amarok amarok-common amarok-utils apport-kde apturl-kde ark audiocd-kio bluedevil calligra-data calligra-libs colord-kde cryptsetup dolphin dragonplayer freespacenotifier gnupg-agent gnupg2 gpgsm gstreamer0.10-qapt gtk2-engines-oxygen gtk3-engines-oxygen gwenview ibus-qt4 kaccessible kaddressbook kamera kamoso kate kcalc kde-base-artwork kde-baseapps-bin kde-baseapps-data kde-config-gtk-style kde-config-tablet kde-config-telepathy-accounts kde-config-touchpad kde-style-oxygen kde-telepathy kde-telepathy-approver kde-telepathy-auth-handler kde-telepathy-contact-list kde-telepathy-data kde-telepathy-filetransfer-handler kde-telepathy-integration-module kde-telepathy-minimal kde-telepathy-send-file kde-telepathy-text-ui kde-wallpapers-default kde-window-manager kde-window-manager-common kde-workspace kde-workspace-bin kde-workspace-data kde-workspace-kgreet-plugins kde-zeroconf kdegames-card-data kdegames-data kdegraphics-strigi-analyzer kdemultimedia-kio-plugins k
@anoduck
anoduck / Spring2015-class-schedule
Last active August 29, 2015 14:12
Potential Class Schedule for Spring Semester 2015 @ gordon College Barnesville Ga Pietruszewski
#+TITLE: Class Schedule and Winter events 2014-2015
#+DATE: 2014-12-09
#+CATEGORY: Planning
* TODO The List
** TODO get schedule unlocked by dr. Burstein
* Class Schedule for Spring 2014
** Biology
*** Hyde will not be teaching bio ?2201? -->> WTF?
***** Will be assuming that Divine intervention will occur
*** Hyde will be teaching the second round of Bio
@anoduck
anoduck / spider_error-py.txt
Created January 7, 2015 20:18
error recieved from the attempted execution of spider.py
Spidering from the file freesites.xml
Traceback (most recent call last):
File "spider.py", line 646, in <module>
spider (sys.argv)
File "spider.py", line 543, in spider
doc = xml.etree.ElementTree.parse(argv[1])
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1182, in parse
tree.parse(source, parser)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 656, in parse
parser.feed(data)