Skip to content

Instantly share code, notes, and snippets.

View wilsenhc's full-sized avatar
🎯
Focusing

Wilsen Hernández wilsenhc

🎯
Focusing
View GitHub Profile
@wilsenhc
wilsenhc / Ejercicio4.cpp
Last active February 28, 2018 18:54
SPLINES
#include <iostream>
#include <cmath>
#include <list>
using namespace std;
string colors[13] = {"blueviolet", "cadetblue", "coral", "cyan", "darkorchid", "darkred",
"goldenrod", "hotpink", "lime", "orange", "tomato", "darkgreen", "red"};
void NaturalCubicSpline(double x[], double y[], int N, double b[], double c[], double d[])
@wilsenhc
wilsenhc / deletedata.sql
Last active February 15, 2018 23:40
Base de Datos
-- Eliminar tuplas de la base de datos
-- Eliminar tuplas de Cliente
DELETE FROM RestDB.Cliente;
@wilsenhc
wilsenhc / prueba-incrementar-punteros.c
Created January 17, 2018 00:19
Prueba Incrementar Punteros
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
/*
Para compilar:
gcc -lm prueba-incrementar-punteros.c -o prueba
*/
@wilsenhc
wilsenhc / Main.java
Last active December 10, 2017 21:05
Tarea Cesar
/*
* 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 gestor_de_ventana;
/**
*
* @author cart_