public marks

PUBLIC MARKS from feision with tag programming

04 August 2006

首頁 - Ruby-tw

* 安裝 Ruby o Ruby 安裝指南 o IDE 整合開發工具 * 新手教學 o 新手教學 o Ruby程式規範 * 進階應用 o Ruby on Rails o Ruby on Rails For Designers o Ruby on Rails Blogs o dRuby o RMagick * 專題探討 o Ruby和資料庫 o 深入Rails o Rails 和 PostgreSQL o prototype.js 筆記 o continuation o Meta Programming o Ruby GameEngine * HowTo List o HowTo列表

03 August 2006

SWT: The Standard Widget Toolkit

SWT: The Standard Widget Toolkit PART 1: Implementation Strategy for Java™ Natives

About Us

What is Eclipse? Eclipse is an open source community whose projects are focused on providing a vendor-neutral open development platform and application frameworks for building software. The Eclipse Foundation is a not-for-profit corporation formed to advance the creation, evolution, promotion, and support of the Eclipse Platform and to cultivate both an open source community and an ecosystem of complementary products, capabilities, and services. As it says in the Purposes section of the Foundation’s Bylaws: The purpose of Eclipse Foundation Inc.,(the "Eclipse Foundation"), is to advance the creation, evolution, promotion, and support of the Eclipse Platform and to cultivate both an open source community and an ecosystem of complementary products, capabilities, and services.

27 July 2006

用 XML-RPC 開發 Web 服務: 針對 Perl 的 XML-RPC 入門

本文將帶您快速瞭解什麼是 XML-RPC 以及如何使用 Perl 的 Frontier::RPC 庫來創置簡單的用戶端和伺服器。

26 July 2006

Free Computer Books, Tutorials, and Lecture Notes

by 13 others
Languages C C++ XML/XSL UML Perl Python Tcl/Tk Ada Lisp Assembly Fortran Prolog Ruby Cobol Basic Scheme Misc Programming Languages More Language BooksMore ... View all the sub-categories Java/J2EE Core Java Advanced J2EE/EJB STRUTS JSF Servlet/JSP Spring/Hibernate Enterprise Design Patterns Testing Security Distributed GUI Multimedia J2ME More Java/J2EE BooksMore View all the sub-categories Unix/Linux Core Unix Core Linux FreeBSD Security Shell Programming Networking Unix/Linux Programming System Admin GUI/X Windows Regular Exp. Text Editing More Unix/Linux BooksMore ... View all the sub-categories Computer Science Data Structure/Algorithms How to Program Languages Compiler OS Numerical AI/Logic Prog Functional OOD/OOP Computation Misc Architecture More Computer Science BooksMore ... View all the sub-categories Databases Systems SQL Oracle DB2 Sybase MySQL PostgreSQL Misc More Database BooksMore ... View all the sub-categories Web PHP Programming JavaScript, AJAX DHTML/CSS Site Design Publishing More Web/Internet BooksMore ... View all the sub-categories Networking General Networks TCP/IP Management Programming Internet More Networking BooksMore ... View all the sub-categories Special Topics Software Engineering Security Version Control Game LDAP Certificates Signal Processing Bioinformatics Cryptography Reference TeX/LateX Statistics Graphics Hardware & PC Science Mainframe Open Source Information Math Human More Special Topic BooksMore ... View all the sub-categories Microsoft .NET and C# Programming Applications

24 July 2006

FrogBSD Blog » Nearly All Binary Searches and Mergesorts are Broken

Nearly All Binary Searches and Mergesorts are Broken Filed under: Programming — zmx @ 10:40 am 每個 Programmer 都寫過既常用又簡單的 Binary Search,真的簡單嗎? From Google Research Blog 1946 年,第一個 Binary Search 演算法 1962 年,第一個 “正確” 的 Binary Search 演算法,最前面十八個都錯了. 1986 年,Jon Bentley 在課堂上和 Programming Pearls 這本書中,說明了這麼簡單的演算法(1962版)可以犯下多少的 bug. 2006 年,書中那個大眾引用的程式被抓到 integer overflow bug.