Input:
scissor-paper paper-rock scissor-rock paper-paper rock-rock
Output:
player one wins player one wins player two wins draw draw
scissor-paper paper-rock scissor-rock paper-paper rock-rock
player one wins player one wins player two wins draw draw
5
* *** ***** ******* *********
Sample text string: 1=2 3=4 5=6
String input = "1=2;3=4;5=6";
String myArray1[] = input.Split(';');
String myArray2[][] = input.Split(';').Select(s => s.Split('=')).ToArray();
cp -r ~/.Skype ~/.Skype.first cp -r ~/.Skype ~/.Skype.second
$('element').length == 0
if($('div#mydiv').length == 0)
{
$('body').append('
<div id="mydiv">hello world!</div>
');
}
else
{
$('div#mydiv').html('hello universe!');
}
sudo apt-get update sudo apt-get install build-essential linux-headers-$(uname -r) sudo apt-get install virtualbox-ose-guest-x11
sudo apt-get install libjpeg-dev libpng-dev zlib1g-dev liblcms1-dev python-dev
sudo apt-get build-dep python-imaging
sudo ln -s /usr/lib/i386-linux-gnu/libfreetype.so /usr/lib/ sudo ln -s /usr/lib/i386-linux-gnu/libz.so /usr/lib/ sudo ln -s /usr/lib/i386-linux-gnu/libjpeg.so /usr/lib/
pip install PIL
--- JPEG support available
--- ZLIB (PNG/ZIP) support available
--- FREETYPE2 support available

I'd Rather had bad times with you, then goodtimes with someone else. I'd rather beside you in a storm, then safe and warm by myself, I'd rather have hard times together, than to have it easy apart. I'd rather have the one who holds my heart, who holds my heart. And then I met someone and thought that she could replace you. We got along just fine, but wasted time because she was not you. We had alot of fun, though we knew we were faking love was not impressed with our connection built on lies, on lies. So Im here cause i found this one thing is true, that im nothing without you, I know better now and I've had a change of heart.
sudo apt-get install virtualenv OR easy_install virtualenv
virtualenv <folder name>
virtual --no-site-packages <folder name>
source <folder name>/bin/activate
deactivate
MEDIA_ROOT = os.path.join(PROJECT_ROOT, 'media') MEDIA_URL = '/media/'
import os PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))