Skip to content

Instantly share code, notes, and snippets.

View neodevelop's full-sized avatar
🏠
Working from home

José Juan Reyes Zuñiga neodevelop

🏠
Working from home
View GitHub Profile
@neodevelop
neodevelop / cpmx3
Created July 21, 2011 11:50
Playera final
println “new enum Organization{ def estatus; void expectation(){ long o; p as String; } }”.tokenize(‘ ‘).collect(){ it.charAt(0)}.join(”).toLowerCase().substring(0,10)
@neodevelop
neodevelop / .gitconfig
Last active August 18, 2021 16:46
Sharing my alias to work with git
[user]
name = Jose Juan Reyes
email = neodevelop@gmail.com
[core]
editor = vim
pager = less -FRSX
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
quotepath = false
excludesfile = /Users/makingdevs/.gitignore_global
commentChar = ";"
@neodevelop
neodevelop / brew install -v clisp
Created December 26, 2011 18:08
Problem installing clisp
==> Installing clisp dependency: libsigsegv
Warning: Formula will not build with LLVM, using GCC
==> Downloading http://ftpmirror.gnu.org/libsigsegv/libsigsegv-2.10.tar.gz
File already downloaded in /Users/neodevelop/Library/Caches/Homebrew
/usr/bin/tar xf /Users/neodevelop/Library/Caches/Homebrew/libsigsegv-2.10.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libsigsegv/2.10 --enable-shared
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libsigsegv/2.10 --enable-shared
Build Tools:
checking for a BSD-compatible install... /usr/bin/install -c
@neodevelop
neodevelop / MakeTraffic.groovy
Created January 26, 2012 18:06
Wants a lil' of traffic
@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.5.1' )
import groovyx.net.http.*
import static groovyx.net.http.ContentType.*
import static groovyx.net.http.Method.*
import static groovyx.gpars.GParsPool.withPool
import java.util.Random
def peticiones = []
def urls = [
"http://neodevelop.jelastic.servint.net/"
class NumberToLCD{
def ledsDisplaySmall = ["_","|","|","_","|","|","_"]
def ledsDisplayBig = [" ","-"," ","|"," ","|"," ","-"," ","|"," ","|"," ","-"," "]
def displaysBig = [
[2,4,6,10,12,14], // 0
[6,12], // 1
[2,6,8,10,14], // 2
[2,6,8,12,14], // 3
[4,6,8,5,12], // 4
@neodevelop
neodevelop / Digito.cs
Created March 16, 2012 18:27
Solución de Rodrigo Salado Anaya a NumbersToLCD
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DigitosCool
{
class Digito
{
/// <summary>
@neodevelop
neodevelop / requesting_devs.md
Last active January 15, 2019 17:30
Buscando desarrollador Java

Hola,

Estamos buscando un desarrollador Java para la Ciudad de México, que tenga conocimientos sólidos de desarrollo web. Los requisitos son los siguientes:

  • Java (buenas bases)
  • Spring (necesario)
  • Hibernate (necesario)
  • JavaScript (necesario)
  • Git como control de versiones
@neodevelop
neodevelop / .tmux.conf
Last active April 12, 2020 22:36
Tmux config file
set-option -g default-command "reattach-to-user-namespace -l ${SHELL}"
set -g prefix C-a
unbind C-b
set -sg escape-time 1
set -g base-index 1
setw -g pane-base-index 1
bind r source-file ~/.tmux.conf \; display "Configuración recargada"
bind C-a send-prefix
bind | split-window -h -c "#{pane_current_path}"
@neodevelop
neodevelop / .zshrc
Last active October 17, 2017 08:53
My oh-my-zsh
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
#ZSH_THEME="robbyrussell"
ZSH_THEME="jj-juicy"
@neodevelop
neodevelop / tomcat.sh
Created November 22, 2012 02:35 — forked from valotas/tomcat.sh
Tomcat init.d script
#!/bin/bash
#
# tomcat7 This shell script takes care of starting and stopping Tomcat
#
# chkconfig: - 80 20
#
### BEGIN INIT INFO
# Provides: tomcat7
# Required-Start: $network $syslog
# Required-Stop: $network $syslog