Scoop What does Scoop do? Scoop installs programs from the command line with a minimal amount of friction. It tries to eliminate things like: Permission popup windows GUI wizard-style installers Path pollution from installing lots of programs Unexpected side-effects from installing and uninstalling programs The need to find and install dependencies The need to perform …
Author Archives: imported_hoornet
Environment variables for Android development
ANDROID_HOME Deprecated (in Android Studio), use ANDROID_SDK_ROOT instead. ANDROID_SDK_ROOT Installation directory of Android SDK package. Example: C:AndroidSDK or ~/android-sdk/ ANDROID_NDK_ROOT Installation directory of Android NDK package. (WITHOUT ANY SPACE) Example: C:AndroidNDK or ~/android-ndk/ ANDROID_SDK_HOME Location of SDK related data/user files. Example: C:Users<USERNAME>.android or ~/.android/ ANDROID_EMULATOR_HOME Location of emulator-specific data files. Example: C:Users<USERNAME>.android or ~/.android/ ANDROID_AVD_HOME …
Continue reading “Environment variables for Android development”
Progress dialog in Anko
Jumping directly in: val dialog = progressDialog(message = “Please wait a bit…”, title = “Fetching data”) There are of course also: dialog.show()dialog.dismiss() It is said that ‘an indeterminate progress dialog is also available’. See: indeterminateProgressDialog()
Log.v(), Log.d(), Log.i(), Log.w() and Log.e() – When to use each one?
I found a wonderful explanation of these on Stackoverflow and I stole them from Kurtis Nusbaum so you won’t have to. You’re welcome! So… you come to me and ask: When and which one to use? Let me (that is… him) tell you what I stole: Log.e: This is for when bad stuff happens. Use …
Continue reading “Log.v(), Log.d(), Log.i(), Log.w() and Log.e() – When to use each one?”
Git vejenje za budale (Git branching for schmucks)
<Slovenian language> Ker je za delo (tudi samostojno delo!) branching tako zelo uporabna metoda sem se odločil , da spišem tale kratek potek dela. Teorija gre nekako tako: Programer se loti nekega spreminjanja kode za katerega pa ne ve, če bo sploh uporaben. Recimo, da hočete v vaš program dodati možnost izvoza podatkov v Libre …
Continue reading “Git vejenje za budale (Git branching for schmucks)”
Live templates for Android Studio 2 – Cheat sheet
Hello, my two visitors and hello Google crawler! While this is my first post (and possibly the only one, unless some miracle happens) so I should introduce my self…Nah! You can manage without it, I’m sure! So this is it – short and …well…just short! At the top are those live templates, that are most …
Continue reading “Live templates for Android Studio 2 – Cheat sheet”
Git ‘vejenje’ (git branching)
Ker je za delo (tudi samostojno delo!) branching tako zelo uporabna metoda sem se odločil , da spišem tale kratek potek dela. Teorija gre tako: Programer se loti nekega spreminjanja kode za katerega pa ne ve, če bo sploh uporaben. Recimo, da hočete v vaš program dodati možnost izvoza podatkov v Libre Office. Zato namesto …
1) Rails for assholes – kako slediti ‘projektu’ na github
Github.com ali “What the fuck he wants from us now?!?” Premisa: ok. Recimo, da si len človek 🙂 In recimo, da si tok len, da se ti ne da brat vsega sranja, ki ga napišem v blog (totalno štekam, jest tud nebi bral. Kav si ta Hoornet sploh misle da je. Idiot debiln! Mah.. pustmo …
Continue reading “1) Rails for assholes – kako slediti ‘projektu’ na github”
0) Ruby on Rails for assholes (Ruby on Rails za kretene)
Uvodnik Če si želite, da vas nekdo zmerja in žali med tem ko se trudite učiti programiranja, potem ste prišli na pravo mesto! Jaz, Hoornet, se bom posebej potrudil, da ti predam del znanja v skrajno nenavadni obliki. Zelo verjetno se ne boste naučili prav ničesar. V primeru da spravim v jok vsaj enega bralca …
Continue reading “0) Ruby on Rails for assholes (Ruby on Rails za kretene)”
Čas je za Git
Dragi (edini) bralec bloga!Naj te danes napotim k neverjetno uporabnemu orodju modernega razvijalca programja. Uvodnik z malo zgodovine Gre za enega najpopularnejših orodij za source control. Pred leti smo gonili CVS. Kasneje smo spoznali zmoto in naveliko preheblal na SVN oz. Subversion, kot smo mu pravili ljubkovalno. Delal je dost ql za tiste čase, če …