Neo4j 1.9 General Availability Announcement!
Neo4j 1.9 adds a self sustained cluster mode, implementing the paxos protocol internally. It no longer relies on Zookeeper. The query... more »
Tweet 0 Comments Save Tags: database , java , open source , server
Git - Simple File Management
Files can be added, committed and removed from git repositories using one or more of the following commands:
Tweet 0 Comments Save Tags: how-to , open source , tools
30 Days with IntelliJ IDEA. Editor Basics
Last week we announced the plans to publish articles from the 30-day guide on getting started with IntelliJ IDEA. The first article was... more »
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Postgres Demystified
Learn about the Postgres features and why you should consider it for your next project. These include: Datatypes Using other languages... more »
Tweet 0 Comments Save Tags: database , open source , opinion , tools
Why I left Heroku, and notes on my new AWS setup
Why I left Heroku, and notes on my new AWS setup
Tweet 0 Comments Save Tags: database , open source , opinion
Basics of Caliburn Micro in WPF mvvm–Part II Binding
In the first part of the MVVM using caliburn micro with WPF we saw how to write the bootstrapper to setup everything for the caliburn... more »
Tweet 0 Comments Save Tags: .net , open source , windows
Storing arrays in Infinispan 5.3 without wrapper objects
As part of Infinispan 5.3.0.Beta1, the Infinispan team has added the ability to store data directly in Infinispan which previously would... more »
Tweet 0 Comments Save Tags: java , news , open source
Solr 4.2: Index structure reading API
With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Reminder: Today is the Last Day for the Gradle Summit Discount
Today is the last day of the $100 discount for Gradle Summit. If you want to attend a conference on Gradle that gives you access to the... more »
Tweet 0 Comments Save Tags: java , mobile , open source
Asciidoctor Java integration 0.1.2.1 released!
A new release of Asciidoctor Java integration. Don't let the minor bump in version number fool you, there are some nice improvements with... more »
Tweet 0 Comments Save Tags: announcement , java , open source
How to Redirect Visitors to a Maintenance Page During Website Maintenance Using .htaccess
Redirecting visitors to a maintenance page or other temporary page is a must have tool for every webmaster or web developer. We can... more »
Tweet 0 Comments Save Tags: open source , php , web 2.0 , web services
AUI Carousel using WebContent Structure/Template in Liferay
A nice Carousel using Alloy UI & Liferay Web Content Structure/Template.
Tweet 0 Comments Save Tags: ajax , java , javascript , open source
15 useful WordPress Functions
While I was building my first premium WordPress Plugin – the Avia Feedback Box – I needed to solve quite a few problems I have never... more »
Tweet 0 Comments Save Tags: open source
Android applications with Kotlin
Did you know you can write applications for Android using Kotlin instead of Java?
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Open Source Products used in Pinterest
Pinterest is a tool for collecting and organizing things you love. It is a social networking site where users could pin images and write... more »
Tweet 0 Comments Save Tags: open source
3 Essential WordPress Security Plugins
Luckily, there are many plugins available to help keep your WordPress site safe and secure.
Tweet 0 Comments Save Tags: open source , security
Maven Git Flow Plugin for Better Releases
A new maven plugin is available enabling git flow workflows in your maven builds
Tweet 0 Comments Save Tags: agile , java , open source , tools
Inode : Unix Operating System concept
Inode in file system is a fundamental concept of unix file system and each object in the file system represented by an inode. Inodes... more »
Tweet 0 Comments Save Tags: open source , unix-linux
Serializing in C++ leveraging template metaprogramming (part iii)
The final part of my serialization/deserialization approach. Include a comparison (in release mode -O3) with the boost::serialization... more »
Tweet 0 Comments Save Tags: c-and-cpp , open source
Difference between soft Link and Hard Link
Before understanding the difference between soft link and hard link, we need to understand the concept of soft link and hard link as well... more »
Tweet 0 Comments Save Tags: open source , tools , unix-linux
Backbone.js: View
In this article, we are going to learn about backbone view, one component which is responsible for how and what to display from our app.... more »
Tweet 0 Comments Save Tags: how-to , javascript , open source , other languages
Tar command in Linux
Tar command is specially designed to zip and extract the data. It helps to reduce the space while getting backed up data. It is used to... more »
Tweet 0 Comments Save Tags: open source , security , unix-linux
Jodd v3.4.4
Jodd is an open-source Java utility library and set of micro frameworks.J odd tools enriches JDK with many powerful and feature rich... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , open source
maxehmookau/UkBuses · GitHub
Get Real-Time Bus Data for all buses in the United Kingdom
Tweet 0 Comments Save Tags: news , open source , tools
Apache ActiveMQ – How to resolve java.io.IOException: Too many open files exception?
I have worked on ActiveMQ for quite a while, and there’s one annoying exception that I see all the time – java.io.IOException: Too many... more »
Tweet 0 Comments Save Tags: how-to , java , open source