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
Slide 1 | |
------- | |
title: Hello fellas | |
text: We're great and such. | |
Slide 2 | |
------- | |
title: What do we? | |
text: We do a bit of both, actually. |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Presentation</title> | |
<meta name="description" content="Please, tell me a story."> | |
<meta name="author" content="Mr. Myself"> |
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
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2004 Sam Hocevar <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
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
1.upto(100) do |nr| | |
if nr % 3 === 0 && nr % 5 === 0 | |
puts 'FizzBuzz' | |
elsif nr % 3 === 0 | |
puts 'Fizz' | |
elsif nr % 5 === 0 | |
puts 'Buzz' | |
else | |
puts nr | |
end |
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
projectpage2.com | |
> ls | |
app core server.js | |
app.coffee package.json supervisord.conf | |
config public | |
projectpage2.com | |
> ls app/ | |
controllers/ helpers/ libs/ models/ |
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
projectpage2.com | |
> node server | |
node.js:134 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
Error: Error: models lib not found. | |
at /Users/Daniel/Sites/projectpage2.com/core/libs/globals.coffee:58:15 | |
at Object.<anonymous> (/Users/Daniel/Sites/projectpage2.com/app.coffee:51:8) | |
at Object.<anonymous> (/Users/Daniel/Sites/projectpage2.com/app.coffee:137:4) |
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
Passenger ApplicationSpawner: /var/www/sandbox.theproject.com/current: symbol lookup error: | |
/var/www/sandbox.theproject.com/shared/bundle/ruby/1.9.1/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.so: undefined symbol: sqlite3_open_v2 |
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
# Deployment error | |
*** [err :: pro-006.openminds.be] rake aborted! | |
*** [err :: pro-006.openminds.be] Unknown MySQL server host 'mysql-07.openminds.be' (1) | |
# Ping error | |
> ping mysql-07.openminds.be | |
ping: cannot resolve mysql-07.openminds.be: Unknown host | |
# Database settings | |
production: |
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
ActionView::Template::Error (markitup.css isn't precompiled): | |
57: </div> | |
58: | |
59: <% content_for :head do %> | |
60: <%= stylesheet_link_tag "markitup.css" %> | |
61: <%= javascript_include_tag 'jquery.markitup.js', 'markdown.set.js' %> | |
62: <script type="text/javascript"> | |
63: //<![CDATA[ |
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
triggering after callbacks for `deploy:finalize_update' | |
* executing `bundle:install' | |
* executing "ls -x /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/releases" | |
servers: ["asgseedbank.com.nitest.com"] | |
[asgseedbank.com.nitest.com] executing command | |
command finished in 662ms | |
* executing "cd /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/releases/20120117192344 && bundle install --gemfile /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/releases/20120117192344/Gemfile --path /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/shared/bundle --deployment --quiet --without development test" | |
servers: ["asgseedbank.com.nitest.com"] | |
[asgseedbank.com.nitest.com] executing command | |
** [out :: asgseedbank.com.nitest.com] ArgumentError: invalid byte sequence in US-ASCII |