Get all files from volafile rooms.
- Ruby
- Selenium
| #! /bin/bash | |
| # NAME : xfcemon.sh | |
| # DESCRIPTION : Launch XFCE/Cinnamon apps | |
| # AUTHOR : Madh93 (Miguel Hernandez) | |
| # VERSION : 0.0.1 | |
| # LICENSE : GNU General Public License v3 | |
| # USAGE : bash xfcemon.sh | |
| #! /usr/bin/env ruby | |
| # NAME : gmailer.rb | |
| # DESCRIPTION : Check and notify new gmails | |
| # AUTHOR : Madh93 (Miguel Hernandez) | |
| # VERSION : 0.0.1 | |
| # LICENSE : GNU General Public License v3 | |
| # USAGE : ruby gmailer.rb XML [OPTION] | |
| require 'nokogiri' |
| // ==UserScript== | |
| // @name dpCat - Crear | |
| // @namespace dpcat | |
| // @description Crear nueva produccion | |
| // @include http://127.0.0.1:8000/postproduccion/crear/ | |
| // @require https://code.jquery.com/jquery-2.2.3.min.js | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== |
| #! /bin/bash | |
| # Requirements: youtube-dl (https://github.com/rg3/youtube-dl/) | |
| if [ -n "$(youtube-dl --version)" ]; then | |
| format=`youtube-dl -F "$1"` | |
| if [ -n "$(echo "$format" | cut -d " " -f1 | grep 299)" ]; then | |
| youtube-dl -f 299+140 "$1" | |
| elif [ -n "$(echo "$format" | cut -d " " -f1 | grep 298)" ]; then | |
| youtube-dl -f 298+140 "$1" |
| var crypto = require('crypto'); | |
| start_time = new Date(); | |
| var c = 0; | |
| var m = 10000000; | |
| while (c < m) { | |
| var n0 = Math.floor(Math.random() * 9999999999); | |
| var n1 = Math.floor(Math.random() * 9999999999); | |
| var nn = crypto.createHash('md5').update(n0.toString()+n1.toString()).digest("hex"); |
Get all files from volafile rooms.
| #! /usr/bin/env ruby | |
| # NAME : Http Test | |
| # DESCRIPTION : Download a binary file over HTTP | |
| # AUTHOR : Madh93 (Miguel Hernandez) | |
| # VERSION : 0.0.1 | |
| # LICENSE : GNU General Public License v3 | |
| # USAGE : ruby http_test.rb | |
| require 'open-uri' |
| #! /bin/bash | |
| # | |
| # nvidia-fanspeed | |
| # | |
| # `nvidia-fanspeed` check temperature and set fan speed value | |
| # | |
| # Requirements: nvidia-xconfig --cool-bits=4 | |
| ############################## | |
| # Custom configuration: |
Search and download MP3 from YouTube