Download alphabetaDB Free Java Code

Description

Alphabet, charset and glyph database exploring design of web interfaces concepts.

Icons

alphabetaDB

Source Files

The download file alphabetaDB-master.zip has the following entries.


.gitignore/*from w  w  w  . j  av a  2 s .c  o  m*/
.idea/.generators
.idea/.name
.idea/.rakeTasks
.idea/alphabetaDB.iml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
Gemfile
Gemfile.lock
README
Rakefile
app/assets/images/banner-opt.png
app/assets/images/banner.png
app/assets/images/bullet_arrow_down.png
app/assets/images/bullet_arrow_up.png
app/assets/images/content-top-shwd.png
app/assets/images/delete.png
app/assets/images/down_arrow.gif
app/assets/images/footer-top.gif
app/assets/images/highlight-bg.png
app/assets/images/jplayer.blue.monday.jpg
app/assets/images/jplayer.blue.monday.seeking.gif
app/assets/images/jplayer.blue.monday.video.play.png
app/assets/images/minus_toggle.png
app/assets/images/navbarbg.gif
app/assets/images/page_white_edit.png
app/assets/images/plus_toggle.png
app/assets/images/postareabg.gif
app/assets/images/rails.png
app/assets/images/sidebar-line.png
app/assets/images/trans-square.png
app/assets/images/treeDownTriangleBlack.png
app/assets/images/treeRightTriangleBlack.png
app/assets/images/up_arrow.gif
app/assets/images/vertical-gradient.png
app/assets/javascripts/Jplayer.swf
app/assets/javascripts/application.js
app/assets/javascripts/jquery.jplayer.min.js
app/assets/javascripts/jquery.qtip.js
app/assets/javascripts/jquery.qtip.min.js
app/assets/stylesheets/application.css
app/assets/stylesheets/jplayer.blue.monday.css
app/assets/stylesheets/jquery.qtip.css
app/assets/stylesheets/jquery.qtip.min.css
app/assets/stylesheets/scaffold.css.scss
app/controllers/application_controller.rb
app/controllers/chars_controller.rb
app/controllers/glyphs_controller.rb
app/controllers/references_controller.rb
app/controllers/scripts_controller.rb
app/controllers/sounds_controller.rb
app/helpers/application_helper.rb
app/helpers/chars_helper.rb
app/helpers/glyphs_helper.rb
app/helpers/references_helper.rb
app/helpers/scripts_helper.rb
app/helpers/sounds_helper.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/char.rb
app/models/glyph.rb
app/models/reference.rb
app/models/script.rb
app/models/sound.rb
app/models/user.rb
app/views/chars/_char.html.erb
app/views/chars/_chars.html.erb
app/views/chars/_form.html.erb
app/views/chars/edit.html.erb
app/views/chars/home.html.erb
app/views/chars/index.html.erb
app/views/chars/index.js.erb
app/views/chars/new.html.erb
app/views/chars/show.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/_new.html.erb
app/views/devise/shared/_links.erb
app/views/glyphs/_form.html.erb
app/views/glyphs/_glyph.html.erb
app/views/glyphs/_glyphs.html.erb
app/views/glyphs/edit.html.erb
app/views/glyphs/index.html.erb
app/views/glyphs/index.js.erb
app/views/glyphs/new.html.erb
app/views/layouts/application.html.erb
app/views/references/_form.html.erb
app/views/references/edit.html.erb
app/views/references/index.html.erb
app/views/references/new.html.erb
app/views/references/show.html.erb
app/views/scripts/_form.html.erb
app/views/scripts/_scripts.html.erb
app/views/scripts/edit.html.erb
app/views/scripts/index.html.erb
app/views/scripts/index.js.erb
app/views/scripts/new.html.erb
app/views/scripts/show.html.erb
app/views/sounds/_form.html.erb
app/views/sounds/_sounds.html.erb
app/views/sounds/edit.html.erb
app/views/sounds/index.html.erb
app/views/sounds/index.js.erb
app/views/sounds/new.html.erb
app/views/sounds/show.html.erb
config.ru
config/application.rb
config/boot.rb
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/devise.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/devise.en.yml
config/locales/en.yml
config/locales/hu.yml
config/locales/pt.yml
config/routes.rb
db/migrate/20111006102705_create_chars.rb
db/migrate/20111006103331_create_scripts.rb
db/migrate/20111006103535_create_glyphs.rb
db/migrate/20111006103633_create_sounds.rb
db/migrate/20111006103730_create_references.rb
db/migrate/20111026130221_add_ancestry_to_chars.rb
db/migrate/20111102163014_rename_sound_in_sounds.rb
db/migrate/20111108191139_create_chars_sounds_join_table.rb
db/migrate/20111109164351_remove_dates_from_glyphs.rb
db/migrate/20111109165327_add_dates_to_scripts.rb
db/migrate/20111115023043_devise_create_users.rb
db/migrate/20111121180330_add_description_to_sounds.rb
db/migrate/20111130173921_add_file_to_sounds.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/assets/.gitkeep
lib/custom_failure.rb
lib/tasks/.gitkeep
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/rails
test/fixtures/.gitkeep
test/fixtures/chars.yml
test/fixtures/glyphs.yml
test/fixtures/references.yml
test/fixtures/scripts.yml
test/fixtures/sounds.yml
test/fixtures/users.yml
test/functional/.gitkeep
test/functional/chars_controller_test.rb
test/functional/glyphs_controller_test.rb
test/functional/references_controller_test.rb
test/functional/scripts_controller_test.rb
test/functional/sounds_controller_test.rb
test/integration/.gitkeep
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
test/unit/char_test.rb
test/unit/glyph_test.rb
test/unit/helpers/chars_helper_test.rb
test/unit/helpers/glyphs_helper_test.rb
test/unit/helpers/references_helper_test.rb
test/unit/helpers/scripts_helper_test.rb
test/unit/helpers/sounds_helper_test.rb
test/unit/reference_test.rb
test/unit/script_test.rb
test/unit/sound_test.rb
test/unit/user_test.rb
vendor/assets/stylesheets/.gitkeep
vendor/assets/stylesheets/blueprint/ie.css
vendor/assets/stylesheets/blueprint/plugins/buttons/icons/cross.png
vendor/assets/stylesheets/blueprint/plugins/buttons/icons/key.png
vendor/assets/stylesheets/blueprint/plugins/buttons/icons/tick.png
vendor/assets/stylesheets/blueprint/plugins/buttons/readme.txt
vendor/assets/stylesheets/blueprint/plugins/buttons/screen.css
vendor/assets/stylesheets/blueprint/plugins/fancy-type/readme.txt
vendor/assets/stylesheets/blueprint/plugins/fancy-type/screen.css
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/doc.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/email.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/external.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/feed.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/im.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/lock.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/pdf.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/visited.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/xls.png
vendor/assets/stylesheets/blueprint/plugins/link-icons/readme.txt
vendor/assets/stylesheets/blueprint/plugins/link-icons/screen.css
vendor/assets/stylesheets/blueprint/plugins/rtl/readme.txt
vendor/assets/stylesheets/blueprint/plugins/rtl/screen.css
vendor/assets/stylesheets/blueprint/print.css
vendor/assets/stylesheets/blueprint/screen.css
vendor/assets/stylesheets/blueprint/src/forms.css
vendor/assets/stylesheets/blueprint/src/grid.css
vendor/assets/stylesheets/blueprint/src/grid.png
vendor/assets/stylesheets/blueprint/src/ie.css
vendor/assets/stylesheets/blueprint/src/print.css
vendor/assets/stylesheets/blueprint/src/reset.css
vendor/assets/stylesheets/blueprint/src/typography.css
vendor/plugins/.gitkeep

Download

Click the following link to download alphabetaDB-master.zip.

alphabetaDB-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL