Skip to content

Marc Abramowitz

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

Category: Programming

Programming

autotut: Using GNU auto{conf,make,header}

Here's a nice little tutorial on the basics of how to use the GNU autoconf, automake, autoheader, and libtool tools: http://seul.org/docs/autotut/ Or if you'd rather get your hands on dead trees, then there's this book, which I...
Marc 2005-09-142005-09-21
ProgrammingWindows

Yahoo! Music Engine plugin project template for Visual C# 2005

This morning I posted a Yahoo! Music Engine plugin project template for Visual C# 2005. If you use Visual C# 2005 (including the Express Edition which is what I have), I hope you find this useful for writing plugins for Yahoo!...
Marc 2005-09-142006-04-01
GeneralPHP

Online PHP book

http://www.hudzilla.org/phpbook/ More PHP books from Amazon......
Marc 2005-09-112006-12-02
GeneralProgramming

valgrind issues in gd?

I ran valgrind on the "fontsizetest" program that comes with gd-2.0.33 and it came up with this warning: ==83135== Conditional jump or move depends on uninitialised value(s) ==83135== at 0x2D2E2424: gdCacheGet (gdcache.c:108)...
Marc 2005-08-172005-08-17
GeneralRuby

Ruby on Rails video

This short movie shows how easy it is to setup a new Ruby on Rails application: Ruby on Rails video Books on Ruby on Rails from Amazon.com...
Marc 2005-08-062006-03-20
GeneralProgramming

Possible character spacing bug in gd library

I think that I may have discovered a bug in character spacing that was introduced somewhere in between gd versions 2.0.28 and 2.0.33. This bug is not present in the gd bundled with PHP, which I am told by Rasmus is some kind of...
Marc 2005-08-042005-08-04
GeneralRuby

Setting up Ruby on Rails to work with Apache and FastCGI

Up until today, I had only been running Ruby on Rails apps inside the built-in WEBrick web server, which is really slow. Today, I set up my Rails apps to work with Apache. If you just run them as CGIs inside Apache, this is also...
Marc 2005-08-022005-08-03

Posts pagination

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