Skip to content

Instantly share code, notes, and snippets.

View lopezjurip's full-sized avatar
🎯
Focusing

Patricio López Juri lopezjurip

🎯
Focusing
View GitHub Profile
@lopezjurip
lopezjurip / siglas.txt
Created December 23, 2015 13:50
Todas las siglas de cursos UC 2016-1
ACO 24
ACT 39
ADU 10
AGC 15
AGE 13
AGF 9
AGL 50+
AGM 6
AGP 26
AGR 18
@lopezjurip
lopezjurip / README.md
Last active December 30, 2015 13:11
Get googlemaps.com coordinates copied to clipboard

Open devtools and make sure to click a spot before running the script.js content.

@lopezjurip
lopezjurip / router.js
Created February 1, 2016 19:36
react-native-router-flux problem :(
import React, { Component, Navigator, StyleSheet, View, Text } from 'react-native'
import { Router, Route, Schema, Actions } from 'react-native-router-flux'
import Button from 'react-native-button'
export default class AppRouter extends Component {
constructor(props) {
super(props)
this.state = { items: [0] }
}
@lopezjurip
lopezjurip / hello.md
Created March 2, 2016 15:38
Scape Markdown code
```ruby
def foo(bar)
  # ...
end
```
'use strict';
const colors = {
FLAT_WHITE: '#ECF0F1',
FLAT_BLACK: '#202020',
};
// Horizontal road size
const width = 250;
@lopezjurip
lopezjurip / sketch.js
Created March 28, 2016 11:48
sketch2.js
'use strict';
const colors = {
FLAT_WHITE: '#ECF0F1',
FLAT_BLACK: '#202020',
FLAT_LIGHT_GREY: '#808C8D',
FLAT_DARK_GREY: '#96A5A6',
};
// Horizontal road size
@lopezjurip
lopezjurip / promise.js
Last active April 1, 2016 17:55
Promesas para principiantes
'use strict'
const URL = "localhost:3000"
const me = {
x: 10,
y: 30,
}
function getPlaces() {
@lopezjurip
lopezjurip / README.md
Last active April 4, 2016 00:36
Atom plugins for JS development

Plugins:

Install Atom (https://atom.io/) and you will need:

atom-beautify
atom-ternjs 
autocomplete-paths
file-icons
linter
@lopezjurip
lopezjurip / geri.json
Created May 22, 2016 13:57
Proshecto
trueFalse: {
answer: {
value: -1, // 0 ó 1
}
}
multiChoice: {
fields: {
choices: [{
text: 'Hola'
hooks.populate('user', {
service: 'users',
field: 'userId',
}),