Skip to content

Instantly share code, notes, and snippets.

View davedoesdev's full-sized avatar

David Halls davedoesdev

View GitHub Profile
@davedoesdev
davedoesdev / COPYING
Created September 19, 2012 08:17
Quietening Syslinux
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
@davedoesdev
davedoesdev / svgalib-1.4.3.patch
Created September 21, 2012 21:46
Getting SVGAlib to compile
diff -ru packages.orig/svgalib-1.4.3/Makefile packages/svgalib-1.4.3/Makefile
--- packages.orig/svgalib-1.4.3/Makefile 2001-04-18 18:35:51.000000000 +0100
+++ packages/svgalib-1.4.3/Makefile 2010-04-30 22:01:09.000000000 +0100
@@ -86,22 +86,7 @@
BACKUP = ../svgalib-$(VERSION).tar.gz
-default:
- @echo "To install SVGAlib, do one of the following:"
- @echo ""
@davedoesdev
davedoesdev / COPYING
Created September 22, 2012 19:58
Zgv changes
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
675 Mass Ave, Cambridge, MA 02139, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
@davedoesdev
davedoesdev / COPYING
Created September 30, 2012 20:56
Script cleanup
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
@davedoesdev
davedoesdev / xosdd-0.0.patch
Created October 7, 2012 06:40
xosdd protocol enhancement
diff -ru packages.orig/xosdd-0.0/osd.c packages/xosdd-0.0/osd.c
--- packages.orig/xosdd-0.0/osd.c 2010-05-02 22:24:15.000000000 +0100
+++ packages/xosdd-0.0/osd.c 2011-04-04 21:42:40.000000000 +0100
@@ -412,6 +412,8 @@
*pos = XOSD_top;
} else if (strcmp(s, "bottom") == 0) {
*pos = XOSD_bottom;
+ } else if (strcmp(s, "middle") == 0) {
+ *pos = XOSD_middle;
} else {
@davedoesdev
davedoesdev / COPYING
Created October 7, 2012 10:11
Vu Meter
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
@davedoesdev
davedoesdev / .gitignore
Created November 12, 2012 07:55
Using Webkit from GTK+/Vala
webkit-example
@davedoesdev
davedoesdev / .gitignore
Last active December 11, 2015 20:59
Using Webkit from Qt/C++
webkit-example.pro.user
tclap
tclap-1.2.1
*.o
webkit-example
Makefile
ui_mainwindow.h
moc_mainwindow.cpp
@davedoesdev
davedoesdev / COPYING
Last active December 15, 2015 08:09
Using Webkit from Qt Quick (QML)/Python
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
@davedoesdev
davedoesdev / COPYING
Last active December 15, 2015 09:39
Wrapping Chromium using Bash and inotify
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for