This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Check: Aim (Type B): Invalid yaw change. | |
| Check: Aim (Type C): Repeated yaw values. | |
| Check: Aim (Type D): Invalid pitch change. | |
| Check: Aim (Type E): Invalid yaw change. | |
| Check: Aim (Type F): Invalid yaw change. | |
| Check: Aim (Type G): Too large yaw change. | |
| Check: Aim (Type H): Invalid sensitivity. | |
| Check: Aim (Type I): Not constant rotations. | |
| Check: Aim (Type K): Not constant rotations. | |
| Check: Aim (Type L): Switching directions too quickly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //PUT YOUR MIXPANEL TOKEN AND SECRET BELOW: | |
| const credentials = { | |
| "token": "your-mixpanel-token-here", | |
| "secret": "your-mixpanel-secret-here" | |
| } | |
| /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdbool.h> | |
| // Maybe | |
| typedef struct MaybeInt { | |
| int just; | |
| bool nothing; | |
| } MaybeInt; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pm uninstall -k --user 0 com.google.android.apps.tachyon && | |
| pm uninstall -k --user 0 com.google.android.music && | |
| pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets && | |
| pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides && | |
| pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs && | |
| pm uninstall -k --user 0 com.google.android.videos && | |
| pm uninstall -k --user 0 com.android.gallery3d && | |
| pm uninstall -k --user 0 com.android.calendar && | |
| pm uninstall -k --user 0 com.evernote && | |
| pm uninstall -k --user 0 com.evernote.promohelper && |