Skip to content

Instantly share code, notes, and snippets.

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

Issah Bin Mohammed ibmgeniuz

🏠
Working from home
View GitHub Profile
@ibmgeniuz
ibmgeniuz / 06.png
Created March 28, 2023 08:55 — forked from mfd/06.png
Gilroy font
06.png
@ibmgeniuz
ibmgeniuz / Crack Sublime Text Windows and Linux.md
Created December 22, 2022 01:02 — forked from JerryLokjianming/Crack Sublime Text Windows and Linux.md
Crack Sublime Text 3.2.2 Build 3211 and Sublime Text 4 Alpha 4098 with Hex

YouTube Channel https://www.youtube.com/c/jerrylokjianming


How to Crack Sublime Text 3.2.2 Build 3211 with Hex Editor (Windows | Without License) ↓

  1. Download & Install Sublime Text 3.2.2 Build 3211
  2. Visit https://hexed.it/
@ibmgeniuz
ibmgeniuz / icpc2.json
Created June 29, 2022 09:40 — forked from dmmat/icpc2.json
icpc2 en-uk json
[
{
"code": "-30",
"shortTitleUa": "Повне медичне обстеження",
"preferred": "Medical examination/health evaluation complete",
"shortTitle": "Medical examin/health eval complete",
"inclusionUa": "повне обстеження однієї сиссистеми органів або цілого організму; повний медичний огляд; медогляд немовлят; медогляд школярів / молоді",
"inclusion": "complete examination of one body system or the whole body; complete check-up; well-baby exam; school health care exam for children/youth",
"exclusionUa": "",
"exclusion": "",
@ibmgeniuz
ibmgeniuz / git-php-webhook.php
Last active June 9, 2020 03:33 — forked from hawkins/git-php-webhook.php
A basic webhook for deploying updates to repos on Github to your local server
<?php
/**
* This script is for easily deploying updates to Github repos to your local server. It will automatically git clone or
* git pull in your repo directory every time an update is pushed to your $BRANCH (configured below).
*
* Read more about how to use this script at http://behindcompanies.com/2014/01/a-simple-script-for-deploying-code-with-githubs-webhooks/
*
* INSTRUCTIONS:
* 1. Edit the variables below
* 2. Upload this script to your server somewhere it can be publicly accessed