Start | End | Block description |
---|---|---|
3972 | 3972 | Unknown |
4096 | 4111 | Brand and model name |
4112 | 4239 | Empty |
4320 | 4320 | Date and time |
4352 | 4415 | Same as 5120-5183 |
4416 | 4607 | Empty |
4608 | 4671 | Unknown, maybe settings (seems static) |
4672 | 4863 | Empty |
https://www.jetbrains.com/help/phpstorm/2016.3/using-command-line-tools.html
Umožní pouštět příkazy pro Symfony console, nebo Composer, včetně napovídání.
I hereby claim:
- I am pavelmaca on github.
- I am assassik (https://keybase.io/assassik) on keybase.
- I have a public key whose fingerprint is F002 F747 AD89 28B8 7482 066C 8C94 702D 7729 D0C2
To claim this, I am signing this object:
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
public class Kresleni { | |
public static int VLEVO = 0; | |
public static int DOLU = 1; | |
public static int VPRAVO = 2; | |
public static int NAHORU = 3; | |
public static void main(String[] arg){ | |
kresleni(10); | |
} | |
public static void kresleni(int velikost) { |
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
function tezsi(a, b){ | |
return a > b ? a : b; | |
} | |
function porovnej(varianta){ | |
console.log("Varianta: "+varianta.join()); | |
var A = varianta[0]; | |
var B = varianta[1]; | |
var C = varianta[2]; | |
var D = varianta[3]; |
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
#Embedded file name: InfoPanel | |
""" | |
(c) Dellux 2013 | |
Recompiled by Skino88 | |
Fixed by: Assassik, webium | |
""" | |
import BigWorld, GUI, Keys | |
import weakref | |
import CommandMapping | |
import Vehicle |
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
{ | |
"config": { | |
"load_error": "<font face='$FieldFont' size='13'>Konfigurační soubor nenalezen. Použito standardní nastavení!</font>", | |
"server_error": "<font face='$FieldFont' size='13'>Server není podporován.</font>", | |
"update": "<font face='$FieldFont' size='13'><b>Aktualizace k dispozici:</b> </font>", | |
"reload": "<font face=\"$FieldFont\" size=\"13\"><b>Konfigurace a jazyk byli znovu načteny!</b> </font>" | |
}, | |
"language": { | |
"error": "<font face='$FieldFont' size='13'>V souboru clanMod.lang nebyl nalezen překlad pro vaše jazykové nastavení. Bude použita angličtina!</font>" | |
}, |
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.9.x] BattleMessenger - chat fiters & antispam | |
* Author: Assassik | |
* Version: 3.0 | |
* | |
* Readme: https://github.com/PavelMaca/WoT-BattleMessenger/blob/master/readme.markdown | |
* | |
* Forum link: http://forum.worldoftanks.eu/index.php?/topic/235204- | |
* Source code: https://github.com/PavelMaca/WoT-BattleMessenger | |
* |
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
/** | |
* Preview only | |
*/ | |
{ | |
// Global switch for mod - true/false | |
"enabled": true, | |
// Enable or disable mod in battle by hotkey | |
// You can combinate max. two keys by setting "key1+key2" (need to hold both keys at same time) | |
"hotkeySwitch": "CTRL+C", |
NewerOlder