Lesson Learned: Don't use slow cooker to cook food when hungry

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



Lesson Learned: Don't use slow cooker to cook food when hungry



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1gp4jeG

via LifeLong Community

Find a jar file given the class name?

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



Find a jar file given the class name?

http://ift.tt/1p3VwoH

for %i in (*.jar) do @jar tvf %i | find "JspServlet.class"

Get-ChildItem -recurse -Filter *.jar | Foreach { jar tvf $_.fullname | Select-String -pattern "JspServlet.class"}



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1p3VwoH

via LifeLong Community

Computer Tricks: 13 Ingenious IFTTT Recipes | Reader's Digest

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



IFTTT Recipes

Escape a bad meeting.

http://ift.tt/OkGz3N

Watch the stock market.

http://ift.tt/1dctqil

Boost your home security.

http://ift.tt/OkGwoJ



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/OkGz3N

via LifeLong Community

7 of the Best Code Playgrounds

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



7 of the Best Code Playgrounds: jsbin, jsfiddle, codepen

http://ift.tt/12oFPiq



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/MJIeif

via LifeLong Community

XYplorer - Feature List

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



Windows Alternative File Managers: XYplorer

http://ift.tt/1dL5ySH

http://ift.tt/107kb0V

Familiar shortcut keys: ctrl+T to open new tab, ctrl+w to close tab. Easy way to add or open favorite.

Favorites - Favorite Files - Toggle Favorite File

Favorites - Toggle Favorite Folder



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1dL5ySH

via LifeLong Community

C# Parse Negative Number When Using Double.Parse(String, NumberStyles)

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



C# Parse Negative Number When Using Double.Parse(String, NumberStyles)

The Problem Our C# application sends a query to Solr server, and parses the response and generate graph report. Today the application throws error: Input string was not in a correct format. in one test environment. At first thought, we thought it is due to ...



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1eewMRL

via LifeLong Community

Use Fiddler as a Reverse Proxy

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



Use Fiddler as a Reverse Proxy

http://ift.tt/NgfltQ

http://ift.tt/NgfiOV

Click Tools > Fiddler Options. Ensure Allow remote clients to connect is checked.

Choose Rules | Customize Rules.

Inside the OnBeforeRequest handler, add a new line of code:

if (oSession.host.toLowerCase() == "webserver:8888") oSession.host = "webserver:80";

On the SmartPhone, navigate to http://webserver:8888



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/NgfltQ

via LifeLong Community

Apache HttpClient Examples

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



Apache HttpClient – Automate login Google

http://ift.tt/13OXNY8

How To Automate Login A Website – Java Example

http://ift.tt/13OXNHR



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1d7LsCv

via LifeLong Community

ART vs Dalvik - introducing the new Android runtime in KitKat

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



ART vs Dalvik - introducing the new Android runtime in KitKat

http://ift.tt/1fYNUyH



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1fYNUyH

via LifeLong Community

Are bananas the greatest fruit in the world? I don't know--you can't b

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





Are bananas the greatest fruit in the world? I don't know--you can't beat facts like these: http://to.ehow.com/1gj2PT0



Photo: Imgur

