Skip to content

Instantly share code, notes, and snippets.

View GuyKh's full-sized avatar
🤘
Rock on

Guy Khmelnitsky GuyKh

🤘
Rock on
View GitHub Profile
@GuyKh
GuyKh / israel.m3u
Last active December 10, 2020 15:22
Israel M3U
#EXTINF:-1, כאן11
https://kanlivep2event-i.akamaihd.net/hls/live/747610/747610/source1_2.5k/chunklist.m3u8
#EXTINF:-1, קשת12
https://keshethlslive-lh.akamaihd.net/i/c2n_1@195269/index_3100_av-p.m3u8
#EXTINF:-1, קשת12ב
https://keshethlslive-i.akamaihd.net/hls/live/512033/CH2LIVE_HIGH/index.m3u8?hdnea=st%3D1607612877%7Eexp%3D1607613777%7Eacl%3D%2F*%7Ehmac%3Da11367aac6b5b8b6f00b4dfd35e4f6f12b04e664386254b2cd1f10b03fd4b623
#EXTINF:-1, רשת13
@GuyKh
GuyKh / hebrewDate.py
Last active December 20, 2021 13:44
HebrewDate to GregorianDate
#!/usr/bin/env python3
import sys
from hebrew_numbers import gematria_to_int
from pyluach import dates
def main(args):
print (args)
if len(args) != 3:
@GuyKh
GuyKh / MyHeritage Names Research to Profile link.user.js
Last active February 1, 2024 08:11
MyHeritage Names Research to Profile link
@GuyKh
GuyKh / decompile_apk.txt
Last active November 28, 2023 13:32 — forked from ichux/steps.txt
Decompiling .apk files
# install decompiler
brew install dex2jar; brew install jadx; brew install apktool; brew cask install jd-gui
Forum:= https://groups.google.com/forum/#!forum/android-platform
Config:= java -Xmx512m
Download from:= https://bitbucket.org/mstrobel/procyon/downloads/
USING apktool
1. apktool d sample_app.apk -o apktool_sample_app