Skip to content

Instantly share code, notes, and snippets.

View WaleedAlrashed's full-sized avatar
🖥️
Dubai

Waleed Alrashed WaleedAlrashed

🖥️
Dubai
View GitHub Profile
@brunogirin
brunogirin / Three Wise Monkeys.md
Last active March 18, 2022 16:24
Three Wise Monkeys (NDA)

Date: [date]

Between us [company name] and you [customer name].

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

What’s confidential information?

@rayliverified
rayliverified / device_dimensions.json
Created May 13, 2020 22:29
Popular Device Dimensions
[
{
"brand": "iPhone",
"model": "11 Pro Max",
"width": 1242,
"height": 2688,
"physicalSize": 6.5,
"devicePixelRatio": 3
},
{
/**
* A piece of code to help my friends work better.
* @author [email protected] (Roduan Kareem Aldeen)
* https://www.github.com/RoduanKareemAldeen
*/
var element = document.querySelector("div.react_meshim_dashboard_components_navBar_OldServeButton > span");
// this is the mp3 sound (feel free to change it)
var src = 'https://www.waleedalrashed.com/sounds/sms.mp3';
<!DOCTYPE html>
<html>
<head>
<title>Add Student</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/add-student-style.css">
</head>
anonymous
anonymous / bootstrap-demo.jsp
Created October 26, 2016 03:01
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Test</title>
@sghael
sghael / colors.xml
Created June 14, 2012 13:43
Android colors.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#FFFFFF</color>
<color name="ivory">#FFFFF0</color>
<color name="light_yellow">#FFFFE0</color>
<color name="yellow">#FFFF00</color>
<color name="snow">#FFFAFA</color>
<color name="floral_white">#FFFAF0</color>
<color name="lemon_chiffon">#FFFACD</color>
<color name="cornsilk">#FFF8DC</color>