Skip to content

Instantly share code, notes, and snippets.

View cyberdude's full-sized avatar

Arnaldo Capo cyberdude

View GitHub Profile
@cyberdude
cyberdude / .js
Created March 18, 2020 14:00
replace http
var iterations = 100000;
const urls = [
"http://fast-die.kiev.ua/",
"http://www.shram.kiev.ua/",
"http://fei.ru/",
"https://psyplants.info/",
"https://www.pictureview.com/",
"http://abclider.com/",
"http://borgie.net/",
var object = [
{
name: "a",
expired: false
},
{
name: "b",
expired: true
},
{
@cyberdude
cyberdude / keybase.md
Created September 26, 2018 07:22
keybase.md

Keybase proof

I hereby claim:

  • I am cyberdude on github.
  • I am arnaldofatmap (https://keybase.io/arnaldofatmap) on keybase.
  • I have a public key ASCPk9EuirTh_xRlvZl8_82s4BZ-cLnc0OyK0dh_k3Bqago

To claim this, I am signing this object:

@cyberdude
cyberdude / .swift
Last active November 9, 2017 11:15
Win_size Hope_size
// You can download file here: https://www.dropbox.com/s/ee5bpj6hvjixuna/example2.aif?dl=0
let path = Bundle.main.path(forResource: "example2", ofType: "aif")
if (path != nil) {
let win_size : uint_t = 2048 // Try it with 2048 and then 1024
let hop_size : uint_t = win_size/4
let a = new_fvec(hop_size)
let b = new_aubio_source(path, 0, hop_size)
var read: uint_t = 0