Skip to content

Instantly share code, notes, and snippets.

View 525c1e21-bd67-4735-ac99-b4b0e5262290's full-sized avatar

525c1e21-bd67-4735-ac99-b4b0e5262290

View GitHub Profile
Component,Description,Cost(ex GST)
Core CMS,This is the Content Management System. This is what gives you the user the ability to edit the sites content. It is an easy to use front-end to administer the site without the need to pay someone to update.,1000
DB Model,This is the re-implementation of the database in your new web application. The Database will require this remodel for some of the new features we are adding.,800
Site Design,A new site design based on your old website will be required so that we can incorporate the new features into the application.,1200
User Roles,User Roles will allow you to create user accounts that all have different roles and therefore different abilities. It also opens the possibility for general users to get accounts enabling them to customise the layout of site for when they visit giving them a richer experience. it can also be integrated with features such as the mailing list allowing users to maintain their membership to mailing lists.,900
News/Blog,A general area wh
ava:payonce pyrotechnick$ bin/rake cucumber
(in /Users/pyrotechnick/Sites/payonce)
Merb root at: /Users/pyrotechnick/Sites/payonce
Loading init file from ./config/init.rb
Loading ./config/environments/development.rb
/usr/local/bin/ruby -I "lib" "/Users/pyrotechnick/Sites/payonce/bin/cucumber" --color --tags ~@wip --strict --format pretty
Using the default profile...
Feature: Login
To ensure the safety of the application
A regular user of the system
class Animal
constructor: (@name) ->
@move(3)
move: (meters) ->
alert @name + " moved " + meters + "m."
animal = new Animal("capybara")
previous = 0
tick: ->
now = new Date().getTime()
if previous != 0
elapsed = now - previous
previous = now
setInterval tick, 15
http://starcraft2destroyedmymarrage.no.de:3000/app/6

I would absolutely love to help realise the dream of establishing a virtual museum to educate the world about technology in a physical, obvious and intuitive manner.

I have a proposal for the community. And it's rather tough to swallow but bear with me. I suggest you scrap the idea of doing it in Minecraft and instead help develop another technology in which to create the museum.

There are a number of reasons I suggest this but I will outline the most important.

I feel Notch is heading in another direction with the development of the game than the direction we need to realise this dream. For some time he will be focusing solely on removing SMP bugs and fixing minecarts rather than implementing technology to help facilitate the creation of an online virtual museum. The development of Minecraft is not open and driven by the priorities of Notch himself rather than those of the community; on occasion Notch blatantly ignored the priorities of thousands of people who have PAID for the game.

Secondly, whilst pri

// ==================================================================
// browser code in development
// locked into on of these options
//
// 1) using a special XHR synchronous script loader and
// a) seeing poor error messages with strange line numbering
// not corresponding with source code line numbering or
// b) using a JavaScript interpreter written in JavaScript
// to execute the code retrieved by the XHR. Line numbers
getForks 'schacon', 'ruby-git', (callback) ->
count = 0
forkedRepoCount = 0
target = 0
for fork in callback.network
createdDate = new Date(fork.created_at)
pushedDate = new Date(fork.pushed_at)
if createdDate > pushedDate
window.modules = {}
modules.test = (require, module) ->
module.exports = ->
console.log 'game created'
window.require = (->
library = {}
require = (handle) ->