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
| deathworld peninsula | |
| >>>eNpjYBBkUGIAgwZ7EOZgSc5PzIHxGBgcHLiS8wsKUot084tSk | |
| YU5k4tKU1J18zNRFafmpeZW6iYlFgMVMzhAMNDUzKL8PHQTWItL8 | |
| vNQRUqKUlOLESIN9tylRYl5maW56HoZGN9z6X5vaJFjAOH/9QwK/ | |
| /+DMJD1AGjpAwYocLBnYASKwQBrck5mWhoDg4IjA8MCJ5BhjIyM1 | |
| SLr3B9WTbFnhKjRc4AyHkBFDiTBRDxhDD8HnFIqMIYJkjnGYPAZi | |
| QGxtARoBVQVhwOCAZFsAUkyMn7MeNyx9ccXO8Y/Kz9e8k1KsGcsa | |
| +b98lVxix1Qkh2ogZEJTsyaCQI7YV5hQHICROqmPePZMyDwxp6RF | |
| aRDBEQ4WACJA97MDIwCfEDWgh4goSDDAHOaHcwYEQfGNDD4BvPJY |
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
| CREATE OR REPLACE FUNCTION public.unescape(text) | |
| RETURNS text | |
| LANGUAGE plpgsql | |
| AS $function$ | |
| DECLARE result text; | |
| BEGIN | |
| EXECUTE format('SELECT e''%s''', $1) INTO result; | |
| RETURN result; | |
| END; |
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
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
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
| (function() { | |
| var slidesLive = createSlidesLiveBox(); | |
| slidesLive.bgColor = "transparent"; | |
| slidesLive.forceLightbox = true; | |
| slidesLive.Html5 = true; | |
| slidesLive.embedPresentation(38898202, 1000, null, true); | |
| })(); |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <Client name="Sony Bravia 2015"> | |
| <!-- Author: Plex Inc. based on original profile from Yardco --> | |
| <!-- http://kb.sony-europe.com/SRVS/CGI-BIN/WEBCGI.EXE?St=332,E=0000000000126929163,Key=215,SXI=14,Case=obj(26884) --> | |
| <Identification> | |
| <Header name="X-AV-Client-Info" regex=".*KDL-40R550C.*" /> | |
| <Header name="USER-AGENT" substring="IPI/1.0" /> | |
| <DeviceDescription> | |
| <FriendlyName substring="40R550C" /> | |
| </DeviceDescription> |
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
| Corp: Radical Astronauts Plundering Eve | |
| status: 4 | |
| Blood Energy Neutralizing Battery Blood Energy Neutralizing Battery 100 km | |
| Blood Energy Neutralizing Battery Blood Energy Neutralizing Battery 104 km | |
| Blood Energy Neutralizing Battery Blood Energy Neutralizing Battery 105 km | |
| Blood Energy Neutralizing Battery Blood Energy Neutralizing Battery 113 km | |
| Blood Energy Neutralizing Battery Blood Energy Neutralizing Battery 133 km | |
| Blood Energy Neutralizing Battery Blood Energy Neutralizing Battery 54 km |
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
| int MAXSTRLENGTH = 1200; | |
| IMyTerminalBlock keyBlock; | |
| string MemBlock="Harv1DATA"; | |
| void Main(){ | |
| double yaw_angle=0; | |
| double pitch_angle=0; | |
| double roll_angle=0, nRollAng=0, MaxGyro=0; | |
| double TgDiff=0, CurSpeed, CurX, CurY, CurZ, PrevX, PrevY, PrevZ, CurDiff, PrevDiff, tgY; | |
| double TargetX = 0, TargetY = 0, TargetZ = 0; |
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
| expectedUrls = [] | |
| expectedNames = [] | |
| describe 'test', -> | |
| beforeEach -> | |
| expectedUrls = ["tests", "edit", "users", "reports"] | |
| expectedNames = ["Tests", "Settings", "Users", "Reports"] | |
| it 'should navigate corectly to right tab by url', => | |
| console.log "\nSTART testu Url vede na spravny tab" | |
| detail = new Detail |
NewerOlder