タグ

2009年1月9日のブックマーク (21件)

  • Anonymousフォント

    Anonymous Pro (2009) is a family of four fixed-width fonts designed with coding in mind. Anonymous Pro features an international, Unicode-based character set, with support for most Western and Central European Latin-based languages, plus Greek and Cyrillic. Anonymous Pro is based on an earlier font, Anonymous™ (2001), my TrueType version of Anonymous 9, a Macintosh bitmap font developed in the mid

    taroleo
    taroleo 2009/01/09
    プログラミング用に使っています
  • Developer's Guide - Google Chart API - Google Code

    Discover the resources for adding interactive charts for browsers and mobile devices.

    Developer's Guide - Google Chart API - Google Code
  • TCC : Tiny C Compiler

    News [Note: I am no longer working on TCC. Check the mailing list to get up to date information.] Features SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. UN

  • Intel® C++ Compiler 10.1, Professional and Standard Editions, for Linux* - Intel® Software Network

  • Atomic Builtins - Using the GNU Compiler Collection (GCC)

    5.44 Built-in functions for atomic memory access The following builtins are intended to be compatible with those described in the Intel Itanium Processor-specific Application Binary Interface, section 7.4. As such, they depart from the normal GCC practice of using the “__builtin_” prefix, and further that they are overloaded such that they work on multiple types. The definition given in the Intel

  • Blog by Sadayuki Furuhashi

    MessagePackフォーマット仕様のPull Request #209をマージし、MessagePackにTimestamp型を追加しました。 ※この記事の英語版は XXX にあります(翻訳中) Extension型の型コード -1 として定義されているため、後方互換性が維持されています。つまり、既にExtension型に対応しているデシリアライザであれば、Timestamp型を使用して作成されたデータを、Timestamp型に対応していない古いデシリアライズで読み出すことができます。 新しいTimestamp型には timestamp 32、timestamp 64、timestamp 96 の3つのフォーマットがあり、よく使う値をより少ないバイト数で保存できるようになっています。例えば、1970年〜2106年までの時刻で、秒までの精度しか持たない時刻であれば、合計6バイトで保存でき

    Blog by Sadayuki Furuhashi
  • Lexemetech

    MapReduce is a programming model for processing vast amounts of data. One of the reasons that it works so well is because it exploits a sweet spot of modern disk drive technology trends. In essence MapReduce works by repeatedly sorting and merging data that is streamed to and from disk at the transfer rate of the disk. Contrast this to accessing data from a relational database that operates at the

  • Thriftを利用したログからの復旧機能の実装 - moratorium

    Thriftを利用したログからの復旧機能の実装 2008-02-13 (Wed) 23:16 Thrift さてさて卒論発表終わりましたよ。寝まくり&飲んだくれ&焼肉。暇な人遊んで。 最近、多言語RPC機構が欲しくなる機会が多く、Thriftを使ってみたりしています。 公式ページ 公式White Paper フレームワーク 「 Thrift 」 調査報告 まずは3つ目のサイボウズ開発部アルバイトの山さんの記事を読むと、thriftがどういうものなのかが分かると思います。簡単に言いますと、RPCAPIを独自記法で定義したファイルを用意し、それをthriftコンパイラに入力として与えると、各言語用にRPC用のコードを自動生成してくれるというものです。 クライアント・サーバーコードを各言語で書けるのは当然として、マルチスレッド型・イベント型などサーバーの種類を選べる等々、色々気が利いていて

  • qwik.jp - Welcome to qwik.jp!

    相続財産の中でも土地や建物などの不動産は高額なものになりますが、簡単に不動産取得税を計算する方法が分かれば相続税などの税金対策にも有効なものになって来ます。 ここでは、贈与・相続の場合などそれぞにかかる税金を簡単に計算する方法を解説するとともに良くある質問にも回答しているので参考にされることをおすすめします。 特に、課税対象になる不動産はあるのだろうか、計算式が分からない人、非課税枠があるみたいだけどその判断方法など、これらの質問にも回答しています。 そもそも不動産取得税とは?必ず課税されるもの? 不動産取得税の計算を行うとき、自らが取得した不動産当に課税の対象になるのか知っておくことが大切です。課税の対象外になれば税金を納める必要がないわけですから、不動産取得税の計算そのものも不要です。 取得税の対象になる土地や行為、これは土地や家屋などの不動産の所有権を得た際に課税されるもので有償

  • Creating a shell extension with C#

    Demonstrates building a Windows Explorer shell extension using C# and COM Interop. Download demo project - 3.62 Kb Download source - 4.42 Kb Introduction C# and .NET have been hailed by Microsoft as the Windows programming environment of the future. Just what does that actually mean? Is the programmer shielded so much from Windows that attempting to do anything useful is difficult if not impossibl

  • Filesystem in Userspace

    LicenseGNU Library or Lesser General Public License version 2.0 (LGPLv2), GNU General Public License version 2.0 (GPLv2)

    taroleo
    taroleo 2009/01/09
  • Dokan >> SSHFS

    PTP: Accessing Photos, videos and camera data as a disk mount iOS automatically presents modern devices as cameras when they're connected over USB. This uses Picture Transfer Protocol (PTP) which is a fairly limited system allowing you to copy photos back and forth. You'll probably recognise the DCIM folders that photos tend to appear in. PTP has a number of drawbacks: most obviously, you can't ac

    Dokan >> SSHFS
  • Philanthropy Programs for Underserved Communities - Google.org

    Our mission We bring the best of Google to help solve some of humanity’s biggest challenges — combining funding, innovation, and technical expertise to support underserved communities and provide opportunity for everyone.

    Philanthropy Programs for Underserved Communities - Google.org
  • Philanthropy Programs for Underserved Communities - Google.org

    Our mission We bring the best of Google to help solve some of humanity’s biggest challenges — combining funding, innovation, and technical expertise to support underserved communities and provide opportunity for everyone.

    Philanthropy Programs for Underserved Communities - Google.org
  • Apache Thrift - Home

    The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages. Getting Started Download Apache Thrift To get started, down

  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知

    はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28

    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
    taroleo
    taroleo 2009/01/09
    日本語の参考書。
  • バナナはおやつに入りますか

    小泉総理時代民主党「バナナはおやつに入りますか」 小泉「あなたが入ると思えば入るし、入らないと思えば入らない」 民主党「総理は質問に答えていない。入るのか入らないのか」 小泉「あなたね、おやつかどうかは心の問題ですよ。あなたはどうなんですか」 安倍総理時代民主党「バナナはおやつに入りますか」 安倍「入るかどうかは大事な問題で、適切に判断しなければならない」 民主党「総理は質問に答えていない。入るのか入らないのか」 安倍「入るかどうかで八百屋と駄菓子屋のどちらかに迷惑がかかるので慎重にならざるを得ない」 福田総理時代民主党「バナナはおやつに入りますか」 福田「バナナですか?あれ黄色いですね」 民主党「総理は質問に答えていない。入るのか入らないのか」 福田「そんなこと知りませんよ。あなたが考えてください」 麻生総理時代民主党「バナナはおやつに入りますか」 麻生「なんで、そんなこときくの?」 民

    バナナはおやつに入りますか
    taroleo
    taroleo 2009/01/09
    すごい。現代版「ホトトギス」だ
  • 上手なプレゼンテーションとは

    今学期は、久々に大学の講義に参加してみています。 講義の形態は、学生が毎回発表するというもの。 修士1年の学生さんが多いせいか、覇気が足りない。。。 課題を与えられたら、与えられた文献しか読んでこない人とか、それすら読みこなせていないというのがちらほら。自分が発表したときは資料探しから始まって、何百ページもある資料にいくつも目を通して、基を学んで、実験評価もして、と相当時間を費やして望んだのに、他の人からそれくらいの気概が感じられなくて、悲しい限り。(東大生なんだから1週間もあれば英語で100ページくらい読んできてよ! というのが音) もちろん、プレゼンテーション技術が未熟なこともあるのだけれど、それ以前に、一つのトピックをわかりやすく紹介するには、そのトピックだけでなくて、トピックを含むもっと広い分野の知識が必要という認識がまだない様子。 それだから、プレゼンを聞いていると、この研究

    taroleo
    taroleo 2009/01/09
    そういえば昔こんなことを書いてた。大学の講義でも、とある先生が、「教えることは1つでも、それを教えるために必要な知識は倍以上」だと
  • GNU screen いろいろまとめ。 - naoyaのはてなダイアリー:

    先日人力検索で GNU screen の設定TIPSについて質問してみたところ、かなーり役立つ設定とかをたくさん教えてもらうことができました。みなさん感謝。 そんで、教えていただいた通りにカスタマイズした結果、こんな感じのスクリーンショットが撮れました。MacOSX のターミナルです。 おかげさまでかなり便利になって作業効率が上がったと思います。いろいろ教えてもらったお礼とまではいきませんが、やった設定とかをはまりどころとかも交えて紹介してみます。名付けてリバースNDOメソッド。ちなみに、知ってる人にはごく当然のことが当たり前のように書いてるので、あんまり役に立たないかもしれません。 hardstatus alwayslastline で最終行にウィンドウ一覧を表示 これは今回の質問とは直接関係ないのですが、やるとやらないとでかなり使い勝手が違うので。 hardstatus alwaysl

    taroleo
    taroleo 2009/01/09
    cygwinでscreenを使うなど、こういうノウハウを学生さんに教えるのにはブログがよいかも
  • naoyaのはてなダイアリー

    ときどき、たまたま自分がそのとき考えていたことについてそれを補強するような材料が偶然たくさん集まってくる、なんてことがあります。そんな出来事があったので、ちょっとブログを書いてみようかなと。 以前に HBFav を作ったときこんなことを書きました。 Mark Zuckerberg は、いずれみんな、ニュースは友人知人経由で知ることになるだろうと言っていました。自分もそうなるだろうと思います。 4年ぐらいが経ちましたが、その思いは以前よりも増して確信めいたものになってきています。 ところで先日、Twitter の iOS アプリに「ニュース」という機能が追加されました。人によっては出てないそうなのでまだテスト中か、もしくは既に削除されているのかもしれないですが。 この機能についての自分の感想は以下のようなものでした。 もうすこし補足します*1。 Facebook や Twitter のような

    naoyaのはてなダイアリー
  • google-perftools 1.0 Released

    ► 2024 (17) ► May (4) ► April (4) ► March (2) ► February (6) ► January (1) ► 2023 (44) ► December (5) ► November (6) ► October (2) ► September (3) ► August (1) ► July (2) ► June (5) ► May (5) ► April (2) ► March (6) ► February (3) ► January (4) ► 2022 (44) ► December (4) ► November (2) ► October (7) ► September (6) ► August (2) ► July (3) ► June (5) ► May (1) ► April (2) ► March (4) ► February (5)

    google-perftools 1.0 Released