Skip to content

Instantly share code, notes, and snippets.

View galvezz's full-sized avatar

Jose Galvez galvezz

View GitHub Profile
@Mackaber
Mackaber / gist:61fe339d3da5dc02e669
Created August 15, 2014 15:40
Http bot example
# Gets the first 10 results of the query without using google API
# And then prints them as a JSON
# Usage google.rb [your search]
require "net/https"
require "uri"
require "nokogiri"
require "json"
q = URI::encode(ARGV[0])
@raulgarreta
raulgarreta / keywords_csv.py
Last active March 8, 2017 22:36
Simple Python command to extract aggregated keywords from a list of texts in a CSV file column.
# -*- coding: utf-8 -*-
import csv
import codecs, cStringIO
from argparse import ArgumentParser
from monkeylearn import MonkeyLearn
class UTF8Recoder:
"""
@kylemcdonald
kylemcdonald / t-SNE Implementation Comparison.ipynb
Last active December 20, 2017 01:47
Comparison of different t-SNE implementations for speed and results.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.