1. clone intellij-colors-solarized $ git clone https://github.com/jkaving/intellij-colors-solarized.git 2. Goto File | Import Settings... and specify the intellij-colors-solarized directory 3. Goto Preferences | Editor | Colors & Fonts and select one of the new color themes.
ElasticSearch is (Apache Solr like) Lucene based distributed RESTful (PUT, GET, POST, DELETE) search server developed in Java.
To get motivated read a soundcloud casestudy and watch Search and Discovery at SoundCloud.
[7] Not to miss [7.1] 40 mins presentation by +Shay Banon
Shay Banon - ElasticSearch: Big Data, Search, and Analytics
The presentation includes following topics :
data design patterns
The "kagillion" shards problem
Simple data flows
"Users" data flow
"time" data flow (clicks etc)
more than search
questions?
etc
From the bottom, positions of selected cards is,
(11, 27, 43) => (38, 22, 6) from the top.
Adding 4 cards to the bottom, positions of selected cards become
(15, 31, 47)
STEP 4
Uping and Downing, causes the cards to be left at even position ie the Downs, with following positions :
(15, 31, 47)
( 8, 16, 24),
( 4, 8, 12),
( 2, 4, 6),
( 1, 2, 3)
hack 2 => find files with a name inside a directory find searches in the real system.
is slower but always up-to-date and has more options (size, modification time,...)
root@0cad383c1249:/# sed --version
sed (GNU sed) 4.4
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Jay Fenlason, Tom Lord, Ken Pizzini,
and Paolo Bonzini.
GNU sed home page: <http://www.gnu.org/software/sed/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
E-mail bug reports to: <bug-sed@gnu.org>.
prayag@prayag:~/hacker_/loohcs$ sed s/ServiceTransaction/Transaction/ < TransactionService.groovy
## OR
$ echo"Mbr Hlth Screening Mammogram"| sed s/Hlth/Health/ | sed s/Mbr/Member/
Member Health Screening Mammogram
## OR replace a word with special character containing $
sed --in-place 's/shaharma/\$ORGANISATION_NAME/' deployment.sh
$ dpkg -l libgtk[0-9]*| grep ^i
ii libgtk2-perl 2:1.223-1build3 Perl interface to the 2.x series of the Gimp Toolkit library
ii libgtk2.0-0 2.24.10-0ubuntu6 GTK+ graphical user interface library
ii libgtk2.0-bin 2.24.10-0ubuntu6 programs for the GTK+ graphical user interface library
ii libgtk2.0-common 2.24.10-0ubuntu6 common files for the GTK+ graphical user interface library