woensdag 27 februari 2013

xmappr - Xmappr is the simplest way to handle XML in Java. Period. - Google Project Hosting

Xmappr is the simplest way to handle XML in Java. Elevator pitch: It's a lightweight library for mapping arbitrary XML to your Java classes, mapped via annotations or external config, understands XML namespaces, can cache unmapped elements, preserves order of XML elements, it's extensible with custom converters, it's thread-safe and is lightweight at under 80kb with no external dependencies. Oh, and it has a permissive license: BSD.

via Delicious https://code.google.com/p/xmappr/

xmltool - XML tool to manage XML documents through a Fluent Interface - Google Project Hosting

XMLTool is a very simple Java library to be able to do all sorts of common operations with an XML document. As a Java developer, I often end up writing the always the same code for processing XML, transforming, ... So i decided to put all in a very easy to use class using the Fluent Interface pattern to facilitate XML manipulations.

via Delicious https://code.google.com/p/xmltool/

dinsdag 26 februari 2013

HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer

HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net

via Delicious http://haproxy.1wt.eu/#desc

Index of /DEFCONXX/Speaker Presentations/Atlas/rfcat-defconXX-2012

the goals of the project are to reduce the time for security researchers to create needed tools for analyzing unknown targets, to aid in reverse-engineering of hardware, and to satiate my rf lust.

via Delicious http://www.hakim.ws/DEFCONXX/Speaker%20Presentations/Atlas/rfcat-defconXX-2012/

vrijdag 22 februari 2013

Debuggex: A visual regular expression debugger

A visual regular expression debugger, tester, and helper.

via Delicious http://www.debuggex.com/?re=&str=

maandag 18 februari 2013

gre/glsl.js · GitHub

glsl.js is a subset* of a WebGL library which focus on making the GLSL (OpenGL Shading Language) easy and accessible for vizualisation and game purposes (2D or 3D). * Subset, because we only focus on using a fragment shader (the vertex shader is static and take the full canvas size), But don't worry, you have a long way to go with just one fragment shader. The concept is to split the rendering part in a GLSL fragment from the logic part in Javascript of your app/game. Both part are linked by a set of variables (the state of your app/game). glsl.js aims to abstract every GL functions so you don't have to learn any OpenGL API. What you only need to care about is the logic in Javascript and the rendering in GLSL.

via Delicious https://github.com/gre/glsl.js

dinsdag 12 februari 2013

Proxool 0.9.1

Proxool is a Java connection pool. It's not rocket science but we've been doing it since 2001 and we've ironed out a lot of problems. Development has slowed down considerably over the past few years but we're still here, making releases and answering support questions.

via Delicious http://proxool.sourceforge.net/

zaterdag 9 februari 2013

ekawahyu/gcc-arm-embedded-macosx · GitHub

GNU Tools for ARM Embedded Processors (Mac OS X version) This is a wrapper script that knows how to patch and build the ARM-maintained toolchain for the ARM Cortex-M and Cortex-R processors. Prerequisites: Mac OS X 10.6 (Snow Leopard) or later. Xcode (Snow Leopard) or command line tools install (Lion and Mountain Lion). Unix tools: autoconf automake via Homebrew or MacPorts. ARM host the toolchain at https://launchpad.net/gcc-arm-embedded and you will need to download the distribution archives yourself. Place them in the same directory as the build-macosx.sh script and run it. Unlike other toolchain distributions, this one includes all of the prerequisites, so it is not necessary to go chasing around after the various libraries that gcc normally requires. Update: added build script for linux, namely build-linux.sh

via Delicious https://github.com/ekawahyu/gcc-arm-embedded-macosx

donderdag 7 februari 2013

woensdag 6 februari 2013

Configuring c3p0 connection pooling with spring and hibernate « faheemsohail.com



via Delicious http://faheemsohail.com/2012/01/configuring-c3p0-connection-pooling-with-spring-and-hibernate/