One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| # Create a new repository on the command line | |
| touch README.md | |
| git init | |
| git add README.md | |
| git commit -m "first commit" | |
| git remote add origin https://github.com/c0ldlimit/vimcolors.git | |
| git push -u origin master | |
| # Push an existing repository from the command line |
| #!/bin/bash | |
| # This is an example of a (bash) shell script that uses the forever module ([1]) | |
| # to start and stop a CoffeeScript application as if it were a service. | |
| # | |
| # [1] <https://github.com/nodejitsu/forever> | |
| # ASSUMPTIONS | |
| ################################################################################ | |
| # 1) You've got a CoffeeScript program you want to run via `forever`. |
Here is a non-exhaustive list of books that have influenced how I think about software.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Copyright (c) 2015
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
This information applies to the PICO-8 0.1.6 release.
This document is here to help folks with a proficiency in Lua understand the limitations and discrepencies between Lua and PICO-8's Lua.
You can always view the manual or yellowafterlife's extended 0.1.1 manual.
print(function() end) outputs the string function instead of the string function: 0x0000000.Simulates a build/configuration/installation-like process, using a random message with a nice fake progress, with percentage, random total and variable pace. The command does it as many times and as fast as you set in 2 first variables (maxsteps and pace). Goes really well with a cup of coffee! ;)
maxsteps = number of steps to run until "finish".pace = step increment speed. Lower numbers are faster. 500 works well.a, b and c = word lists. change them as you like, words separated by space.