Wastholm.com

Rundeck is an open-source process automation and command orchestration tool with a web console.

Dispatch shell commands and scripts across all your physical or virtual nodes from a web-based or command-line interface. Automate ad-hoc and routine procedures. Use the API and plugins to integrate with other services. Use your LDAP/AD for authentication, and configure extensive access control.

Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to more than 15 programming languages are available. An easy to read introduction article and a reference manual accompanies the library with examples and recommendations on how to use the library. Several graphical user interfaces are also available for the library.

A very interesting article by a guy who went and did what I have been thinking of doing myself: experimenting with using a genetic algorithm and translucent polygons to render (somewhat distorted but cool-looking) photos and other images.

Flymake is implemented as an Emacs minor mode. It runs the syntax check tool (the compiler for C++ files, perl for perl files, etc.) in the background, passing it a temporary copy of the current buffer and parses the output for known error/warning message atterns. Flymake then highlights erroneous lines (that is, lines for which at least one error or warning has been reported), and displays an overall buffer status in the mode line, as shown on the figure below.

TeamWall will display only the important information your team needs on a big screen. It rotates through all of them and one can jump to a specific one if needed. It’s display is designed to be readable from all across the room by all team members.

TeamWall is a great tool for your team of programmers to get condensed information about your code base. It integrates with data providers like Sonar, Jira or Teamcity to get the information you need.

Arachni uses various techniques to compensate for the widely heterogeneous environment of web applications. This includes a combination of widely deployed techniques (taint-analysis, fuzzing, differential analysis, timing/delay attacks) along with novel technologies (rDiff analysis, modular meta-analysis) developed specifically for the framework. This allows the system to make highly informed decisions using a variety of different inputs; a process which diminishes false positives and even uses them to provide human-like insights into the inner workings of web applications.

Currently, there aren’t any tools to grab all of the publisher-provided shorter URL in a standards-agnostic way. Tools that will grab either rev=”canonical” or rel=”shorturl”, but not both.

That’s where isshort.com comes in. isshort doesn’t care what URL shortening standard the publisher uses, it will find them all. This user-focused design will hopefully spur more sites and apps to provide their own short URLs.

...

Currently, isshort.com supports short URLs using the rel=”canonical”, rel=”shortlink”, and rel=”shorturl” standards.

Also, isshort shortens Amazon.com (amzn.com), YouTube (youtu.be), and NPR (n.pr) links.

Many development teams are used to making heavy use of branches in version control. Distributed version control systems make this even more convenient. Thus one of the more controversial statements in Continuous Delivery is that you can’t do continuous integration and use branches. By definition, if you have code sitting on a branch, it isn’t integrated. One common case when it seems obvious to use branches in version control is when making a large-scale change to your application. However there is an alternative to using branches: a technique called branch by abstraction.

Appmakr is a browser-based platform designed to make creating your own iPhone app quick and easy. Using existing content and social networking feeds, AppMakr is a user-friendly system allowing for the creation of native iPhone applications.

I started to write an article explaining how to package a Perl module but it got too long and detailed. Let's start with a simple case and build the smallest possible but still sane package. Later we can go in more details and see alternative ways.

|< First   < Previous   209–218 (530)   Next >   Last >|