Skip to content

Instantly share code, notes, and snippets.

View hosamn's full-sized avatar
🎯
Focusing

Hosam hosamn

🎯
Focusing
View GitHub Profile
@hosamn
hosamn / gist:b5c48e2c38952775751449fd9f263799
Created September 16, 2019 07:23 — forked from nebadon2025/gist:3143d837350ab443482b0f5a6faccd6b
Full Screen Youtube Autoplay URL format
https://www.youtube.com/embed/HH0zOJVOzxs?rel=0&autoplay=1;fs=0;autohide=0;hd=0;
@hosamn
hosamn / PS4 PKGs CUSA1-10000.csv
Created July 12, 2020 10:22
PS4 - Single PKG Downloads - CUSA1-10000
We can't make this file beautiful and searchable because it's too large.
Parental Level,Game Title,File Offset,PlayStation PRO Support,Current Version,Instant Download,Package Size,PlayStation VR,Piece,SHA1 Hash,Title ID,Play Together
3,THE PLAYROOM,0,No,1.07,http://gs2.ww.prod.dl.playstation.net/gs2/ppkgo/prod/CUSA00001_00/9/f_ef965b581d35637dabc96366f29f1f0ece58c8fa9158b0eb7de9407ae72272e8/f/IP9100-CUSA00001_00-PLAYROOM00000000-A0107-V0100.pkg,34.9MB,No,0,22774b6c655f47dffce0eb7e15c5e865dce6a849,CUSA00001_00,
9,KILLZONE SHADOW FALL,0,No,1.81,http://gs2.ww.prod.dl.playstation.net/gs2/ppkgo/prod/CUSA00002_00/58/f_0882efa770fbf5b9a03b4decce248e8f07fd9585cbe43c44791799952c62fd14/f/EP9000-CUSA00002_00-KZ4RELEASE000041-A0181-V0100.pkg,2.9GB,No,0,552b7127dac3ee8ab5ce2ae051f6436c3ec605fc,CUSA00002_00,
7,inFAMOUS Second Son,0,Yes,1.07,http://gs2.ww.prod.dl.playstation.net/gs2/ppkgo/prod/CUSA00004_00/28/f_2881c3732328a643917aeb4c1e73b916c1d6baa7ea09e2e81f33d5f139ea9449/f/EP9000-CUSA00004_00-SECONDSONSHIP000-A0107-V0100.pkg,3.7GB,No,0,0538bdff843286013877ab92e5dc936b1407ddcb,CUSA00004_00,
@hosamn
hosamn / ML Models.csv
Last active December 19, 2020 19:13 — forked from PrudhviVajja/Models.csv
Supervised learning Unsupervised learning Reinforcement learning Deep Learning
XGBoost Clustering Model Free RL-TRPO-PPO-A3C CNN
Linear Regression K-Means PG NN
Logistic Regression Hierarchical clustering Q-learning -DQN RNN
SVM Fuzzy C-Means QR-DQN LSTM
Desicion Trees PCA C51 R-CNN
Random Forests SVD HER GANS
LightGBM ICA Model Based RL Faster-RCNN
KNN Cyclic-GANS
Fonts:
-apple-system,Helvetica,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif
Text:
"Merriweather",serif
line-height:
1.5em
FG:
@hosamn
hosamn / serve_img.sh
Created December 17, 2021 15:27 — forked from sleirsgoevy/serve_img.sh
Script for enabling mass storage emulation on rooted Samsung phones
A=/sys/class/android_usb/android0
set -x
killall -STOP adbd
sleep 1
echo 0 > $A/enable
echo mass_storage > $A/functions
echo disk > $A/f_mass_storage/luns
echo 1 > $A/enable
sleep 1
{
"packages": [
{
"id": "BBFF12362",
"name": "Kill'em All.",
"desc": "Title says it all",
"image": "http://api.pkg-zone.com/storedata/killemall_icon0.png",
"package": "https://pkg-zone.com/details/BBFF12362",
"version": "1.00",
"picpath": "/user/app/NPXS39041/storedata/killemall_icon0.png",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// ==UserScript==
// @name DlPSgame.org Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Reflow the website header after adblock hides the ads!
// @author Hosamn
// @match *://*.dlpsgame.org/*
// @exclude https://dlpsgame.org/home/
// @icon https://www.google.com/s2/favicons?sz=64&domain=playstation.com
// ==/UserScript==