sudo apt-get install python3-pip
sudo pip3 install virtualenv
| git init # initiates git in the current directory | |
| git clone <address> # creates a git repo from given address (get the address from your git-server) | |
| git clone <address> -b <branch_name> <path/to/directory> # clones a git repo from the address into the given directory and checkout's the given branch | |
| git clone <address> -b <branch_name> --single-branch # Clones a single branch | |
| git add file.txt # adds(stages) file.txt to the git | |
| git add * # adds(stages) all new modifications, deletions, creations to the git | |
| git reset file.txt # Removes file.txt from the stage | |
| git reset --hard # Throws away all your uncommitted changes, hard reset files to HEAD | |
| git rm file.txt # removes file.txt both from git and file system |
| #!/bin/sh | |
| { | |
| echo "This script requires superuser access to install apt packages." | |
| echo "You will be prompted for your password by sudo." | |
| # clear any previous sudo permission | |
| sudo -k | |
| # run inside sudo | |
| sudo sh <<SCRIPT |
| #!/usr/bin/env sh | |
| # abort on errors | |
| set -e | |
| cat file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* | |
| # If file is on remote web server | |
| curl http://path.cc/file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* | |
| #bugbountytips |
| #!/usr/bin/env sh | |
| # abort on errors | |
| set -e | |
| # if you are deploying to a custom domain | |
| # echo 'www.example.com' > CNAME | |
| #Use this only one time |
| { | |
| "serviceName": { | |
| "ownPlate": "OwnPlate", | |
| "omochikaeri": "おもちかえり.com" | |
| }, | |
| "pageTitle": { | |
| "restaurantRoot": "Liste des restaurants qui font des plats à emportés", | |
| "restaurantArea": "Liste des restaurants qui font des plats à emportés dans la {area}", | |
| "terms": { | |
| "admin": "CGU pour les propriétaires de restaurants", |
HomoNoosphericus.com is an interactive piece about a self-realizing robot who wants to break free from his conditioned behavior and explore his inner impulses and senses.
Pen created in collaboration with Angelo Plessas, www.angeloplessas.com
A Pen by Gerard Ferrandez on CodePen.
| <canvas></canvas> | |
| <!-- | |
| ,--. ,--. | |
| ((O ))--((O )) | |
| ,'_`--'____`--'_`. | |
| _: ____________ :_ | |
| | | ||::::::::::|| | | | |
| | | ||::::::::::|| | | | |
| | | ||::::::::::|| | | | |
| |_| |/__________\| |_| |