I hereby claim:
- I am ggirtsou on github.
- I am ggirtsou (https://keybase.io/ggirtsou) on keybase.
- I have a public key whose fingerprint is 68BE 33D5 92AF 5EF1 8873 E9AC 5563 1C32 1936 0BE0
To claim this, I am signing this object:
<?php | |
error_reporting(E_ALL); | |
ini_set('display_errors', true); | |
class MyObject { | |
public function getMyObject() : MyObject | |
{ | |
return null; | |
} |
<?php | |
error_reporting(E_ALL); | |
ini_set('display_errors', true); | |
// 0, 1, 1, 2, 3, 5, 8, 13, 21, 34 | |
$startNumber = 0; | |
$numbersToShow = 10; |
<?php | |
error_reporting(E_ALL); | |
ini_set('display_errors', true); | |
// 0, 1, 1, 2, 3, 5, 8, 13, 21, 34 | |
$startNumber = 0; | |
$numbersToShow = 10; |
# 1. cd to your directory containing mp4 files first | |
# 2. will scan for mp4 files in that directory | |
# 3. will output new .mp4 file in parent directory with same name as original | |
for i in *.mp4; do ffmpeg -i "$i" -c:v copy -c:a libfdk_aac -b:a 384k ../"$i"; done; |
# firefox 27 | |
sudo mkdir -m 755 /opt | |
cd /opt | |
wget https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/27.0/linux-x86_64/en-US/firefox-27.0.tar.bz2 | |
sudo tar xjf firefox-7.0.1.tar.bz2 |
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="My Project" basedir="."> | |
<property name="app" location="app" /> | |
<property name="build" location="app/logs/build" /> | |
<delete dir="${build}" /> | |
<echo message="Create build dir"/> | |
<mkdir dir="${build}" /> | |
<echo message="Drop test database"/> |
package main | |
import ( | |
"golang.org/x/tour/wc" | |
"strings" | |
) | |
func WordCount(s string) map[string]int { | |
var m = map[string]int{} | |
words := strings.Fields(s) |
/* | |
* CAUTION!!! READ THIS VERY CAREFULLY!!! | |
* This will delete ALL your Github fork repositories. | |
* DO NOT use it if you don't know what it does! | |
* | |
* Usage: | |
* $ go get # get dependencies | |
* $ go run client.go # initiate chaos | |
*/ | |
package main |
I hereby claim:
To claim this, I am signing this object: