Skip to content

Instantly share code, notes, and snippets.

View sdykae's full-sized avatar
💭
Working with WebAssembly, dark things

Julio Cesar Torres Cama sdykae

💭
Working with WebAssembly, dark things
View GitHub Profile
@sdykae
sdykae / gist:8d475de01016d4774a30562ccf398acc
Last active December 10, 2023 20:10
oneleaf Baidu site temporal downloader
oneleaf
A site that helps you download from baidu free service and donation
https://oneleaf.icu/account.html
@sdykae
sdykae / ANSI.md
Created July 11, 2023 07:39 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@sdykae
sdykae / decrypt_dbeaver.py
Created May 2, 2023 19:40 — forked from felipou/decrypt_dbeaver.py
DBeaver password decryption script - for newer versions of DBeaver
# https://stackoverflow.com/questions/39928401/recover-db-password-stored-in-my-dbeaver-connection
# requires pycryptodome lib (pip install pycryptodome)
import sys
import base64
import os
import json
from Crypto.Cipher import AES
@sdykae
sdykae / OSX UTC Time Zone
Created April 15, 2023 03:28 — forked from nick-desteffen/OSX UTC Time Zone
Set Time zone in OSX to UTC
sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime
@sdykae
sdykae / php-build-requirenments-for-php-env.sh
Created January 19, 2022 16:11
To Compile With `php-env install` UBUNTU 20.04
# Refresh Packages
sudo apt update
# Build Essentials
sudo apt-get install build-essential
# Install Dependencies
sudo apt install \
autoconf \
re2c \
{
"sync.autoDownload": false
}