Pinned Loading
-
vespperhq/vespper
vespperhq/vespper PublicOpen-source AI copilot that lets you chat with your observability data and code 🧙♂️
-
chrome-extension-trello-custom-progress-bar
chrome-extension-trello-custom-progress-bar PublicA chrome extension that adds some flare to Trello's plain progress bar
JavaScript
-
Google-flight-search-and-Booking-IOS-app
Google-flight-search-and-Booking-IOS-app Public[uni assignment] [deprecated] IOS mobile application that searches for the cheapest flights and lets you book them
Swift
-
iphone live photos are .heic formats...
iphone live photos are .heic formats which most sites dont accept. This script converts .heic files to jpg 1ls -1 *.heic | xargs -n 1 bash -c 'convert "$0" "${0%.*}.jpg"'
-
send slack message in golang
send slack message in golang 1package slack
23import (
4"bytes"
5"encoding/json"
-
script to delete all test databases
script to delete all test databases 1# drop all test databases
2sql="select datname from pg_database where datname like '%test_%'"
3dbDelNames=`psql -U postgres -t -A -c "$sql"`
4for dbName in ${dbDelNames[@]}
5do
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.