Skip to content

Instantly share code, notes, and snippets.

#CONFIG["CPP"] = "/opt/SUNWspro/bin/cc -E"
CONFIG["CPP"] = "/usr/sfw/bin/gcc -E"
CONFIG["CC"] = "/opt/SUNWspro/bin/cc"
#CONFIG["CC"] = "/usr/gcc/4.5/bin/gcc"
#CONFIG["CC"] = "/usr/sfw/bin/gcc"
#CONFIG["CC"] = "/opt/csw/bin/gcc"
root@dornbirn:~# ls /opt/csw/apache2/share/htdocs/gitorious
app bin core db Gemfile HACKING LICENSE NEWS public README script test TODO.txt
AUTHORS config data doc Gemfile.lock lib log Procfile Rakefile repositories tarballs tmp vendor
root@dornbirn:~#
root@dornbirn:~# ls -lh /opt/SUNWspro
total 512
lrwxrwxrwx 1 root root 26 2012-12-13 14:40 bin -> /opt/solarisstudio12.3/bin
root@dornbirn:~#
root@dornbirn:/home/pae# uname -a
SunOS dornbirn.zhaw.ch 5.11 11.1 sun4v sparc sun4v Solaris
root@dornbirn:/home/pae#
@paeschli
paeschli / index.php
Created November 1, 2012 09:13
MyCode
<?php
/**
* PHP versions 4 and 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*