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
| source 'http://rubygems.org' | |
| gem 'rails', '3.1.0.rc4' | |
| gem 'sass-rails', "~> 3.1.0.rc" | |
| gem 'coffee-script' | |
| gem 'uglifier' | |
| gem "therubyracer", ">= 0.8.2" | |
| gem "bson_ext", ">= 1.3.1" | |
| gem "mongoid", ">= 2.0.2" | |
| gem "rspec-rails", ">= 2.6.1", :group => [:development, :test] | |
| gem "database_cleaner", ">= 0.6.7", :group => :test |
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
| isgenug.de 24G 59,99€/mon | |
| bis zu ~ 544.8 Mbit/s netto (zzgl Protokoll-Overhead) | |
| wget ftp://ftp.plusline.de/pub/Knoppix/KNOPPIX_V6.4.4CD-2011-01-30-EN.iso | |
| 2011-07-17 13:15:03 (68.1 MB/s) - `KNOPPIX_V6.4.4CD-2011-01-30-EN.iso' saved [732276736] | |
| wget http://ftp.hosteurope.de/mirror/releases.ubuntu.com//11.04/ubuntu-11.04-server-amd64.iso | |
| 2011-07-17 13:19:25 (42.4 MB/s) - `ubuntu-11.04-server-amd64.iso' saved [706330624/706330624] |
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
| wget http://gems.rails.io/gems/actionpack-2.3.6.gem | |
| 100%[======================================>] 17.768.960 1,53M/s in 11s | |
| 2011-07-17 14:45:43 (1,54 MB/s) - »»actionpack-2.3.6.gem«« gespeichert [17768960/17768960] | |
| wget http://rubygems.org/gems/actionpack-2.3.6.gem | |
| 100%[======================================>] 17.768.960 408K/s in 51s | |
| 2011-07-17 14:46:52 (343 KB/s) - »»actionpack-2.3.6.gem.1«« gespeichert [17768960/17768960] | |
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
| //+------------------------------------------------------------------+ | |
| //| LiveAlligator.mq4 | | |
| //| Copyright © 2011, MetaQuotes Software Corp. | | |
| //| http://www.mql4.com/ru/users/rustein | | |
| //-------------------------------------------------------------------+ | |
| // Trend Detection function | |
| #define BULL 1 | |
| #define BEAR 2 | |
| // Input variables |
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
| class BankAccount < ActiveRecord::Base | |
| # Umsätze von start_date bis end_date abrufen | |
| # * passport_type, passphrase, pin und file kommen in dieser Implementation aus der zugrunde liegenden Tabelle. | |
| # * Wenn passport_type = "PinTan" ist, wird die pin verwendet. | |
| # * Wenn passport_type = "RDHNew" ist, wird die Schlüsseldatei aus filename verwendet und mit der passphrase entschlüsselt. | |
| def get_transactions(start_date, end_date) | |
| HBCIUtils.setParam("client.passport.#{passport_type}.filename", filename) | |
| HBCIUtils.setParam("client.passport.#{passport_type}.init", '1') | |
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
| DGAP-News: Drillisch AG / Schlagwort(e): Stellungnahme/Prognose | |
| Drillisch weist Vorwürfe der Deutschen Telekom AG entschieden zurück. | |
| EBITDA Guidance 2001 über 52 Millionen Euro wird bestätigt. | |
| 07.11.2011 / 17:13 | |
| --------------------------------------------------------------------- | |
| Drillisch weist Vorwürfe der Deutschen Telekom AG entschieden zurück. | |
| EBITDA Guidance 2001 über 52 Millionen Euro wird bestätigt. |
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
| Process: ruby [2416] | |
| Path: /Users/USER/*/ruby | |
| Identifier: ruby | |
| Version: ??? (???) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ruby [2328] | |
| Date/Time: 2011-11-19 18:18:50.267 +0100 | |
| OS Version: Mac OS X 10.7.2 (11C74) | |
| Report Version: 9 |
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
| #!/bin/bash | |
| cd /tmp | |
| wget http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem | |
| wget http://rubyforge.org/frs/download.php/74596/ruby_core_source-0.1.5.gem | |
| wget http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem | |
| wget http://rubyforge.org/frs/download.php/63094/ruby-debug19-0.11.6.gem | |
| export RBENV_INCLUDE=$HOME/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1/ruby-1.9.3-p0 | |
| gem install archive-tar-minitar |
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
| ############################################## | |
| # CUL HomeMatic handler | |
| package main; | |
| use strict; | |
| use warnings; | |
| sub CUL_HM_Define($$); | |
| sub CUL_HM_Id($); | |
| sub CUL_HM_Initialize($); |
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
| diff -ur unpatched/jwhois-4.0/example/jwhois.conf redhat-patched/jwhois-4.0/example/jwhois.conf | |
| --- unpatched/jwhois-4.0/example/jwhois.conf 2007-03-26 11:12:08.000000000 +0200 | |
| +++ redhat-patched/jwhois-4.0/example/jwhois.conf 2011-11-30 21:35:57.000000000 +0100 | |
| @@ -17,6 +17,11 @@ | |
| type = regex; | |
| # | |
| + # Catch ENUM domains | |
| + # | |
| + "\\([0-9]\\.\\)+e164\\.arpa" = "struct enum-blocks"; |