August 2010
- Aug 31Janos.HaitsProcessLibrary.com - The online resource for process information!
unique and indispensable process listing database
Uniblue's free and comprehensive online library of processes is for everyone who needs to know the exact nature and purpose of every process that should, and should not, be running on their PC. - Aug 18Janos.HaitsRedland RDF Libraries
Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF).
- Aug 03rafaeldffFile copy in Java – Benchmark | @Blog("Baptiste Wicht")
So I searched all the methods to copy a File in Java, even the bad methods and found 5 methods :
Naive Streams Copy : Open two streams, one to read, one to write and transfer the content byte by byte.
Naive Readers Copy : Open two readers, one to read, one to write and transfer the content character by character.
Buffered Streams Copy : Same as the first but using buffered streams instead of simple streams.
Buffered Readers Copy : Same as the second but using buffered readers instead of simple readers.
Custom Buffer Stream Copy : Same as the first but reading the file not byte by byte but using a simple byte array as buffer.
Custom Buffer Reader Copy : Same as the fifth but using a Reader instead of a stream.
Custom Buffer Buffered Stream Copy : Same as the fifth but using buffered streams.
Custom Buffer Buffered Reader Copy : Same as the sixth but using buffered readers.
NIO Buffer Copy : Using NIO Channel and using a ByteBuffer to make the transfer.
NIO Transfer Copy : Using NIO Channel and direct transfer from one channel to other.NIO a little faster for large files. Streams with custom (byte[]) buffers faster for small files. Large difference between custom buffers and merely delegating to a BufferedStream. Using a Reader does not incur in that much performance penalty, it may even be faster for smaller files.
June 2010
- Jun 11
- Jun 07rafaeldffwu.js
Wu.js is a library for lazy, functional programming in Javascript. Works great in the browser, and also with CommonJS (including node and Narwhal).
The largest part of wu is dedicated to iterators. Iterators are lazy sequences with a number of methods that encourage functional programming.
- Jun 07
May 2010
- May 24
- May 16Janos.HaitsBioInfoBank Library, Home Page
BioInfoBank Library
This site is aimed at supporting and promoting the scientific activity of students and scientists. The site facilitates fast publication of research results through short and concise reports, exchange of ideas and comments through dedicated forums and blogs and provides space to place structured resumes. The site also offers useful search capabilities such as the selection of similar papers to a group of papers.
April 2010
- Apr 26Janos.HaitsWilmascope 3D graph visualisation system
WilmaScope is a Java3D application which creates real time 3d animations of dynamic graph structures.
- Apr 25
- Apr 25
March 2010
- Mar 15
- Mar 09
February 2010
- Feb 17
- Feb 17
- Feb 09
- Feb 08
- Feb 03
- Feb 02
- Feb 01

