Skip to content

Instantly share code, notes, and snippets.

View osamamaruf's full-sized avatar

Syed Osama Maruf osamamaruf

View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Syed Osama Maruf",
"label": "Engineering Lead at Swyft Logistics",
"image": "",
"email": "maruf_jr1991@hotmail.com",
"phone": "",
"url": "",
"summary": "Seeking to improve my technical skills while adding value for the customers and the company ",

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@osamamaruf
osamamaruf / index.html
Created May 4, 2018 08:00
Date Picker Vaadin Date Picker i18n // source http://jsbin.com/texalef
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Vaadin Date Picker i18n">
<meta charset="utf-8">
<title>Date Picker</title>
<base href="http://polygit.org/vaadin-date-picker+vaadin+:master/components/">
<script src="webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="polymer/polymer.html">
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment-with-locales.min.js"></script>