Skip to content

Instantly share code, notes, and snippets.

View mheidari98's full-sized avatar
🕊️
Woman, Life, Freedom

Mahdi Heidari mheidari98

🕊️
Woman, Life, Freedom
View GitHub Profile
@Hamid-K
Hamid-K / whisper.py
Created August 20, 2024 22:26
Whisper: Transcribe Audio to Text
# Sample script to use OpenAI Whisper API
# This script demonstrates how to convert input audio files to text, fur further processing.
# The code can be still improved and optimized in many ways. Feel free to modify and use it
# for your own needs.
#
import openai
from openai import OpenAI
client = OpenAI(api_key="sk-proj-....")
@mahmoud-eskandari
mahmoud-eskandari / README.md
Last active August 8, 2024 13:26
Install v2ray on Bridge:(Ubuntu +18 via systemd) - Upstream (Ubuntu +18/CentOS +7 via docker)

پنل x-ui

پنل تحت وب مدیریت V2ray و ساخت کاربر و مدیریت سرور

mkdir x-ui && cd x-ui
docker run -itd --network=host \
    -v $PWD/db/:/etc/x-ui/ \
 -v $PWD/cert/:/root/cert/ \
@SafaSafari
SafaSafari / telewebion.json
Created May 29, 2022 00:19
Telewebion m3u8 links
[
{
"شبکه 1": "https://cdnw.telewebion.com/tv1/live/playlist.m3u8"
},
{
"شبکه 2": "https://cdnw.telewebion.com/tv2/live/playlist.m3u8"
},
{
"شبکه 3": "https://cdnw.telewebion.com/tv3/live/playlist.m3u8"
},
@FreddieOliveira
FreddieOliveira / docker.md
Last active October 18, 2024 20:34
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@kaftejiman
kaftejiman / ret2csu.md
Last active July 24, 2024 07:38
ret2csu exploitation technique ROP pwn

ret2csu

I wanted to make a clean and simple explanation of ret2csu exploitation technique as I didnt get it easily with the ressources I found on google. As far as my understanding goes. You should take it with a grain of salt.

Tests carried on a AMD64 Linux Ubuntu.

Table of Contents

@prologic
prologic / LearnGoIn5mins.md
Last active October 13, 2024 17:08
Learn Go in ~5mins
@ishad0w
ishad0w / sources.list
Created April 30, 2020 16:55
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse