Download archive Free Java Code

Description

A collection of projects I no longer maintain, but keep for reference.

Icons

archive

Source Files

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


.gitignore//from w ww . j  av a2s .com
.rspec
.ruby-version
Capfile
Gemfile
Gemfile.lock
README.markdown
Rakefile
app/assets/images/bg.png
app/assets/images/bg_brighter.png
app/assets/images/rails.png
app/assets/javascripts/application.js
app/assets/javascripts/forms.js
app/assets/javascripts/modernizr-2.0.6.min.js
app/assets/javascripts/new_comments_notification.js
app/assets/stylesheets/admin.css
app/assets/stylesheets/admin/style.css
app/assets/stylesheets/application.css
app/assets/stylesheets/custom.css
app/controllers/admin/base_controller.rb
app/controllers/admin/dashboards_controller.rb
app/controllers/admin/sessions_controller.rb
app/controllers/admin/song_tags_controller.rb
app/controllers/admin/songs_controller.rb
app/controllers/admin/users_controller.rb
app/controllers/application_controller.rb
app/controllers/comments_controller.rb
app/controllers/sessions_controller.rb
app/controllers/songs_controller.rb
app/controllers/tags_controller.rb
app/controllers/user_sessions_controller.rb
app/controllers/users_controller.rb
app/controllers/votes_controller.rb
app/helpers/application_helper.rb
app/helpers/comments_helper.rb
app/helpers/songs_helper.rb
app/lib/songs_archive.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/comment.rb
app/models/session.rb
app/models/song.rb
app/models/song_tag.rb
app/models/tag.rb
app/models/user.rb
app/views/admin/dashboards/show.html.erb
app/views/admin/sessions/_new_sessions_fields.html.erb
app/views/admin/sessions/index.html.erb
app/views/admin/sessions/new.html.erb
app/views/admin/songs/index.html.erb
app/views/admin/songs/show.html.erb
app/views/admin/users/index.html.erb
app/views/layouts/_footer.html.erb
app/views/layouts/_header.html.erb
app/views/layouts/_info_bar.html.erb
app/views/layouts/_subnav.html.erb
app/views/layouts/_user_bar.html.erb
app/views/layouts/admin.html.erb
app/views/layouts/application.html.erb
app/views/sessions/_sorting.html.erb
app/views/sessions/index.html.erb
app/views/shared/_error_messages.html.erb
app/views/shared/_song_list.html.erb
app/views/songs/_comments.html.erb
app/views/songs/_sorting.html.erb
app/views/songs/_tags.html.erb
app/views/songs/index.html.erb
app/views/songs/show.html.erb
app/views/tags/create.js.erb
app/views/tags/index.html.erb
app/views/tags/show.html.erb
app/views/user_sessions/destroy.html.erb
app/views/user_sessions/new.html.erb
app/views/users/edit.html.erb
app/views/users/new.html.erb
app/views/votes/create.js.erb
config.ru
config/application.rb
config/boot.rb
config/database.yml
config/deploy.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/inflections.rb
config/initializers/load_paths.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/en.yml
config/paths.yml
config/routes.rb
db/migrate/20111206152505_create_songs.rb
db/migrate/20111206152728_create_sessions.rb
db/migrate/20120103155609_create_tags.rb
db/migrate/20120103161550_create_song_tags.rb
db/migrate/20120120141957_create_users.rb
db/migrate/20120123160533_add_admin_to_users.rb
db/migrate/20120401144632_create_comments.rb
db/migrate/20120401150613_add_song_id_to_comments.rb
db/migrate/20120402144140_add_score_to_songs.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/rails
spec/controllers/admin/base_controller_spec.rb
spec/controllers/admin/sessions_controller_spec.rb
spec/controllers/admin/song_tags_controller_spec.rb
spec/controllers/admin/songs_controller_spec.rb
spec/controllers/admin/users_controller_spec.rb
spec/controllers/application_controller_spec.rb
spec/controllers/comments_controller_spec.rb
spec/controllers/sessions_controller_spec.rb
spec/controllers/songs_controller_spec.rb
spec/controllers/tags_controller_spec.rb
spec/controllers/user_sessions_controller_spec.rb
spec/controllers/users_controller_spec.rb
spec/controllers/votes_controller_spec.rb
spec/features/adding_and_viewing_song_comments_spec.rb
spec/features/adding_and_viewing_song_tags_spec.rb
spec/features/admin/manage_sessions_spec.rb
spec/features/admin/manage_songs_spec.rb
spec/features/admin/manage_users_spec.rb
spec/features/admin/view_admin_area_spec.rb
spec/features/friendly_forwarding_spec.rb
spec/features/new_comments_notification_spec.rb
spec/features/users_spec.rb
spec/features/viewing_sessions_spec.rb
spec/features/viewing_songs_spec.rb
spec/features/viewing_tags_spec.rb
spec/features/voting_songs_spec.rb
spec/fixtures/archive/2011.07.01/01.young.mp3
spec/fixtures/archive/2011.07.01/02.train.mp3
spec/fixtures/archive/2011.07.01/03.billys_powerhouse_drumbass.mp3
spec/fixtures/archive/2011.07.07/zombies_in_hospital_beds.mp3
spec/fixtures/archive/2011.07.14/01.golden_fields.mp3
spec/fixtures/archive/2011.07.14/02.grapevine.mp3
spec/fixtures/archive/2011.07.21/01.down_south_inkl_solo_teil.mp3
spec/fixtures/archive/2011.07.21/02.you_too.mp3
spec/fixtures/archive/2011.07.21/Readme.md
spec/fixtures/archive/2011.07.23/01.golden_fields_jam.mp3
spec/fixtures/archive/2011.07.23/02.down_south.mp3
spec/fixtures/archive/2011.07.23/03.cold_sweat.mp3
spec/fixtures/archive/2011.08.02/01.billys_powerhouse.mp3
spec/fixtures/archive/2011.08.02/02.train_long_jam.mp3
spec/fixtures/archive/2011.08.02/02.train_new_tempo.mp3
spec/fixtures/archive/2011.08.18/01.down.south.mp3
spec/fixtures/archive/Brezel
spec/fixtures/archive/Superman
spec/lib/songsarchive_spec.rb
spec/models/comment_spec.rb
spec/models/session_spec.rb
spec/models/song_spec.rb
spec/models/song_tag_spec.rb
spec/models/tag_spec.rb
spec/models/user_spec.rb
spec/spec_helper.rb
spec/support/sign_in_helpers.rb
spec/support/user_helpers.rb

Download

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

archive-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper