Skip to content

Instantly share code, notes, and snippets.

View tejasvi's full-sized avatar
:octocat:
init 5

Tejasvi S. Tomar tejasvi

:octocat:
init 5
View GitHub Profile
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkkwZ69HwTep+LDSpU5VbVMK/z1aJMoFjdrZSxLN02K1xVajRmGOY+jZgBHX8mrqEJHS0VXZsZd2V1v0A74z9DEN6vzTiadQmEXQbqVGy7szOlFFxXwBDmqo4l0nl9F9q9De5BVMjsZXI+iXJxTaRD8kkrhMrrZ3i/PenLsv2r4b/zWuoIkD49UuRQXtb9EAC2PgVrH3uy48qiStws/UST/J+lRY+4QdeFlgGP1kqWSYsPHm8SrZsctF0H+sHo6KaTfZNzZFhQ3btKc1xUZ5SVwE8+A/TjPYTuMhwFj7OlQDoNppM4CkokUt3JiZZj+h59/c+sSpHGPbHz+r8gCBKZ u@pc
@Nottt
Nottt / compile-opus.sh
Last active September 20, 2022 18:33
Compile Opus-Tools in Ubuntu 18.04
#!/bin/bash
# Install opus-tools
# Latest releases: opus 1.3.1, opus-tools 0.2, opusfile 0.11, libopusenc 0.2.1
set -e
set -o pipefail
# Install packages needed
apt update > /dev/null 2>&1 && apt install -y curl libflac-dev > /dev/null 2>&1
@KaKi87
KaKi87 / awesome-android-x3Free.md
Last active May 2, 2024 04:24
Awesome list — Free, ad-free and in-app-free Android apps

Inspired by Awesome

Awesome

DISCLAIMER : this isn't really an awesome list, I don't care about guidelines, rules and etc. so I don't bother make a real repo and a real pull request.

About this list

This list uses the power of my advanced Google Play search engine to get some free, in-app-free and ad-free apps from it.

@ahmedengu
ahmedengu / colab_xface_vnc.ipynb
Last active October 8, 2022 16:53
Use google colab as a remote machine with the help of ngrok, vnc server and xface desktop you can change the configurations and desktop environment as you please it's just a start
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@maranomynet
maranomynet / thisamericanlive-archive.js
Last active July 7, 2021 17:36
This American Life - RSS Archive Builder
// Usage:
// 1. Visit http://www.thisamericanlife.org/radio-archives
// 2. Paste this script into the developer console of your browser.
// 3. Wait...
// 4. Copy-paste the resulting XML into a file.
//
(function(){
var jQuery = window.jQuery;
var doc = document;