Skip to content

Instantly share code, notes, and snippets.

@sachinnair90
sachinnair90 / skiplist.py
Created January 1, 2018 19:14
Simple Skip list implementation in Python
from random import randint, seed
class Node:
def __init__(self, height = 0, elem = None):
self.elem = elem
self.next = [None]*height
class SkipList:
def __init__(self):
@heroheman
heroheman / ranger-cheatsheet.md
Last active November 1, 2025 09:37
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts
@nzec
nzec / README.MD
Last active October 27, 2025 14:45
DeezLoader Offical Page

Thanks to /u/zpoo32 for reporting several issues in this list!

Deemix

  • deemix: just the cli and the library
  • deemix-pyweb: the app with a GUI
  • deemix-server: just the server part of deemix-pyweb
easyweb-italia
4764fbb159e067e22458285444e844c313f26d6d