This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mysqld_safe | |
Password: | |
131220 09:45:33 mysqld_safe Logging to '/usr/local/var/mysql/abdullahachsmbp.lan.err'. | |
131220 09:45:33 mysqld_safe Starting mysqld daemon with databases from /usr/local/var/mysql | |
131220 09:45:34 mysqld_safe mysqld from pid file /usr/local/var/mysql/abdullahachsmbp.lan.pid ended | |
mysql.server start | |
Starting MySQL | |
. ERROR! The server quit without updating PID file (/usr/local/var/mysql/abdullahachsmbp.lan.pid). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/abdullahbakhach/.rvm/rubies/ruby-1.9.3-p484/bin/ruby -e at_exit{sleep(1)};$stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/abdullahbakhach/.rvm/gems/ruby-1.9.3-p484/gems/ruby-debug-ide-0.4.17/bin/rdebug-ide --port 58053 --dispatcher-port 58054 -- /Users/abdullahbakhach/dev/ruby/icars-web-application-veritopia/script/rails server -b 0.0.0.0 -p 9999 -e production | |
Fast Debugger (ruby-debug-ide 0.4.17, ruby-debug-base19x 0.11.30.pre12) listens on 127.0.0.1:58053 | |
/Users/abdullahbakhach/.rvm/gems/ruby-1.9.3-p484@global/gems/bundler-1.3.5/lib/bundler.rb:284: warning: Insecure world writable dir /Development/android-sdk-macosx in PATH, mode 040777 | |
/Users/abdullahbakhach/.rvm/gems/ruby-1.9.3-p484/gems/psych-2.0.2/lib/psych.rb:219: warning: already initialized constant VERSION | |
/Users/abdullahbakhach/.rvm/gems/ruby-1.9.3-p484/gems/psych-2.0.2/lib/psych.rb:222: warning: already initialized constant LIBYAML_VERSION | |
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<php | |
(array('Request' => array('user_id' => 42, | |
'distance' => 143256, | |
'time' => 5470, | |
'status' => 'instant', | |
'date' => '12/11/2013 - 06:30 AM', | |
'from' => 'Toronto, ON, Canada', | |
'vehicle_id' => 1, | |
'params' => array( | |
array('from_coordinates' => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Model.m | |
// TNN | |
// | |
// Created by Abdullah Bakhach on 11/20/13. | |
// Copyright (c) 2013 larochesoft. All rights reserved. | |
// | |
#import <CoreData/CoreData.h> | |
#import "RKManagedObjectStore.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Model.h | |
// TNN | |
// | |
// Created by Abdullah Bakhach on 11/20/13. | |
// Copyright (c) 2013 larochesoft. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
#import <RestKit/RestKit.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// EpisodesDataSource.m | |
// TNN | |
// | |
// Created by Ahmad Mehio on 2/26/14. | |
// Copyright (c) 2014 larochesoft. All rights reserved. | |
// | |
#import <RestKit/RestKit.h> | |
#import <QuartzCore/QuartzCore.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// News.m | |
// | |
// | |
// Created by Abdullah Bakhach on 12/5/13. | |
// | |
// | |
#import "News.h" | |
#import "NSString+Addons.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "laravel/laravel", | |
"description": "The Laravel Framework.", | |
"keywords": ["framework", "laravel"], | |
"require-dev": { | |
"way/generators": "2.*" | |
}, | |
"require": { | |
"laravel/framework": "4.0.*" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Conclusion: remove laravel/framework 4.0.x-dev | |
- Conclusion: don't install illuminate/support 4.2.x-dev | |
- Conclusion: don't install laravel/framework 4.0.x-dev | |
- Conclusion: don't install illuminate/support 4.1.x-dev | |
- Conclusion: don't install laravel/framework v4.0.10 | |
- Conclusion: don't install laravel/framework v4.0.9 | |
- Conclusion: don't install laravel/framework v4.0.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" | |
], | |
"hash": "999d059113bf3fb48afd2c6339f88e3f", | |
"packages": [ | |
{ | |
"name": "classpreloader/classpreloader", | |
"version": "dev-master", |