CARVIEW |
paulbaumgart
(Paul Baumgart)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Paul Baumgart
- Website/Blog
- https://paul.baumgart.us
- Location
- San Diego, CA
- Member Since
- Jan 17, 2009 (about 1 year)
Following 5 coders and watching 13 repositories view all →
Public Repositories (7)
-
cappuccino
Web Application Framework in JavaScript and Objective-J
Forked from 280north/cappuccino Mon Jan 25 20:06:00 -0800 2010
Last updated Mon Jan 25 20:08:12 -0800 2010
-
objj-pygments
Pygments Syntax Highlighting for Objective-J
Last updated Tue Jan 19 03:29:29 -0800 2010
-
CanyonPilot
Fly a 3d plane through a 3d canyon!
Last updated Fri Jan 15 00:29:35 -0800 2010
-
narwhal
A JavaScript standard library, package manager, and more.
Forked from 280north/narwhal Tue Jan 05 18:19:30 -0800 2010
Last updated Wed Jan 06 12:24:47 -0800 2010
-
xbin
~/bin
Forked from kriskowal/xbin Sun Jan 03 22:51:07 -0800 2010
Last updated Sun Jan 03 23:04:43 -0800 2010
-
GreasemonkeyScripts
A collection of my Greasemonkey Scripts
Last updated Fri Nov 27 00:32:20 -0800 2009
-
HNScore
Greasemonkey script to show ratio of votes to comments
Forked from alexcurelea/HNScore Sun Aug 30 16:13:06 -0700 2009
Last updated Thu Sep 03 17:29:27 -0700 2009
Public Activity 

-
paulbaumgart committed 99cf3c2d:
Fix ugly lookahead hack for functions with nice, clean regex groups.

-
paulbaumgart committed 970d01a4:
Minor fix: change emdash to regular hyphen.

-
paulbaumgart committed 8bd39de9:
Improved analyse_text function to avoid clashes with CSS.

-
paulbaumgart committed 707861f1:
Added license & install info.

-
paulbaumgart committed ea677649:
re.MULTILINE is a lifesaver...

-
paulbaumgart committed 9360f193:
Minor fix to allow whitespace before selector definitions.

-
paulbaumgart committed c5a2badc:
Minor fix for highlighting JS functions.

-
paulbaumgart committed ada3adeb:
Now all Cappuccino .j files throw no errors, and code seems to highlight correctly otherwise. Fixes to selector definitions and pre-processor macros.

-
paulbaumgart committed 6830fd2b:
Added setup.py file.

-
paulbaumgart committed f2b6d1c7:
Turned into a python package.
-
paulbaumgart committed 2e69b88e:
Incorporated work from Dave Hess' lexer: JS function highlighting, improved preprocessor (both cpp and preprocess.js) highlighting.

-
paulbaumgart committed 7f225e21:
Updated examples.

-
paulbaumgart committed ec56e748:
Fixed cpp and Objective-J pre-processor highlighting.

-
paulbaumgart committed 26b450b6:
Made detection of functions (selectors) more reliable.

-
paulbaumgart committed 306157f2:
Added support for comments in more places.