Skip to content

Instantly share code, notes, and snippets.

View christophsturm's full-sized avatar

Christoph Sturm christophsturm

  • vienna
  • 08:49 (UTC +02:00)
View GitHub Profile
mplayer -identify -frames 0 spec/models/sample.mov
MPlayer 1.0rc2-4.0.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz (Family: 6, Model: 15, Stepping: 6)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
115 audio & 237 video codecs
Playing spec/models/sample.mov.
ISO: File Type Major Brand: Original QuickTime
Quicktime/MOV file format detected.
The following build commands failed:
A52Codec:
PBXCp build/Deployment/CoreAudio/A52Codec.component a52codec/build/Development/A52Codec.component
PBXCp build/Deployment/QuickTime/AC3MovieImport.component a52codec/build/Development/AC3MovieImport.component
(2 failures)
<form id="new-article-form" action="#" method="post">
<fieldset>
<legend><span>Create a new User</span></legend>
<fieldset class="inputs">
<ol>
<li id="user_name_input" class="required string">
<label for="user_name">Name <abbr title="required">*</abbr></label>
<input type="text" id="user_name" name="user[name]" size="50" />
</li>
<li id="user_email_input" class="required string">
zen:fithub christophsturm$ braid add http://fngtps.com/svn/rails-plugins/trunk/on_test_spec/ vendor/plugins/on_test_spec
Resetting to '4b91379'.
F, [2008-10-08T13:56:14.186006 #23005] FATAL -- : can't modify frozen string (TypeError)
/Library/Ruby/Gems/1.8/gems/braid-0.4.12/lib/braid/mirror.rb:32:in `sub!'
/Library/Ruby/Gems/1.8/gems/braid-0.4.12/lib/braid/mirror.rb:32:in `new_from_options'
/Library/Ruby/Gems/1.8/gems/braid-0.4.12/lib/braid/config.rb:22:in `add_from_options'
/Library/Ruby/Gems/1.8/gems/braid-0.4.12/lib/braid/commands/add.rb:8:in `run'
/Library/Ruby/Gems/1.8/gems/braid-0.4.12/lib/braid/command.rb:50:in `with_reset_on_error'
/Library/Ruby/Gems/1.8/gems/braid-0.4.12/lib/braid/commands/add.rb:7:in `run'
/Library/Ruby/Gems/1.8/gems/braid-0.4.12/lib/braid/command.rb:13:in `run'
Braid: Updating all mirrors.
Braid: Updating mirror 'vendor/plugins/rspec-rails'.
Braid: Setup: Mirror 'vendor/plugins/rspec-rails' already has a remote. Reusing it.
Braid: Fetching new commits for 'vendor/plugins/rspec-rails'.
Braid: Merging in mirror 'vendor/plugins/rspec-rails'.
Braid: Updated mirror 'vendor/plugins/rspec-rails' to '1e7504b'
Braid: Updating mirror 'vendor/plugins/object_daddy'.
Braid: Setup: Mirror 'vendor/plugins/object_daddy' already has a remote. Reusing it.
Braid: Fetching new commits for 'vendor/plugins/object_daddy'.
Braid: Mirror 'vendor/plugins/object_daddy' is already up to date. Skipping.
test:
adapter: sqlite3
database: ":memory:"
verbosity: silent
timeout: 5000
plugin:
vendor/plugins/memory_test_fix:
url: http://topfunky.net/svn/plugins/memory_test_fix
<p> <script> XXX.blerg(); </script> </p>
wow is der schlecht!
der witz is der renner, aber ihr müsst mir versprechen in "bewusst zu
lesen, am besten laut (frau, freundin, katze oder schwester freun sich)"
(das wird ne horror mühe...)
Geht nen zwerg durch wald. trifft er den zwergzwerg. fragt der
zwergzwerg den zwerg "hey, was machstn du?", antwortet der zwerg "ich
geh spazieren". Fragt der zwergzwerg den zwerg und den zwergzwerg
encodeURIComponent(" ")
"%20"
decodeURIComponent("+")
"+"
decodeURIComponent("%20")
" "
[31.05.10 18:00:19] Christoph Sturm: >> Rack::Utils.escape(" ")
=> "+"
#!/usr/bin/env ruby
require 'json'
json=JSON.pretty_generate(JSON.parse(File.open(ARGV[0]).read))
File.open(ARGV[0],"w").write(json)