fakecineaste
Monday, April 8, 2013
java network
›
jNetPcap is an open-source java library. It contains A Java wrapper for nearly all libpcap library native calls Decodes captured...
Friday, March 29, 2013
How to Convert from Decimal to Binary
›
How to Convert from Decimal to Binary The decimal (base ten) numeral system has ten possible values (0,1,2,3,4,5,6,7,8, or 9) for eac...
The shift operators
›
The shift operators allow programmers to adjust an integer by shifting all of its bits to the left or the right. The following diagram sh...
Wednesday, March 27, 2013
Data vs. Information
›
Data vs. Information Data: raw facts no context just numbers and text Information: data with context processed data value-add...
Binary-coded decimal(BCD)
›
Binary-coded decimal In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers w...
graph vs tree
›
Introduction Realize that all trees are graphs. A tree is a special case of a graph, one whose nodes are all reachable from some start...
Infix to Postfix Conversion
›
Infix to Postfix Conversion : Infix String : a+b*c-d Postfix String : abc*+d- http://scriptasylum.com/tutorials/infix_postfix/algori...
Tuesday, March 26, 2013
Binary search algorithm
›
Binary search algorithm In computer science, a binary search or half-interval search algorithm finds the position of a specified value ...
Sunday, March 24, 2013
Reflection
›
Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications running in the...
Cocoa Touch
›
Cocoa Touch Cocoa Touch is a UI framework for building software programs to run on the iPhone, iPod Touch, and iPad from Apple Inc. h...
Saturday, March 23, 2013
Java ORMs for MongoDB
›
MJORM (mongo-java-orm) - A MongoDB Java ORM This project aims to provide a robust query api and ORM for MongoDB and the Java programmi...
dependency injection
›
Google Guice Google Guice is an open source software framework for the Java platform released by Google under the Apache License. It prov...
Calypso
›
Calypso Calypso Technology offers financial institutions and corporate treasuries an integrated trading, risk and processing platform for ...
Disruptor Pattern
›
LMAX Disruptor High Performance Inter-Thread Messaging Library The Disruptor is a general-purpose mechanism for solving a difficult p...
Friday, March 22, 2013
Quartz
›
Quartz Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side virtually any Jav...
JRebel
›
JRebel, formerly known as JavaRebel, is a plug-in for the Java Virtual Machine (JVM) that enables instant reloading of changes made to a Ja...
Messaging
›
RabbitMQ? Robust messaging for applications Easy to use Runs on all major operating systems Supports a huge number of developer plat...
Thursday, March 21, 2013
lambda expression
›
Anonymous function In computer programming, an anonymous function (also function constant, function literal, or lambda function) is a ...
2 comments:
Node.js
›
Node.js Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js us...
Wednesday, March 20, 2013
Security information and event management (SIEM)
›
Security information and event management Security Information and Event Management (SIEM) solutions are a combination of the formerly d...
1 comment:
‹
›
Home
View web version