Screenshot_%Y-%m-%d_%T
 

itsh nat wrokin koz HTML HAS TWO ELEMENTS WITH LE SAME AYY-dee.

<div id="isuckcocks" style="display:dontyoufuckingdare">:))))))))))))</div>
...
<div id="isuckcocks" style="display:ohesplizdisplaymehard"></div>
...
$('isuckcocks').load("http://alot.of/sperm.html")
 
# Install requirements
apt-get install -y build-essential checkinstall libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev zlib1g-dev openssl libffi-dev python3-dev python3-setuptools wget

# Prepare to build
mkdir /tmp/Python37
cd /tmp/Python37

# Pull down Python 3.7, build, and install
wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz
tar xvf Python-3.7.0.tar.xz
cd /tmp/Python37/Python-3.7.0
./configure
make altinstall

https://serverfault.com/questions/918335/best-way-to-run-python-3-7-on-ubuntu-16-04-which-comes-with-python-3-5

 
sudo bash -c "echo '[SeatDefaults]
allow-guest=false
greeter-hide-users=true' > /etc/lightdm/lightdm.conf.d/noguest.conf"
 

In pee-n-pee u catn just delete an elemaunt. U catn. U must soofer.

    $simplexml_elements_to_delete = array();
    foreach($xml->shop->offers->offer as $offer)
    {
      $simplexml_elements_to_delete[] = $offer;
    }
    foreach($simplexml_elements_to_delete as $element)
    {
      unset($element[0]);
    }

Why? Cos fuk ye, dets whay.

${variable%pattern}
Trim the shortest match from the end
${variable##pattern}
Trim the longest match from the beginning
${variable%%pattern}
Trim the longest match from the end
${variable#pattern}
Trim the shortest match from the beginning

 
[
  { "keys": ["ctrl+p"],       "command": "scope_to_clipboard"  },
  { "keys": ["ctrl+ф"],       "command": "select_all" },
  { "keys": ["ctrl+ч"],       "command": "cut" },
  { "keys": ["ctrl+с"],       "command": "copy" },
  { "keys": ["ctrl+shift+i"], "command": "noop" },
  { "keys": ["ctrl+м"],       "command": "paste" },
  { "keys": ["ctrl+в"],       "command": "save" },
  { "keys": ["ctrl+ы"],       "command": "save" },
  { "keys": ["ctrl+r"],       "command": "save" },
  { "keys": ["ctrl+t"],       "command": "save" },
  { "keys": ["ctrl+а"],       "command": "save" },
  { "keys": ["ctrl+z"],       "command": "undo" },
  { "keys": ["ctrl+я"],       "command": "undo" },
  { "keys": ["ctrl+у"],       "command": "show_panel", "args": {"panel": "find"} },
  { "keys": ["ctrl+n"],    "command": "noop" },
  { "keys": ["ctrl+home"],    "command": "noop" },
  { "keys": ["ctrl+end"],     "command": "noop" },
  { "keys": ["ctrl+pageup"],     "command": "noop" },
  { "keys": ["ctrl+pagedown"],     "command": "noop" },
  { "keys": ["ctrl+."], "command": "toggle_comment", "args": { "block": false } },
  { "keys": ["ctrl+shift+up"], "command": "move", "args": {"by": "lines", "forward": false, "extend": true} },
  { "keys": ["ctrl+shift+down"], "command": "move", "args": {"by": "lines", "forward": true, "extend": true} },
  { "keys": ["ctrl+shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true} },
  { "keys": ["ctrl+shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} },
  { "keys": ["ctrl+up"], "command": "move", "args": { "by": "lines", "forward": false, "amount": 1 } },
  { "keys": ["ctrl+down"], "command": "move", "args": { "by": "lines", "forward": true, "amount": 1 } },
]
[ ]