2.1.1 :009 > 1.upto(gets.to_i){puts 'hello world'};0
5
hello world!
hello world!
hello world!
hello world!
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 | |
# works with a file called VERSION in the current directory, | |
# the contents of which should be a semantic version number | |
# such as "1.2.3" | |
# this script will display the current version, automatically | |
# suggest a "minor" version update, and ask for input to use | |
# the suggestion, or a newly entered value. |
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
sudo apt-get update | |
sudo apt-get install openjdk-6-jre-headless -f | |
sudo apt-get install curl | |
sudo apt-get install unzip | |
sudo apt-get install openssh-server | |
sudo curl -OL http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.zip | |
sudo unzip elasticsearch-* && rm elasticsearch-*.zip | |
cd elasticsearch-0.19.8 | |
sudo mkdir /usr/local/elasticsearch |
#euromaidan materialsammlung
[x] is-a-gist this: http://bit.ly/1kSL42z this.stats: http://bit.ly/1kSL42z+
search on several platforms, strat: identify related contacts
- pers
- sichern.. warum gibts kein save to doc?
section | authro | rel | title | format | layout |
---|---|---|---|---|---|
0 |
wolfhesse |
pers |
r20131106_ls_a |
md |
page |
####links
- item 1
- item 2
- PAT_PLAYER_22 is_active?
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
.idea/ | |
node_modules/ |