Skip to content

Instantly share code, notes, and snippets.

View omares's full-sized avatar
💭
🚀

Ota Mares omares

💭
🚀
View GitHub Profile
@import "base"
@import "compass/css3"
body
background:
color: #FFFFFF
#dock
background:
image: url(/images/background.png)
require 'formula'
class NginxPushStreamModule < Formula
homepage 'http://github.com/wandenberg/nginx-push-stream-module'
url 'https://github.com/wandenberg/nginx-push-stream-module/tarball/0.3.3'
md5 '5b1f0b53ba062cae3ff48ed47a749020e0406cc5'
end
class Nginx < Formula
homepage 'http://nginx.org/'
server {
root /Users/otamares/development/rebus/master/public;
server_name rebus;
index index.php index.html index.htm;
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
user otamares staff;
worker_processes 4;
error_log /usr/local/var/log/nginx/error.log;
events {
worker_connections 1024;
}
# mongo.conf
#where to log
logpath=/var/log/mongo/mongod.log
logappend=true
# fork and run in background
fork = true
events.js:66
throw arguments[1]; // Unhandled 'error' event
^
Error: Parse Error
at Socket.socketOnData (http.js:1366:20)
at TCP.onread (net.js:402:27)
[20:56:38] [satis]$ composer show -i
installed:
composer/composer [dev-master] : Dependency Manager
composer/satis [dev-master] : Simple Repository Generator
justinrainbow/json-schema [1.1.0] : A library to validate a json schema.
seld/jsonlint [1.0.1] : JSON Linter
symfony/console [dev-master] : Symfony Console Component
symfony/finder [dev-master] : Symfony Finder Component
symfony/process [dev-master] : Symfony Process Component
twig/twig [dev-master] : Twig, the flexible, fast, and secure template language for PHP
{
"name": "reBuy reCommerce GmbH",
"homepage": "https://composer.rebuy.de",
"config": {
"github-oauth": {
"github.com": "token goes here"
}
},
"repositories": [
{
[21:29:41] [satis]$ curl -s https://getcomposer.org/installer | php -- --check
#!/usr/bin/env php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:
The detect_unicode setting must be disabled.
Add the following to the end of your `php.ini`:
detect_unicode = Off
The php.ini used by your command-line PHP is: /usr/local/etc/php/5.3/php.ini
{
"name": "rebuy/old_ass_external",
"autoload": {
"psr-0": {
"Pear_Style": "src/"
}
}
}