Skip to content

Instantly share code, notes, and snippets.

View gcollazo's full-sized avatar

Giovanni Collazo gcollazo

View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle'
});
# Requirements:
#
# beautifulsoup4==4.3.2
# lxml==3.3.0
# requests==2.2.1
import requests
from bs4 import BeautifulSoup

Keybase proof

I hereby claim:

  • I am gcollazo on github.
  • I am gcollazo (https://keybase.io/gcollazo) on keybase.
  • I have a public key whose fingerprint is 9774 3629 F32B 01C0 8D3D 5F0F 24E8 356C 56AE 373B

To claim this, I am signing this object:

<html>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
'use strict';
var url = 'https://chart.googleapis.com/chart?cht=qr&chs=150x150&chld=H|0&chl=';
$(document).ready(function() {
$('#btn').click(function() {
<html>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
'use strict';
var url = 'https://chart.googleapis.com/chart?cht=qr&chs=150x150&chld=H|0&chl=';
$(document).ready(function() {
$('#theForm').submit(function(event) {
var previews = new FilePreviews({debug: true});
var url = 'https://www.filepicker.io/api/file/WHOGzEmPRSGNYKyHRBWk';
var options = {
size: {
width: 100,
height: 999,
},
metadata: ['ocr', 'exif']
};

Experimento

  • Crear cuenta de email totalmente nueva. Con gmail puedes inventar una cuenta de email haciendo username+string@gmail.com
  • Abrir una cuenta de twitter con un username diferente al username del email
  • Abrir una cuenta en colecturía virtual con un numero de seguro social que nunca haya sido registrado en ningún servicio en linea del gobierno
  • Verificar si colecturia virtual lista el username de twitter nuevo como una cuenta.
Build successful - 2327ms.
... Reload LiveReload files ...
Slowest Trees | Total
-------------------------------+----------------
TreeMerger (vendor) | 465ms
TreeMerger (stylesAndVendor) | 451ms
StaticCompiler | 419ms
TreeMerger (appAndDependencies) | 199ms
StaticCompiler | 192ms
@gcollazo
gcollazo / registration-manager.js
Last active August 29, 2015 14:04
Super simple example initializer for ember-cli, injected to all routes.
import Ember from 'ember';
var RegistrationManager = Ember.Object.extend({
signup: function(email, password) {
console.log('Register:', email, password);
}
});
export default {
name: 'registration',

Topics

State of The Art • Web vs. Native

HTML • CSS • JavaScript • URLs • Mobile

Single Page Applications • Frameworks

Front-end Tooling • Code Samples