topaztee - Overview
Navigation Menu
Pinned Loading
-
A chrome extension that adds some flare to Trello's plain progress bar
JavaScript
-
[uni assignment] [deprecated] IOS mobile application that searches for the cheapest flights and lets you book them
Swift
-
1
ls -1 *.heic | xargs -n 1 bash -c 'convert "$0" "${0%.*}.jpg"'
-
1
# drop all test databases2
sql="select datname from pg_database where datname like '%test_%'"3
dbDelNames=`psql -U postgres -t -A -c "$sql"`4
for dbName in ${dbDelNames[@]}