Skip to content

Instantly share code, notes, and snippets.

S. Ali Mihandoost AliMD

View GitHub Profile
@AliMD
AliMD / test
Created May 10, 2015 13:40
9573168225694
### Google Index test file
test 9573168225694
test 9573168225694
test 9573168225694
test 9573168225694
test 9573168225694
test 9573168225694
test 9573168225694
test 9573168225694
@AliMD
AliMD / test
Created May 10, 2015 13:40
9573168225694
### Google Index test file
test 9573168225694
test 9573168225694
test 9573168225694
test 9573168225694test 9573168225694
test 9573168225694
test 9573168225694
@AliMD
AliMD / test
Created May 10, 2015 13:40
9573168225694
### Google Index test file
test 9573168225694
test 9573168225694
test 9573168225694
test 9573168225694
@AliMD
AliMD / gist:84d1c5a0e76cb85bdbb4
Created May 10, 2015 07:21
google persian number test: تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
تست ۹۶۵۸۷۴۱۲۵۸۴
@AliMD
AliMD / designer.html
Last active August 29, 2015 14:19
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
body {
background-color: #333;
overflow: hidden;
color: #FFF;
-webkit-user-select: none;
}
.parent {
width: 100%;
position: relative;
@AliMD
AliMD / regular-expression-iranian-mobile.md
Last active March 15, 2024 15:03
Best Regular Expression for Detect Iranian Mobile Phone Numbers

Best Regular Expression for Detect Iranian Mobile Phone Numbers

I'm sure its best regular expression for detect iranian mobile number.

(0|\+98)?([ ]|,|-|[()]){0,2}9[1|2|3|4]([ ]|,|-|[()]){0,2}(?:[0-9]([ ]|,|-|[()]){0,2}){8}


use in javascript

@AliMD
AliMD / map.geojson
Created August 17, 2013 10:13
via:geojson.io
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AliMD
AliMD / battery.status.web.api.css
Last active December 21, 2015 04:38
Battery Status Web API Sample
/* based on http://www.red-team-design.com/how-to-create-slick-effects-with-css3-box-shadow*/
/* --------------------------- */
body {
background-color: #a9a9a9;
}
span {
font-family: verdana;
font-size: x-large;
}