Skip to content

Instantly share code, notes, and snippets.

@OsandaMalith
OsandaMalith / obfuscated.cpp
Last active May 19, 2019 18:10
Obfuscating a String using C++
/??/
* Title: Obfuscating a String using C++
* by @OsandaMalith
*??/
/
??=include <iostream>
??=include <string>
??=include <stdlib.h>
@selahattinunlu
selahattinunlu / Envoy.blade.php
Last active April 3, 2018 13:00
Envoy.blade.php
@servers(['production' => 'user@ipaddress'])
@setup
$repo = 'git@github.com:selahattinunlu/projectname.com.git';
$releaseDir = '/srv/projectname.com/releases';
$storageDir = '/srv/projectname.com/storage';
$appDir = '/srv/projectname.com/current';
$release = 'release_' . date('d-m-Y-His');
@endsetup