¥È¥Ã¥× «Á°¤ÎÆüµ­(2006-09-24) ºÇ¿· ¼¡¤ÎÆüµ­(2006-09-26)» ÊÔ½¸

¤Ï¤¸¤á¤Æ¤Î¤Ë¤­

¤³¤³¤Î°ÌÃÖÉÕ¤±

2004|11|
2005|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|09|10|11|12|
2024|01|02|03|04|

ToDo:


2006-09-25

_ Io ¤ò˺¤ì¤ë¤Ê¤ó¤Æ

i@u ~/test> wc `find . -mtime -$((365)) -regex ".*io$"` >& /dev/null | tail -1
    373     986    6460 ¹ç·×
i@u ~/test> wc `find . -mtime -$((365)) -regex ".*m$"` >& /dev/null | tail -1
    523    3134  227344 ¹ç·×
i@u ~/test> wc `find . -mtime -$((365)) -regex ".*boo$"` >& /dev/null | tail -1
    472    1328   10890 ¹ç·×
i@u ~/test> wc `find . -mtime -$((365)) -regex ".*java$"` >& /dev/null | tail -1
     32      93     901 ¹ç·×
i@u ~/test> wc `find . -mtime -$((365)) -regex ".*cs$"` >& /dev/null | tail -1
      20      43     400 ¹ç·×

Java¤¹¤¯¤Í¡¼¡£

(00:03)

_ munmap

http://mkosaki.blog46.fc2.com/blog-entry-246.html

¥¹¥¿¥Ã¥¯¤ò munmap ¤¹¤ë¤È¤¤¤¦È¯ÁÛ¤¬¤¹¤Ð¤é¤·¡¼

¤è¡¼¤ï¤«¤é¤ó¤±¤É stack ¤ò mmap ¤·¤Æ¤ë¤Î¤â¥«¡¼¥Í¥ë¤Ê¤ó¤À¤í¤¦¤Ê¤¡¡£ fs/binfmt_elf.c ¸«¤ë¤Ë¤½¤ó¤Ê´¶¤¸¤Ý¤¤¡£ ¤¿¤Ö¤ó¡£

(01:34)

_ ¤Ü¤ó¤ä¤ê¸«¤Æ¤¿¤¬

¤Á¤ç¤Ã¤È¡¢ÂԤäƤ¯¤À¤µ¤¤¡ª C++ ¤Ï¤É¤³¤Ë¡Ä¡ª ¤É¤³¤Ë¹Ô¤Ã¤¿¤ó¤Ç¤¹¤«¤Ã¡Ä

http://blogs.itmedia.co.jp/ruchida/2006/09/matt_.html

PHP- ¤Û¤²¡¼¤È¤«»×¤Ã¤Æ¸«¤Æ¤ë¾ì¹ç¤¸¤ã¤Ê¤¤¤è¡ª

¤»¤Ã¤«¤¯Ëͤé¤Î¤¸¤ã¡¼¤Í¤¹¤Ã¤Ý¤¹¤Ã¤Ý¤¬ »Å»öºî¤Ã¤Æ¤¯¤ì¤¿¤Î¤Ë¡Ä

http://hp.vector.co.jp/authors/VA000092/jokes/strup.html

(01:44)

_ ¤â¤¦¤½¤¦¤·¤Æ¤ß¤¿

Ëͤ¿¤Á¤Î¾­Íè¤Ï¤á¤¯¤ë¤á¤¯Á®¸÷¤ÎÃæ

  • C++0x
  • D 2.0
  • C99
  • UNIX
  • ASM (x86_64)

¤È¤«¤ò¸«¤Æ UNIX ¸À¸ì°ã¤¤¤Þ¤¹¤«¤é¤Ã¡Ä ¤È¤«¥Ä¥Ã¥³¤ó¤Ç¤ë¤Î¤¬Àµ¤·¤¤À¤¤ÎÃæ¤Î»Ñ¤Ê¤Ï¤º¤À¡£

Ëͤ¿¤Á¤Î¾­Íè¤ÏÎɤ¯¤Ê¤Ã¤Æ¤æ¤¯¤À¤í¤¦¤«

  • PHP23.3
  • SQL
  • XML
  • B2B
  • Web 4.0

¤É¤Ã¤Á¤Î̤Íè¤â¥¤¥ä¤Ê¤ï¤±¤Ç¤¹¤¬¡£

¤¢¤È¤Ï¤³¤ó¤Ê¤ó¤«

  • Haskell
  • OCaml
  • Scheme
  • 2D
  • Clean

(01:54)

_ Twisted

http://twistedmatrix.com/trac/

