Skip to content

Instantly share code, notes, and snippets.

@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active April 7, 2025 00:27
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!

These are the current alternatives (with links when possible):

@ruario
ruario / README.md
Last active May 11, 2022 00:16
HTML5 MP4 (H.264/AAC) video issues with Vivaldi for Linux snapshots
// Captive Portal
var http = require('http');
var Wifi = require('Wifi');
var dgram = require('dgram');
var server = dgram.createSocket('udp4');
var SSID = 'CaptivePortalTest';
@sam0737
sam0737 / clock.html
Last active February 5, 2025 09:00
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >
@ruario
ruario / intro-latest-widevine.md
Last active January 29, 2024 07:53
Fetches the latest Linux Widevine binary so that it can be used by Vivaldi.

With the release of Vivaldi 2.2, this page is now obsolete and unmaintained. Widevine is fetched automatically on post install of our official packages. The information below and the script are left for historical reasons but will not be updated.

If you are using something newer than Vivaldi 2.2, you should not be using this script as there is simply no need. Any need you think you have for it would be a bug IMHO and thus should be logged in a bug report. Before you do so however, you should also checkout the Vivaldi help page on Widevine, on Linux


Summary

A bunch of people asked how they could use this script with pure Chromium on Ubuntu. The following is a quick guide. Though I still suggest you at least try Vivaldi. Who knows, you might like it. Worried about proprietary componants? Remember that libwidevinecdm.so is a b

@ultrabug
ultrabug / helper.py
Created May 26, 2016 07:11
_Ultrabot helper module
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import random
import re
from sopel.module import priority, rate
# list of all the regexes and their associated responses
regexes = [
@maxpowa
maxpowa / rss.py
Created January 25, 2016 18:35
Port credit to rinzes, I just removed the tinyurl part
# coding=utf8
from __future__ import unicode_literals
from datetime import datetime
import time
import re
import socket
import feedparser
@chwnam
chwnam / google_calendar_sample.py
Created February 28, 2015 20:54
Google Calendar API Example
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import argparse
import httplib2
import json
from apiclient.discovery import build
from oauth2client import tools
from oauth2client.file import Storage
from oauth2client.client import flow_from_clientsecrets
@guillaumewuip
guillaumewuip / post-receive
Last active November 1, 2023 16:54
Git post-receive hook : build then run a docker container
#!/usr/bin/env bash
# A git post-receive hook
#
# On master branch only :
# 1. It builds a docker image named with the dir name
# 2. It then stop container of the same name, rm it and start a new one
## --- Config
@dren95
dren95 / ohmslaw.py
Created December 4, 2014 03:55
willie script for solving ohms law, also runnable from commandline
from __future__ import division
import math
import re
import collections
import bisect
import sys
si_prefix_unordered = {
'y': 1e-24, # yocto
'z': 1e-21, # zepto