Skip to content

Instantly share code, notes, and snippets.

{
"options":[
{
"selected":true,
"type":"PRICE",
"name":"Precio",
"orders":[
{
"name":"ASC",
"type":"ASC",
@vsakaria
vsakaria / BASH_PROFILE
Last active September 16, 2015 13:54
export M2_HOME=/usr/local/apache-maven-3.3.1
export M2=$M2_HOME/bin
export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)
export CLOSURE_COMPILER_HOME="/Users/vishalsakaria/code/ose/google-closure/app/bower_components/closure-compiler"
export CLOSURE_LIBRARY_HOME="/Users/vishalsakaria/code/ose/google-closure/app/bower_components/closure-library"
export PATH=$M2_HOME/bin:$PATH
export PATH=$JAVA_HOME/bin:$PATH
export PATH=/usr/local/apache-maven-3.3.1/bin:$PATH
'''
Spider for IMDb
- Retrieve most popular movies & TV series with rating of 8.0 and above
- Crawl next pages recursively
'''
from scrapy.contrib.spiders import CrawlSpider, Rule
from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor
from scrapy.selector import Selector
https://babs-ui.qa1.elab.lastminute.com/babs-ui/responsive/paymentPage/216CA5140A0E0154017F43CC3AB97EE0?id=216CA5140A0E0154017F43CC3AB97EE0&handback_url=/?skin=engb.lastminute.com&configId=S72722479
@vsakaria
vsakaria / gist:ecab1c880c8552fbf1e6
Last active August 29, 2015 14:08
Date Drop Down menu.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
@vsakaria
vsakaria / IqDbp.markdown
Created July 30, 2014 09:14
A Pen by Vishal Sakaria.
{
// This is the ruby default
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// This shows all your whitespace, including spaces and tabs
// helps keep code clean and properly indented!
"draw_white_space": "all",
#!/usr/bin/env ruby
def each(array)
array.length.times do |i|
yield array[i]
end
end
def select(array)
result = []
#!/usr/bin/env ruby
class Manager
def pick_a_team(squad)
team = Team.new
# get the best players for every position from the squad
# and add them to the team
# for every position (goalkeeper etc)
# get the best player(s) from the squad