Skip to content

Instantly share code, notes, and snippets.

View wsfulton's full-sized avatar

William S Fulton wsfulton

View GitHub Profile
@wsfulton
wsfulton / swig.authors
Created December 17, 2012 22:26 — forked from dnadlinger/swig.authors
Add dingzhigang
(no author) = Nobody <nobody ~at~ swig.org>
a11426 = Derrick <a11426 ~at~ users.sourceforge.net>
aahobor = Aquinas Hobor <aahobor ~at~ schlitz.cs.uchicago.edu>
amigalemming = amigalemming <amigalemming ~at~ users.sourceforge.net>
arty = Art Yerkes <ayerkes ~at~ speakeasy.net>
ashishs99 = Ashish Sharma <ashishs99 ~at~ gmail.com>
ballabio = Luigi Ballabio <luigi.ballabio ~at~ fastwebnet.it>
beazley = Dave Beazley <dave-swig ~at~ dabeaz.com>
beckford = Jonah Beckford <beckford ~at~ usermail.com>
bhy = Haoyu Bai <divinekid ~at~ gmail.com>
@wsfulton
wsfulton / java.swg.html
Last active December 13, 2015 19:48
SWIG Pygments syntax examples
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=latin1">
<style type="text/css">
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
@wsfulton
wsfulton / swig.plist
Last active August 29, 2015 14:11
SWIG Lingua
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>I don't think anyone uses .hp. .cp tends to be paired with .h. (I could be wrong. :) -- chris</string>
<key>fileTypes</key>
<array>
<string>cc</string>
<string>cpp</string>
@wsfulton
wsfulton / whitespace.patch
Created June 4, 2016 19:41
swig patch 694 whitespace fixes
diff --git a/Examples/python/import_packages/Makefile b/Examples/python/import_packages/Makefile
index d46e1e0..f428d6f 100644
--- a/Examples/python/import_packages/Makefile
+++ b/Examples/python/import_packages/Makefile
@@ -12,13 +12,13 @@ import_packages_subdirs = \
relativeimport2 \
relativeimport3 \
split_modules \
- namespace_pkg
+ namespace_pkg
From ca76734ed688fc20396997c11dd9de804e40bd57 Mon Sep 17 00:00:00 2001
From: William S Fulton <wsf@fultondesigns.co.uk>
Date: Thu, 25 May 2017 21:40:05 +0100
Subject: [PATCH 1/2] Whitespace corrections in C# std_list.i
---
Lib/csharp/std_list.i | 422 +++++++++++++++++++++++++-------------------------
1 file changed, 211 insertions(+), 211 deletions(-)
diff --git a/Lib/csharp/std_list.i b/Lib/csharp/std_list.i