• Stars
    star
    172
  • Rank 221,201 (Top 5 %)
  • Language
    JavaScript
  • Created over 15 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Guitar Tab Notation for the Web (Javascript/CSS/SVG)

jTab - Guitar Chord and Tab Library

this is the source repository for the jTab Javascript library.

See jTab for more info..

Hosting

I'm using GitHub Pages to host jtab.tardate.com directly from the GitHub repository.

How does that work? GitHub Pages basically serves whatever you commit to the repo. For static HTML sites, that means simply adding an index.html to the root of the repo.

GitHub now allows you to select the branch from which GitHub Pages are built. I've chosen to serve directly from the master branch.

To host on a custom URL, just two steps:

  • in DNS, configure a CNAME to point to .github.io
  • add a CNAME file to the repo root with the matching CNAME in DNS (GitHub does this for you automatically if you add the custom url in the web interface)

Contributing

  1. Fork it ( https://github.com/tardate/fretboard_web/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

More Repositories

1

LittleArduinoProjects

a collection of "Little Electronic & Arduino Projects", most involving electronics or an Arduino in one way or another!
C++
661
star
2

jquery.addtocalendar

jQuery UI widget that provides "Add to Calendar" functionality. Supports an extensible range of calendar services - desktop and web-based
JavaScript
93
star
3

authlogic_rpx

Authlogic plugin to provide RPX support NB: Rails 3.2+ support is becoming an issue and I am not actively trying to keep this project updated (in favour of devise-based authentication). If anyone wishes to rescuscitate this project for Rails 3.2 and beyond please let me know and perhaps we could discuss transferring project ownership
Ruby
74
star
4

rails-twitter-oauth-sample

Sample rails application using twitter oauth
Ruby
53
star
5

rails-authlogic-rpx-sample

Sample rails application using Authlogic with RPX for authentication
Ruby
31
star
6

pdf-reader-turtletext

a library that can read semi-structured positional text from PDFs. Ideal for assembling structured data from invoices and the like.
Ruby
29
star
7

X113647Stepper

Arduino library and Fritzing parts for the X113647 stepper board
C++
29
star
8

kalinka

HTML
26
star
9

rfc3339date.js

Adds ISO 8601 / RFC 3339 date parsing to the Javascript Date object
JavaScript
19
star
10

vpd

Experimental virtual private database support for rails. No longer under development - recommend you look at the apartment gem instead.
Ruby
13
star
11

cupcakesinc

Sample "web store" for my ActiveWarehouse/ActiveWarehouse-ETL test
Ruby
10
star
12

LittleCodingKata

my collection of programming exercises, research and code toys
JavaScript
10
star
13

visual555

555 Timer calculator/simulator with HTML5 Canvas
CoffeeScript
9
star
14

megar

Megaargh! A Ruby wrapper for the Mega API (mega.co.nz)
Ruby
8
star
15

ebook-toolchains

Examples of various ways to make an ebook
Ruby
6
star
16

TextFinder

port to GitHub of source from http://playground.arduino.cc/Code/TextFinder
C++
6
star
17

rgovdata

really simple access to government data sets for ruby
Ruby
6
star
18

noagenda_dashboard

NoAgendaDashboard.com site source
JavaScript
5
star
19

sources

a legacy collection of sources and scripts that were probably mentioned or shared on a blog at some time or other
Perl
4
star
20

sps_bill_scanner

The home of the sps_bill gem: an SP Services PDF bill structured data reader
Ruby
4
star
21

tree-sync

Perl tree-sync project, originally created by Chang Liu
Perl
3
star
22

cupcakesinc-dashboard

Sample "dashboard/warehouse UI" for my ActiveWarehouse/ActiveWarehouse-ETL test
Ruby
2
star
23

blog.tardate.com

Jekyll-based blog source
HTML
2
star
24

igp

It goes PING!
Ruby
2
star
25

minime

Just a personal rails sample project for testing various rails thingys
Ruby
1
star
26

w00tify

web 2.0 gadgets and helpers for rails
Ruby
1
star
27

rgovdata_site

Documentation and example site for the RGovData gem
JavaScript
1
star
28

arduino-new-ping

convenience mirror of https://bitbucket.org/teckel12/arduino-new-ping/
C++
1
star
29

gitfalls

a collection of git curiosities and idiosynchrasies for your forking pleasure
Shell
1
star
30

Julienne

...exploring an idea to bring multi-dimensional/OLAP capabilities to ruby
1
star