Skip to content

Instantly share code, notes, and snippets.

@felclef
felclef / Jobs_Skills_and_Candidates.sql
Created August 15, 2011 13:53
A script for Elland's sake. I hope it helps :D
/**
* This sh*t is a dummy query to help a jenius fréndo
*
* The problem: get a dataset with the Job vs Candidate - Skill analysis, and answer: which candidate better fits the given job skills?
*
* Consider:
* - A Job is composed by many Skills
* - And so is the Candidate...
*
* Use your imagination, cuz this is just a dummy script, I wont create any schema... >:D
@felclef
felclef / crawl-gx-dataviews.user.js
Created August 9, 2011 14:45
crawl-gx-dataviews
// ==UserScript==
// @name crawl-gx-dataviews
// @namespace Utils
// @description crawl-gx-dataviews
// @include http://10.20.30.214/app/Dataviews.html
// ==/UserScript==
with(document)
{
titles = getElementsByClassName("titulosRosaBgc");