Skip to content

Instantly share code, notes, and snippets.

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@soroushhakami
soroushhakami / xbmc.log
Created January 24, 2014 12:06
Debug log from XBMC
This file has been truncated, but you can view the full file.
21:01:11 T:139954784790336 NOTICE: -----------------------------------------------------------------------
21:01:11 T:139954784790336 NOTICE: Starting XBMC (12.2 Git:68a881d), Platform: Linux (OpenELEC (unofficial) - Version: 3.2.0, 3.10.11 x86_64). Built on Sep 14 2013
21:01:11 T:139954784790336 NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
21:01:11 T:139954784790336 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
21:01:11 T:139954784790336 NOTICE: special://masterprofile/ is mapped to: /storage/.xbmc/userdata
21:01:11 T:139954784790336 NOTICE: special://home/ is mapped to: /storage/.xbmc
21:01:11 T:139954784790336 NOTICE: special://temp/ is mapped to: /storage/.xbmc/temp
21:01:11 T:139954784790336 NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
21:01:11 T:139954784790336 NOTICE: Local hostname: OpenELEC
21:01:11 T:139954784790336 NOTICE: Log File is located: /storage/.xbmc/temp/xbmc.log
{
"name": "nodeapps-express",
"author": {
"name": "Nodejitsu Inc.",
"email": "support@nodejitsu.com"
},
"version": "0.1.3-2",
"scripts": {
"start": "node app.js",
"test" : "mocha"
@soroushhakami
soroushhakami / gist:4979458
Created February 18, 2013 18:25
package.json
{
"name": "pairmodoro",
"description": "tools for pairprogramming",
"version": "0.0.1-29",
"private": true,
"dependencies": {
"express": "3.x",
"mongoose": "3.5.x"
},
"domains": [
{
"name": "parking",
"subdomain": "parking",
"domains": [
"p-plats.nu",
"www.p-plats.nu",
"pplats.nu",
"www.pplats.nu"
],
"scripts": {
@soroushhakami
soroushhakami / gist:3693806
Created September 10, 2012 20:58
deploy fail
info: Starting app parking
error: Error running command deploy
error: socket hang up
error: Error: socket hang up
error: at createHangUpError (http.js:1263:15)
error: at CleartextStream.socketCloseListener (http.js:1314:23)
error: at CleartextStream.EventEmitter.emit (events.js:115:20)
error: at SecurePair.destroy (tls.js:897:22)
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9)
info: Nodejitsu not ok
{
"name": "parking",
"subdomain": "parking",
"domains": [
"parkeringsplatsen.nu",
"www.parkeringsplatsen.nu",
"pplats.nu",
"www.pplats.nu"
],
"scripts": {
C:\projects\pplats\trunk\Webapp>npm install -g jitsu
npm http GET https://registry.npmjs.org/jitsu
npm http 200 https://registry.npmjs.org/jitsu
npm http GET https://registry.npmjs.org/jitsu/-/jitsu-0.9.6.tgz
npm http 200 https://registry.npmjs.org/jitsu/-/jitsu-0.9.6.tgz
npm http GET https://registry.npmjs.org/complete/0.3.1
npm http GET https://registry.npmjs.org/flatiron/0.2.5
npm http GET https://registry.npmjs.org/flatiron-cli-config/0.1.3
npm http GET https://registry.npmjs.org/fstream/0.1.18
npm http GET https://registry.npmjs.org/fstream-npm/0.1.0
@soroushhakami
soroushhakami / package.json
Created August 13, 2012 16:51
package.json of nodejitsu helloworld app with extra dependencies
{
"name": "nodeapps-helloworld",
"version": "0.2.0-10",
"author": {
"name": "Nodejitsu Inc.",
"email": "support@nodejitsu.com"
},
"description": "a very basic node.js helloworld application",
"main": "",
"repository": {
@soroushhakami
soroushhakami / npm-debug
Created August 13, 2012 16:02
npm-debug after shrinkwrap fails
info it worked if it ends with ok
verbose cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe',
verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
verbose cli 'shrinkwrap' ]
info using npm@1.1.16
info using node@v0.6.15
verbose C:\Program Files (x86)\nodejs\\node.exe node symlink
verbose config file C:\Users\Soroush\.npmrc
verbose config file C:\Program Files (x86)\nodejs\etc\npmrc
verbose config file C:\Program Files (x86)\nodejs\node_modules\npm\npmrc