Skip to content

Instantly share code, notes, and snippets.

View pvarenik's full-sized avatar

Pavel Varenik pvarenik

View GitHub Profile
{"version":1,"resource":"file:///d/git/playwright-demo/pages/pool.ts","entries":[{"id":"rkII.ts","timestamp":1665740499236},{"id":"Rz9j.ts","timestamp":1665740510058},{"id":"5Bvz.ts","timestamp":1665740527606},{"id":"sYTO.ts","timestamp":1665740555983},{"id":"TdJY.ts","timestamp":1665740574448},{"id":"35WL.ts","timestamp":1665740602848},{"id":"eV0L.ts","timestamp":1665740626005},{"id":"vJPA.ts","timestamp":1665740636426},{"id":"xJoL.ts","timestamp":1665740651216},{"id":"uOX6.ts","timestamp":1665740740587},{"id":"F9jn.ts","timestamp":1665740762688},{"id":"g6fj.ts","timestamp":1665741032529},{"id":"FdVN.ts","timestamp":1665741072615},{"id":"HlFR.ts","timestamp":1665741141352},{"id":"23AJ.ts","timestamp":1665741160473},{"id":"PboX.ts","timestamp":1665741205774},{"id":"cQZs.ts","timestamp":1665741350652},{"id":"WvoR.ts","source":"moved.source","timestamp":1665741559470},{"id":"raZu.ts","timestamp":1665741636297},{"id":"faNf.ts","source":"Declare method 'screenshot'","timestamp":1665743039731},{"id":"VmZo.ts","tim
@pvarenik
pvarenik / acestream.desktop
Last active March 18, 2021 21:19 — forked from Darkside73/acestream.desktop
ubuntu xdg-open acestream
# ~/.local/share/applications/acestream.desktop
[Desktop Entry]
Version=1.0
Name=Acestream
GenericName=Media player
Comment=Open Acestream links with VLC Media Player
Type=Application
StartupNotify=false
Exec=/snap/bin/acestreamplayer %u
TryExec=/snap/bin/acestreamplayer
FileHound.create()
.paths('./screens', './screens/actual', './screens/diff')
.ext('MD')
.not()
.depth(0)
.find()
.then(function (files) {
for (var i = 0; i < files.length; i++) {
fs.unlink(files[i]);
console.log('DELETE: ', files[i]);