Skip to content

Instantly share code, notes, and snippets.

View alma4rebi's full-sized avatar

AlmaGrebi alma4rebi

View GitHub Profile
@alma4rebi
alma4rebi / InstallPopcornTime.md
Created October 15, 2017 09:42 — forked from flyingluscas/InstallPopcornTime.md
Installing Popcorn Time on Ubuntu 16.x

1. Downloading

32 bits version

$ wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-32.tar.xz -O popcorntime.tar.xz

64 bits version

@alma4rebi
alma4rebi / index.html
Created July 28, 2017 06:28
Social Media Icons hover
<href="//www.fontstatic.com/f=sukar" />
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<script src="https://use.fontawesome.com/dbb72ac4f9.js"></script>
</head>
<body>
<h1> محمد السيد متولى </h1>
<h2> <a href="https://www.facebook.com/groups/ElzeroWebSchool/" target="_blank">Elzero Web School</a> </h2>
@alma4rebi
alma4rebi / card-ui-portfolio-edit-2017-07-21.markdown
Created July 21, 2017 06:45
Card UI Portfolio Edit 2017.07.21
@alma4rebi
alma4rebi / debian-scratch-sources.list
Created June 20, 2017 19:02 — forked from ceremcem/debian-scratch-sources.list
/etc/apt/sources.list for Debian Scratch
#
# deb http://ftp.debian.org/debian/ jessie-updates main
# deb-src http://ftp.debian.org/debian/ jessie-updates main
# jessie-backports, previously on backports.debian.org
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ jessie-backports main
@alma4rebi
alma4rebi / Basic HTML Meta Tags.xml
Created December 25, 2016 13:30
Basic HTML Meta Tags
#Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
@alma4rebi
alma4rebi / meta-tags.md
Created December 19, 2016 13:31 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@alma4rebi
alma4rebi / README.md
Created November 14, 2016 21:04 — forked from Rob--W/README.md
Analysis of WOT 20151208
@alma4rebi
alma4rebi / index.html
Last active August 15, 2016 15:21
Pure-CSS3-Tabs
<div class="page-wrap">
<h1>
Pure CSS Tab
</h1>
<ul class="tab-wrap">
<li>
<input type="radio" id="tab-1" name="tab" checked />
<label for="tab-1" class="label-1">
Tab 1
</label>
@alma4rebi
alma4rebi / Sublime Text 3 Build 3103 License Key - CRACK
Created July 26, 2016 17:08
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
@alma4rebi
alma4rebi / @media-queries-V2.css
Last active June 9, 2016 23:55 — forked from hs0ucy/media-queries-samples.css
Media Queries for Standard Devices
/* Smartphones (portrait and landscape) ----------- /
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/ Styles */
}
/* Smartphones (landscape) ----------- /