from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1dT1uB0
via LifeLong Community
Create Google Chrome extension in five minutes with Chrome Extension Creator. It is powerful and easy to use tool that allows to create stylish extensions for Google Chrome in minutes.
It is difficult enough tracking down relevant and useful sites, but keeping up with changes to the pages is an impossible task when you have more than a dozen or so to monitor. Link checkers such as Xenu Link Sleuth (http://ift.tt/pKCnYg) can alert you to pages that have ...
Learning 30 new technologies in 30 days. A blog series focused on JavaScript related tools, frameworks, and APIs
An empty Bloom filter is a bit array of m bits, all set to 0. There must also be k different hash functions defined, each of which maps or hashes some set element to one of the m array positions with a uniform random distribution. To add an element, feed it to each of the k hash functions to get ...
This article describes various ways of making your Java code faster by using Trove collections performance library (lists, maps, sets).
The Problem We use Nutch to crawl web sites and save the content into Solr for search. A website usally applies a template which defines header, footer, navigation menu. Take one faked storage related documentation site as ...
Alias Defined. Within PowerShell, an alias is another name assigned to a cmdlet, function, script, executable file, and so on. Just about anything you can run from the PowerShell command prompt can have an alias assigned to it. We'll explain how this works, and why you'd even care about it, ...
List All Java Files in All Subfolders gci -Recurse -filter *.java | % { $_.FullName } Use gci | gm to check the type of $_ and its properties and methods $_ is TypeName: System.IO.FileInfo, and has properties like Name,Base...
How to Use Canned Responses in Gmail. If you need to send similar email responses out to a number of people, consider using a Google Lab feature called "Canned Responses." This feature allows you to save an email as a canned response and...