bin/rails doesn’t work on windows
Solution:
just type it without bin
rails
Then you should be fine. Same with every other command your trying to follow
Solution:
just type it without bin
rails
Then you should be fine. Same with every other command your trying to follow
This is a quick tutorial on how to benchmark your javascript with console.time(“arg”) and console.timeEnd(“arg”) You would use developer tools to see how fast your script runs. Example Code: Array.prototype.proto1 = function(){}; Array.prototype.proto2 = function(){}; Array.prototype.proto3 = function(){}; Array.prototype.proto4 = function(){}; Array.prototype.proto5 = function(){}; var objectLateral = { arrayBank: [‘Some random string’, ‘Other String’, ‘More…
// ride and wait time var parkRides = [["birch bumpers", 40], ["dank bumpers", 36], ["trap bumpers", 41], ["wtf bumpers", 43],]; // fast pass for faster line var fastPassQueue = ["birch bumpers", "dank bumpers", "trap bumpers", "wtf bumpers"]; // allRides arg – this parameter will be the array of the rides and their wait time //…
We are going to go over what are the difference between $.each and $.map in jquery. Both are like foreach loops, but utilized differently. The each method is meant to be an immutable iterator, where as the map method can be used as an iterator, but is really meant to manipulate the supplied array and…
This is example code of php inheritance parents and child. extend is the keyword to inherit from the parent class. <?php abstract class Shape { protected $color; public function __construct($color = ‘blue’) { $this->color = $color; } public function getColor() { return $this->color; } abstract protected function getArea(); } class Square extends Shape {…
This is a tutorial on how to set up a username and password on your squid 3 proxy for ubuntu. How this proxy useful. It’s to tunnel all the though to your network to usa for example skype or anything in your native country while your in foreign country. Plus you can visit american websites…
[supermarioworld]
A – Jump
S – Fireball
Arrow Keys to Move
Disclaimer:
I do not own mario, mario is copyrighted by nintendo. This is only for educational and for fun purposes only. This game is not hosted by me. This is just iframe. It is hosted by critic.net.