¤¢¡¼¤³¤ì¤¤¤¤¡£¤¿¤Ö¤ó¤¤¤¤¡£ ¤Ê¤ó¤È¤Ê¤¯ Python ¤Ï¤³¡¼¤¤¤¦¤Î¿¤¤¤è¤Ê¤¡¡£

(02:11)

_ Web¸«¤Æ¤ë¤ÈÇ®½Ð¤Æ¤ë¿Í¿¤¤¤ß¤¿¤¤¤À¤·

¥¦¥£¥ë¥¹¤Îή¹Ô¤Ë¤À¤±¤Ï¾Ü¤·¤¤ Ëͤ¬Ç®½Ð¤·¤Æ¤ë¤Î¤ÏÅöÁ³¤Î¤³¤È¤Î¤è¤¦¤Ë»×¤ï¤ì¤ë¡£

¤É¤¦¤Ç¤â¤¤¤¤¤±¤É¥¦¥£¥ë¥¹¤Ã¤Æ¤Î¤Ï¤É¤³¤Î¹ñ¤À¤È ¥¦¥£¥ë¥¹¤Ã¤ÆÆɤà¤ó¤À¤í¡£

(04:40)

_ ¥Ó¥Ã¥°¥Ö¥ê¥Ã¥¸¤é¤·¤¤

http://www.youtube.com/watch?v=zQyTn0_cNV0

¥¯¥ë¥ë¡ª

¤ª¤Þ¤¨¤Î¤¸¤¤¤Á¤ã¤ó

¤Þ¡¼¤¸¤ã¤ó¤Ä¤è¤«¤Ã¤¿¤¼¡ª

(05:35)

_ LISP¤Ç¤â

