a
View gist:0c0b7cc541d49f6518046cd4288a4ad7
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
(async function(){ | |
async function request(){ | |
const resp = await fetch("https://utils-app-ozj8f.ondigitalocean.app/test-mysql.php"); | |
const jsonData = await resp.json(); | |
return jsonData; | |
} | |
const start = +new Date() | |
let i = 1 | |
View file.js
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
if (!window.standard.nazov || !window.standard.kategoria) { | |
return; | |
} | |
gtag("ab", "bc", { | |
window.standard.nazov, window.standard.autor, window.standard.kategoria | |
}) | |
if (window.location.host.contains("?ad")) { | |
gtag("reklama", "neplatena", { |
View hook.ts
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
// hook file | |
function Hook() { | |
const [ value, setValue ] = useState(null) | |
return { | |
secret: { | |
value, | |
fetch: (params) => post("/url", params).then(setValue) | |
} |
View file.js
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
export default class extends Component { | |
componentDidMount() { | |
const { router, params } = this.props | |
getSummary().then(({ artifacts }) => { | |
if (artifacts.length < 1) return router.push("/") | |
}) | |
if (getOrderSecret() && !params.secretId) { | |
return router.push(`/order/details/${getOrderSecret()}`) |
View gist:cfed37a9c34802470b154c00772e7d18
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
Camping Party Hostel Siofok | |
https://www.booking.com/hotel/hu/campinghotel-sia3fok.en-gb.html?aid=355028;sid=2f76389855266279cdb66f1d26e98094;all_sr_blocks=54004501_102346221_0_0_0%2C54004501_102346221_0_0_0%2C54004501_102346221_0_0_0%2C54004501_102346221_0_0_0;checkin=2017-08-11;checkout=2017-08-13;dest_id=-866124;dest_type=city;dist=0;group_adults=9;group_children=0;highlighted_blocks=54004501_102346221_0_0_0;hpos=1;nflt=pri%3D1%3Bfc%3D1;no_rooms=4;req_adults=9;req_children=0;room1=A%2CA;room2=A%2CA;room3=A%2CA;room4=A%2CA%2CA;sb_price_type=total;srfid=25db3ef85915aec82556a958b9c0e11d994bb033X1;type=total;ucfs=1&#hotelTmpl | |
Müller's Hostel | |
https://www.booking.com/hotel/hu/muller-39-s-hostel.en-gb.html?aid=355028;sid=2f76389855266279cdb66f1d26e98094;all_sr_blocks=119588106_97553412_0_0_0%2C119588106_97553412_0_0_0%2C119588106_97553412_0_0_0%2C119588106_97553412_0_0_0%2C119588106_97553412_0_0_0%2C119588106_97553412_0_0_0%2C119588106_97553412_0_0_0%2C119588106_97553412_0_0_0%2C119588106_97553412_0_0_0;check |
View gist:e6ddc1280444d7661d3f93825c35306e
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 getData( val ){ | |
// return either the cached value or jqXHR object wrapped Promise | |
return $.when( | |
$.ajax('/foo/', { | |
data: { value: val }, | |
dataType: 'json', | |
success: function( resp ){ | |
} |
View gist:510c553f80509d56e36d130c250d4bb9
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
([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]]+([][[]]+[])[+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+!+[]]]+((+[])[([][(![]+[])[+ |
View gist:b3a672a4b517ccebe2de
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
Puzo Mario - Kmotr | |
Hailey Arthur - Detektiv | |
King Stephen - Vykoupení z věznice Shawshank | |
Adams Douglas - Stopařův průvodce galaxií | |
Lewis Clive Staples - Lev, čarodějnice a šatník |
View json.json
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
"saving": { | |
"slider": { | |
"sentenceStart": "Převod", | |
"sentenceFrom": "z účtu", | |
"sentenceTo": "na účet", | |
"sentenceWithReference": "s referencí" | |
}, | |
} | |
NewerOlder