Hola!!!
Estamos buscando un desarrollador con conocimientos en:
- PHP
- C++
- construcción de scripts
- ejecución de pruebas
- manejo de pruebas
- ideal conocimiento en POS y electrónica básica
Hola!!!
Estamos buscando un desarrollador con conocimientos en:
| groupsToDelete = [] | |
| Group.list().each { group -> | |
| if(group.members.isEmpty()) | |
| groupsToDelete << link | |
| } | |
| groupsToDelete*.delete() |
| $:.unshift("/Library/RubyMotion/lib") | |
| require File.join(File.dirname(__FILE__), 'version') | |
| require 'motion/project' | |
| require 'bundler' | |
| Bundler.require |
| if has('vim_starting') | |
| set nocompatible " Be iMproved | |
| set runtimepath+=~/.vim/bundle/neobundle.vim/ | |
| syntax enable " Turn on syntax highlighting. | |
| "filetype indent on " Turn on file type detection. | |
| set showcmd " Display incomplete commands. | |
| set showmode " Display the mode you're in. | |
| set backspace=indent,eol,start " Intuitive backspacing. |
| #!/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 |
| # 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" |
| 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}" |
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:
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| namespace DigitosCool | |
| { | |
| class Digito | |
| { | |
| /// <summary> |
| 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 |