(if (a == b) (
  (print "hoge")
) (
  (print "hage")
)

¤È¤«¤·¤Æ¤¯¤ì¤ì¤Ð´ò¤·¤¤¤è¤¦¤Ê¡£ ¤Ç¤âŤ¯¤Ê¤ë¤È¤½¤â¤½¤â else ̵¤¤¤«¤é ²¿¤Î¥³¡¼¥É¥Ö¥í¥Ã¥¯¤«¤ï¤«¤é¤ó¤È¤¤¤¦Ïä⤢¤ë¤±¤É¡¢ ¤½¤ì¤Ï¤½¤â¤½¤â else ¤¬Ìµ¤¤¤«¤é¤Ç¤¢¤Ã¤Æ¡¢

(if (a == b) (
  (print "hoge")
)
; else
(
  (print "hage")
)

¤È¤«¡Ä¥À¥á¤À¤Ê¤¢¡£ ¤¢¤ÈÁ°Ê¹¤¤¤¿ () ¤Ç¤â {} ¤Ç¤â¤¤¤¤¤È¤«¤¤¤¦¤Î¤Ï¤¤¤¤¤Ê¡£

(11:36)

_ ¥Þ¥¸¥ì¥¹¤¹¤ë¤È

̵Ãǥȥé¥Ã¥¯¥Ð¥Ã¥¯¶Ø»ß¤Ã¤Æ ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯¤Îµ¡Ç½¥Ï¥º¤·¤Æ Áê¸ß¥ê¥ó¥¯¤Î¤ª´ê¤¤¤ò¥³¥á¥ó¥È¤·¤Æ²¼¤µ¤¤¡¼ ¤È¤ä¤ë¤Î¤È²¿¤¬°ã¤¦¤ó¤À¤í¡Ä

(17:21)

_ ¥¹¥Ñ¥à¥Õ¥£¥ë¥¿¤â¤·¤¿¤·

¤½¤í¤½¤í kids goo ¤Ëµö¤·¤Æ¤â¤é¤¨¤ë¤«¤·¤é¡Ä ¤È»×¤Ã¤ÆÄ´¤Ù¤Æ¤ß¤¿¤é¥À¥á¤À¤Ã¤¿¤è¡Ä

http://kids.goo.ne.jp/cgi-bin/kgframe.php?BL=0&SY=2&MD=2&TP=http://shinh.skr.jp/m/

(20:38)

_ info@not-spam.com

¤Ê¤ó¤Æ¤È¤³¤«¤é¥¹¥Ñ¥à¤¬Íè¤Æ¤¿¡£

(20:44)

_ strict.pm ¤Î¥Ê¥¾

use strict; ¤À¤±¤Çʸˡ¤¬ÊѤï¤ë Perl ¤ÎÆæ¤Ï ¤¿¤Ö¤ó¤ï¤«¤é¤ó¤À¤í¡¼¤È»×¤Ã¤Æ¤¿¤ó¤À¤±¤É¡¢ ¤Ê¤ó¤È¤Ê¤¯Ä´¤Ù¤Æ¤ß¤ë¤³¤È¤Ë¤·¤¿¡£

¡Ä

$^H ¤È¤«¤¤¤¦¤Î¤ËÂåÆþ¤·¤Æ¤ë¤À¤±¡ª¤Ä¤Þ¤é¤ó¡ª

i@u ~/test> cat test_strict.pl
$hello = "Hello, World\n";
i@u ~/test> perl test_strict.pl
i@u ~/test> cat test_strict.pl
use strict;
$hello = "Hello, World\n";
i@u ~/test> perl test_strict.pl
Global symbol "$hello" requires explicit package name at test_strict.pl line 2.
Execution of test_strict.pl aborted due to compilation errors.
i@u ~/test> cat test_strict.pl
BEGIN { $^H = 0xffffffff; }
$hello = "Hello, World\n";
i@u ~/test> perl test_strict.pl
Global symbol "$hello" requires explicit package name at test_strict.pl line 2.
Constant(qq) unknown:  at test_strict.pl line 2, within string
Execution of test_strict.pl aborted due to compilation errors.

(21:58)

_ ¤º¤Ã¤ÈÆ°¤¤¤Æ¤¿ evince ¤¬

¥á¥â¥ê¤Î60%°Ê¾å¤ò»ý¤Ã¤Æ¤¤¤Ã¤Æ¥¹¥é¥Ã¥·¥ó¥°¤µ¤»»Ï¤á¤¿¡£ ¤É¤¦¤¤¤¦¥Ð¥°¤ä¤Í¤ó¡£

24448 i         16   0  430m 295m 7512 R 35.5 60.6   2:37.13 evince

(23:25)

ËÜÆü¤Î¥Ä¥Ã¥³¥ß(Á´2·ï) [¥Ä¥Ã¥³¥ß¤òÆþ¤ì¤ë]
_ Gus (2014-05-24 02:43)

if¤¬·ù¤¤¤Ê¤écond¤ò»È¤¨¤Ð¤¤¤¤¤¸¤ã¤Ê¤¤¡£¤È¤«¸À¤Ã¤Æ¤ß¤ë¤Ê¤ó¤È¤«¥Í¥Ã¥È¡£

_ shinh (2014-05-24 02:43)

cond¤Ê¤ó¤Æ¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í(LISP¤Ê¤ó¤â¤·¤é¤Ê¤¤)¡£

 (let ((else 1)
       (x 1)
       (y 2))
   (cond ((= x y)
          (print "hoge-"))
         (else
          (print "hage-"))))

¤È¤«½ñ¤¤¤Æ¤Æµ¤ÉÕ¤¤¤¿¤ó¤Ç¤¹¤¬¡¢ Gauche (¤« Scheme ¤«¤ï¤«¤ê¤Þ¤»¤ó¤¬) ÉáÄÌ¤Ë else ¤¢¤ë¤ó¤Ç¤¹¤Í¡£

 (let ((x 1)
       (y 2))
   (cond ((= x y)
          (print "hoge-"))
         (else
          (print "hage-"))))

¤¢¡¼¤º¤¤¤Ö¤ó¤¤¤¤¤Ç¤¹¤Í¤§¡£¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£¤·¤«¤·¤Ê¤ó¤È¤«¥Í¥Ã¥È¤¬¸«»ö¤¹¤®¤Æ¤Ê¤ó¤â»×¤¤¤Ä¤­¤Þ¤»¤ó¤´¤á¤ó¤Ê¤µ¤¤¡£

¤ªÌ¾Á°:
E-mail:
¥³¥á¥ó¥È:
¿ÍÀ¸¡¢±§Ãè¡¢¤¹¤Ù¤Æ¤ÎÅú¤¨
ËÜÆü¤Î¥ê¥ó¥¯¸µ

Á° 2006ǯ
9·î
¼¡
Æü ·î ²Ð ¿å ÌÚ ¶â ÅÚ
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
1.shinh(2014-05-24 02:43) 2.k.inaba(2014-05-24 02:43) 3.YT(2014-05-24 02:43)
search / home / index

Á´¤Æ¥ê¥ó¥¯¥Õ¥ê¡¼¤Ç¤¹¡£ ¥³¡¼¥ÉÊҤϼ«Í³¤Ë»ÈÍѤ·¤Æ¤¤¤¿¤À¤¤¤Æ¹½¤¤¤Þ¤»¤ó¡£ ¤½¤Î¾¤Î¤â¤Î¤ÏGPL°·¤¤¤Ç¤¢¤ì¤Ð¤¢¤é¤æ¤ë»ÈÍѤ˴ؤ·¤Æʸ¶ç¤Ï¸À¤¤¤Þ¤»¤ó¡£ ¤Ê¤Ë¤«¤¢¤ì¤Ð²¼µ­¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ø¡£

shinichiro.hamaji _at_ gmail.com / shinichiro.h