Skip to content

Instantly share code, notes, and snippets.

- name: Jonathon
position: CEO
avatar: https://avatars2.githubusercontent.com/u/556932?v=3&s=460
desc: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
social:
twitter: https://twitter.com/jonathon
skype: skype:jonathdsx1
- name: Dominic
position: Web Developer
67 {
# Specify the generating block name of this vein.
S:block=NetherOres:arsmagica2:vinteumOre
# Specify the generating block metadata of this vein. [range: 0 ~ 15, default: 0]
I:blockMetadata=4
# Specify the generating block count limit of this vein. [range: 1 ~ 500, default: 1]
I:genBlockCount=10
(ns chickenz.core
(:require [bukkure.logging :as log]
[bukkure.bukkit :as bk]
[bukkure.items :as i]
[bukkure.events :as ev]
[bukkure.entity :as ent]
[bukkure.world :as world])
(:import [org.bukkit ChatColor]
[org.bukkit.inventory.meta ItemMeta]))
(ns fireballz.core
(:gen-class
:extends org.bukkit.plugin.java.JavaPlugin
))
(defn -onEnable
"Runs when the plugin is started"
[]
(println "Hello, I am a plugin")
)
argv._.forEach(
var BoardSchema = new Schema({
logo: String,
info: String,
people: [{
name: String,
extra: String,
imageFile: String,
date: Date,
honour: String
}],
#include <stdio.h>
#include <regex.h>
#include <string.h>
#include <stdlib.h>
/* The following is the size of a buffer to contain any error messages
* encountered when the regular expression is compiled. */
#define MAX_ERROR_MSG 0x1000
#include <stdio.h>
#include <regex.h>
#include <string.h>
#include <stdlib.h>
/**
* This is an enumeration of day.
*/
enum day {
SATURDAY = 1,
body {
background-image: url(http://assets-cloud.enjin.com/themes/1420195376_Untitled-1.png);
background-position: center bottom;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.whitebtn {
background: white !important;
if ($_GET['order_status'] == 'false')
$order->update_status('cancelled');