Skip to content

Instantly share code, notes, and snippets.

View bouveng's full-sized avatar

Johan Bouveng bouveng

View GitHub Profile
@bouveng
bouveng / spinner.rb
Created October 29, 2015 20:36 — forked from ellemenno/spinner.rb
ascii spinner
#!/usr/bin/env ruby
# encoding: UTF-8
@dot_cycle = ['⣾','⣽','⣻','⢿','⡿','⣟','⣯','⣷']
#braille random: 0x2800 - 0x28ff
@z_arrow = ['←','↖','↑','↗','→','↘','↓','↙']
@z_b = ['b','ᓂ','q','ᓄ']
@z_d = ['d','ᓇ','p','ᓀ']
@bouveng
bouveng / asciispinner.js
Created October 29, 2015 20:13 — forked from stefanocudini/asciispinner.js
ascii ajax spinner, jquery
$(function() {
var spins = [
"←↖↑↗→↘↓↙",
"▁▃▄▅▆▇█▇▆▅▄▃",
"▉▊▋▌▍▎▏▎▍▌▋▊▉",
"▖▘▝▗",
"┤┘┴└├┌┬┐",
"◢◣◤◥",
"◰ ◳ ◲ ◱",