#GIT
- Modificado (modified);
- Preparado (staged/index)
- Consolidado (comitted);
function GetSqlServerProductKey { | |
param ($targets = ".") | |
$hklm = 2147483650 | |
$regPath = "SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\Setup" | |
$regValue1 = "DigitalProductId" | |
$regValue2 = "PatchLevel" | |
$regValue3 = "Edition" | |
Foreach ($target in $targets) { | |
$productKey = $null | |
$win32os = $null |
SELECT Processo = spid, | |
Computador = hostname, | |
Usuario = loginame, | |
Status = status, | |
BloqueadoPor = blocked, | |
TipoComando = cmd, | |
Aplicativo = program_name | |
FROM | |
master..sysprocesses | |
WHERE |
{ | |
"workbench.sideBar.location": "right", | |
"window.zoomLevel": -1, | |
"files.autoSave": "afterDelay", | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"workbench.iconTheme": "vscode-icons", | |
"files.associations": { | |
"*.webapp": "json" |
Since React native is a framework of JavaScript, it requires to have Nodejs(A JavaScript runtime) installed.
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
NPM will be installed with the Nodejs installation itself. However, you can install the latest version for npm.
[ | |
{ | |
"key": "ctrl+alt+s", | |
"command": "workbench.action.files.saveAs" | |
}, | |
{ | |
"key": "ctrl+shift+s", | |
"command": "-workbench.action.files.saveAs" | |
}, | |
{ |
(() => { | |
const synth = window.speechSynthesis; | |
const message = new SpeechSynthesisUtterance("See how simple it is"); | |
message.rate = 0.7; // Voice speed | |
synth.speak(message); | |
})(); |
/** | |
* A simple broadcast class created in a "Reactive" model | |
* @constructor | |
* @template T t | |
*/ | |
export class Subject<T> { | |
_changeObservers: { (param: T): void; }[] = []; | |
/** | |
* Subscribe to listener new messages about this subject |
sv_cheats 0 | |
bot_kick | |
mp_autobalance 0 | |
mp_limitteams 0 | |
mp_startmoney 10000 | |
bot_add_t | |
bot_add_t | |
bot_add_t | |
bot_add_t | |
bot_add_t |
sv_cheats 1 | |
sv_infinite_ammo 2 | |
ammo_grenade_limit_total 5 | |
sv_showimpacts 1 | |
mp_buytime 9999 | |
mp_buy_anywhere 1 | |
sv_regeneration_force_on 1 | |
mp_warmup_end | |
mp_freezetime 0 | |
mp_roundtime 60 |