Skip to content

Instantly share code, notes, and snippets.

View OzakIOne's full-sized avatar
🏠
Working from home

ozaki OzakIOne

🏠
Working from home
View GitHub Profile
@Snipees
Snipees / discord_webhook_for_dealabs.md
Last active November 18, 2023 17:56
Discord Webhook pour Dealabs.com (french)

Discord Webhook pour Dealabs.com

La fonction Webhooks intégrée à Discord est une façon simple de recevoir des messages automatisés et des mises à jour directement dans un salon textuel de votre serveur. Voyez cela comme un de ces tubes pneumatiques qui sont parfois utilisés pour envoyer de l'argent à l'intérieur d'une banque et que vous pouvez regarder disparaître, mais au lieu de ne jamais revoir votre argent, vous verrez effectivement des messages partagés dans Discord à partir d'une autre plateforme. -- référence: principes des Webhooks.

Exemple
Exemple de rendu, avec le flux RSS

Il y a 2 possibilités pour récupérer les bons plans de Dealabs, soit par ses flux RSS, soit par son compte Twitter. Il est possible de cumuler les deux, le flux Twitter servant al

@nzec
nzec / README.MD
Last active May 31, 2024 02:02
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
@opus-x
opus-x / Spotify_Eliminate_Advertisements
Last active May 30, 2024 11:48
Eliminate Spotify Advertisements + Complete Server List
##################################################################################
# ELIMINATE SPOTIFY ADS (VERSION 1.2 - 8.5) - ABANDONED FOR NOW #
##################################################################################
#
# NOTE: SOMETIMES ONLY ANNOUNCEMENT OF AN AD WHILE USING APP VERSION 7.5-7.9?-8.x.
# USING AN OFFICIAL OLDER VERSION SOLVES THIS. TEST IT (APKMIRROR). THIS WILL NOT
# OCCUR USING CHROMECAST / GOOGLE HOME.
#
# COULD NOT SOLVE THE AUDIO AD INRO/OUTRO IN THE APP.
# SUGGESTIONS? WRITE A COMMENT BELOW.
@baradhiren
baradhiren / Termux_Youtube_Downloader.sh
Last active September 10, 2022 16:51
This script will automatically create necessary environment to download videos using Termux+YoutubeDL.
#!/bin/bash
###############################################################################################################
######
###### Author : Hiren Barad
###### Date : 22-Aug-2018
###### Version : 1.0
###### FileName : Termux_Youtube_Downloader.sh
###### Description : This script will create a folder with name as Youtube in your Phone's main memory,
@mskian
mskian / youtube-dl.sh
Last active January 6, 2021 14:03
Bash Shell Script - youtube-dl Downloader for Termux Terminal Emulator
#!/bin/bash
# -----------------------------------------------------------------------------
# Info:
# author: Santhosh veer
# file: youtube-dl.sh
# created: 18.09.2018
# revision: 18.09.2018
# version: 0.3
# -----------------------------------------------------------------------------
@mskian
mskian / install.sh
Created October 2, 2018 07:53
Customize Termux Terminal Emulator
#!/data/data/com.termux/files/usr/bin/bash
termux-setup-storage
pkg up
pkg install -y git zsh
git clone https://github.com/Cabbagec/termux-ohmyzsh.git "$HOME/termux-ohmyzsh" --depth 1
mv "$HOME/.termux" "$HOME/.termux.bak.$(date +%Y.%m.%d-%H:%M:%S)"
cp -R "$HOME/termux-ohmyzsh/.termux" "$HOME/.termux"
@mskian
mskian / termux-style.md
Last active May 4, 2020 09:12
Steps to Customize the Termux Terminal Emulator
  • Update the packages
pkg up
  • Install curl
pkg install curl
void inject_trusts(int pathc, const char *paths[])
{
printf("[+] injecting into trust cache...\n");
extern uint64_t g_kern_base;
static uint64_t tc = 0;
if (tc == 0) {
/* loaded_trust_caches
iPhone11,2-4-6: 0xFFFFFFF008F702C8
# Fortement inspiré de cet article: http://rabexc.org/posts/docker-networking
# Tester les performances réseaux de ses conteneurs docker
# avec docker-proxy
docker run -it --rm --name=iperf3-server -p 10000:5201 networkstatic/iperf3 -s
docker inspect --format "{{ .NetworkSettings.IPAddress }}" iperf3-server
iperf3 -c 172.17.0.2 ⇒ 37gbs
iperf3 -c localhost -p 10000
# désactiver docker-proxy
vi /etc/docker/daemon.json
@StephanTLavavej
StephanTLavavej / programming.md
Last active January 16, 2024 16:10
How and Why to Become a Programmer

How and Why to Become a Programmer

Audience

If you're starting your career (especially if you're in high school or college), or if you're thinking about changing your career, this is meant for you. (It's also possible to learn programming as a hobby, or as a complementary skill for a day job in a different field.)

Author