Skip to content

Instantly share code, notes, and snippets.

View zsim0n's full-sized avatar

Zoltan Simon zsim0n

View GitHub Profile
{
"$schemaTransformation" : "http://buzzword.org.uk/2008/jCard/transformation.js" ,
"id" : "jCard" ,
"version" : "0.1.0" ,
"title" : "jCard" ,
"description" : "This document defines the jCard data format for representing and exchanging a variety of information about an individual (e.g., formatted and structured name and delivery addresses, email address, multiple telephone numbers, photograph, logo, audio clips, etc.)." ,
"type" : "object" ,
"seeAlso" :
[
"http://microformats.org/wiki/jcard" ,
@zsim0n
zsim0n / geometry_geojson.yaml
Created April 6, 2018 17:24 — forked from bubbobne/geometry_geojson.yaml
A swagger geojson geometry description
#MIT License
#
#Copyright (c) 2017 Daniele Andreis
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
#in the Software without restriction, including without limitation the rights
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#copies of the Software, and to permit persons to whom the Software is
#furnished to do so, subject to the following conditions:
#
vagrant up
vagrant ssh
cd /vagrant
mkdir myproj
cd myproj
npm install generator-angular
yo angular
sed -i 's/localhost/0.0.0.0/' Gruntfile.js
grunt serve
@zsim0n
zsim0n / .gitignore
Last active August 29, 2015 13:57 — forked from redoPop/.gitignore
.gitignore for wordpress
/*
!.gitignore
!favicon.ico
!favicon.png
!robots.txt
!humans.txt
!wp-content/
wp-content/*
!wp-content/plugins/
#!/usr/bin/sh
rm -rf $HOME/Library/Preferences/WebIde*
rm -rf $HOME/Library/Preferences/WebStorm*
rm -rf $HOME/Library/Caches/WebIde*
rm -rf $HOME/Library/Caches/WebStorm*
rm -rf $HOME/Library/Application\ Support/WebIde*
rm -rf $HOME/Library/Application\ Support/WebStorm*
rm -rf $HOME/Library/Logs/WebIde*
rm -rf $HOME/Library/Logs/WebStorm*