-
a complete AMQ message queueing broker that gives you extreme performance but remains easy to use and highly reliable.
-
In order to help mitigate the risk of cross-site scripting, a new feature has been introduced in Microsoft Internet Explorer 6. This feature is a new attribute for cookies which prevents them from being accessed through client-side script.
-
Hi everyone,
welcome to my Haskell tutorial!
-
Simulated annealing (SA) is a generic probabilistic meta-algorithm for the global optimization problem, namely locating a good approximation to the global optimum of a given function in a large search space
-
This tutorial demonstrates a simple, but non-trivial, example of a TCP proxy server using the OTP construct gen_server. The goal is to implement a process that can be used to deliver web services to HTML browsers.
-
This tutorial shows you how to build a simple web server.
-
this is an attempt of a serverside implementation of the non-standard (and mostly undocumented) RTMP Video streaming protocol as used in the Flashplayer.
-
Provide an erlang mapping to the image magick library. This will give erlang users access to an advanced imaging library and in particular web developers using yaws will be able to add graphic manipulation.
-
What better language to implement a Facebook app in than Erlang? None! This module will allow your Erlang code to call Facebook API methods, and understand callbacks from the Facebook servers.
-
Currently implemented: functions for starting and accessing a c-node which binds a subset of the cairo 2D graphics functions.
-
an easy extendable and highly configurable webserver toolkit, which contains everthing from static file serving to URL and multipart decoding to JSON handling. Below a sample Bob provided to show how to build a webserver using mochiweb
-
-
Seam carving is a recently presented method to resize images “intelligently”, by removing pixels of the image that carry little information.
-
Most people most likely saw the YouTube movie on content-aware image resizing which got blogged quite a lot lately. I read the corresponding paper, and wrote an implementation (not finished/perfect at all, but well) in Python.
-
We will look at several scenarios under which SQL injection may occur, even though mysql_real_escape_string() has been used.