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 / 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 / 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 / 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 / query.json
Created September 16, 2011 20:26
Prettier gist
{
"query": {
"filtered": {
"query": {
"text": {
"_all": "poker"
}
},
"filter": [
{
@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 / 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!
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 / 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
@skade
skade / search_ug_berlin.md
Last active August 29, 2015 14:27
Search Usergroup Berlin

Hello members of the (-Elastic)Search UserGroup Berlin,

Many of you have been asking about the future of the Elasticsearch UG Berlin. A few months ago we announced the temporary shutdown of the meetup while we negotiated how to continue the meetup due to some disagreements. We continued discussing this over the last few months and finally agreed to relaunch the meetup with a bit changed scope. We very much enjoyed running the group in the old form and it has been one of the most active groups in that space, with 32 events over the time it lasted. Only Elasticsearch France is more active.

Today we are announcing the re-launch of the group under a different name: Search Berlin and with a broadened scope: search. We will open the group to other topics from the same space. We believe this will lead to a more informative environment for all attendees and provides independence to the community effort. Elasticsearch and the products around it will of course stay an important topic. This comes along with a few mino

@skade
skade / rust-party.md
Last active August 29, 2015 14:21
Rust party invitation

Hello everyone,

you may or may not remember me for speaking about Rust at several usergroups and events. I'm now co-organising the Rust usersgroup and we have a celebration: Rust 1.0 will be released on May 15th.

Rust is a modern systems programming language, statically typed and built with parallelism in mind. It is a good secondary language to more high-level languages.

We'll have two introductory talks to the language and the event. The event attempts to be as beginner-friendly as possible (you are hearing about a new language, after all!).

http://www.meetup.com/Rust-Berlin/events/222087122/ (drop by if you don't have a meetup account)