cito automatically translates the Ć programming language to C, Java, C#, JavaScript, ActionScript, Perl and D. Ć is a new language, aimed at crafting portable programming libraries, with syntax akin to C#. The translated code is lightweight (... 続きを読む
さくっと Perl のメトリクスを取得する ローカルにあるやつもリモートにあるやつも、ファイルごとでもディレクトリ内まとめてでも、よしなにサクッと Perl コードのメトリクスを取得したかったので書きました。 App::plmetrics cpanm App::plmetrics App::plmet... 続きを読む
Render a <canvas> node to your terminal This module provides a <canvas> object backed by node-canvas, with its width and height properties automatically set to the proper size of the terminal window. The result is that you can use the HTML Ca... 続きを読む
警察庁は、日本最大級のハッカーコンテスト「SECCON(セクコン)」を今年度の大会から後援することを明らかにしました。 「SECCON」はチームに分かれてハッキング攻撃をしかけたり、攻撃からシステムを防御したりしながら得点を競うもので、今年度... 続きを読む
homebrew の Go用のレシピ を見た人は、その中にこんなオプションが定義されているのに気がついたかもしれない: option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms" option 'cross-compile-common', "... 続きを読む
I released AnyEvent::DNS::Cache::Simple to cpan today. cpan: https://metacpan.org/release/AnyEvent-DNS-Cache-Simple github: https://github.com/kazeburo/AnyEvent-DNS-Cache-Simple This module will cache DNS responses of AnyEvent::DNS. And you c... 続きを読む
(function () { var clicked = 0; document.getElementById('button').addEventListener('click', function(e) { if (clicked) return; clicked = 0; var container = document.getElementById('container'); var tweets = document.querySelectorAll('iframe.t... 続きを読む
2013-06-13 やったー!超キュートなHiveロゴを愛でながらブラウジングできるChrome拡張できたよー\(^o^)/ js http://www.apache.org/ 事の発端 @tagomorisさんがHiveロゴがプリントされたTシャツを着てた ↓ 背中側が狂気に満ちてると感じた ↓ kowai ↓ 夢に... 続きを読む
Flame Graphs for Online Performance Profiling ☺agentzh@gmail.com☺ Yichun Zhang (agentzh) 2013.06.01 ♡ Flame Graphs is a kind of visualization for analyzing how time or some other resource is distributed among all the code path... 続きを読む
6月9日(日) に放映された「ほこたて」の「たて」の裏側について 2013年06月11日11:21 2013年6月9日に放映されました、フジテレビ「ほこ×たて」に関しまして、反響が大きいようですので撮影の裏側をご紹介いたします。 まず、番組コーナー内の冒頭にご紹介いた... 続きを読む
2013-06-11 最近の Perl6 の動向についてまとめてみた Perl6 まわりが最近だいぶかわってきているという雰囲気をみなさん感じていらっしゃるかとおもいます。そのあたりについておさらいしてみましょう(時系列はちょっとまちがってるかもしれませんが、たぶんだ... 続きを読む
2013-06-10 Docopt.pm - Command-line interface description language in Perl5 https://metacpan.org/module/Docopt I released Docopt.pm to CPAN! Docopt.pm is perl port of [docopt]. docopt helps you: define interface for your command-line app, and... 続きを読む
明日から本気だす!くしいです。 イラストの投稿・閲覧が楽しめる「イラストコミュニケーションサービス」pixivを運営されている ピクシブ株式会社さん。じつは以前オフィス移転された時に紹介させてもらったんだけど、何やら 増床したらしいという噂を聞きつけ... 続きを読む
Perlの祭典とも言うべきイベントYet Another Perl Conference = YAPC 。去年はYAPC::Asiaでベストスピーカー賞をいただきまして、その副賞が「YAPC::NA または YAPC::Europe へ派遣」というモノでした。YAPC::Europeは今年キエフでの開催でちょいと行くのが大変... 続きを読む
2013-06-08 Future Perl - YAPC::NA 2013 に参加して YAPC::NA 2013 に参加してきました。その中でも印象にのこったことを取り急 ぎアップしておきます。 今回は日本からは @yusukebe と @xaicron と TPF の President である Karen が参加していたようです。 ... 続きを読む
2013-06-07 Reply is awesome! https://metacpan.org/release/Reply Reply is new REPL command written by doy++! It's pretty lightweight! I switched to this repl yesterday! tokuhirom 2013-06-07 18:03 Write a comment Prev. entry 続きを読む
12:38 | 先週末の5/24日付で、株式会社はてなを退職しました。2008年のインターンに申し込んだのが、ちょうど5年前の今頃の季節で、以来、インターン採用、修士修了、新卒入社、結婚、第一子誕生と、人生のなかでも大きなイベントの多くをはてなと過ごして来ま... 続きを読む
Command-line interface description language docopt helps you: define interface for your command-line app, and automatically generate parser for it. docopt is based on conventions that are used for decades in help messages and man pages for pr... 続きを読む
README.markdown NAME perl-systemtap-toolkit - Real-time analyzing and diagnosing tools for perl 5 based on SystemTap Status These scripts are considered experimental. Prerequisites You need at least systemtap 2.1+ (with my patch applied) and ... 続きを読む
What's all this, then? Built into Mac OS X, but often neglected, is the concept of 'services'. They are small and targeted tools you can use in almost any program to insert text or do something useful with the current selection. Select text a... 続きを読む