Skip to content

Instantly share code, notes, and snippets.

View lemol's full-sized avatar
💻
Working working working...

Leza Lutonda lemol

💻
Working working working...
View GitHub Profile
# GOTO https://developer.android.com/studio/#downloads
# FIND Command line tools only
# Download and extract sdk-tools-*
sdkmanager "platform-tools" "platforms;android-28" "build-tools;28.0.3"
# with proxy: --proxy=http --proxy_host=127.0.0.1 --proxy_port=8888
@lemol
lemol / SumBetween for elemarjr.net
Created March 3, 2012 10:17
Fazendo loop com Intermediate Language.
.method public static int32
SumBetween(int32, int32) cil managed
{
.maxstack 2
.locals init (int32, int32)
// uma para o contador, outra para result
ldarg.0
stloc.0 // i = lower
Loop: