2007-12-01ãã1ã¶æéã®è¨äºä¸è¦§
set theConfFile to "~/.synergy_home.conf" try set thePid to do shell script ("/bin/ps -x|grep synergys| grep -v grep|perl -ne '/^\\s*(\\d+)\\s+/;print $1;'") do shell script ("/bin/kill " & thePid) on error end try try -- ä¼ç¤¾ã¯æç· set isâ¦
http://www.mozilla.org/contribute/writing/markup 訳ï¼http://www.mozilla-japan.org/contribute/writing/markup.htmlé©å½ã«æç² ä¸è¬æ§é 段è½ï¼ãã©ã°ã©ãï¼ï¼<p> 㨠<div class="para"> 段è½ãåããçºã§ã¯ãªãå²ãçºã« <p> 使ç¨ã <div class="para"> ã¯ã<p> ã«è¨±ããã¦ããªããããã¯ã¬ãã«è¦ç´ ã</p></div></p></div></p>â¦
ãã¼ã¯ã¢ãããªãã¡ã¬ã³ã¹ http://www.mozilla.org/contribute/writing/markup 訳ï¼http://www.mozilla-japan.org/contribute/writing/markup.html http://www.mozilla.org/css/base/content.css /* mozilla.org Base Styles * maintained by fantasai * (clâ¦
% cd /Users/oppara/Library/Mail % cp Envelope\ Index Envelope\ Index.bak % sqlite3 Envelope\ Index vacuum
è»è¼ªï¼ Hatena::Rss http://r.hatena.ne.jp/oppara/ Firefox rss.cgi #!/path/to/perl use strict; use warnings; use lib( './lib' ); use Encode; use CGI::Carp qw( fatalsToBrowser ); use Data::Dumper; use XML::RSS; use WWW::Atarashimonozuki::Scraâ¦
æã«ã¯ãsetlocaleãã¨ããªãã¨æããããã¨ããã Error parsing time at /path/to/Time/Piece.pm line 470. #!/path/to/perl use Time::Piece; use POSIX qw( strftime locale_h); setlocale( LC_TIME, 'C' ); my $date = 'Mon Dec 17 22:19:36 2007 GMT';â¦
http://www.misao.gr.jp/~koshian/?20050819S1 #!/path/to/perl use POSIX qw( strftime ); ( my $z = strftime( '%z', localtime) ) =~ s/(\d\d)(\d\d)/$1:$2/; print strftime( '%Y-%m-%dT%H:%M:%S', localtime ), $z, "\n";
php.iniã¾ãã mbstring.language = Japanese mbstring.internal_encoding = UTF-8 mbstring.encoding_translation = 0 mbstring.http_input = pass mbstring.http_output = pass mbstring.detect_order = ASCII,JIS,UTF-8,EUC-JP,SJIS mbstring.substitute_â¦
pipe.sh #!/bin/sh if [ -p /dev/stdin ]; then cat - fi % echo 'hoge'|/path/to/pipe.sh
#!/bin/sh USER=$1 PASS=$2 USERADD=`which useradd` PERL=`which perl` if [ $# -lt 2 ]; then cat <
SessionComponent::setFlash($message, $layout = 'default', $params = array(), $key = 'flash');[br] SessionHelper::flash($key = 'flash'); ããã©ã«ã controllerå 㧠$this->Session->setFlash( 'Message!!' ); viewå 㧠if ( $session->check( 'Messâ¦