Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#
# Copyright (c) 2014, Intel Corporation
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
@zyguan
zyguan / 0_reuse_code.js
Last active February 17, 2017 16:02
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@zyguan
zyguan / CV.css
Created March 1, 2016 13:32 — forked from Sth0nian/CV.css
body {
background-color: gray;
}
article {
width:720px;
margin:auto;
margin-top: -10px;
font-family:helvetica,
verdana, sans-serif;
padding-bottom:3em;
@zyguan
zyguan / pom.xml
Last active November 30, 2015 02:06 — forked from codahale/pom.xml
Take this and save it as pom.xml in your project directory.
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>sample-project</artifactId>
<version>0.0.1-SNAPSHOT</version>