Download paper cups Free Java Code

Description

A small cozy web chat app, like paper cups and a string back in the days. Usually surrounded by lots of French chatter?.

Icons

paper cups

Source Files

The download file paper-cups-master.zip has the following entries.


.gitignore/*from w  w w.j ava  2  s . c  om*/
.gitmodules
.kick
Capfile
README.rdoc
Rakefile
TODO
app/controllers/api/messages_controller.rb
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/controllers/members_controller.rb
app/controllers/memberships_controller.rb
app/controllers/messages_controller.rb
app/controllers/passwords_controller.rb
app/controllers/rooms_controller.rb
app/controllers/sessions_controller.rb
app/helpers/application_helper.rb
app/helpers/messages_helper.rb
app/models/attachment.rb
app/models/mailer.rb
app/models/member.rb
app/models/member/authentication.rb
app/models/membership.rb
app/models/message.rb
app/models/room.rb
app/models/service.rb
app/models/service/git_hub.rb
app/models/ticket.rb
app/views/layouts/_application_javascript_includes.html.erb
app/views/layouts/_head.html.erb
app/views/layouts/application.html.erb
app/views/layouts/application.ipad.erb
app/views/layouts/application.iphone.erb
app/views/mailer/member_invitation.erb
app/views/mailer/reset_password_message.erb
app/views/members/_member.html.erb
app/views/members/edit.html.erb
app/views/members/new.html.erb
app/views/messages/_attachment.html.erb
app/views/messages/_message.html.erb
app/views/messages/index.html.erb
app/views/passwords/edit.html.erb
app/views/passwords/new.html.erb
app/views/passwords/reset.html.erb
app/views/passwords/sent.html.erb
app/views/rooms/show.html.erb
app/views/rooms/show.ipad.erb
app/views/rooms/show.iphone.erb
app/views/rooms/show.json.erb
app/views/sessions/_form.html.erb
app/views/sessions/_status.html.erb
app/views/sessions/new.html.erb
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/application.rb
config/initializers/backtrace_silencers.rb
config/initializers/core_ext.rb
config/initializers/gmail.rb.sample
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/locales/en.yml
config/routes.rb
db/migrate/20091029090825_create_members.rb
db/migrate/20091102212127_create_rooms.rb
db/migrate/20091102213431_create_memberships.rb
db/migrate/20091102214131_create_messages.rb
db/migrate/20091103184109_add_last_seen_at_to_memberships.rb
db/migrate/20091103224329_add_full_name_to_members.rb
db/migrate/20091109194328_add_invitation_token_to_members.rb
db/migrate/20091113194130_add_indices.rb
db/migrate/20091115170119_add_mute_audio_to_memberships.rb
db/migrate/20091117194544_add_time_zone_to_members.rb
db/migrate/20091117202719_add_topic_to_rooms.rb
db/migrate/20091117203719_add_message_type_to_messages.rb
db/migrate/20091118200230_create_attachments.rb
db/migrate/20091120235345_add_api_token_to_members.rb
db/schema.rb
db/seeds.rb
design/requirements.txt
doc/README_FOR_APP
lib/active_record_ext.rb
lib/cacert.pem
lib/gmail.rb
lib/token.rb
public/403.html
public/404.html
public/422.html
public/500.html
public/clipboard.swf
public/droplet.wav
public/favicon.ico
public/images/rails.png
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/prototype.js
public/javascripts/ready.js
public/javascripts/room.js
public/javascripts/syntaxhighlighter_2.1.364/LGPLv3.txt
public/javascripts/syntaxhighlighter_2.1.364/shBrushAS3.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushBash.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushCSharp.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushColdFusion.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushCpp.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushCss.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushDelphi.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushDiff.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushErlang.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushGroovy.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushJScript.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushJava.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushJavaFX.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushPerl.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushPhp.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushPlain.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushPowerShell.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushPython.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushRuby.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushScala.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushSql.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushVb.js
public/javascripts/syntaxhighlighter_2.1.364/shBrushXml.js
public/javascripts/syntaxhighlighter_2.1.364/shCore.js
public/javascripts/syntaxhighlighter_2.1.364/shLegacy.js
public/robots.txt
public/stylesheets/default.css
public/stylesheets/ipad.css
public/stylesheets/iphone.css
public/stylesheets/reset.css
public/stylesheets/syntaxhighlighter_2.1.364/LGPLv3.txt
public/stylesheets/syntaxhighlighter_2.1.364/help.png
public/stylesheets/syntaxhighlighter_2.1.364/magnifier.png
public/stylesheets/syntaxhighlighter_2.1.364/page_white_code.png
public/stylesheets/syntaxhighlighter_2.1.364/page_white_copy.png
public/stylesheets/syntaxhighlighter_2.1.364/printer.png
public/stylesheets/syntaxhighlighter_2.1.364/shCore.css
public/stylesheets/syntaxhighlighter_2.1.364/shThemeDefault.css
public/stylesheets/syntaxhighlighter_2.1.364/shThemeDjango.css
public/stylesheets/syntaxhighlighter_2.1.364/shThemeEclipse.css
public/stylesheets/syntaxhighlighter_2.1.364/shThemeEmacs.css
public/stylesheets/syntaxhighlighter_2.1.364/shThemeFadeToGrey.css
public/stylesheets/syntaxhighlighter_2.1.364/shThemeMidnight.css
public/stylesheets/syntaxhighlighter_2.1.364/shThemeRDark.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
test/ext/authentication.rb
test/ext/file_fixtures.rb
test/ext/imap_mock.rb
test/ext/time.rb
test/fixtures/attachments.yml
test/fixtures/emails/CC/macruby-tickets@lists.macosforge.org/1.txt
test/fixtures/emails/CC/macruby-tickets@lists.macosforge.org/2.txt
test/fixtures/emails/CC/macruby-tickets@lists.macosforge.org/3.txt
test/fixtures/emails/CC/macruby-tickets@lists.macosforge.org/4.txt
test/fixtures/emails/CC/macruby-tickets@lists.macosforge.org/5.txt
test/fixtures/emails/CC/macruby-tickets@lists.macosforge.org/6.txt
test/fixtures/emails/FROM/test@example.org/1.txt
test/fixtures/emails/FROM/test@example.org/2.txt
test/fixtures/git_hub_payload_3.json
test/fixtures/git_hub_payload_5.json
test/fixtures/members.yml
test/fixtures/memberships.yml
test/fixtures/messages.yml
test/fixtures/rooms.yml
test/functional/api/messages_controller_test.rb
test/functional/api_controller_test.rb
test/functional/application_controller_test.rb
test/functional/members_controller_test.rb
test/functional/memberships_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/passwords_controller_test.rb
test/functional/rooms_controller_test.rb
test/functional/sessions_controller_test.rb
test/javascripts/javascripts/helpers.js
test/javascripts/javascripts/moksi.js
test/javascripts/javascripts/unittest.js
test/javascripts/room_test.html
test/javascripts/room_test.js
test/lib/active_record_ext_test.rb
test/lib/gmail_test.rb
test/lib/token_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/attachment_test.rb
test/unit/helpers/application_helper_test.rb
test/unit/helpers/messages_helper_test.rb
test/unit/mailer_test.rb
test/unit/member/authentication_test.rb
test/unit/member_test.rb
test/unit/membership_test.rb
test/unit/message_test.rb
test/unit/room_test.rb
test/unit/service/git_hub_test.rb
test/unit/service_test.rb
test/unit/ticket_test.rb
vendor/plugins/authentication-needed-san/LICENSE
vendor/plugins/authentication-needed-san/README.rdoc
vendor/plugins/authentication-needed-san/Rakefile
vendor/plugins/authentication-needed-san/VERSION.yml
vendor/plugins/authentication-needed-san/authentication-needed-san.gemspec
vendor/plugins/authentication-needed-san/lib/authentication_needed_san.rb
vendor/plugins/authentication-needed-san/rails/init.rb
vendor/plugins/authentication-needed-san/test/authentication_needed_san_test.rb
vendor/plugins/authentication-needed-san/test/test_helper.rb
vendor/plugins/authorization-san/LICENSE
vendor/plugins/authorization-san/README.rdoc
vendor/plugins/authorization-san/Rakefile
vendor/plugins/authorization-san/VERSION.yml
vendor/plugins/authorization-san/authorization-san.gemspec
vendor/plugins/authorization-san/examples/administrations_controller.rb
vendor/plugins/authorization-san/examples/application.rb
vendor/plugins/authorization-san/examples/application_with_multiple_auth_methods.rb
vendor/plugins/authorization-san/examples/authenticated_controller.rb
vendor/plugins/authorization-san/examples/page_controller_with_full_policy.rb
vendor/plugins/authorization-san/examples/pages_controller.rb
vendor/plugins/authorization-san/examples/public_controller.rb
vendor/plugins/authorization-san/examples/users_controller.rb
vendor/plugins/authorization-san/lib/authorization.rb
vendor/plugins/authorization-san/lib/authorization/allow_access.rb
vendor/plugins/authorization-san/lib/authorization/block_access.rb
vendor/plugins/authorization-san/rails/init.rb
vendor/plugins/authorization-san/test/cases/behaviour_test.rb
vendor/plugins/authorization-san/test/cases/internals_test.rb
vendor/plugins/authorization-san/test/cases/structural_test.rb
vendor/plugins/authorization-san/test/controllers/all.rb
vendor/plugins/authorization-san/test/controllers/application_controller.rb
vendor/plugins/authorization-san/test/controllers/authenticated_controller.rb
vendor/plugins/authorization-san/test/controllers/broken_block_controller.rb
vendor/plugins/authorization-san/test/controllers/complicated_controller.rb
vendor/plugins/authorization-san/test/controllers/multiple_roles_controller.rb
vendor/plugins/authorization-san/test/controllers/public_controller.rb
vendor/plugins/authorization-san/test/controllers/users_controller.rb
vendor/plugins/authorization-san/test/models/resource.rb
vendor/plugins/authorization-san/test/test_helper.rb
vendor/plugins/generator-san/README
vendor/plugins/generator-san/generators/controller_san/controller_san_generator.rb
vendor/plugins/generator-san/generators/controller_san/templates/controller.rb
vendor/plugins/generator-san/generators/controller_san/templates/functional_test.rb
vendor/plugins/generator-san/generators/javascript_san/javascript_san_generator.rb
vendor/plugins/generator-san/generators/javascript_san/templates/library.js
vendor/plugins/generator-san/generators/javascript_san/templates/library_test.html
vendor/plugins/generator-san/generators/javascript_san/templates/library_test.js
vendor/plugins/generator-san/generators/model_san/model_san_generator.rb
vendor/plugins/generator-san/generators/model_san/templates/fixtures.yml
vendor/plugins/generator-san/generators/model_san/templates/migration.rb
vendor/plugins/generator-san/generators/model_san/templates/model.rb
vendor/plugins/generator-san/generators/model_san/templates/unit_test.rb
vendor/plugins/on-test-spec/LICENSE
vendor/plugins/on-test-spec/README
vendor/plugins/on-test-spec/Rakefile
vendor/plugins/on-test-spec/VERSION.yml
vendor/plugins/on-test-spec/dot.autotest
vendor/plugins/on-test-spec/lib/test/spec/add_allow_switch.rb
vendor/plugins/on-test-spec/lib/test/spec/rails.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/controller_helpers.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/expectations.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/macros.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/macros/authorization.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/request_helpers.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/response_helpers.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/spec_responder.rb
vendor/plugins/on-test-spec/lib/test/spec/rails/test_spec_ext.rb
vendor/plugins/on-test-spec/lib/test/spec/share.rb
vendor/plugins/on-test-spec/on-test-spec.gemspec
vendor/plugins/on-test-spec/test/add_allow_switch_test.rb
vendor/plugins/on-test-spec/test/controller_helpers_test.rb
vendor/plugins/on-test-spec/test/expectations_test.rb
vendor/plugins/on-test-spec/test/macros/authorization_test.rb
vendor/plugins/on-test-spec/test/macros/base_test.rb
vendor/plugins/on-test-spec/test/rails_test.rb
vendor/plugins/on-test-spec/test/share_test.rb
vendor/plugins/on-test-spec/test/test_helper.rb
vendor/plugins/on-test-spec/test/test_spec_ext_test.rb
vendor/plugins/peiji-san/LICENSE
vendor/plugins/peiji-san/README.rdoc
vendor/plugins/peiji-san/Rakefile
vendor/plugins/peiji-san/VERSION.yml
vendor/plugins/peiji-san/lib/peiji_san.rb
vendor/plugins/peiji-san/lib/peiji_san/view_helper.rb
vendor/plugins/peiji-san/peiji-san.gemspec
vendor/plugins/peiji-san/rails/init.rb
vendor/plugins/peiji-san/test/peiji_san_test.rb
vendor/plugins/peiji-san/test/test_helper.rb
vendor/plugins/peiji-san/test/view_helper_test.rb
vendor/plugins/risosu-san/LICENSE
vendor/plugins/risosu-san/README.rdoc
vendor/plugins/risosu-san/Rakefile
vendor/plugins/risosu-san/VERSION
vendor/plugins/risosu-san/lib/risosu_san.rb
vendor/plugins/risosu-san/rails/init.rb
vendor/plugins/risosu-san/risosu-san.gemspec
vendor/plugins/risosu-san/test/risosu_san_test.rb
vendor/plugins/risosu-san/test/test_helper.rb
vendor/plugins/validates_email-san/LICENSE
vendor/plugins/validates_email-san/README.rdoc
vendor/plugins/validates_email-san/Rakefile
vendor/plugins/validates_email-san/VERSION.yml
vendor/plugins/validates_email-san/lib/validates_email_san.rb
vendor/plugins/validates_email-san/rails/init.rb
vendor/plugins/validates_email-san/test/test_helper.rb
vendor/plugins/validates_email-san/test/validates_email_san_test.rb
vendor/plugins/validates_email-san/validates_email-san.gemspec

Download

Click the following link to download paper-cups-master.zip.

paper-cups-master.zip




















Home »
  Javascript Free Code Download »
    String »




String
String Date
String Format
String Function
String jQuery
String JSON
String Object
String Query
String URL