China blames hackers for outage, but fingers point at govt | ZDNet

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



.



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

via LifeLong Community

Google Trial ‘Ok Google’ Voice Search In Chrome Omnibar

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



Google Trial ‘Ok Google’ Voice Search In Chrome Omnibar http://ift.tt/1aRAe4m



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

via LifeLong Community

How can I determine whether a specific file is open in Windows?

Use Use Process Monitor(Procmon) from the Sysinternals Suite, Click on Find Handle or Dll (or hit Ctrl-F) , type in the name of the file you are searching for, and you end up with a list of processes with that file open. 
http://stackoverflow.com/questions/15708/how-can-i-determine-whether-a-specific-file-is-open-in-windows

Adsense: Most successful ad sizes

https://support.google.com/adsense/answer/17955?hl=en
336x280 Large Rectangle, the 300x250 Medium Rectangle, the 728x90 Leaderboard, and the 160x600 Wide Skyscraper

Ad sizes available for mobile ads
Text ads:
Mobile leaderboard (320x50)
Large mobile banner (320x100)
Small square (200x200)
Square (250x250)
Medium rectangle (300x250)
Image ads:

Mobile leaderboard (320x50)
Large mobile banner (320x100)
To help increase competition for the 320x100 ad size, we allow 320x50 display ads to appear within this format. When this happens, the smaller ad will be centered vertically within the larger ad unit.
Small square (200x200)
Square (250x250)
Medium rectangle (300x250)

How to Take A Screenshot on a Chromebook

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



How to Take A Screenshot on a Chromebook http://ift.tt/LNFNKO



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

via LifeLong Community

Parse params in Solr config file Made same error again, time to write

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



Parse params in Solr config file

Made same error again, time to write it down:

<requestHandler ...>

<lst name="defaults">

<str name="dataFolder">data-folder</str>

</lst>

</requestHandler>

This code doesn't work, dataFolder would be null: hte data in params is: defaults={dataFolder=data-folder}

public void init(NamedList args) {

SolrParams params = SolrParams.toSolrParams(args);

dataFolder = params.get(PARAM_DATA_FOLDER);

}



Should use:

super.init(args);

if (defaults != null) {

dataFolder = defaults.get(PARAM_DATA_FOLDER);

}



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

via LifeLong Community

http://mte.gs/19Wjol5 10 Best New #Chrome Packaged #Apps Available In

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





http://mte.gs/19Wjol5



10 Best New #Chrome Packaged #Apps Available In The Chrome Web Store

