Skip to content

Instantly share code, notes, and snippets.

View aenawi's full-sized avatar
:electron:
DeeP !n 2 A!

Hashem Aldhaheri aenawi

:electron:
DeeP !n 2 A!
View GitHub Profile
@aenawi
aenawi / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created March 2, 2025 12:41 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@aenawi
aenawi / gpu_on_mac_m1_m2.md
Created August 23, 2024 02:18
How to use GPU on Mac M1/2

How to use GPU on Mac M1/2

  1. Install xcode tools
xcode-select --install
  1. Install llvm
@aenawi
aenawi / folder_structure.md
Created January 6, 2024 04:48 — forked from ayoubzulfiqar/folder_structure.md
The Folder Structure for Every Golang Project

Go - The Ultimate Folder Structure

Organizing your Go (Golang) project's folder structure can help improve code readability, maintainability, and scalability. While there is no one-size-fits-all structure, here's a common folder structure for a Go project:

project-root/
    ├── cmd/
    │   ├── your-app-name/
    │   │   ├── main.go         # Application entry point
    │   │   └── ...             # Other application-specific files
@aenawi
aenawi / how-to-use-mac-keychain-to-store-github-repos-credentials.md
Created April 8, 2023 05:25 — forked from nepsilon/how-to-use-mac-keychain-to-store-github-repos-credentials.md
How to use Mac KeyChain to store GitHub repos credentials? — First published in fullweb.io issue #108

How to use Mac KeyChain to store GitHub repos credentials?

You know the pain, you cloned a repo over HTTPS, and now Git asks you for your password each time you want to push or pull.

Chances are you already have the git credential-osxkeychain command installed. If not, just install Git with brew: brew install git.

Once installed, just tell Git to use the KeyChain to store your credentials:

git config --global credential.helper osxkeychain
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@aenawi
aenawi / arabic.regex
Created July 27, 2020 08:27 — forked from rrshaban/arabic.regex
Arabic regex
[\u0600-\u06ff]|[\u0750-\u077f]|[\ufb50-\ufbc1]|[\ufbd3-\ufd3f]|[\ufd50-\ufd8f]|[\ufd92-\ufdc7]|[\ufe70-\ufefc]|[\uFDF0-\uFDFD]