Skip to content

Instantly share code, notes, and snippets.

View betoissues's full-sized avatar

Alberto Castillo G. betoissues

View GitHub Profile

Keybase proof

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:

! special
*.foreground: #cfcfc2
*.background: #232629
*.cursorColor: #cfcfc2
! black
*.color0: #232629
*.color8: #31363b
! red
@betoissues
betoissues / main.c
Created July 2, 2017 21:20
Proyecto 3 Métodos Numéricos
#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.
@betoissues
betoissues / acg.vim
Created April 7, 2016 01:19
Acg Vim Theme
" Vim color file
" Name: openbsd
" Author: Dee Sub Wun
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif