This file contains 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
/* [email protected] - SystemJS - dev */ | |
System.register([], function (exports) { | |
'use strict'; | |
return { | |
execute: function () { | |
exports({ | |
addErrorHandler: addErrorHandler, | |
checkActivityFunctions: checkActivityFunctions, | |
ensureJQuerySupport: ensureJQuerySupport, |
This file contains 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
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
This file contains 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
/** | |
* RuntimeGlobalsChecker | |
* | |
* You can use this utility to quickly check what variables have been added (or | |
* leaked) to the global window object at runtime (by JavaScript code). | |
* By running this code, the globals checker itself is attached as a singleton | |
* to the window object as "__runtimeGlobalsChecker__". | |
* You can check the runtime globals programmatically at any time by invoking | |
* "window.__runtimeGlobalsChecker__.getRuntimeGlobals()". | |
* |
This file contains 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
alert(1); |
This file contains 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
0 | |
00 | |
01 | |
02 | |
03 | |
1 | |
1.0 | |
10 | |
100 | |
1000 |
This file has been truncated, but you can view the full file.
This file contains 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
;FLAVOR:Marlin | |
;TIME:11091 | |
;Filament used: 8.92901m | |
;Layer height: 0.2 | |
;MINX:69.7 | |
;MINY:69.7 | |
;MINZ:0.2 | |
;MAXX:165.301 | |
;MAXY:165.3 | |
;MAXZ:4.8 |
This file contains 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
Id: BasecampLLC.HEYMail | |
Version: 1.0.3.0 | |
Name: HEYMail | |
Publisher: BasecampLLC | |
License: Copyright (c) Basecamp LLC | |
AppMoniker: hey | |
Tags: hey, email, mail, basecamp, productivity | |
Description: Email at it's best. | |
Homepage: https://hey.com | |
Installers: |
This file contains 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
#!/bin/bash | |
## Frontier Network Speed Test Data Collection ## | |
################################################# | |
# The purpose of this is test and analyze # | |
# accurate speed tests on the Frontier network # | |
# between devices (ONT, Frontier supplied # | |
# modem, and end-user personal equipment) and # | |
# the regional area to determine service # | |
# degradation. # |
NewerOlder