タグ

2009年5月10日のブックマーク (4件)

  • Fitz and MuPDF

    Fitz is a project to create a new and modern graphics library. At the core of Fitz is the display tree: a scene graph of vector graphics, images and text making up the contents of a page. Fitz and MuPDF is free software, licensed under the terms of the GNU Public License. Contact Artifex Software, Inc for commercial licensing. The standard components of Fitz are: Base runtime (thin memory and erro

    kantonomasia
    kantonomasia 2009/05/10
    MuPDF: PDF パーサ(parser)
  • Free PDF Reader - Sumatra PDF

    SumatraPDF is one of those amazing open source programs that does everything a closed-source and/or commercial product does, but better in every way. "PDF readers have, over the years, managed to earn themselves something of a reputation for being slow, lumbering beasts – thanks largely to Adobe Reader. Sumatra PDF bucks the trend. It is small, svelte, lightweight and lightning fast."

    kantonomasia
    kantonomasia 2009/05/10
    windows 用軽量 PDF ビューワ。珍しいことにリロード機能がついている模様。
  • How do you like Ruby? - Gokudo Ruby: 9th

    極めよRuby道 第9回 モジュールとクラスの使い方 後藤謙太郎 <URL:http://www.notwork.org/~gotoken/mag/cmagazine/> 註: この文書は『C MAGAZINE』2001年4月号 に掲載された記事の元となるものに手を加えたものです. 記事中のプログラムを一つずつファイルにしたものもあります(→list) 間違いを見つけたら,gotoken@notwork.org宛に御連絡くださると喜びます。 Copyright(c) 2001 by GOTO Kentaro. All rights reserved. コードの読みやすさとは?( 慣習の重要性, あとで自分が分かるように), モジュールの役割( 名前空間としてのモジュール, Mix-inとしてのモジュール, 特異メソッドとモジュール, 余談: 特異メソッドと特異クラス, mix-in で

    kantonomasia
    kantonomasia 2009/05/10
    モジュールとクラスの使い方
  • wxWidgets

    Japanese / English この文書について 準備 Linux(Fedoda Core 5) + gcc + gtk インストール コンパイル WindowsXP + bcc32(ver5.5) インストール コンパイル プログラムの基構造 最も簡単なプログラム 概要 wxWidgetsの関数 文字列の取り扱い 外部リンク この文書について wxWidgetsはGUIアプリケーションを作るためのツールキットです。WindowsLinuxMacといった異なるプラットフォームのアプリケーションを、同一のソースコードで記述することができます。以下ではC++をある程度理解している人向けに、wxWidgetsのインストールから簡単なアプリケーションの作成までを解説していきます。 環境は基的にLinux+gcc+gtkを想定していますが、wxWidgetsのインストールに関してはWi

    kantonomasia
    kantonomasia 2009/05/10
    wxWidgetsの簡単な紹介