This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Let's make a list of Sinatra-based apps! | |
Apps: | |
- http://github.com/cschneid/irclogger "Sinatra based irclogger.com" | |
- http://github.com/rtomayko/wink "minimalist blogging engine" | |
- http://github.com/foca/integrity "The easy and fun Continuous Integration server" | |
- http://github.com/sr/git-wiki "git-powered wiki" | |
- http://github.com/entp/seinfeld "Seinfeld-inspired productivity calendar to track your public github commits." | |
- http://github.com/karmi/marley "Marley, the blog engine without <textareas>." | |
- http://github.com/ichverstehe/gaze "Serve up your Markdown files with this tiny Sinatra app!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# Author: Renato Silva | |
if not ARGV[1] =~ /\A[^--]*\z/ | |
goal = "Update cleaner for Eclipse Ganymede, version 2009.2.18" | |
usage = "Usage: #{File.basename($0)} <eclipse home> <target dir> [--all]\n\n\t--all\t Show ignored plugins" | |
puts "\n\t#{goal}\n\n\t#{usage}\n\n" | |
exit | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copied from here http://intertwingly.net/stories/2009/03/06/twitter.rb | |
# Full story: http://intertwingly.net/blog/2009/03/06/Eat-Your-Broccoli | |
require 'rubygems' | |
require 'rexml/document' | |
require 'xmpp4r/client' | |
require 'net/http' | |
# configuration | |
searchquery=%w(something something_else) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atoulme@build:~/jffi-1.0/jffi> ant -Djava.home=$JAVA_HOME clean test | |
Buildfile: build.xml | |
-pre-init: | |
-init-private: | |
-pre-init-libraries: | |
-init-private-libraries: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant clean test | |
Buildfile: build.xml | |
init: | |
clean: | |
[delete] Deleting directory /home/data/users/atoulme/jruby/build | |
[delete] Deleting directory /home/data/users/atoulme/jruby/docs/api | |
[delete] Deleting directory /home/data/users/atoulme/jruby/src_gen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../jruby/bin/jruby -S spec spec/ffi/ | |
loadpath=/home/data/users/atoulme/ruby-ffi.git/spec:/home/data/users/atoulme/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/bin:/home/data/users/atoulme/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib:/home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8:/home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/shared:/home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/1.8:. | |
/home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/shared/ffi/library.rb:28:in `ffi_lib': Could not open library 'build/libtest.so' : build/libtest.so: wrong ELF class: ELFCLASS64 (LoadError) | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/shared/ffi/library.rb:10:in `map' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/shared/ffi/library.rb:10:in `ffi_lib' | |
from /home/data/users/atoulme/ruby-ffi.git/spec/ffi/spec_helper.rb:20 | |
from /home/data/users/atoulme/ruby-ffi.git/spec/ffi/spec_helper.rb:31:in `require' | |
from /home/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../jruby/bin/jruby -S spec spec/ffi/ | |
/home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/defaults/jruby.rb:78:in `installed_spec_directories': No such file or directory - /home/data/users/atoulme/jruby/lib/ruby/gems/1.8 (Errno::ENOENT) | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/defaults/jruby.rb:75:in `collect' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/defaults/jruby.rb:75:in `installed_spec_directories' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:58:in `from_installed_gems' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems.rb:881:in `source_index' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/gem_path_searcher.rb:81:in `init_gemspecs' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/gem_path_searcher.rb:13:in `initialize' | |
from /home/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../jruby/bin/jruby.sh -rffi -e 'p FFI::Platform::ARCH' | |
"powerpc64" | |
atoulme@build:~/ruby-ffi.git> ../jruby/bin/jruby.sh -S spec spec/ffi | |
/home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/defaults/jruby.rb:78:in `installed_spec_directories': No such file or directory - /home/data/users/atoulme/jruby/lib/ruby/gems/1.8 (Errno::ENOENT) | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/defaults/jruby.rb:75:in `collect' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/defaults/jruby.rb:75:in `installed_spec_directories' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:58:in `from_installed_gems' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems.rb:881:in `source_index' | |
from /home/data/users/atoulme/ruby-ffi.git/../jruby/lib/ruby/site_ruby/1.8/rubygems/gem_path_searcher.rb:81:in `init_gemspecs' | |
from /home/data/users/atoulme/ruby-ff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extension point="org.eclipse.core.contenttype.contentTypes"> | |
<content-type base-type="org.eclipse.core.runtime.xml" default-charset="UTF-8" file-extensions="bpmn" id="org.eclipse.mdt.bpmn.content-type" name="BPMN 2.0 Content type" priority="normal"> | |
<describer class="org.eclipse.core.runtime.content.XMLRootElementContentDescriber2" plugin="org.eclipse.emf.ecore.xmi"> | |
<parameter name="namespace" value="http://schema.omg.org/spec/BPMN/2.0"/> | |
</describer> | |
</content-type> | |
</extension> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extension point="org.eclipse.emf.ecore.content_parser"> | |
<parser class="org.eclipse.mdt.bpmn.util.BpmnResourceFactoryImpl" contentTypeIdentifier="org.eclipse.mdt.bpmn.content-type"/> | |
</extension> |
OlderNewer