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
Dear Edina, please take a look at waybill 57 2285 3592. | |
A recap of what happened: | |
On Monday, November 22nd 2021 I created a shipment with DHL, scheduling to pick up a package from the Thai embassy in Budapest on Wednesday, November 24th 2021. Shipment destination was Lisbon, and it was due to be delivered next day. It’s an express envelope type containing my passport, needed for a (now abolished) flight on Sunday. | |
Wednesday came, and I was checking the tracking page, only to see nothing’s happening. I phoned the customer support that day and was told the package had been picked up and that the tracking page wasn’t in sync. Okay, I said. | |
Thursday arrived and still no change on the tracking page, therefore i called again. This time, I was told a mistake had been made and that my package hasn’t been picked up. Furthermore, the agent canceled my shipment (he was actually very helpful relative to the agent from the day before). I asked if it was possible to still have the shipment delivered by Sunday, whic |
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
<div class="read2me-widget" | |
data-app-id="YOUR APP ID" | |
data-url="https://canonical.url/to/your/page"> | |
</div> |
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
$ time nmap -p- portquiz.net | grep -i open | |
21/tcp open ftp | |
25/tcp open smtp | |
53/tcp open domain | |
80/tcp open http | |
110/tcp open pop3 | |
143/tcp open imap | |
443/tcp open https |
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
<div class="read2me-widget" | |
data-app-id="7" | |
data-url="https://widget-demos.read2me.online/patch.com/new-jersey/princeton/princeton-university-auditorium-be-named-sir-arthur-lewis.html" | |
data-css-selectors="" | |
data-autoplay="false" | |
data-title="Princeton University Auditorium To Be Named For Sir Arthur Lewis" | |
data-thumbnail="https://widget-demos.read2me.online/patch.com/patch-thumb.png" | |
data-ignore-content-change="false" | |
data-width="100%" | |
data-voice="en-US-Wavenet-D" |
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
<script>(function(d, t, id) { | |
var s, r, div, c, js, h, sT, sI; | |
if (d.getElementById(id)) return; | |
div = d.createElement(t); div.id = id; | |
d.body.insertBefore(div, d.body.firstChild); | |
s = 'https://d22fip447qchhd.cloudfront.net/api/widget/1.1.0-beta5r3/widget.min.html'; | |
r = new XMLHttpRequest(); r.responseType = 'document'; r.open('GET', s, true); | |
r.onload = function(e) { | |
c = e.target.response.querySelector('style'); | |
js = e.target.response.querySelector('script'); |
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
<?php | |
new class { | |
private $foo; | |
private $bar; | |
public function __construct() | |
{ | |
$this->bar = function(int $id, array $elems) { | |
print $id; | |
}; |
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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: ninoskopac | |
* Date: 10/05/2018 | |
* Time: 07:01 | |
*/ | |
declare(strict_types=1); | |
namespace Read2Me\Synthesis; |
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
"abort, canplay, HAVE_ENOUGH_DATA, readyState, canplaythrough, CAN_PLAY_THROUGH, currentTime, durationchange, emptied, load(), ended, error, interruptbegin, interruptend, loadeddata, loadedmetadata, loadstart, mozaudioavailable, pause, play, playing, progress, buffered, ratechange, seeked, seeking, stalled, suspend, timeupdate, volumechange, muted, waiting".split(', ').forEach( event => { | |
new Audio('PUT YOUR AUDIO SOURCE HERE').addEventListener(event, firedEvent => { | |
console.log(firedEvent); | |
}); | |
}); |
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
[22:35:36] 'build' errored after 1.93 ms | |
[22:35:36] TypeError: gulp.hasTask is not a function | |
at /Users/ninoskopac/PhpstormProjects/hosp_web/node_modules/run-sequence/index.js:17:22 | |
at Array.forEach (native) | |
at verifyTaskSets (/Users/ninoskopac/PhpstormProjects/hosp_web/node_modules/run-sequence/index.js:11:11) | |
at runSequence (/Users/ninoskopac/PhpstormProjects/hosp_web/node_modules/run-sequence/index.js:70:2) | |
at /Users/ninoskopac/PhpstormProjects/hosp_web/gulpfile.js:108:5 | |
at taskWrapper (/Users/ninoskopac/PhpstormProjects/hosp_web/node_modules/undertaker/lib/set-task.js:13:15) | |
at bound (domain.js:280:14) | |
at runBound (domain.js:293:12) |
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
<body> | |
<?php | |
print $_SERVER['REQUEST_URI']; | |
$q = rand(); | |
?> | |
<br> | |
<a href="/test2.php?q=<?php print $q; ?>">take me away</a> | |
</body> |
NewerOlder