Skip to content

Instantly share code, notes, and snippets.

View h3xx's full-sized avatar
#GiveUpGitHub

Dan Church h3xx

#GiveUpGitHub
View GitHub Profile
@h3xx
h3xx / rapidsvn-0.12.0-1_wxWidgets_api_compat.patch
Created March 9, 2012 01:50
Fix rapidsvn-0.12.0-1 wxWidgets 2.8 compatibility
This patch fixes the following error in rapidsvn-0.12.0-1 when compiling against wxWidgets without 2.6 compatibility enabled:
preferences_dlg.cpp: In member function 'bool PreferencesDlg::SelectExecutable(const wxString&, wxTextCtrl*)':
preferences_dlg.cpp:129:41: error: 'wxOPEN' was not declared in this scope
listener.cpp: In member function 'void Listener::Data::callbackSslClientCertPrompt()':
listener.cpp:170:44: error: 'wxOPEN' was not declared in this scope
listener.cpp:170:53: error: 'wxFILE_MUST_EXIST' was not declared in this scope
diff -ru rapidsvn-0.12.0-1.orig/src/listener.cpp rapidsvn-0.12.0-1/src/listener.cpp
--- rapidsvn-0.12.0-1.orig/src/listener.cpp 2009-10-20 01:49:10.000000000 -0500
@h3xx
h3xx / wiki-100k.txt
Created March 5, 2012 03:07
Wictionary top 100,000 most frequently-used English words [for john the ripper]
#!comment: This is a list of the top 100,000 most frequently-used English words
#!comment: according to Wiktionary.
#!comment:
#!comment: It was compiled in August 2005 and coalesced into a handy list for
#!comment: use in John the Ripper.
#!comment:
#!comment:
#!comment: Pull date: Sun Jan 15 22:03:54 2012 GMT
#!comment:
#!comment: Sources:
@h3xx
h3xx / elinks-git_ruby-1.9.1_compat.patch
Created March 4, 2012 01:38
Patch to fix elinks to work with Ruby 1.9.1+
@h3xx
h3xx / vidalia-0.2.15_fix_control_panel_height.patch
Created February 14, 2012 19:45
Fix control panel height in Vidalia 0.2.15
diff -ru vidalia-0.2.15.orig/src/vidalia/MainWindow.ui vidalia-0.2.15/src/vidalia/MainWindow.ui
--- vidalia-0.2.15.orig/src/vidalia/MainWindow.ui 2011-10-07 14:16:56.000000000 -0500
+++ vidalia-0.2.15/src/vidalia/MainWindow.ui 2012-02-14 13:29:55.000000000 -0600
@@ -12,7 +12,7 @@
<property name="maximumSize" >
<size>
<width>16777215</width>
- <height>1</height>
+ <height>0</height>
</size>