Skip to content

Instantly share code, notes, and snippets.

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

Hassan Sabbahi hassoon1986

🏠
Working from home
View GitHub Profile
@hassoon1986
hassoon1986 / README.md
Created May 17, 2019 21:42 — forked from warpling/README.md
D3 Force graph + voronoi trianguation

D3 Force graph + voronoi trianguation

<!DOCTYPE html>
<html dir='ltr' lang='en'>
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta content='Diaspora*' name='description'>
<meta content='Diaspora, Inc.' name='author'>
<meta content='True' name='HandheldFriendly'>
<meta content='320' name='MobileOptimized'>
@clopez
clopez / YEPO_737A.md
Last active June 25, 2020 05:29 — forked from anonymous/YEPO_737A.md
Linux On Yepo 737A

Yepo 737A + Linux

  • Boot Menu F2 or Del

  • Boot Device Menu F7

  • WARNING: Dont change the OS from Windows to "Intel Linux" on the BIOS. Doing that causes the screen to not startup at BIOS time making impossible to enter into it again (requires to drain the battery and press power button several times to reset the settings)

Observation of functional distributions:

  • Debian 10
anonymous
anonymous / Roms para nds gratis.md
Created July 10, 2017 22:42
Roms para nds gratis

File: Download Roms para nds gratisnintendo 3ds roms nds4ios roms nds emulator for android pokemon ds rom hacks best nds games nds roms pokemon black 2 nds rom top nds roms free download   Roms Isos PSX, PS1, PS2, PSP, Arcade, NDS, 3DS, Wii, Gamecube, Snes, Mega drive, Nintendo 64, GBA, Dreamcast download via torrent. Top 100 Nintendo dsROMs @ Dope Roms . com. nintendo ds. 2. Assasin's Creed Altair's Chronicles.zip · nintendo ds. 3. Ben 10 - Protector of Earth.zip Download section for Nintendo DS (NDS) ROMs of Rom Hustler. Browse ROMs by download count and ratings. 100% Fast Downloads! Now listing roms for nintendo ds. Showing 50 roms at index 0 of 516 @ Dope Roms . com. Download Nintendo DS ROMs. Step 1 » NDS ROM Recommendations:. To browse NDS ROMs, scroll up and choose a l

@donsony
donsony / gist:e85d588a5d2335e57ecd8f7fe231ab31
Created May 6, 2017 13:45
# javascript:void(0) Link Alternative for Wordpress
function infuse_replace_hash($menu_item) {
if (strpos($menu_item, 'href="#"') !== false) {
$menu_item = str_replace('href="#"', 'href="javascript:void(0);"', $menu_item);
}
return $menu_item;
}
add_filter('walker_nav_menu_start_el', 'infuse_replace_hash', 999);
@samirahmed
samirahmed / errorcodes.m
Created November 13, 2014 18:13
NSURLErrorDomain codes
kCFURLErrorUnknown = -998,
kCFURLErrorCancelled = -999,
kCFURLErrorBadURL = -1000,
kCFURLErrorTimedOut = -1001,
kCFURLErrorUnsupportedURL = -1002,
kCFURLErrorCannotFindHost = -1003,
kCFURLErrorCannotConnectToHost = -1004,
kCFURLErrorNetworkConnectionLost = -1005,
kCFURLErrorDNSLookupFailed = -1006,
kCFURLErrorHTTPTooManyRedirects = -1007,
@warpling
warpling / README.md
Last active May 17, 2019 21:42
D3 Force graph + voronoi trianguation

D3 Force graph + voronoi trianguation

@plentz
plentz / nginx.conf
Last active April 3, 2025 19:20
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048