Articles

codova

resolve error with licenses ./tools/bin/sdkmanager --licenses run emulator ./emulator -avd Pixel_2_API_29

20190825 dead horse gap track to rams head

https://nationalmap.gov.au/#share=s-9BLMqxL1CALA6s8KvCwWDvMWcP
ski

20190824 ski guthega

https://nationalmap.gov.au/#share=s-ltaPiQFss95v7ZJK8SInEqhdAiZ
ski

ITC322 - cram notes

Ch 1, 2 & 4 –Big-O notation (very important!), Basic Java, Collection/Array Given a equation f(n) = an2+bn+c+…, O(n) = ? Given a java program/method, What is the Big-O notation for the method? Explain how you derive it? W02 - Ch 3 & 7 – Linked Bag, Iterator and Generic …

No knead bread

3 cups plain flour (2 white, 1 wholemeal works well) 1 1/3 cups water (plus a splash if dough isn't coming together) 1/3 tea spoon yeast 1 1/2 tea spoon salt Mix together in bowl and cover. Leave for 12 - 18 hours. Add a metric fuckton of seeds and …

2019.01 宝台樹スキー場(ほだいがい), 谷川岳天神平

https://nationalmap.gov.au/#share=s-uYKrufFC7gFa1AqyVDf5Y1cHdd1

Django Cheat

Settings postgres config DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'mydatabase', 'USER': 'mydatabaseuser', 'PASSWORD': 'mypassword', 'HOST': '127.0.0.1', 'PORT': '5432', } }load and pass environment varuables set -o allexport; source .env.dev; set +o allexport; ./manage.py runserveMigrate data from sqlite to postgres ./manage.py dumpdata --exclude auth.permission --exclude contenttypes > /tmp/dump.json ./manage.py …