Skip to content

Instantly share code, notes, and snippets.

module.exports = {
"env": {
"browser": true,
"node": true
},
"plugins": [
"babel",
"react"
],
"parser": "babel-eslint",
// POST /email
{
"address": ""
}
// POST /phone
{
"areaCode": 19,
"number": 99999999,
"extension": "123"
package main
import (
"fmt"
"strings"
"time"
"os"
"os/exec"
"database/sql"
"encoding/json"
#!/usr/bin/ruby
require 'rubygems'
require 'open-uri'
require 'nokogiri'
SEARCH_URL = 'http://www.ofertaesperta.com/?ContentViewMode=Search&Search=ps4'
doc = Nokogiri::HTML(open(SEARCH_URL))
rows = doc.css('.oferta-title h4').select { |h4| h4.text =~ /Console/ }
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<style>
body {
background: red;
color: white;
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Scroll Infinito</title>
<style>
body {
margin: 10px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 1.5em;