Skip to content

Instantly share code, notes, and snippets.

View mleczakm's full-sized avatar

Michał Mleczko mleczakm

View GitHub Profile

My solutions to https://returntrue.win

  1. !0
  2. str_rot13
  3. !0
  4. a
  5. 😍
  6. new class{function __invoke(){return $this;}} (not optimal)
  7. (object)[!0]
  8. new class extends Bar{}
@olivertappin
olivertappin / update-phpstorm.sh
Created July 20, 2017 07:58
Download and install the latest version of PhpStorm for Ubunti
#!/bin/bash
if [ "$(whoami)" != "root" ]
then
echo "Sorry, you are not root."
exit 1
fi
echo "Downloading the latest PhpStorm to /tmp"
cd /tmp