Skip to content

Instantly share code, notes, and snippets.

View jcarlos7121's full-sized avatar

Juan Carlos jcarlos7121

View GitHub Profile
@jcarlos7121
jcarlos7121 / vim.rb
Created March 3, 2019 01:50
Vim 8.0 Homebrew formulae
class Vim < Formula
desc "Vi 'workalike' with many additional features"
homepage "https://www.vim.org/"
# vim should only be updated every 50 releases on multiples of 50
url "https://github.com/vim/vim/archive/v8.0.1850.tar.gz"
sha256 "0d10ee1c45bc52897cd6abf15accd97688487f0d8b20155f4a6430f299d20a32"
head "https://github.com/vim/vim.git"
bottle do
sha256 "21e85a933475b8f3ab356834818aba94daae27d38c34c34f8aedb8e47f2ee445" => :high_sierra
title body
boom Hello dawg
var timeOut = (1000 * 60).toLong();
mDevice.wait(Until.findObject(By.clazz(WebView::class.java)), timeOut)
// Set Login
val emailInput = mDevice.findObject(UiSelector()
.instance(0)
.className(EditText::class.java))
emailInput.waitForExists(timeOut)
{
"name":"Juan Carlos Hinojo Bañuelos",
"telephone":"+528712807290",
"email":"jchinojob7@gmail.com",
"github":"https://github.com/jcarlos7121",
"description":"Application Developer in Ruby(Rails, Sinatra, Rack), and frontend experience on web frameworks like React.js, Backbone.js, templating engines like Handlebars.js, Jade, Haml, also with Sass and responsive design capable of making design guidelines real. I am an Android Native Application Developer, with experience making consistent and compatibles Android Apps among most versions of Android, with responsive interfaces adaptable to all screen sizes.",
"Previous Works": [
{ "description": "Digital Natives Hungary, as a Fullstack Developer"},
{ "description": "ProgLabs.co as a Fullstack Web Developer,the company its a consultancy company for making web based apps and mobile applications where i did many web and mobile projects on different times."},
{"description":"Players Group (Grupo Players) December 2012 to October 2013, as a Assistant Inf
.checkout-cart {
border: 1px solid rgba(0, 0, 0, 0.13);
background-color: white;
border-radius: 3px;
position: fixed;
width: 20%;
min-width: 300px;
min-height: 380px;
z-index: 199;
right: 1%;
AllCops:
Exclude:
- 'db/seeds.rb'
- 'db/schema.rb'
- 'db/migrate/**/*'
- 'config/**/*'
- 'bin/**/*'
- 'Gemfile'
- 'Guardfile'
- 'vendor/**/*'
default: &default
adapter: postgresql
encoding: utf8
pool: 5
host: localhost
port: 5432
development:
<<: *default
database: cmu_dev
@jcarlos7121
jcarlos7121 / 0_reuse_code.js
Created September 9, 2016 17:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
---
http_interactions:
- request:
method: get
uri: http://admin.vrbo.com/icalendar/71370875e93a44149041168295db4b4d.ics
body:
encoding: US-ASCII
string: ''
headers:
Accept-Encoding:
set encoding=utf-8
set nocompatible | filetype indent plugin on | syn on | filetype plugin on
set t_Co=256 " User 256 colors
set synmaxcol=240 " Hightlight only the first n chars
set tabstop=2
set shell=/bin/bash
set nowrap " Do not wrap long lines
set number " Show linenumbers
set showcmd " Show info in the right bottom,set ttyfast