Jeffery yuan (http://ift.tt/LZIz0h) via Make Tech Easier (http://ift.tt/1mxSJA0)



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

via LifeLong Community

Add Self-Destruct (And Many Other) Features to Gmail

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





With mxHero you can do things like send messages at a later date,send self-destructing messages, track attachments and more! #gmail #chrome #extension

Jeffery yuan (http://ift.tt/1mxSEft) via Make Tech Easier (http://ift.tt/1mxSEfv)



from Google Plus RSS Feed for 101157854606139706613 http://mte.gs/198dgcz

via LifeLong Community

The salary gap between liberal arts grads and pre-professional student

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





The salary gap between liberal arts grads and pre-professional students narrows as they get older. But they both lag behind engineers. Salaries, by college major: http://on.wsj.com/1g1i4o4



How much impact do you think college majors have on future earnings?

Jeffery yuan (http://ift.tt/KO1v14) via The Wall Street Journal (http://ift.tt/1jEOF1k)



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

via LifeLong Community

This cute cat makes me laugh.

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





This cute cat makes me laugh.

Jeffery yuan (http://ift.tt/KLE9IH) via Lucy Liu (http://ift.tt/1jqhrFg)



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

via LifeLong Community

How to Take a Screenshot on Android

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



How to Take a Screenshot on Android

http://ift.tt/14hVvG2

Just press the Volume Down and Power buttons at the same time, hold them for a second, and your phone will take a screenshot. It'll show up in your Gallery app for you to share with whomever you wish!



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

via LifeLong Community

Wattch 3D in Browser(Firefox) and Youtube http://ift.tt/GH1eI1

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



Wattch 3D in Browser(Firefox) and Youtube

http://ift.tt/HiCTVL

http://ift.tt/LWRak9



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

via LifeLong Community

Navigate the map - Maps for mobile Help

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



Google Maps Tips

Navigate Google map

http://ift.tt/1g2AQLY

This Secret Google Maps Gesture Is Totally Brilliant

http://ift.tt/X8qkax

Zoom, tilt, and rotate in the new Google Maps for mobile



Compass mode

http://ift.tt/LWR6Ru



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

via LifeLong Community

Google Translator Toolkit

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



Google Translate toolkit

http://ift.tt/LBoIDb



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

via LifeLong Community

Viewing Android Source Code from Android Studio

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



Viewing Android Source Code from Android Studio

http://ift.tt/1c3GLN7

Describe how to view Android SDK source code from Android Studio: download and install Android SDK source code from SDK Manager and attach Android SDK source code to sourcepath.



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

via LifeLong Community

How do I change Android Studio editor's background color? [duplicate]

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



Change/add theme in Android Studio

http://ift.tt/1jActDh

Go to File => Settings (Shortcut CTRL+ ALT+ S) , from Left panel Choose Appearance , Now from Right Panel choose theme.



Changing Editor's Appearance

File->Settings->Editor->Colors & Fonts-> Darcula or Any item available there

http://ift.tt/KGTACz

http://ift.tt/1jActDl

http://ift.tt/KGTACD



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

via LifeLong Community

Pixlr Touch Up Is a Robust Offline Image Editor for Chrome

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



Pixlr Touch Up Is a Robust Offline Image Editor for Chrome http://ift.tt/1cSvPxz



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

via LifeLong Community

Windows Batch Tricks: Use Delayed Expansion

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



Windows Batch Tricks: Use Delayed Expansion

One trick thing in Windows Batch is how it substitutes variable value: Variable expansion occurs when the command is read. This is especially confusing in if, for and multiple statements block. If you run the following script, the output would be: VAR is st...



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

via LifeLong Community

break poit on submit - Chrome developer tool

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



Chrome debugging - break on click event

http://ift.tt/1epxS06

go to the Sources tab, and look in the right-hand column with the expandable/collapsible sub-panes. Expand the one called Event Listener Breakpoints. Under here are expandable checkbox selections that allow you to tick any events that you wish to listen for. Once you check any of them, Chrome will break in JS code as soon as an event of that type occurs.



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

via LifeLong Community

Batch file :How to set a variable inside a loop for /F

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



Batch file :How to set a variable inside a loop for /F

http://ift.tt/1mBWzeg

1. setlocal enabledelayedexpansion and use !!

2. Create a batch function using batch goto labels :Label.

for /F "tokens=*" %%a in ('type %FileName%') do call :Foo %%a

goto End



:Foo

set z=%1

echo %z%

echo %1

goto :eof



http://ift.tt/KAi7t8

use CALL SET instead of delayed expansion.????

http://ift.tt/KAi6p4

CALL SET _result=%%%_var%%%



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

via LifeLong Community

Equivalent of Linux command `hostname --fqdn` in Windows XP?

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



Equivalent of Linux command `hostname --fqdn` in Windows to get full hostname

http://ift.tt/Ku1W0p

echo %COMPUTERNAME%.%USERDNSDOMAIN%

Or you can grep (under Windows: find /I "string") for Host- and Domain from set or systeminfo or ipconfig -all name and glue it together elsewhere.

The variable %USERDNSDOMAIN% is only available when logged on to a domain... The DNS suffix you get from a DHCP server is not put into a environment variable



In Powershell:

To get FQDN of local computer:



[System.Net.Dns]::GetHostByName(($env:computerName)).HostName

To get FQDN of Remote computer:

[System.Net.Dns]::GetHostByName("mytestpc1").HostName



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

via LifeLong Community

Solr Admin: How do I change the SolrCloud IP addresses in the Cloud Graph?

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



Solr Admin: Show Host Name instead of IP Address in the Cloud Graph

http://ift.tt/1f0jvjF

Add -Dhost=<your-hostname>



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

via LifeLong Community