Skip to content

Instantly share code, notes, and snippets.

View denysvitali's full-sized avatar

Denys Vitali denysvitali

View GitHub Profile
### Keybase proof
I hereby claim:
* I am renchap on github.
* I am renchap (https://keybase.io/renchap) on keybase.
* I have a public key whose fingerprint is 1472 7DB9 0955 2EE8 8263 20C6 78AB 8C20 FBA2 CD92
To claim this, I am signing this object:
@xdump
xdump / gist:cddb98a90ae9268e9d3f
Created January 30, 2016 16:54
BBC-Radio.m3u
http://bbcmedia.ic.llnwd.net:80/stream/bbcmedia_radio1_mf_p
http://bbcmedia.ic.llnwd.net:80/stream/bbcmedia_radio2_mf_p
http://bbcmedia.ic.llnwd.net:80/stream/bbcmedia_radio3_mf_p
http://bbcmedia.ic.llnwd.net:80/stream/bbcmedia_radio4fm_mf_p
http://bbcmedia.ic.llnwd.net:80/stream/bbcmedia_radio5live_mf_p
http://bbcmedia.ic.llnwd.net:80/stream/bbcmedia_6music_mf_p
package com.spotify.core
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.li8;
import avm2.intrinsics.memory.si32;
import avm2.intrinsics.memory.si8;
import com.spotify.core_2F_var_2F_folders_2F_9w_2F_1qgqt2cn279bvq4xrmv1c2_80000gn_2F_T_2F__2F_ccfk1YOK_2E_lto_2E_bc_3A_71C87280_2D_0648_2D_4E44_2D_97CD_2D_27E77AB5FB54.___unnamed_66;
import com.spotify.core_2F_var_2F_folders_2F_9w_2F_1qgqt2cn279bvq4xrmv1c2_80000gn_2F_T_2F__2F_ccfk1YOK_2E_lto_2E_bc_3A_71C87280_2D_0648_2D_4E44_2D_97CD_2D_27E77AB5FB54.___unnamed_67;
import com.spotify.core_2F_var_2F_folders_2F_9w_2F_1qgqt2cn279bvq4xrmv1c2_80000gn_2F_T_2F__2F_ccfk1YOK_2E_lto_2E_bc_3A_71C87280_2D_0648_2D_4E44_2D_97CD_2D_27E77AB5FB54.___unnamed_68;
import com.spotify.core_2F_var_2F_folders_2F_9w_2F_1qgqt2cn279bvq4xrmv1c2_80000gn_2F_T_2F__2F_ccfk1YOK_2E_lto_2E_bc_3A_71C87280_2D_0648_2D_4E44_2D_97CD_2D_27E77AB5FB54.F___unnamed_4;
@rischanlab
rischanlab / matlab.desktop
Created May 20, 2014 06:27
Create Shortcut application in Desktop Ubuntu
#in this case I use matlab application in Ubuntu
sudo wget http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png -O /usr/share/icons/matlab.png
#download image for matlab
#go to this path
/usr/share/applications/matlab.desktop
#Insert this content to the matlab.desktop
[Desktop Entry]
@sabinem
sabinem / README.md
Created March 2, 2018 09:29 — forked from joyrexus/README.md
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")
@Falconerd
Falconerd / gulpfile.js
Last active April 10, 2019 17:16
Gulp + Watchify + Babelify + BrowserSync
/**
* This gulpfile will copy static libraries and a index.html file as well as
* merge, babelify and uglify the rest of the javascript project.
*
* TODO:
* - Separate media, libs and src with different watchers.
* - Media and libs should only be copied to dist if they are different sizes.
*
* The expected project is to be laid out as such:
*

With TigerVNC

TigerVNC is the only vnc client that seems to support proxmox's SSL encryption scheme.

If you're willing to install it on your client, run the following:

ssh -L 1234:localhost:1234 mimosa.tree.ewdev.ca -l root -- socat tcp-l:1234,range=127.0.0.1/32 exec:"'"qm vncproxy 119"'"

tigervnc localhost:1234
@dotdoom
dotdoom / zvv2kml.py
Created March 24, 2016 21:24
ZVV Tarifzonen KML (Google Maps)
#!/usr/bin/env python
# Fetch ZVV Tarifzonen map in SVG and convert to KML.
# You can save the output and import into Google Maps.
# Use at your own risk. The API used is not publicly disclosed,
# improper use may lead to lawsuits.
import sys
import urllib2
import xml.etree.ElementTree as ET
@bloodyowl
bloodyowl / gist:41b1de3388c626796eca
Last active April 20, 2020 03:27
es6 event-emitter
var DEFAULT_MAX_LISTENERS = 12
function error(message, ...args){
console.error.apply(console, [message].concat(args))
console.trace()
}
class EventEmitter {
constructor(){
this._maxListeners = DEFAULT_MAX_LISTENERS
@Albinoman887
Albinoman887 / logcat.log
Created April 1, 2020 21:58
full bootup logcat of hotdogg trying to fix radio
This file has been truncated, but you can view the full file.
--------- beginning of system
02-25 10:17:22.638 620 630 I QISL : QSEE Interrupt Service Listener Thread is started
02-25 10:17:22.638 620 630 I QISL : QSEE Interrupt Service Listener was activated successfully
02-25 10:17:22.639 620 620 D SPL : Call QSEECom_register_listener()
02-25 10:17:22.639 620 620 D SPL : Registered listener sucessfully!
02-25 10:17:22.639 620 620 D SPL : pipe read-fd [33] write-fd [34]
02-25 10:17:22.639 620 620 D SPL : Create thread
02-25 10:17:22.639 620 620 D SPL : Thread created sucessfully.
02-25 10:17:22.639 620 631 D SPL : spl_dispatch() started
02-25 10:17:22.639 620 631 D SPL : ==== Wait For Request ======