Skip to content

Instantly share code, notes, and snippets.

View ptdorf's full-sized avatar

Peter Wilmersdorf ptdorf

View GitHub Profile
@ptdorf
ptdorf / gist:2371843
Created April 12, 2012 23:23
My modest skill set
Sun/AIX/Linux, .ASP, .NET, C#, compact framework, environment,
Framework, Project, programmer, Remoting, windows, services, 16-bit,
C, 2000, Server/Advanced, 2000/XP/2003, 2003, WDM, 2d/3d design, 2k,
32-bit, 3D, animation, Design, script, Engines, Graphics, Modeling,
Studio Max, StudioMax, 3dsmax, 8031, 8051, 8086, 95, 98, A+, ABAP,
ABAP/4, Access, add-ins, accounting, invoicing sys, Acrobat, Action
script, Active Directory, Object-Oriented, Active Perl, Active Server
Pages, Active X, Active Threed, Control, ActiveX, Plug-in, ActiveX/COM
APIs, AcuVoice, ADO, ADO.NET, Adobe, After Effects, Go Live, CS, Image
Ready, In Design, PageMaker, Photoshop, Premier, ADOX, ADSI, Advance
@ptdorf
ptdorf / gist:1291467
Created October 16, 2011 21:49
realpath c source
//http://stackoverflow.com/questions/284662
// realpath.c: display the absolute path to a file or directory.
// Adam Liss, August, 2007
// This program is provided "as-is" to the public domain, without express or
// implied warranty, for any non-profit use, provided this notice is maintained.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ptdorf
ptdorf / gist:1291236
Created October 16, 2011 18:27
Compile LAMP from source
===OPENSSL===
cd /opt/build
tar -zxvf ../downloads/openssl-1.0.0e.tar.gz
cd openssl-1.0.0e
./config --prefix=/usr/local
make
sudo make install
===APACHE2===
tar -zxvf ../downloads/httpd-2.2.19.tar.gz