How to Create a PowerShell Profile

How to Create a PowerShell Profile

to add custom functions to profile.

Test-Path $Profile

New-Item –Path $Profile –Type File –Force

http://www.howtogeek.com/126469/how-to-create-a-powershell-profile/



from Google Plus RSS Feed for 101157854606139706613 http://www.howtogeek.com/126469/how-to-create-a-powershell-profile

via LifeLong Community

How to Extract ZIP Files Using PowerShell

How to Extract ZIP Files Using PowerShell via com

function Expand-ZIPFile($file, $destination)

{

$shell = new-object -com shell.application

$zip = $shell.NameSpace($file)

foreach($item in $zip.items())

{

$shell.Namespace($destination).copyhere($item)

}

}

Expand-ZIPFile –File "C:\howtogeeksite.zip" –Destination "C:\temp\howtogeek"

http://www.howtogeek.com/tips/how-to-extract-zip-files-using-powershell/



from Google Plus RSS Feed for 101157854606139706613 http://www.howtogeek.com/tips/how-to-extract-zip-files-using-powershell

via LifeLong Community

And the 2013 award for "Robber of the year " goes to...



And the 2013 award for "Robber of the year " goes to...

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/i92SVFyHeEb) via Lorenz Lammens (https://plus.google.com/105566470114506135090/posts/ZsSjAktUMjZ)



from Google Plus RSS Feed for 101157854606139706613 https://lh5.googleusercontent.com/-YNfIMg1nfa4/UrW8Lvz15gI/AAAAAAAASn8/yP3N5ENYUgM/w250-h178/Robber%2Bof%2Bthe%2Byear%2B...gif

via LifeLong Community

Dog going for sleep…



Dog going for sleep…

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/UJouguz4RHc) via Funny GIF (https://plus.google.com/105436005014426447387/posts/gnEdyGsehFz)



from Google Plus RSS Feed for 101157854606139706613 https://lh4.googleusercontent.com/-6RygAAE3dyk/UrWVYOUaR8I/AAAAAAABgiE/aaaDZLU1EE4/w216-h150/371.gif

via LifeLong Community

Google+ will make an Auto Awesome year-end video for you if you have u



Google+ will make an Auto Awesome year-end video for you if you have uploaded enough photos.



http://tnw.co/1hrDHLo

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/GG9TZ2zP7Dh) via The Next Web (https://plus.google.com/115081025762845243709/posts/hj2BER1zvuu)



from Google Plus RSS Feed for 101157854606139706613 https://lh3.googleusercontent.com/-vhOLcIrnQo4/UrSTh4Rzz9I/AAAAAAABDJY/OdFF64w13yE/w786-h305/googleplus2-786x305.jpg

via LifeLong Community

Solr - User - Result order when score is the same

How Solr sort works when vaule on sort field is same

When there are several items have same value in sort field, and there's nothing to sort on, the result set will be ordered according to Lucene DocID's.

http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-td2816127.html



from Google Plus RSS Feed for 101157854606139706613 http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-td2816127.html

via LifeLong Community

Solr Resources https://cwiki.apache.org/confluence/display/solr/How+So

Solr Resources

https://cwiki.apache.org/confluence/display/solr/How+SolrCloud+Works

http://archive.apache.org/dist/lucene/solr/ref-guide/



from Google Plus RSS Feed for 101157854606139706613 https://plus.google.com/101157854606139706613/posts/Zsr1VVEsm1S

via LifeLong Community

A very special message from Chuck and I, for the G+ universe.



A very special message from Chuck and I, for the G+ universe.

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/gkSXfhFiXUn) via Darrell Lee (https://plus.google.com/100010333593843286118/posts/hzjCSTRcMxK)



from Google Plus RSS Feed for 101157854606139706613 https://lh6.googleusercontent.com/-6o0ORLpRJK0/UrMqi6nbH7I/AAAAAAABXzU/_phy2AQw7Gw/w500-h279/chuck%2Bxmas.gif

via LifeLong Community

The Best Movies of 2013



Can't wait to see Her.

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/HHDLrz8VvZY) via Anthony Tordillos (https://plus.google.com/101113744005755058100/posts/L1yuxnkq5bH)



from Google Plus RSS Feed for 101157854606139706613 http://www.theatlantic.com/entertainment/archive/2013/12/the-best-movies-of-2013/282451/

via LifeLong Community

What is point release?

What is a Point release

A point release is referred to as small, or minor, release of the software. The point release typically fixes bugs or cleans up minor issues. They can include new features one more rare occasions, but feature release is usually reserved for major software releases instead. Point releases are often made available fairly frequently, unlike major releases, which may occur once every few months or years.

http://www.computerhope.com/jargon/p/point-release.htm



from Google Plus RSS Feed for 101157854606139706613 http://www.computerhope.com/jargon/p/point-release.htm

via LifeLong Community

Front-end view generation with Hadoop | Datasalt

Hadoop and Solr

Front-end view generation with Hadoop

http://www.datasalt.com/2011/10/front-end-view-generation-with-hadoop/

Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

https://issues.apache.org/jira/browse/SOLR-1301



from Google Plus RSS Feed for 101157854606139706613 http://www.datasalt.com/2011/10/front-end-view-generation-with-hadoop/

via LifeLong Community

http://whisper.sh/ seems funny :)

http://whisper.sh/ seems funny :)



from Google Plus RSS Feed for 101157854606139706613 https://plus.google.com/101157854606139706613/posts/Wi5JPo8RCtL

via LifeLong Community

Using Decompiler JDEclipse-Realign to Debug Classes without Source in Eclipse

Using Decompiler JDEclipse-Realign to Debug Classes without Source in Eclipse

http://lifelongprogrammer.blogspot.com/2013/12/using-decompiler-to-debug-classes-without-source-in-eclipse.html

1. Install and Configure JDEclipse-Realign in eclipse

2. Find jars contained classes which we want to debug

3. Create a java project with the jars

4. Enable remote debug

Other tools

JD-GUI from http://jd.benow.ca/



from Google Plus RSS Feed for 101157854606139706613 http://lifelongprogrammer.blogspot.com/2013/12/using-decompiler-to-debug-classes-without-source-in-eclipse.html

via LifeLong Community

HURRY UP!!!!



HURRY UP!!!!

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/7AU14kQeAqM) via Stephanie Owens (https://plus.google.com/115741367049985639068/posts/d626r5C9TVX)



from Google Plus RSS Feed for 101157854606139706613 https://lh5.googleusercontent.com/-Uzz7ckHPitA/UrB6EwDVKEI/AAAAAAAACKc/x-3iR5KesSI/w500-h350/1zmf1hd.gif

via LifeLong Community

Here is an incredible GIF of an airport security agent catching a baby



Here is an incredible GIF of an airport security agent catching a baby that fell off of a table

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/3n6mdQH84Cv) via BuzzFeed (https://plus.google.com/108807575261328575617/posts/aEUd8TRUKcz)



from Google Plus RSS Feed for 101157854606139706613 https://lh6.googleusercontent.com/-xXGFAWCbLrw/UrCFcW8cUHI/AAAAAAAAaug/M5x_sxSzU68/w400-h345/anigif_enhanced-buzz-9212-1387297766-3.gif

via LifeLong Community

How not to cat



How not to cat

Jeffery yuan (https://plus.google.com/101157854606139706613/posts/7UPUxNNSH6j) via Sergiu Gatlan (https://plus.google.com/113174899095029964471/posts/GuR3WXc384q)



from Google Plus RSS Feed for 101157854606139706613 https://lh3.googleusercontent.com/-hXq609S6-RI/Uq8oH6n8NxI/AAAAAAAAE4Y/vtLzIwqSg90/w400-h225/dEd7bFG.gif

via LifeLong Community

Using Decompiler JDEclipse-Realign to Debug Classes without Source in Eclipse

Using Decompiler JDEclipse-Realign to Debug Classes without Source in Eclipse

(Remote) debug is a great way to trouble-shooting, to figure out how the code works. But sometimes we only have the jars, no source code. For example the code is closed or proprietary, no where to get the sourc code. Luckily, we can use JDEclipse-Realign to...



from Google Plus RSS Feed for 101157854606139706613 http://lifelongprogrammer.blogspot.com/2013/12/using-decompiler-to-debug-classes-without-source-in-eclipse.html

via LifeLong Community

Advanced Usage of Linux Grep Command

Advanced Usage of Linux Grep Command

Grep recursively: -R, -r, --recursive grep -r "127" /etc Use grep to search words only: -w, --word-regexp Select only those lines containing matches that form whole words grep -w "boo" file -s, --no-messages Suppress error messages about nonexistent or unre...



from Google Plus RSS Feed for 101157854606139706613 http://lifelongprogrammer.blogspot.com/2013/12/advanced-usage-of-linux-grep-command.html

via LifeLong Community