Skip to content

Instantly share code, notes, and snippets.

View skade's full-sized avatar
💭
Bringing Rust to safety critical.

Florian Gilcher skade

💭
Bringing Rust to safety critical.
View GitHub Profile
@skade
skade / Compiler warnings
Created November 8, 2009 04:10
Compiler warnings and failing tests for rbtree
gcc -I. -I/usr/local/include/ruby-1.9.1/x86_64-darwin10.0.0 -I/usr/local/include/ruby-1.9.1/ruby/backward -I/usr/local/include/ruby-1.9.1 -I. -DNDEBUG -DHAVE_RB_ENUMERATORIZE -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -pipe -o dict.o -c dict.c
gcc -I. -I/usr/local/include/ruby-1.9.1/x86_64-darwin10.0.0 -I/usr/local/include/ruby-1.9.1/ruby/backward -I/usr/local/include/ruby-1.9.1 -I. -DNDEBUG -DHAVE_RB_ENUMERATORIZE -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -pipe -o rbtree.o -c rbtree.c
rbtree.c: In function ‘value_eq’:
rbtree.c:430: warning: implicit conversion shortens 64-bit value into a 32-bit value
rbtree.c: In function ‘to_hash_i’:
rbtree.c:1062: warning: passing argument 1 of ‘rb_hash_tbl’ makes integer from poi
diff --git a/padrino-core/lib/padrino-core/application/routing.rb b/padrino-core/lib/padrino-core/application/routing.rb
index a978218..3ea7c25 100644
--- a/padrino-core/lib/padrino-core/application/routing.rb
+++ b/padrino-core/lib/padrino-core/application/routing.rb
@@ -12,6 +12,8 @@ module Padrino
# to the url throughout the application.
#
module Routing
+ CONTENT_TYPE_ALIASES = {:htm => :html}
+
@skade
skade / questions.rb
Created May 28, 2011 13:45
This short Padrino application hopefully answers all your questions
require 'padrino-core'
class Questions < Padrino::Application
get '/*' do
redirect "http://padrinorb.com"
end
end
Questions.run!
@skade
skade / adium.log
Created August 22, 2011 09:57
Debug log from Adium Adium_1.5hgr4170
11:55:41: (Libpurple: util) Writing file blist.xml to directory /Users/skade/Library/Application Support/Adium 2.0/Users/Default/libpurple
11:55:41: (Libpurple: util) Writing file /Users/skade/Library/Application Support/Adium 2.0/Users/Default/libpurple/blist.xml
11:55:42: (Libpurple: oscar) Requesting ICQ alias for 57636396
11:55:42: (Libpurple: oscar) icq response: 54 bytes, 69792705, 0x07da, 0x00c3
11:55:46: (Libpurple: jabber) Recv (ssl)(342): <message from='botzenhart@googlemail.com/Offics449C4424' to='skade@jabber.ccc.de/Florian-Gilchers-MacBook-Pro' type='chat' id='purplea0970399'><cha:composing xmlns:cha='http://jabber.org/protocol/chatstates'/><nos:x value='disabled' xmlns:nos='google:nosave'/><arc:record otr='false' xmlns:arc='http://jabber.org/protocol/archive'/></message>
11:55:46: (Libpurple: oscar) Requesting ICQ alias for 12111
11:55:47: (Libpurple: oscar) icq response: 54 bytes, 69792705, 0x07da, 0x00c4
11:55:47: (Libpurple: jabber) Recv (ssl)(579): <message from='botzenhart@googlemail.com/Of
@skade
skade / query.json
Created September 16, 2011 20:26
Prettier gist
{
"query": {
"filtered": {
"query": {
"text": {
"_all": "poker"
}
},
"filter": [
{
@skade
skade / Procfile
Created November 10, 2011 15:45
Using Foreman & tail to follow the whole stack
app: padrino start -p 4000 -c my_app_folder -e development
redismonitor: redis-cli MONITOR
nginxtail: tail -n1 -f /var/log/nginx/access.log
@skade
skade / Guardfile
Created February 27, 2012 10:21 — forked from dhepper/ci.sh
Poor man's CI, Ruby edition
# gem install guard; guard
guard 'django_tests' do
watch(%r{(.+)\.py}) do |m|
`django-admin.py test main`
end
end
@skade
skade / gist:3251351
Created August 3, 2012 20:47
A statement about the Vagrant Usergroup Berlin July
Hello everyone,
as most of you will have noticed, there was no Vagrant Usergroup Berlin in July.
The reasons are simple: most of the organizing Team - Robert, Jana, Felix and
myself - are currently involved in Eurucamp (http://2012.eurucamp.org). The camp
will take place in 2 weeks (17. - 19. of August). After the camp, all systems
should be back to normal and we will try to organize another Vagrant UG as soon
as possible.
Thank you all,
@skade
skade / gist:4174945
Created November 30, 2012 10:14 — forked from mmack/gist:4174856
f = -> h,k { h[k] = Hash.new(&f) }
h = Hash.new &f
data = {
"80e33bc0-1b9a-0130-d2fb-38f6b113e413:data:message:name" => "max",
"80e33bc0-1b9a-0130-d2fb-38f6b113e413:data:text" => "bla",
"80e33bc0-1b9a-0130-d2fb-38f6b113e413:data:message:line:x" => 123
}
data.each do |path, v|

Client Management

  • ???

Proposals

  • Bidsketch
  • Proposable

Invoicing