This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title | body | |
---|---|---|
boom | Hello dawg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"Juan Carlos Hinojo Bañuelos", | |
"telephone":"+528712807290", | |
"email":"[email protected]", | |
"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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AllCops: | |
Exclude: | |
- 'db/seeds.rb' | |
- 'db/schema.rb' | |
- 'db/migrate/**/*' | |
- 'config/**/*' | |
- 'bin/**/*' | |
- 'Gemfile' | |
- 'Guardfile' | |
- 'vendor/**/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: &default | |
adapter: postgresql | |
encoding: utf8 | |
pool: 5 | |
host: localhost | |
port: 5432 | |
development: | |
<<: *default | |
database: cmu_dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
http_interactions: | |
- request: | |
method: get | |
uri: http://admin.vrbo.com/icalendar/71370875e93a44149041168295db4b4d.ics | |
body: | |
encoding: US-ASCII | |
string: '' | |
headers: | |
Accept-Encoding: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder