Skip to content

Instantly share code, notes, and snippets.

@kriskoin
kriskoin / Suma-de-n-numeros-naturales.cpp
Created July 27, 2022 09:27 — forked from jofese/Suma-de-n-numeros-naturales.cpp
Ejercicios Implementados en c++ sobre Recursividad
/* Autor: Joel Cesar Fernandez Segura
Fecha: 28/08/2014
Tema: Recursividad
Ejercicio 2: Suma de los n primeros numeros naturales
IDE: CodeBlocks
Pagina Web: http://codebotic.blogspot.com
*/
#include<iostream>
#include<cstdlib>
@kriskoin
kriskoin / netio230a_bash-expect.tcl
Created October 21, 2020 16:56 — forked from WalterS/netio230a_bash-expect.tcl
Script for NETIO power controller
#!/usr/bin/expect
############################################################
# Script for NETIO power controller
# Disables/enables watchdog on port $netio_port
#
# WS 20110317
# Found on <http://koukaam.se/forum/viewthread.php?forum_id=33&thread_id=1752#3667>
############################################################
######## Changes ########