Skip to content

Instantly share code, notes, and snippets.

View antoninhrlt's full-sized avatar
🛰️
per aspera ad astra

Anтo antoninhrlt

🛰️
per aspera ad astra
View GitHub Profile
@anima-libera
anima-libera / cocamlpy.py
Last active June 9, 2022 18:53
A C/OCaml/Python polyglot
(*
#if 0
y,)=();"""
#endif
y);//"""
#include<stdio.h>
#define a c;}
int
x=1//len(""" "
;
@davidsneal
davidsneal / update.sh
Last active April 25, 2022 17:20
Bash script for updating a laravel project - Run using ./update.sh
{
cd /project/root
git pull
composer install
php artisan migrate
gulp --production
chown www-data:www-data storage/ bootstrap/cache -R
php artisan queue:restart
}