Google Drive shortcuts http://ift.tt/IpZ8Qa

Please Visit: http://ift.tt/1ajReyV



Google Drive shortcuts

http://ift.tt/IpZ8Qa




Google Drive on the web has a variety of keyboard shortcuts that you can use to accomplish different types of actions like selecting a document from a list or accessing frequently used features. He







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1d8auqI

via LifeLong Community

Echo Data and Time in Windows batch http://ift.tt/1d8aua9 echo %DATE% %TIME% set DATESTAMP=...

Please Visit: http://ift.tt/1ajReyV



Echo Data and Time in Windows batch

http://ift.tt/1d8aua9

echo %DATE% %TIME%

set DATESTAMP=%DATE:~10,4%%DATE:~4,2%%DATE:~7,2%

set TIMESTAMP=%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%



The code below shows how to format date and time stamps in DOS batch files. This is very useful if you are creating a log file, or any file that shou







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1d8auab

via LifeLong Community

if google was a guy If Google was a Guy If Google Was a Guy (Part 2)

Please Visit: http://ift.tt/1ajReyV






If Google was a Guy







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1j62J7l

via LifeLong Community

Create Extensible Ant Script When we write code, we need consider flexibility, extensibility and mai...

Please Visit: http://ift.tt/1ajReyV



Create Extensible Ant Script

When we write code, we need consider flexibility, extensibility and maintainability. These rules also applies when we write ant script or batch files. The Task In our solr related project, there are multiple cores, and we may add more cores in future. All c...



When we write code, we need consider flexibility, extensibility and maintainability. These rules also applies when we write ant script or batch files. The Task In our solr related project, there are multiple cores, and we may...







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1lNiFsC

via LifeLong Community

Convert ArrayList To Arrays In Java http://ift.tt/Nsck9J...

Please Visit: http://ift.tt/1ajReyV



Convert ArrayList To Arrays In Java

http://ift.tt/Nsck9J

String [] countries = list.toArray(new String[list.size()]);



Convert Array to ArrayList

tring[] countries = {"India", "Switzerland", "Italy", "France"};

List list = Arrays.asList(countries);

System.out.println("ArrayList of Countries:" + list);

The above code will work great. But list object is immutable. Thus you will not be able to add new values to it. In case you try to add new value to list, it will throw UnsupportedOperationException.



Steps to convert Java ArrayList to Array. java.util.ArrayList to Java Array







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/Nsck9K

via LifeLong Community

Debugging Bash scripts: -xv http://ift.tt/1lJWTpC bash -x script1...

Please Visit: http://ift.tt/1ajReyV



Debugging Bash scripts: -xv

http://ift.tt/1lJWTpC

bash -x script1.sh

Debugging on part(s) of the script

set -x # activate debugging from here

w

set +x # stop debugging from he

set -f set -o noglob Disable file name generation using metacharacters (globbing).

set -v set -o verbose Prints shell input lines as they are read.

set -x set -o xtrace Print command traces before executing command.



Debugging on the entire script. When things don't go according to plan, you need to determine what exactly causes the script to fail. Bash provides extensive debugging features. The most common is to start up the subshell with the -x option, which will run the entire script in debug mode.







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/PKTRXU

via LifeLong Community

Reshared post from X Wang:

Please Visit: http://ift.tt/1ajReyV




100 High-Quality Java Developers’ Blogs





Latest Update: 2013/11/26 The main goal of this post is to collect 100 high quality blogs from Java developers from all over the world. Some of these blogs







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1htVwIT

via LifeLong Community

Twitter sentiment analysis using Python and NLTK http://ift.tt/1p5bqw3...

Please Visit: http://ift.tt/1ajReyV



Twitter sentiment analysis using Python and NLTK

http://ift.tt/uRCrK8

http://ift.tt/1p5bqwb



Sentiment Analysis with Python NLTK Text Classification Demo

http://ift.tt/1mehgOJ



Twitter sentiment analysis using Python and NLTK







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1p5brAi

via LifeLong Community

Reshared post from Skills for Survival:

Please Visit: http://ift.tt/1ajReyV






9.jpg







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/NotG7w

via LifeLong Community

Reshared post from Kaf Shiel:

Please Visit: http://ift.tt/1ajReyV






Original Post from Kaf Shiel:


How do you "convince" XP users to upgrade their OS if you're Microsoft? It's easy: release an update that will brick their computers. And it doesn't even need a "fix" since you cannot boot your computer to install that fix anyway. Microsoft says: "We LOVE (to f...) YOU XP users! This will teach you all to upgrade, the hard way. Now go out and get Linux.






Microsoft rolled out this month’s Patch Tuesday updates last week and although no problems have been reported at first, it turns out that some W...







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/NotHIs

via LifeLong Community