Skip to content

Instantly share code, notes, and snippets.

@Juancard
Juancard / .vimrc
Last active December 5, 2020 16:51
filetype off
set nu
set relativenumber
set cursorline
set encoding=utf-8
set showmatch
set showcmd
syntax enable
call plug#begin('~/.vim/plugged')
@Juancard
Juancard / preprocess-twitter.py
Last active February 10, 2018 23:43 — forked from tokestermw/preprocess-twitter.py
Python version of Ruby script to preprocess tweets for use in GloVe featurization http://nlp.stanford.edu/projects/glove/
"""
preprocess-twitter.py
python preprocess-twitter.py "Some random text with #hashtags, @mentions and http://t.co/kdjfkdjf (links). :)"
Script for preprocessing tweets by Romain Paulus
with small modifications by Jeffrey Pennington
with translation to Python by Motoki Wu
Translation of Ruby script to create features for GloVe vectors for Twitter data.
@Juancard
Juancard / imdb_sentiment_analysis
Created January 31, 2018 20:17
Sentiment analysis over imdb database using convolutional neural networks
# coding: utf-8
# Sentiment analysis over imdb database using convolutional neural networks
# ConvNN architecture follows Kim Yoon directives on paper
# "Kim, Y. (2014). Convolutional Neural Networks for Sentence Classification.
# Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP 2014), 1746–1751."
# Link: http://arxiv.org/abs/1408.5882
# In[1]:
@Juancard
Juancard / load_gutenberg_collection.py
Created September 10, 2017 16:57
A script to load all spanish books in gutenberg
import os
import sys
import argparse
import logging
import requests
import unicodedata
import re
import codecs
import lxml.html
@Juancard
Juancard / Simon, el juego.markdown
Created February 17, 2016 19:56
Simon, el juego

Simon, el juego

Clásico juego de Simon donde el objetivo consiste en imitar la secuencia de botones musicales que se le va presentando.

Tecnologias utilizadas: HTML, CSS, Javascript, JQuery, Bootstrap.

A Pen by Juan on CodePen.

License.

@Juancard
Juancard / Personal FCC CV.markdown
Created February 17, 2016 15:48
Personal FCC CV

Personal FCC CV

Un CV hecho en base a mis trabajos en la web FreeCodeCamp

A Pen by Juan on CodePen.

License.