Skip to content

Instantly share code, notes, and snippets.

View pouyakary's full-sized avatar
🌻
Loving the Spring

Pouya Kary ✨ pouyakary

🌻
Loving the Spring
View GitHub Profile
@pouyakary
pouyakary / keybase.md
Created November 25, 2017 06:48
keybase.md

Keybase proof

I hereby claim:

  • I am pmkary on github.
  • I am pouyakary (https://keybase.io/pouyakary) on keybase.
  • I have a public key ASBRgo0-3BPTWQEv6GlTtE-FbHyUiF_sEndZeY6y5o9bzQo

To claim this, I am signing this object:

@pouyakary
pouyakary / legend.css
Created June 30, 2016 15:28
Sample Legend CSS
/*
* If using Legend in please make sure you have all these classes defined.
*/
.legend-section {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
@pouyakary
pouyakary / connectHTMLelements_SVG.png
Created June 5, 2016 13:46 — forked from alojzije/connectHTMLelements_SVG.png
Connect two elements / draw a path between two elements with SVG path (using jQuery)
connectHTMLelements_SVG.png
@pouyakary
pouyakary / dark-style-from-vs-2015.json
Last active May 25, 2016 16:06 — forked from rdavisau/dark-style-from-vs-2015.json
dark-style-from-vs-2015.json
{
"name":"Dark",
"version":"1.0",
"description":"From Visual Studio Code",
"originator":"Imported from /Users/rdavis/Library/XamarinStudio-5.0/HighlightingSchemes/dark-style-from-vs-2015.vssettings",
"colors":[
{"name": "Background(Read Only)", "color":"#1E1E1E" },
{"name": "Search result background", "color":"#005F60" },
{"name": "Search result background (highlighted)", "color":"#007E80" },
{"name": "Fold Square", "color":"#A5A5A5" },
//
// Program.cs
//
// Created by Pouya Kary on 2015/9/18
// Copyright (c) 2015 Pouya Kary. All rights reserved.
//
// This code is published under the GNU General Public
// License v3 published by Free Software Foundation.
//