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
(function(){ | |
cnt=prompt("へぇの数"); | |
CookieHeCnt=(int)(cnt)-1; | |
HeClick(); | |
})(); |
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 | |
if [ x"" == x"$1" ]; then | |
echo "Usage: $0 PROJECT_NAME" | |
exit | |
fi | |
rails $1 | |
cd $1 | |
for d in $(find -type d -empty); do touch $d/.git_placeholder; done |
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/sh | |
# | |
# ip_conntrack: Plugin to monitor the number of tracked connection | |
if [ "$1" = "config" ]; then | |
echo "graph_title Number of tracked connections" | |
echo "graph_args --base 1000" | |
echo "graph_vlabel connections" | |
echo "graph_category network" | |
echo "connection.label connections" |
NewerOlder