Skip to content

Instantly share code, notes, and snippets.

View milosa's full-sized avatar
🚷

milosa

🚷
  • The Netherlands
View GitHub Profile
@vielhuber
vielhuber / script.sh
Last active July 13, 2024 02:21
PostgreSQL: Backup and restore export import pg_dump with password on command line #sql
# best practice: linux
nano ~/.pgpass
*:5432:*:username:password
chmod 0600 ~/.pgpass
# best practice: windows
edit %APPDATA%\postgresql\pgpass.conf
*:5432:*:username:password
# linux
@tioback
tioback / Input with suggestions
Created September 26, 2016 19:42
Workaround for using zIndex with Android.
import React, {Component} from "react";
import {
Dimensions,
Image,
Keyboard,
Modal,
Platform,
ScrollView,
StyleSheet,
Text,