I hereby claim:
- I am shchvova on github.
- I am svoka (https://keybase.io/svoka) on keybase.
- I have a public key whose fingerprint is 9002 70DF 210E EB06 EE2B BE9D 5181 234B 6659 167C
To claim this, I am signing this object:
| settings = | |
| { | |
| orientation = | |
| { | |
| default = "portrait", | |
| supported = { "portrait", "landscapeLeft", "landscapeRight", "portraitUpsideDown" } | |
| }, | |
| iphone = | |
| { | |
| xcassets = "Images.xcassets", |
| #!/bin/bash -e | |
| DELETE_RES=0 | |
| while test $# -gt 0; do | |
| case "$1" in | |
| -h|--help) | |
| echo "minimize.sh - repackage APK for minimal size" | |
| echo " " | |
| echo "./minimize.sh [--no-res|-n] <input.apk>" |
I hereby claim:
To claim this, I am signing this object:
| settings = | |
| { | |
| orientation = | |
| { | |
| default = "portrait", | |
| supported = { "portrait", }, | |
| }, | |
| } |
plugin.appodeal.beta.AdColony
com.appodeal.ads.sdk.networks:adcolony:2.6.0.2plugin.appodeal.beta.AmazonAds
com.appodeal.ads.sdk.networks:amazon_ads:2.6.0.1plugin.appodeal.beta.AppLovin
com.appodeal.ads.sdk.networks:applovin:2.6.0.2plugin.appodeal.beta.Appnextplugin.appodeal.beta.Chartboost
com.appodeal.ads.sdk.networks:chartboost:2.6.0.1plugin.appodeal.beta.FacebookAudience| reg ADD "HKEY_CURRENT_USER\Software\Ansca Corona\Corona Simulator\Preferences" /f /v debugBuildProcess /d 5 | |
| defaults write com.coronalabs.Corona_Simulator debugBuildProcess -int 5 | |
| #!/usr/bin/env bash | |
| set -e | |
| set -x | |
| mkdir libevent_ossl_build | |
| cd libevent_ossl_build | |
| ROOT="$(pwd)" | |
| git clone git://git.openssl.org/openssl.git | |
| cd openssl |
"With great power there must also come... great responsibility!" — Stan Lee
Last month we upgraded our forums. The new software has many new features and abilities that our old forums did not. This is a great thing, but in rare cases it leads to abuse of accepted online etiquette.
Forum rules are written with the hope that moderators will never have to enforce them. The problem is that forum rules are usually not all that visible and it's easy to forget them. So, we are posting them here as a reminder.
Without further delay, here are Corona Labs' official forum rules:
Posts may not include personal attacks or links to offensive or illegal material. Remember that we have members in various age groups, so keep things professional. Instead of posting an attack, post something positive that contributes to the conversation.
| #!/bin/zsh | |
| function help { | |
| echo "Easily make gifs from screen recordings | |
| > to install on macOS: | |
| brew install imagemagick ffmpeg | |
| sudo curl https://gist.githubusercontent.com/shchvova/4e8c24f35340166c515f7e8ae48b526f/raw/togif > /usrl/local/bin/togif | |
| sudo chmod +x /usrl/local/bin/togif | |
| > usage |