Skip to content

Instantly share code, notes, and snippets.

View alialamine's full-sized avatar

Ali Al Amine alialamine

View GitHub Profile
{
"Hazmieh - Furn El Chbbak": [
{ "name": "ANTOINE SAMRA", "phoneNumber": "03303160" },
{ "name": "JOE NASSIF", "phoneNumber": "03644063," },
{ "name": "JOSEPH GERGI EL KHEREJ", "phoneNumber": "03621260" },
{ "name": "FADI AZIZ AYOUB", "phoneNumber": "03300487" },
{ "name": "GHASSAN ABOU RJEILY", "phoneNumber": "71616126" },
{ "name": "NEMER BOU CHEBEL", "phoneNumber": "03250888" },
{ "name": "SAMIR ANTOINE TANNOUS", "phoneNumber": "0334720" },
{ "name": "MICHEL ZAHRAN", "phoneNumber": "03829902" },
@alialamine
alialamine / map.geojson
Last active May 28, 2018 20:42
Commercial Insurance Map
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alialamine
alialamine / react.component.connected
Created April 24, 2017 22:40
React Component with Redux connect
import React, { Component } from 'react';
import { connect } from 'react-redux';
class $componentName$ extends Component {
render() {
return (
$END$
);
}
@alialamine
alialamine / BaseLatex
Created November 4, 2014 11:37
Base latex document for assignments
\documentclass[10pt,a4paper,final]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{enumitem}
\title{CMPS 256 Asst 3}
\author{Ali Al Amine}
\begin{document}