Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

November 19 2011

17:24

frankkohlhepp/fancy-settings - GitHub

Create fancy, chrome-look-alike settings for your Chrome or Safari extension in minutes!

September 21 2010

08:16

The busy Java developer's guide to Scala: Functional programming for the object oriented

The Java™ platform has historically been the province of object-oriented programming, but even Java language stalwarts are starting to pay attention to the latest old-is-new trend in application development: functional programming. In this new series, Ted Neward introduces Scala, a programming language that combines functional and object-oriented techniques for the JVM. Along the way, Ted makes the case for why you should take the time to learn Scala — concurrency, for one — and shows you how quickly it will pay off.
Reposted byurfin urfin

September 16 2010

08:02

HxD - Freeware Hex Editor and Disk Editor | mh-nexus

HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size.

The easy to use interface offers features such as searching and replacing, exporting, checksums/digests, insertion of byte patterns, a file shredder, concatenation or splitting of files, statistics and much more.

September 15 2010

10:01

log4jdbc

log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.

September 13 2010

06:40

Scala for Java Refugees

You’ve tried looking on the Scala website, but what you found stopped you in your tracks.  Everything’s so…functional.  Lamdas, high-order functions, immutable state, recursion out the wazoo.  Suddenly things are looking less promising.
Have no fear, ye refugee of Java EE grid iron, all is not lost.  True, Scala is a functional language, but it’s also imperative and highly object oriented.  What does this mean?  It means that you don’t have to write code with the sole purpose of pleasing Haskell Curry.  You can write code that you can actually read a week from now.  You may even be able to show this code to your Java-loving coworkers and they just might understand it.  You don’t have to curry every function and avoid loops at all costs.  You can write your Java applications in Scala.  You just need the right introduction.

September 10 2010

12:12

August 30 2010

09:12

Membrane SOAP/HTTP Monitor and Proxy

Membrane SOAP Monitor is an open source tool to capture, display and manipulate SOAP and HTTP messages. The monitor can work as HTTP proxy or as reverse HTTP proxy.

January 19 2010

22:22
22:22

January 07 2010

21:26
21:26

November 16 2009

18:43

New release of the filelist plugin

After a long time of no new features added, I just updated the Dokuwiki filelist plugin. It now supports recursive file listings of whole directory trees based on the given file pattern, includes a couple of bug fixes and a german language file (yes, I know, it's a bit strange I usually forget to add these to my own plugins…).

Enjoy!

Read or add comments to this article
17:43

New release of the filelist plugin

After a long time of no new features added, I just updated the Dokuwiki filelist plugin. It now supports recursive file listings of whole directory trees based on the given file pattern, includes a couple of bug fixes and a german language file (yes, I know, it's a bit strange I usually forget to add these to my own plugins…).

Enjoy!

Read or add comments to this article

August 25 2009

20:33

mod_rewrite Cheat Sheet (V2) - Apache - Added Bytes

The mod_rewrite cheat sheet is a one-page reference sheet, listing flags for the RewriteRule and RewriteCond directives, list of server variables, a regular expression guide and several examples of common rules.
20:33

mod_rewrite Cheat Sheet (V2) - Apache - Added Bytes

The mod_rewrite cheat sheet is a one-page reference sheet, listing flags for the RewriteRule and RewriteCond directives, list of server variables, a regular expression guide and several examples of common rules.

July 20 2009

11:45

Jaxb | A Java geek

JAXB is a bridge between the Java and the XML worlds, enabling your code to transparently marshalls and unmarshalls your Java objects to and from XML. In order to do this, you should have a class representing your XML-Schema. This class is created by the xjc. In most cases, xjc creates a class that won’t suit your needs. In this article, we’ll see why it does so and what we can do to customize this behaviour.

July 16 2009

12:06

mPDF

mPDF is a PHP class which generates PDF files from UTF-8 encoded HTML. It is based on FPDF, HTML2FPDF, and UFPDF, with a number of enhancements.

June 06 2009

09:56

Degrafa : Declarative Graphics Framework

"""Degrafa is a declarative graphics framework, open source, licensed under MIT."""

April 14 2009

17:50

SCG SmallWiki: Yield 4 Java

Generator implements an iterator that yields its values one at a time. Subclasses must define a method called #run() and may call yield(T) to return values one at a time.

February 15 2009

16:53

InfoQ: Language Parity: Closures and the JVM

In this presentation from the JVM Languages Summit 2008, Neal Gafter discusses closures on the JVM. Topics covered include the JVM libraries, the challenges of running other languages on the JVM, language-specific wrapper/shim libraries, ways of making the JVM more language-friendly, whether lambda expressions are too hard, the history of closures, and forking the JVM to support closures.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.