Skip to content

Instantly share code, notes, and snippets.

View paramsiddharth's full-sized avatar
❤️
For the mother's pride, for the times I cried, got to stay alive. I'll survive.

Param Siddharth paramsiddharth

❤️
For the mother's pride, for the times I cried, got to stay alive. I'll survive.
View GitHub Profile
@barbietunnie
barbietunnie / DecryptDBeaver.java
Last active October 22, 2024 10:43
How to retrieve/decrypt password stored in DBeaver connection
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.NoSuchPaddingException;
import javax.crypto.SecretKey;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
@woss
woss / .env
Last active March 1, 2023 19:15
Remote signer setup
COMPOSE_PROJECT_NAME=remote-signer
ENABLE_API_KEY_SUPPORT=true
APPROVED_API_KEY=( UUID4 or anything really as long as this is exported on the sender side )
@abir-taheer
abir-taheer / instagram-follower-following.js
Last active March 31, 2025 22:25
"This is our community, this is our family, these are our friends." https://www.youtube.com/watch?v=gk7iWgCk14U&t=425s
if (window.location.origin !== "https://www.instagram.com") {
window.alert(
"Hey! You need to be on the instagram site before you run the code. I'm taking you there now but you're going to have to run the code into the console again.",
);
window.location.href = "https://www.instagram.com";
console.clear();
}
const fetchOptions = {
credentials: "include",
@sago35
sago35 / errors.go
Created May 17, 2022 11:52
TinyGo : fmt package for debugging the machine package
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package fmt
import "errors"
// Errorf formats according to a format specifier and returns the string as a
// value that satisfies error.
@abeluck
abeluck / forward-gpg-agent-to-gitpod.sh
Created April 11, 2022 09:09
A script for forwarding your gpg-agent to gitpod
#!/bin/bash
set -euo pipefail
opt=${1:-}
usage() {
echo "$0 - ssh into a remote gitpod with your gpg-agent forwarded"
echo
echo "usage: $0 [option]"
echo
@sg773
sg773 / index.html
Created March 25, 2022 17:34
Tinder swipe cards
<div class="tinder">
<div class="tinder--status">
<i class="fa fa-remove"></i>
<i class="fa fa-heart"></i>
</div>
<div class="tinder--cards">
<div class="tinder--card" id="hr">
<img src="https://www.mansworldindia.com/wp-content/uploads/2021/08/Hritik-Roshan.jpg">
<h3>Hrithik</h3>
@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active March 23, 2025 04:08
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):

@zachlankton
zachlankton / oracle-cloud-instance-wireguard.md
Last active October 2, 2024 09:31
WireGuard Setup for Oracle Instance Ubuntu 20.04

Setup Oracle Cloud VM as a VPN Tunnel for connected clients on Ubuntu 20.04

Install dnsmasq

apt install dnsmasq -y

Find and add these items to /etc/dnsmasq.conf

@kelset
kelset / 2018-2022 RN retrospective.md
Last active July 26, 2022 05:11
A personal retrospective of being a maintainer for React Native for the past 4 years.

4 years as a React Native OSS maintainer: a retrospective

Why writing this, and why now? In January 2018 I started my journey as a maintainer of the React Native (RN) open source repo — it is the longest role I’ve ever kept going in my professional career, in a way — and I think now, at the 4 years mark, it is a very good time for me to pause, and force myself to think about how things have changed since then.

How did I become a maintainer? After a big burnout with react-navigation that led me to learn how to correctly interact with Open Source Software (OSS), I was starting to interact with OSS again by being a good citizen in the RN repository. Seeing me constantly in the issue section, trying to help out, led some Facebook (FB) engineers to decide to ask me to join the OSS repo with write access, so that I could be more proactive in helping its maintenance… and here we are.

Even so, I was never an em

@maxxhaxx
maxxhaxx / eqapo_pubg.md
Last active October 2, 2024 20:14
Equalizer APO guide (PUBG)

Why?

Equalizer APO is a free software which adds zero delay to your audio latency. Some users experience noticable audio latency delays when using programs like Voicemeeter Banana, so this is a better option for gaming in my opinion. Some prefer the software called Peace Equalizer which is simply a interface for Equalizer APO, but it will limit your options for more advanced usage.

PUBG is known for causing hearing damage over time if played at a high volume, and Equalizer APO gives you a lot of options to lower your in game sounds without loosing the ability to hear footsteps.

Install Equalizer APO

Download Equalizer APO, and start the .exe file to go to setup wizard.
image

Click Next and Agree until you are asked to select the device to install APO for.