Skip to content

Instantly share code, notes, and snippets.

View kairichard's full-sized avatar
🧊
Building building cultures

Kai Richard Koenig kairichard

🧊
Building building cultures
View GitHub Profile
LoadModule passenger_module /Users/kaikonig/.gem/ruby/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so
PassengerRoot /Users/kaikonig/.gem/ruby/1.8/gems/passenger-2.0.6
PassengerRuby /opt/local/bin/ruby
<Directory "/Users/kaikonig/Sites/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
<VirtualHost *:80>
ServerName letsdoo.local
DocumentRoot "/Users/kaikonig/Documents/project.hub/letsdoo/app/public"
RailsEnv development
RailsAllowModRewrite on
<directory "/Users/kaikonig/Documents/project.hub/letsdoo/app/public">
Order allow,deny
Allow from all
</directory>
</VirtualHost>
http://purefiction.net/mongrel_proctitle/
http://www.video-flash.de/index/actionscript-3-klassen-diagramme-als-poster/
http://blog.vixiom.com/
http://docs.google.com/Present?docid=dgv7jftw_76fs6mchcv&skipauth=true&ncl=true
http://arunbluebrain.wordpress.com/2009/03/04/flex-frameworks-httpcorlanorg/
http://theflashblog.com/
{"rack.session"=>{},
"HTTP_ACCEPT"=>"text/javascript,
application/javascript, */*",
"HTTP_HOST"=>"chat_server",
"SERVER_NAME"=>"chat_server",
"rack.request.cookie_hash"=>{"_liebede_session"=>"BAh7CjoPc2Vzc2lvbl9pZCIlODBjYzk2NGUxNDYzN2YxNGQ1MjNjN2ZlYzlmYjlhYmU6EGxhc3RfYWN0aW9uSXU6CVRpbWUNE4YbgIbiiB8GOh9AbWFyc2hhbF93aXRoX3V0Y19jb2VyY2lvbkYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA6DHVzZXJfaWRpAwl1EDoQX2NzcmZfdG9rZW4iMURyZ3FnS3NGRGtjVDRaWVFIeVdWMXRKcW52dU40WGV2dzNDcFdJR0hLK2M9--9094351818a0a414406334658f87488a567a798d"},
"rack.url_scheme"=>"http",
"HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7",
"REQUEST_PATH"=>"/chat/poll",
"SERVER_PROTOCOL"=>"HTTP/1.1",
newsroomG3.nyroModal.animations = {
showBackground: function(elts, settings, callback) {
elts.bg.css({opacity:0.75});
callback();
},
hideBackground:function(elts, settings, callback) {
elts.bg.css({opacity:0});
callback();
},
showLoading:function(elts, settings, callback) {
$.nyroModalSettings({
css:{content:{overflow:'auto'}},
hideContent:newsroomG3.nyroModal.animations.hideContent,
showContent:newsroomG3.nyroModal.animations.showContent,
hideBackground:newsroomG3.nyroModal.animations.hideBackground,
showBackground:newsroomG3.nyroModal.animations.showBackground,
resize:newsroomG3.nyroModal.animations.resize,
showTransition:newsroomG3.nyroModal.animations.showTransition,
hideTransition:newsroomG3.nyroModal.animations.hideTransition
});