Skip to content

Instantly share code, notes, and snippets.

View kubiq's full-sized avatar

Jakub Pistek kubiq

  • Freelance Fullstacc dev
  • Prague
View GitHub Profile
deathworld peninsula
>>>eNpjYBBkUGIAgwZ7EOZgSc5PzIHxGBgcHLiS8wsKUot084tSk
YU5k4tKU1J18zNRFafmpeZW6iYlFgMVMzhAMNDUzKL8PHQTWItL8
vNQRUqKUlOLESIN9tylRYl5maW56HoZGN9z6X5vaJFjAOH/9QwK/
/+DMJD1AGjpAwYocLBnYASKwQBrck5mWhoDg4IjA8MCJ5BhjIyM1
SLr3B9WTbFnhKjRc4AyHkBFDiTBRDxhDD8HnFIqMIYJkjnGYPAZi
QGxtARoBVQVhwOCAZFsAUkyMn7MeNyx9ccXO8Y/Kz9e8k1KsGcsa
+b98lVxix1Qkh2ogZEJTsyaCQI7YV5hQHICROqmPePZMyDwxp6RF
aRDBEQ4WACJA97MDIwCfEDWgh4goSDDAHOaHcwYEQfGNDD4BvPJY
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;
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶
(function() {
var slidesLive = createSlidesLiveBox();
slidesLive.bgColor = "transparent";
slidesLive.forceLightbox = true;
slidesLive.Html5 = true;
slidesLive.embedPresentation(38898202, 1000, null, true);
})();
<?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>
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
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;
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
Auth = require './../auth/auth.po.coffee'
Usermenu = require './usermenu.po.coffee'
describe 'Usermenu', ->
auth = null
usermenu = null
beforeEach ->
auth = new Auth
usermenu = new Usermenu
class Usermenu
constructor: ->
@logo = element(By.css('.navbar .brand a'))
@searchInput = element(By.css('.navbar .search-input'))
@createLink = element(By.css('.navbar .create-card'))
@username = element(By.css('.profile-box .user .name'))
@settings = element(By.css('.profile-box .settings-label'))
@collections = element(By.css('.profile-box .my-collections '))