Jeffery yuan (http://ift.tt/1ebvkzw) via eHow (http://ift.tt/1cv6cal)



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1cv5EBu

via LifeLong Community

PowerShell: Working with CSV Files

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



PowerShell: Working with CSV Files

Background When import csv file to solr, it may fail because the csv is in correct formatted: mostly related with double quotes in column value , or maybe there is no enough columns. When this happens, we may have to dig into csv files. Powershell is a grea...



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1e98vfN

via LifeLong Community

Javadoc View font size, too small, should be bigger (Eclipse)

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



Change Eclipse Javadoc View font size

http://ift.tt/1fhYUb3

Naviagte Eclipse to menu: Windows -> Preferences -> General -> Appearance -> Colors and Fonts -> Java -> Javadoc display font.



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1fhYUb3

via LifeLong Community

FaqDebuggingRemote - NetBeans Wiki

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



Remote debug in Netbeans

http://ift.tt/1eRwd08

From the main menu, select Debug > Attach Debugger

Make sure that JPDA Debugger is selected in the combo-box.

Select the appropriate connection type (with respect to the value of the " transport " sub-option).

Enter values of other options:

If you use " dt_socket " transport:

Enter the hostname of computer where the debugged application is running (can be "localhost" if it is on the same computer) into the Host field.

Enter the selected port number into the Port field.

If you use " dt_shmem " tranport (only for MS Windows):

Enter the shared memory name (e.g. "myapp").



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1eRwd08

via LifeLong Community

Using SolrPluginUtils.docListToSolrDocumentList to convert Lucene DocL

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



Using SolrPluginUtils.docListToSolrDocumentList to convert Lucene DocList to SolrDocumentList

SolrPluginUtils.docListToSolrDocumentList(docList,req.getSearcher(), fieldSet, null)



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1jF9vNw

via LifeLong Community

UpdateXmlMessages - Solr Wiki

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



Solr: Using update element to mix add and delete in a single batch

http://ift.tt/1kTJ3U2 <update><add><doc><field name="id">17</field></doc></add><delete><id>1234</id></delete></update>

<update><commit/><delete><id>1234</id></delete></update>



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1kTJ3U2

via LifeLong Community

log4j: Could not find resource in start script: java -Dlog4j.debug=tru

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



log4j: Could not find resource

in start script:

java -Dlog4j.debug=true -Dlog4j.configuration=file:///mysoftware/config/mylog4j.properties ...

In code:

System.setProperty("log4j.configuration", new File(customBase,"/etc/logging.properties").toURI().toString())

http://ift.tt/1nLoSoc

http://ift.tt/1bJxxYo



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1ht1T3C

via LifeLong Community

Building Cocoon 2.1.0 with JDK 7 fails: compile-build.xml:68

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



Don't use com.sun.image.jpeg.codec package

The deprecated, proprietary com.sun.image.jpeg.codec package has been removed from JDK 7 (see this official official JDK7 compatibility note).

If your code still uses it, replace it with Use ImageIO, it can read/write JPEG, PNG, GIF, and BMP out of the box. Or as a temp workaround, compile using JDK 6 or older version.

ImageIO.write(ChartImage, "jpeg", out);

http://ift.tt/N6OoJg

http://ift.tt/N6OoZw

http://ift.tt/K1z89N



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/N6OoJg

via LifeLong Community

vhf/free-programming-books

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



List of Free Learning Resources

http://ift.tt/186wVaU

http://ift.tt/GTVzAU



http://ift.tt/AefowB



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/186wVaU

via LifeLong Community

[Solved] SOLR Group BY and SUM - CodeProject

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



SOLR Group BY and SUM

http://ift.tt/1eJIL9L

SELECT sum(TransCount), sum(NetSales)

FROM Core

WHERE BusinessDateTime BETWEEN '2012/04/01' AND '2013/04/01'

GROUP BY MONTH(BusinessDateTime)



using SOLR stats combined with facets to get the NetSales and TransCount for each day.

&q=:

&fq=BusinessDateTime:[2012-03-01T00:00:0Z TO 2013-03-01T23:59:5Z]

&rows=0

&stats=on

&stats.field=NetSales

&stats.field=TransCount

&stats.facet=BusinessDateTime



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1eJIL9L

via LifeLong Community

FieldCollapsing - Solr Wiki

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



How Solr Group Sorts Documents

http://ift.tt/JkFq5j

For each unique value of group.field a docList with the top scoring document is returned. The docList also gives the total number of matches in that group as "numFound". The groups themselves are also sorted by the score of the top document within each group.



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/JkFq5j

via LifeLong Community

Interview Cake - Coding Interview Tips

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



Coding Interview Tips: How to do better without actually practicing

http://ift.tt/1dDnbIs



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1dDnbIs

via LifeLong Community

How to Monitor Java Garbage Collection | CUBRID Blog

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



How to Use jstat to Monitor Java Garbage Collection

http://ift.tt/HKwEK4

http://ift.tt/1eGIyE8



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1nFKimJ

via LifeLong Community