This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name Gold | |
button_normal #CDBF1A | |
button_hover #52556C | |
button_pressed #8E8E8E | |
button_disabled #8E8E8E | |
button_highlight_a #6272A4 | |
button_highlight_b #FF5555 | |
button_highlight_c #F52D00 | |
button_neutral #5E521E |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# ref: https://piunikaweb.com/2019/03/25/samsung-galaxy-s10-remove-bundled-bloatwares-without-root/ | |
# install the following app to see the packages names: | |
# use the following command to generate the unistall command, for easy copy and paste: | |
# adb shell 'pm list packages' | sed -e 's/^/adb uninstall --user 0 /' | grep FILTER_HERE | sort | |
#things to install if removing keyboard | |
# F-Droid | |
# APK Analyser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- library | |
local json = {} | |
-- Internal functions. | |
local function kind_of(obj) | |
if type(obj) ~= 'table' then return type(obj) end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os # to create the output folder | |
import shutil # to copy files into it | |
import zipfile # to unzip stuff (the EzFlash Jr does not support zipped ROMs) | |
# let's put a warning here and ask the user if she wants to proceed or not. | |
try: | |
input (""" | |
You are sorting the files in """ + os.getcwd() + """. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | id | region | region_code | city | lat | lon | |
---|---|---|---|---|---|---|---|
ABANO TERME | S05700 | Veneto | 12 | A | 45.355199 | 11.811533 | |
ABBADIA LARIANA | S01416 | Lombardia | 1 | A | 45.895864 | 9.335175 | |
ABBASANTA | S12873 | Sardegna | 20 | A | 40.128801 | 8.817733 | |
ABBIATE GUAZZONE | N00018 | N/A | N/A | N/A | N/A | N/A | |
ABBIATEGRASSO | S01062 | Lombardia | 1 | A | 45.400631 | 8.921305 | |
ACATE | S12409 | Sicilia | 14 | A | 36.996592 | 14.42545 | |
ACCIANO | S07423 | Abruzzo | 19 | A | 42.175994 | 13.711345 | |
ACERRA | S09215 | Campania | 18 | A | 40.939066 | 14.372243 | |
ACIREALE | S12328 | Sicilia | 14 | A | 37.600514 | 15.163697 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ "$#" -ne 1 ] ; then | |
echo "Usage: $0 <title>" >&2 | |
exit 1 | |
fi | |
title=`echo "$1" |sed 's/ /-/g'` | |
fileName="_posts/`date +%Y-%m-%d-$title.markdown`" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Keeping medicines from the blood streams of the sick; food | |
from the bellies of the hungry; books from the hands of the | |
uneducated; technology from the underdeveloped; and putting | |
advocates of freedom in prisons. Intellectual property is | |
to the 21st century what the slave trade was to the 16th. |