Skip to content

Instantly share code, notes, and snippets.

View mikeumus's full-sized avatar
🪐
ARTEMIS

Michael Duane Mooring mikeumus

🪐
ARTEMIS
View GitHub Profile
@mikeumus
mikeumus / pm-diagram.php
Created June 9, 2011 02:53
Attempt as Cas
$this->howZoomPanel->Controls->Add($this->mdmLabel = new Label("MDM"));
$this->mdmLabel->CasSetLocation = $this->mdmLabelHolder->CasSetLocation(513, 13)
->CasCSSFontSize(17)
->CasHeight(14)
->CasCSSFontWeight('bold')
->CasColor('#777')
->CasOpacity(7)
->CasFont('Impact, Arial')
->CasCursor(Cursor::Move);
@mikeumus
mikeumus / deploysu
Created November 28, 2012 00:07
jit su deploys you
data: version: '0.1.1-2',
data: subdomain: 'whyinkadmin'
data: }
data:
prompt: Is this ok?: (yes) yes
@mikeumus
mikeumus / nodehttp-serverbinhttp-server
Created November 29, 2012 03:22
node http-server-bin-http-server
mikeumus@inkwhyadmin:~/304309 (master) $ cd http-server/
mikeumus@inkwhyadmin:~/304309/http-server (master) $ node http-server/bin/http-server
module.js:340
throw err;
^
@mikeumus
mikeumus / httpserverdeploy
Created November 29, 2012 03:34
httpserverdeploy
data:
data: {
data: engines: { node: '0.8.x' },
data: name: 'inkwhy-admin2',
data: scripts: { start: 'node ./bin/http-server' },
data: version: '0.1.0',
@mikeumus
mikeumus / socketKocket
Created November 30, 2012 01:49
socketKocket
Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1264:15)
@mikeumus
mikeumus / nover
Created December 27, 2012 23:01
nover
mikeumus@docpad-testy:~/353209/theme (master) $ jitsu deploy
info: Welcome to Nodejitsu mikeumus
info: jitsu v0.11.4, node v0.8.9
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node_modules/docpad/bin/docpad-server
info: Creating snapshot 0.1.0
info Uploadi
@mikeumus
mikeumus / docpad ran
Created January 17, 2013 04:33
docpad ran
mikeumus@web-mart:~/379292/website (master) $ docpad run
info: Welcome to DocPad v6.21.4
info: Plugins: cleanurls, coffee, eco, livereload, marked, partials, stylus, text
info: Environment: development
info: DocPad listening to http://127.12.238.1:8080/ on directory /var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/out
info - socket.io started
info: Generating...
@mikeumus
mikeumus / docpad ran 2
Created January 23, 2013 02:46
docpad ran 2
docpad-plugin-livereload@2.3.0 node_modules\docpad-plugin-livereload
└── socket.io@0.9.13 (base64id@0.1.0, policyfile@0.0.4, redis@0.7.3, socket.io-c
lient@0.9.11)
info: Installed the skeleton succesfully
info: DocPad listening to http://localhost:9778/ on directory c:\Users\DM\My Doc
uments\MDM\Web Projects\Client Projects\Web-Mart\Development\Website\out
info: LiveReload listening to new socket on channel /docpad-livereload with log
level 1
info: Generating...
warning:
@mikeumus
mikeumus / docpad-npm-link
Created January 27, 2013 04:06
docpad npm link
@mikeumus
mikeumus / docpad-plugin_no-go
Created January 28, 2013 18:06
Plugin not loading
Mikeumus@MIKEUMUS-LENOVO /d/MDM-lenovo-s10/Websites/web-mart.com (master)
$ docpad run
warning: Failed to load the plugin: docpad-plugin-persona at d:\MDM-lenovo-s10\W
ebsites\web-mart.com\plugins\docpad-plugin-persona
The error follows:
warning: An error occured:
Error: Cannot find module 'd:\MDM-lenovo-s10\Websites\web-mart.com\plugins\docpa
d-plugin-persona'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)