I hereby claim:
- I am betoissues on github.
- I am betoissues (https://keybase.io/betoissues) on keybase.
- I have a public key ASCa0gKMgFCM3bCax0pYZS6bsxQqvbQ8YNHnUVDWXdzhoAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
! special | |
*.foreground: #cfcfc2 | |
*.background: #232629 | |
*.cursorColor: #cfcfc2 | |
! black | |
*.color0: #232629 | |
*.color8: #31363b | |
! red |
#include <stdio.h> | |
#include <math.h> | |
#include <stdlib.h> | |
void presentacion(); | |
void menu_1(); | |
void menu_2(); | |
void regula_falsi(float *coef); | |
void secante(float *coef); |
#! perl -w | |
# Author: Bert Muennich | |
# Website: http://www.github.com/muennich/urxvt-perls | |
# Based on: http://www.jukie.net/~bart/blog/urxvt-url-yank | |
# License: GPLv2 | |
# Use keyboard shortcuts to select URLs. | |
# This should be used as a replacement for the default matcher extension, | |
# it also makes URLs clickable with the middle mouse button. |
" Vim color file | |
" Name: openbsd | |
" Author: Dee Sub Wun | |
set background=dark | |
hi clear | |
if exists("syntax_on") | |
syntax reset | |
endif |