All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
| Hello! | |
| ====== | |
| Table of Contents; | |
| The Fast Way | |
| The Thorough Way | |
| Wait, how do I read this file? | |
| Archiving Twitter accounts and hashtags is easy, even without an API key. Here's how! |
| func new --name DisableSecretHttpTrigger --template HttpTrigger --language C# |
F(x)tec is using the Pro1x as a way to introduce new keyboard layouts, but we noticed the latest proposal on IGG doesn't seem to address the biggest issue with the original Pro¹ shifted qwerty layout: missing slash/question-mark key, creating problems in all OS's and necessity for OS-specific workarounds. Therefore we hope F(x)tec uses this opportunity to not only un-shift but to also improve functionality, especially as alternate OS's like Linux are now clearly targeted.

Fig. 1. Unshifted qwerty layout shown in the Pro1x campaign.
The community quickly showed interest in this topic, with more than 150 posts by users from multiple OS's and about 3k views in just a few days. After one week of vivid discussions to weigh the costs and benefits of each suggestion users came up with, we think we've finally agreed on layout proposals we believe would significantly improve the user
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| ########## | |
| # Config # | |
| ########## | |
| readonly GIT_BRANCH='android-8.0.0_r4' | |
| readonly API_LEVEL='26' |
| java.lang.ExceptionInInitializerError | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:526) | |
| at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217) | |
| at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266) | |
| at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) | |
| at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263) | |
| at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) |
| ... | |
| :app:compileFullDebugAndroidTestSources UP-TO-DATE | |
| :app:proguardFullDebugAndroidTest | |
| Note: there were 12 duplicate class definitions. | |
| (http://proguard.sourceforge.net/manual/troubleshooting.html#duplicateclass) | |
| Warning: org.hamcrest.integration.EasyMock2Adapter: can't find superclass or interface org.easymock.IArgumentMatcher | |
| Warning: org.hamcrest.integration.JMock1Adapter: can't find superclass or interface org.jmock.core.Constraint | |
| Warning: library class android.test.AndroidTestCase extends or implements program class junit.framework.TestCase | |
| Warning: library class android.test.AndroidTestRunner extends or implements program class junit.runner.BaseTestRunner | |
| Warning: library class android.test.InstrumentationTestCase extends or implements program class junit.framework.TestCase |
| git show HEAD --stat=200 | tail +7 | awk '{ print $3 " "$4 " " $1}' | sort -n -r | less |