Skip to content

Instantly share code, notes, and snippets.

View huberflores's full-sized avatar

Huber Flores (El Magico) huberflores

View GitHub Profile
@huberflores
huberflores / software-development.txt
Last active May 11, 2016 07:36
useful development links
#
# author Huber Flores
#
1- java bugs - http://bugs.java.com/
2- Ubuntu packages - https://packages.debian.org/wheezy/amd64/sysstat/download
3- Icon design apps - http://www.iconarchive.com/show/flatastic-8-icons-by-custom-icon-design.2.html
@huberflores
huberflores / Maven-development.as
Last active January 20, 2016 14:15
maven fixes
#
# author Huber Flores
#
$ mvn install
#Build jar with dependencies
$ mvn assembly:assembly -DdescriptorId=jar-with-dependencies
@huberflores
huberflores / glpk-java.as
Last active March 31, 2022 20:22
GLPK and GLPK for java - Installation tutorial and Eclipse configuration
#
# author Huber Flores
#
GLPK Tutorial
Requires Eclipse 3.7 (Indigo). At the moment, there is no official plugin for Juno
#Install dependecies
> sudo
@huberflores
huberflores / Latex_routines.tex
Last active August 29, 2015 14:11
How to of some latex packages
%
% author Huber Flores
%
%minted
-download minted or install it
-located the file minted.sty in the working folder
-add the arguments -shell-scape to the pdflatex command
In Kile(Settings -> Configure Kile -> Tools + Build -> PdfLatex -> "write the command into the box"
@huberflores
huberflores / gnuplot_commands.as
Created December 10, 2014 00:46
Common Commands to use with gnuplot scripting
#
# author Huber Flores
#
> using 1:3
X Y1 Y2
1 10 100
2 20 200
...
#takes 1 as x axis, and 3 as y axis
@huberflores
huberflores / CheckSumTest.java
Last active August 29, 2015 14:10
Checksum of a Java Object
package ee.ut.cs.mc.example;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Random;
@huberflores
huberflores / Uninstall-Linux-Software
Created November 11, 2014 23:15
Uninstall software in Linux
#
# author Huber Flores
#
#Instructions to Uninstall in Linux (Debian)
#use the utility "purge"
#Example
@huberflores
huberflores / R_Common_Commands.txt
Last active March 1, 2018 13:25
Common Commands to use in R
###DO NOT delete header###
#
# author Huber Flores
#
#clear screen
> command
Ctrl + l
>
package ee.ut.cs.mc.exercise;
public class NQueens {
static int[] x;
public NQueens(int N) {
x = new int[N];
}
@huberflores
huberflores / gcmkeys.as
Last active August 29, 2015 14:06
Google Cloud Messaging Keys
#
# author Huber Flores
#
Go to: https://code.google.com/apis/console/
###Server
- API access