Skip to content

Instantly share code, notes, and snippets.

@AlyxRen
AlyxRen / Class Specific
Created June 10, 2014 06:07
Yanfly Scripts
#==============================================================================
#
# ▼ Yanfly Engine Ace - Class Specifics v1.00
# -- Last Updated: 2011.12.23
# -- Level: Normal
# -- Requires: YEA - Class System v1.03+
#
#==============================================================================
$imported = {} if $imported.nil?
/*
* Copyright (c) 2010 Tobias Schneider
* This script is freely distributable under the terms of the MIT license.
*/
(function(){
var UPC_SET = {
"3211": '0',
"2221": '1',
"2122": '2',
/home/rixius/node/fab/apps/fab.nodejs.js:19
method: request.method,
^
TypeError: Cannot read property 'method' of undefined
at Function.<anonymous> (/home/rixius/node/fab/apps/fab.nodejs.js:19:24)
at Server.<anonymous> (/home/rixius/node/fab/apps/fab.nodejs.js:15:21)
at Server.emit (events:33:26)
at HTTPParser.onIncoming (http:825:10)
at HTTPParser.onHeadersComplete (http:87:31)
at Stream.ondata (http:757:22)
"use strict";
/*!
* pass it the string for a require and the object you want to fill with the require;
* ie:
* var import = require('import').imp;
* import('sys', global);
* puts('Test');
*/
exports.imp = function(trgt, obj){
var fab = require('./');
for (var i in fab){
global[i] = fab[i];
}
require('http').createServer(
( fab )
( nodejs )
( contentLength )
$.get('url', function(data){
//data is a JSON Array ['0','1','2']
var end = $('&lt;div&gt;');
end.append('&lt;ul&gt;')
//add the &lt;ul&gt; and traverse into it
.children(':last')
.append(
//make the anonymous function
(function(){
var x = -1,
<?php
/*!
* class Is
* Provides Static methods to determine the type on an inputted element.
* Also exposes functions nessicary to test if [[Type]].
*
* Usage::
* if ( Is::_Array($arr) ){...}
*
* $typeof = Is::_Test($variable);
"use strict"
extend= (inp...)->
output= {}
for val1 in inp
for key2,val2 of val1
output[key2] = val2
output
###
fab Coffee Converter
Built in Coffeescript
written by Stephen "Rixius" Middleton <Rixius@gmail.com>
Released under the MIT liscense <http://www.opensource.org/licenses/mit-license.php>
###
fab= require 'fab'
coffee= require 'coffee'
class foo
constructor: ()->
alert 'fooBar'
a: ->
b: ->
c: ->
d: ->
e: ->
f: ->