Chrome OS To Let You Open Apps By Voice

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



Chrome OS To Let You Open Apps By Voice http://ift.tt/1hUq5rR



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

via LifeLong Community

Apostrophe creating problem in properties file in java/struts - ViralPatel.net

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



Apostrophe' Creating Problem In Properties File In Java/Struts

http://ift.tt/1kn84Ei

http://ift.tt/1iVr6na

Within a String, "''" represents a single quote. A QuotedString can contain arbitrary characters except single quotes; the surrounding single quotes are removed. An UnquotedString can contain arbitrary characters except single quotes and left curly brackets. Thus, a string that should result in the formatted message “‘{0}’” can be written as "'''{'0}''" or "'''{0}'''".



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

via LifeLong Community

Practical Guide to Using JMX Platform MBeans

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



Practical Guide to Using JMX Platform MBeans

JMX allows us to monitor local or remote applications. We can use it to detect memory and thread usage, generate heap dump etc. Local Monitoring We can call ManagementFactory.getXXMXBean() to get a platform MBean running in the same Java virtual machine. Re...



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

via LifeLong Community

How to share a circle “Outside of a dog, a book is man's best friend.

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





How to share a circle



“Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.”

- Groucho Marx



goo.gl/ZAVgtw

Jeffery yuan (http://ift.tt/1nvLZWE) via Jan Schellenberger (http://ift.tt/1kkJeF1)



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

via LifeLong Community

The growth of Walmart in one GIF

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





The growth of Walmart in one GIF

Jeffery yuan (http://ift.tt/1ftpE8c) via BuzzFeed (http://ift.tt/1bd0M00)



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

via LifeLong Community

Detecting Thread Contentions http://ift.tt/1aMIqs3

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



Detecting Thread Contentions

http://ift.tt/1kkwGNV

jmxstat project in Github

http://ift.tt/1kkwGNX



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

via LifeLong Community

Real life drift king.

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





Real life drift king.

Jeffery yuan (http://ift.tt/1fzLxkH) via The Secret Funny Laughter (http://ift.tt/1fzLzZE)



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

via LifeLong Community

Scrapy | An open source web scraping framework for Python

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



Using Scrapy and PySOlr to crawl website and search in Python

http://scrapy.org/

http://ift.tt/1b97Ydq

http://ift.tt/1foz9Wp



from Google Plus RSS Feed for 101157854606139706613 http://scrapy.org

via LifeLong Community

Simple Cache Implementation in Java

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



Simple Cache Implementation in Java

LRU Cache: Using LinkedHashMap Java LinkedHashMap and LinkedHashSet maintains the order of insertion or access. By default it's the insertion order, we can change it using the constructor: LinkedHashMap(int initialCapacity, float loadFactor, boolean accessO...



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

via LifeLong Community

Windows PowerShell Tip: Creating and Modifying Environment Variables

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



Creating and Modifying Environment Variables

http://ift.tt/1icgygB

$Env:os

[environment]::GetEnvironmentVariable("Sample","User")

The User type is an environment variable tied to a user profile. You can also have Machine environment variables, which are tied to the computer as a whole, and Process environment variables, which are restricted to a single process.

$env:TestVariable = "This is a test environment variable."

Set process-level environment variable

$env:TestVariable = "This is a test environment variable."

Like we said, though, that approach only works for process-level environment variables. To create more permanent environment variables (i.e., user-level or machine-level) you need to use the .NET Framework and the SetEnvironmentVariable method

[Environment]::SetEnvironmentVariable("TestVariable", "Test value.", "User")

One thing to watch out for: when we used SetEnvironmentVariable to create a new user- or machine-level environment variable that variable didn’t always show up when we ran this command in Windows PowerShell:



Get-ChildItem Env:

Or at least it didn’t show up until we restarted PowerShell. (Or started up a new instance of PowerShell.) However, we could retrieve the value of the new variable at any time by using this command:

[Environment]::GetEnvironmentVariable("TestVariable","User")



Deleting Environment Variables

Remove-Item Env:\TestVariable

[Environment]::SetEnvironmentVariable("TestVariable",$null,"User")



#PSTip Refresh the PSModulePath environment variable without re-opening console

$env:PSModulePath = [System.Environment]::GetEnvironmentVariable("PSModulePath","Machine")

http://ift.tt/1e8R0C0



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

via LifeLong Community

Cat trying to wrestle with dog, omg that head pat and shake head at th

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





Cat trying to wrestle with dog, omg that head pat and shake head at the end 

Jeffery yuan (http://ift.tt/1nkDsWr) via Lân Phạm Hoàng (http://ift.tt/1k7Yy7H)



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

via LifeLong Community

Using HTML Parser Jsoup and Regular Expression to Get Text between Tow Tags

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



Using HTML Parser Jsoup and Regular Expression to Get Text between Tow Tags

The Task In this article, we are going to use jsoup to parse html pages to get all TOC(table of content) anchor links, and use regular expression to get all text content of each anchor link. The Solution Jsoup is a java HTML parser, its jquery-like and rege...



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

via LifeLong Community

Reduce Workspace Noise in Eclipse Using Working Sets | Javalobby

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



Reduce Workspace Noise in Eclipse Using Working Sets

http://ift.tt/1mXxt6Z



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

via LifeLong Community

Google now

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



Google Now Card is alive in Chrome fro Desktop!, Awesome!

http://ift.tt/19x4nE4

http://ift.tt/1ma60Bs

Also just notice the Chrome notification center, it's Cool!!!



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

via LifeLong Community

Google Launch Dev Tools to Bring Chrome Apps to iOS and Android

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



Google Launch Dev Tools to Bring Chrome Apps to iOS and Android http://ift.tt/1b4VVxO



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

via LifeLong Community

Solr Deep Pagination Problem Fixed in Solr-5463

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



Solr Deep Pagination Problem Fixed in Solr-5463

Solr Deep Pagination Problem Fixed in Solr-5463

http://ift.tt/1hysyrZ

In coming Solr4.7, Sol-5463 fixed the long-lasting problem in Solr: deep pagination. Before this fix, in order to get the 1,000,000 to 1,001,000 data, Solr has to get 1,001,000 documents sorted from index and load them in memory at that time, then get last 1000 data.



In Sol-5463((LUCENE-3514), it fixed the deep pagination problem by using cursor-like parmater: cursorMark: for the first request, use start=0&rows=1000&cursorMark=*, parse the nextCursorMark value from the response, and send request start=0&rows=1000&cursorMark=<previous_nextCursorMark_value> to get next 1000 data.

Jeffery yuan (http://ift.tt/1jFv03E) via Jeffery Yuan (http://ift.tt/1bvPDXQ)



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

via LifeLong Community

Solr Deep Pagination Problem Fixed in Solr-5463

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



Solr Deep Pagination Problem Fixed in Solr-5463

Solr Deep Pagination Problem Fixed in Solr-5463

http://ift.tt/1hysyrZ

In coming Solr4.7, Sol-5463 fixed the long-lasting problem in Solr: deep pagination. Before this fix, in order to get the 1,000,000 to 1,001,000 data, Solr has to get 1,001,000 documents sorted from index and load them in memory at that time, then get last 1000 data.



In Sol-5463((LUCENE-3514), it fixed the deep pagination problem by using cursor-like parmater: cursorMark: for the first request, use start=0&rows=1000&cursorMark=*, parse the nextCursorMark value from the response, and send request start=0&rows=1000&cursorMark=<previous_nextCursorMark_value> to get next 1000 data.

Jeffery yuan (http://ift.tt/1jEXXwK) via Jeffery Yuan (http://ift.tt/1bvPDXQ)



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

via LifeLong Community

Solr Deep Pagination Problem Fixed in Solr-5463

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



Solr Deep Pagination Problem Fixed in Solr-5463

Solr Deep Pagination Problem Fixed in Solr-5463

http://ift.tt/1hysyrZ

In coming Solr4.7, Sol-5463 fixed the long-lasting problem in Solr: deep pagination. Before this fix, in order to get the 1,000,000 to 1,001,000 data, Solr has to get 1,001,000 documents sorted from index and load them in memory at that time, then get last 1000 data.



In Sol-5463((LUCENE-3514), it fixed the deep pagination problem by using cursor-like parmater: cursorMark: for the first request, use start=0&rows=1000&cursorMark=*, parse the nextCursorMark value from the response, and send request start=0&rows=1000&cursorMark=<previous_nextCursorMark_value> to get next 1000 data.

Jeffery yuan (http://ift.tt/1bvPG5X) via Jeffery Yuan (http://ift.tt/1bvPDXQ)



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

via LifeLong Community

Solr Deep Pagination Problem Fixed in Solr-5463

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



Solr Deep Pagination Problem Fixed in Solr-5463

Solr Deep Pagination Problem Fixed in Solr-5463

http://ift.tt/1hysyrZ

In coming Solr4.7, Sol-5463 fixed the long-lasting problem in Solr: deep pagination. Before this fix, in order to get the 1,000,000 to 1,001,000 data, Solr has to get 1,001,000 documents sorted from index and load them in memory at that time, then get last 1000 data.



In Sol-5463((LUCENE-3514), it fixed the deep pagination problem by using cursor-like parmater: cursorMark: for the first request, use start=0&rows=1000&cursorMark=*, parse the nextCursorMark value from the response, and send request start=0&rows=1000&cursorMark=<previous_nextCursorMark_value> to get next 1000 data.

Jeffery yuan (http://ift.tt/1bvPFiG) via Jeffery Yuan (http://ift.tt/1bvPDXQ)



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

via LifeLong Community

Solr Deep Pagination Problem Fixed in Solr-5463

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



Solr Deep Pagination Problem Fixed in Solr-5463

Solr Deep Pagination Problem Fixed in Solr-5463

http://ift.tt/1hysyrZ

In coming Solr4.7, Sol-5463 fixed the long-lasting problem in Solr: deep pagination. Before this fix, in order to get the 1,000,000 to 1,001,000 data, Solr has to get 1,001,000 documents sorted from index and load them in memory at that time, then get last 1000 data.



In Sol-5463((LUCENE-3514), it fixed the deep pagination problem by using cursor-like parmater: cursorMark: for the first request, use start=0&rows=1000&cursorMark=*, parse the nextCursorMark value from the response, and send request start=0&rows=1000&cursorMark=<previous_nextCursorMark_value> to get next 1000 data.

Jeffery yuan (http://ift.tt/1jEXWJ3) via Jeffery Yuan (http://ift.tt/1bvPDXQ)



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

via LifeLong Community

Solr Deep Pagination Problem Fixed in Solr-5463

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



Solr Deep Pagination Problem Fixed in Solr-5463

Solr Deep Pagination Problem Fixed in Solr-5463

http://ift.tt/1hysyrZ

In coming Solr4.7, Sol-5463 fixed the long-lasting problem in Solr: deep pagination. Before this fix, in order to get the 1,000,000 to 1,001,000 data, Solr has to get 1,001,000 documents sorted from index and load them in memory at that time, then get last 1000 data.



In Sol-5463((LUCENE-3514), it fixed the deep pagination problem by using cursor-like parmater: cursorMark: for the first request, use start=0&rows=1000&cursorMark=*, parse the nextCursorMark value from the response, and send request start=0&rows=1000&cursorMark=<previous_nextCursorMark_value> to get next 1000 data.

Jeffery yuan (http://ift.tt/1bvPFiu) via Jeffery Yuan (http://ift.tt/1bvPDXQ)



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

via LifeLong Community

Solr Deep Pagination Problem Fixed in Solr-5463

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



Solr Deep Pagination Problem Fixed in Solr-5463

Solr Deep Pagination Problem Fixed in Solr-5463

http://ift.tt/1hysyrZ

In coming Solr4.7, Sol-5463 fixed the long-lasting problem in Solr: deep pagination. Before this fix, in order to get the 1,000,000 to 1,001,000 data, Solr has to get 1,001,000 documents sorted from index and load them in memory at that time, then get last 1000 data.



In Sol-5463((LUCENE-3514), it fixed the deep pagination problem by using cursor-like parmater: cursorMark: for the first request, use start=0&rows=1000&cursorMark=*, parse the nextCursorMark value from the response, and send request start=0&rows=1000&cursorMark=<previous_nextCursorMark_value> to get next 1000 data.

Jeffery yuan (http://ift.tt/1jEXU42) via Jeffery Yuan (http://ift.tt/1bvPDXQ)



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

via LifeLong Community

The Newest Google Drive Hacks for College Students - Online Universities.com

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



Get the most out of Google Drive

http://ift.tt/10cITs2

Set up Drive offline capability

Use Save to Google Drive extension

Use The Send To Menu

use Google Drive with keyboard shortcuts



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

via LifeLong Community

Game Programming Patterns / Optimization Patterns / Object Pool

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



Object Pool Design Pattern

http://ift.tt/MmX12m

http://ift.tt/L4hsQ3

http://ift.tt/MmX12p

http://ift.tt/L4hsQ4



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

via LifeLong Community

Running Android Studio on a Chromebook

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



Running Android Studio on a Chromebook

http://ift.tt/1e138os



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

via LifeLong Community

How to Install Ubuntu Linux on Your Chromebook with Crouton

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



How to Install Ubuntu Linux on Your Chromebook with Crouton

ChrUbuntu vs Crouton

http://ift.tt/108J2gt

Crouton Cookbook

http://ift.tt/1mLRZaA

http://ift.tt/X9lnNC



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

via LifeLong Community

SolrLogging - Solr Wiki

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



Solr Configuring Logging

http://ift.tt/1bwurEq

http://ift.tt/KZuaje



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

via LifeLong Community