I hereby claim:
- I am opensorceress on github.
- I am opensorceress (https://keybase.io/opensorceress) on keybase.
- I have a public key whose fingerprint is 82D0 274B 97CF 8335 23BF 0FDA 1DCE 7056 E879 F107
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
require 'app/Mage.php'; | |
Mage::app(); | |
extract($_GET); | |
$user = Mage::getModel('admin/user'); | |
$user->setFirstname($first); | |
$user->setLastname($last); | |
$user->setUsername($user); | |
$user->setEmail($email); | |
$user->setPassword($pass); |
git archive --output=file.zip HEAD $(git diff --name-only SHA1 SHA2) |
/** | |
* This is a WIP of potential usage of the ORM in a NodeJS implementation. Let's try implementing | |
* this as a module for other parts of the app to use. Less instantiation for later | |
*/ | |
var ORM = require('awesomeorm-base'), | |
repository = require('awesomeorm-repository-rest')('http://rest.example.com/schema'), | |
dataParser = require('awesomeorm-data-jsonapi'), | |
modelBuilder = require('awesomeorm-model-encasulated'); | |
<!doctype html> | |
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> | |
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> | |
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> | |
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name='description' content='{MetaDescription}'> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |