Skip to content

Instantly share code, notes, and snippets.

View elecay's full-sized avatar

Sebastián Rajo elecay

  • Veriff
  • Barcelona
View GitHub Profile
@elecay
elecay / coursera_video_time.js
Created October 27, 2015 00:42
Video total time to watch for a week on a Coursera Course
/*
A quick way to know how many hours and minutes you have to watch for a week on a Coursera course.
Just copy and paste this code on your console on a Course Content Week page.
How to open your console you say?:
- On Chrome: https://developers.google.com/web/tools/chrome-devtools/debug/console/console-ui?hl=en
- On Safari: https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html
- On Firefox: https://developer.mozilla.org/es/docs/Tools/Web_Console
*/
var effort = $('.rc-EffortText');
@elecay
elecay / keybase.md
Created April 22, 2015 20:10
keybase.md

Keybase proof

I hereby claim:

  • I am elecay on github.
  • I am elecay (https://keybase.io/elecay) on keybase.
  • I have a public key whose fingerprint is 43E1 E5E3 B3A0 4E61 D53E 9A25 0499 1108 3CF2 CE6B

To claim this, I am signing this object:

@elecay
elecay / ajax_xml
Last active December 20, 2015 03:19
Ajax de consulta XML
<html>
<head>
<title>Ajax request XML</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
</head>
<body>
<script>
$(document).ready(function()