Skip to content

Instantly share code, notes, and snippets.

View SAVE-UP's full-sized avatar
:octocat:
Building something Cool

SAVEUP Technologies SAVE-UP

:octocat:
Building something Cool
View GitHub Profile
@SAVE-UP
SAVE-UP / urls.sh
Created August 11, 2020 20:03
Extract urls to junk data
#!/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
@SAVE-UP
SAVE-UP / fr.json
Created August 9, 2020 10:38
OwnPlate French Traduction
{
"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",