Skip to content

Instantly share code, notes, and snippets.

View monterrey's full-sized avatar

Luis Lopez monterrey

  • United States
View GitHub Profile
@monterrey
monterrey / Matrix.java
Created April 17, 2015 21:01
Simple Java matrix calculator run
/******************************************************************
*This Program will allow user to create and set matrix dimensions
* It will then allow users to add, subtract or multiply the matrices
* This calculator can handle matrices with dimensions greater than 2 x 2
*
*Date: September 22, 2014
*Created By: Luis Lopez
******************************************************************/
package sec2;
import java.util.Scanner;
@monterrey
monterrey / 0_reuse_code.js
Created October 28, 2013 20:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console