Skip to content

Marc Abramowitz

  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing

Category: Programming

JavaScriptProgramming

JSLint: JavaScript Verifier

I was writing some code today that output data structures in JSON and I wanted to validate my output. This fit the bill nicely. Nothing to install. Just copy and paste and click a button. JSLint: The JavaScript Verifier...
Marc 2006-05-022007-02-19
Common LispLispProgramming

Qi for the Lisp Programmer

An interesting-looking Lisp dialect built on top of Common Lisp: Qi for the Lisp Programmer
Marc 2006-05-012007-03-11
Programming

Which library makes C programming most pleasant?

Here are a few libraries that purport to make C less tedious, easier to port, etc., etc. GLib Netscape Portable Runtime (NSPR) Apache Portable Runtime (APR) Which one is your fave? Discuss....
Marc 2006-04-28
Programming

Lex and Yacc

A nice intro (or refresher) for lex and yacc: epaperpress: Lex & Yacc Technorati: programming...
Marc 2006-04-28
Programming

Producing and maintaining high quality code

A nice list of tips for : Producing and maintaining high quality code
Marc 2006-04-26
EmacsProgramming

Emacs/CEDET – moving semantic.cache files out of the way

If you're using the CEDET tools which I recently mentioned, then you might come to be annoyed with the semantic.cache files that start littering all of your directories. Luckily there's a solution: (more…)...
Marc 2006-04-26
C++EmacsProgramming

Emacs functions for toggling between “.” and “->” in C code

The first function simply toggles the characters at the point between "." and "->". Not terribly useful. The second function is a little more interesting. You can put the point by a struct-type variable which is or isn't a...
Marc 2006-04-242006-04-26

Posts pagination

Prev Page 1 … Page 18 Page 19 Page 20 … Page 37 Next
Theme: flowp by Alex Gurghis.
  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing