I hereby claim:
- I am umer936 on github.
- I am umer936 (https://keybase.io/umer936) on keybase.
- I have a public key ASACBDikQhpEJEyKTC6ljG2ijqYcXCng8270FmQdDqTaiQo
To claim this, I am signing this object:
"C:\Program Files\Git\bin\sh.exe" --login -i -c "cd E:\workspace && cd D* && git pull && cd ../F* && git pull && cd ../P* && git pull && cd ../T* && git pull" |
Option Explicit | |
If Not WScript.Arguments.Named.Exists("elevate") Then | |
CreateObject("Shell.Application").ShellExecute WScript.FullName _ | |
, WScript.ScriptFullName & " /elevate", "", "runas", 1 | |
WScript.Quit | |
End If | |
On Error Resume Next |
[ | |
{ | |
"repository": "android_device_oppo_common", | |
"target_path": "device/oppo/common", | |
"remote": "cm", | |
"revision": "cm-13.0" | |
}, | |
{ | |
"repository": "android_device_oppo_msm8974-common", | |
"target_path": "device/oppo/msm8974-common", |
I hereby claim:
To claim this, I am signing this object:
% Use only LaTeX2e, calling the article.cls class and 12-point type. | |
\documentclass[12pt]{article} | |
\usepackage{times} | |
\topmargin 0.0cm | |
\oddsidemargin 0.2cm | |
\textwidth 16cm | |
\textheight 21cm |
innerDoc = document.getElementsByClassName("jwplayer"); | |
var getVideo = innerDoc[0].getElementsByTagName('video')[0]; | |
var newspeed = prompt("Current Speed: " + getVideo.playbackRate + "\nNew Speed: "); | |
getVideo.playbackRate = newspeed; |
#!/bin/bash | |
while [ 1 ] | |
do | |
cpu_temp=$(< /sys/class/thermal/thermal_zone0/temp) | |
cpu_temp=$(($cpu_temp)) | |
ceclis=$(echo "scale=1; $cpu_temp / 1000" | bc | tr '\n' ' ') | |
echo "$ceclis °C" | tr '\n' ' ' | |
echo " | " | tr '\n' ' ' | |
echo "scale=2; ( $cpu_temp / 1000 ) * 9 / 5 + 32" | bc | tr '\n' ' ' | |
echo "˚F" |
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"All Autocomplete", | |
"AutoFileName", | |
"Better CoffeeScript", |
@echo off && net start w32time && w32tm /resync /nowait && C:\Windows\System32\w32tm.exe /resync && net start w32time && w32tm /resync /nowait && C:\Windows\System32\w32tm.exe /resync |