Skip to content

Instantly share code, notes, and snippets.

View baesparza's full-sized avatar

Bruno Esparza baesparza

View GitHub Profile
@baesparza
baesparza / index.html
Created February 21, 2017 03:31
Tribute Page Aaron Swart
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto" rel="stylesheet">
<style>
#TITLE{
text-family:Roboto;
margin: 10px 20px 30px 20px;
}
#SubTITLE{
text-family: Roboto;
@baesparza
baesparza / funciones.py
Created February 24, 2017 02:34
EL JUEGO DE LOS AHORCADOS created by baesparza - https://repl.it/FT27/55
import random
import time
class __funciones__:
def preparar_palabra():
seleccionado = True
espacios_palabra = 0
nueva_palabra =[]
menu = {1: "Elementos Quimicos.", 2: "Nombres.", 3: "Random.", 4: "Video Juegos"}
print("Selecione una categoria:")
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package iva;
import java.util.Scanner;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ciclo.anidado;
/**
*
* @author baesparza
package contadordecreciente;
import java.util.Scanner;
/**
*
* @author baesparza
*/
public class ContadorDecreciente {
package verificar.cedula;
import java.util.Scanner;
/**
*
* @author baesparza
*/
public class VerificarCedula {
package verificar.cedula;
import java.util.Scanner;
/**
*
* @author baesparza
*/
public class VerificarCedula {
package separar.arreglos;
import java.util.Scanner;
/**
*
* @author Usuario
*/
public class SepararArreglos {
package ejercicioconmatrices;
import java.util.Scanner;
/**
* @author baesparza
*/
public class EjercicioConMatrices {
private int[][] numeros;
package calculo.de.matricula;
import java.util.Scanner;
/**
* @author baesparza jahurtadod
*/
public class CalculoDeMatricula {
public static double v_credito = 0;
public static Scanner input = new Scanner(System.in);