Open terminal
telnet localhost 5554
As described read the ‘$HOME/.emulator_console_auth_token' file to get the token.
Use auth command to log in
auth 7kTWr7__________
| static void main(char*[] args) { | |
| int[] numbers = {11,12,13, 21,22,23, 31,32,33}; | |
| int intervalMin = 10; | |
| int intervalMax = 20; | |
| cout << "10-20: Average is " << getAverage(numbers, 10, 20) << endl; | |
| } |
Open terminal
telnet localhost 5554
As described read the ‘$HOME/.emulator_console_auth_token' file to get the token.
Use auth command to log in
auth 7kTWr7__________
| { | |
| "events": [ | |
| { | |
| "id": "accd86fe-7481-482c-a4ab-934881024930", | |
| "title": "Skansen", | |
| "description": "Skansen is the first open-air museum and zoo in Sweden and is located on the island Djurgården.", | |
| "price": "16 USD", | |
| "duration": 240, | |
| "temp_rec": 18, | |
| "lat": 59.32704, |
| Our app does not use any tracking technology to gather user information. | |
| We may share information (if possible) with governmental agencies or other companies assisting us in fraud prevention or investigation. We may do so when: (1) permitted or required by law; or, (2) trying to protect against or prevent actual or potential fraud or unauthorized transactions; or, (3) investigating fraud which has already taken place. The information is not provided to these companies for marketing purposes. | |
| If you have any questions, concerns, or comments about our privacy policy you may contact us using the information below: | |
| By e-mail: buggfille+dansguiden-privacy@gmail.com | |
| We reserve the right to make changes to this policy. Any changes to this policy will be posted. |
| Our Tools app "hallon.se Saldo (inofficiell)" requires the following permissions: | |
| INTERNET - To access hallon.se "Mina Sidor" | |
| ACCESS_NETWORK_STATE - Tell weather internet need to be enabled | |
| Our app may use tracking technology (eg, Google Analytics, Sentry) depending on the features offered. Tracking technology are useful for gathering information such as device type and operating system, tracking the number of visitors to the app, and understanding how visitors use our app. Tracking technology can also help customize our apps for visitors. Personal information cannot be collected via tracking technology, however, if you previously provided personally identifiable information, tracking may be tied to such information. Aggregate tracking information may be shared with third parties. | |
| We may share information with governmental agencies or other companies assisting us in fraud prevention or investigation. We may do so when: (1) permitted or required by law; or, (2) trying to protect against or prevent actual o |
| # Install java 8 | |
| jdk_switcher home oraclejdk8 | |
| jdk_switcher use oraclejdk8 | |
| export JAVA8_HOME=/usr/lib/jvm/java-8-oracle | |
| export BUILD_TOOLS_VERSION=23.0.3 | |
| export ANDROID_SDK=24 | |
| export ANDROID_SDK_REV=24.4.1 | |
| # | |
| # Install android sdk | |
| export SDK_TAR=android-sdk_r$ANDROID_SDK_REV-linux |
| export ANDROID_PKG=platform-tool,android-22,build-tools-22.0.1,extra-google-m2repository,extra-android-m2repository | |
| export SDK=`pwd`/sdk | |
| mkdir -p $SDK | |
| ls -l $SDK | |
| curl --location http://dl.google.com/android/$SDK_VERSION.tgz | tar -xvz -C $SDK | |
| ls -l $SDK | |
| ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | $SDK_DIR/tools/android update sdk --all --no-ui --force --filter "$ANDROID_PKG" | |
| echo "ANDROID_HOME=$SDK_DIR" >> /etc/environment | |
| echo "android.platform.base=$SDK_DIR" >> /etc/environment | |
| echo "export ANDROID_HOME=$SDK_DIR" >> ~/.bashrc |
| [ | |
| { "keys": ["home"], "command": "move_to", "args": {"to": "bol" } }, | |
| { "keys": ["end"], "command": "move_to", "args": {"to": "eol" } }, | |
| { "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true } }, | |
| { "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true } }, | |
| { "keys": ["super+home"], "command": "move_to", "args": {"to": "bof" } }, | |
| { "keys": ["super+end"], "command": "move_to", "args": {"to": "eof" } }, | |
| { "keys": ["super+shift+home"], "command": "move_to", "args": {"to": "bof", "extend": true } }, | |
| { "keys": ["super+shift+end"], "command": "move_to", "args": {"to": "eof", "extend": true } } | |
| ] |
| COLL=Main | |
| PROJ=Installer | |
| DEST=mycomp_installer | |
| REMOTE=mycomp/installer | |
| cd ~/GitMigration | |
| git svn clone --trunk=/ --authors-file=authors.txt --username=Filip http://svn.mycomp.com/svn/$COLL/$PROJ $DEST | |
| cd $DEST | |
| java -Dfile.encoding=utf-8 -jar ~/svn-migration-scripts.jar clean-git --no-delete |