Download social network Free Java Code

Description

A open source social network dating site.

Icons

social network

Source Files

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


.gitignore/*  w  ww  .j  a v a  2  s .  c  o  m*/
.rspec
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
app/assets/images/favicon.ico
app/assets/images/rails.png
app/assets/javascripts/app.js.coffee.erb
app/assets/javascripts/application.js
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/bootstrap_and_overrides.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/activities_controller.rb
app/controllers/application_controller.rb
app/controllers/comments_controller.rb
app/controllers/friendships_controller.rb
app/controllers/messages_controller.rb
app/controllers/microposts_controller.rb
app/controllers/sessions_controller.rb
app/controllers/users_controller.rb
app/forms/search_form.rb
app/forms/session_form.rb
app/helpers/activities_helper.rb
app/helpers/application_helper.rb
app/helpers/sessions_helper.rb
app/helpers/users_helper.rb
app/mailers/.gitkeep
app/mailers/user_mailer.rb
app/models/.gitkeep
app/models/activity.rb
app/models/comment.rb
app/models/friendship.rb
app/models/message.rb
app/models/micropost.rb
app/models/user.rb
app/presenters/activity_presenter.rb
app/views/activities/_activity.html.haml
app/views/activities/_index.html.haml
app/views/activities/_list.html.haml
app/views/activities/comment/_create.html.haml
app/views/activities/friendship/_create.html.haml
app/views/activities/index.html.haml
app/views/activities/message/_create.html.haml
app/views/activities/micropost/_create.html.haml
app/views/comments/_comment.html.haml
app/views/comments/_new.html.haml
app/views/comments/create.js.erb
app/views/comments/destroy.js.erb
app/views/friendships/_friend.html.haml
app/views/friendships/_friendship.html.haml
app/views/friendships/_friendships.html.haml
app/views/friendships/_list.html.haml
app/views/friendships/_pending.html.haml
app/views/friendships/_pendings.html.haml
app/views/friendships/_request.html.haml
app/views/friendships/_requests.html.haml
app/views/friendships/create.js.erb
app/views/friendships/destroy.js.erb
app/views/friendships/friends.js.erb
app/views/friendships/index.html.haml
app/views/layouts/_body.html.haml
app/views/layouts/_flash.html.haml
app/views/layouts/_footer.html.haml
app/views/layouts/_header.html.haml
app/views/layouts/_search.html.haml
app/views/layouts/_sidebar.html.haml
app/views/layouts/_user_sm.html.haml
app/views/layouts/application.html.haml
app/views/layouts/record_not_found.html.haml
app/views/messages/_fields.html.haml
app/views/messages/_message.html.haml
app/views/messages/destroy.js.erb
app/views/messages/index.html.haml
app/views/messages/show.html.haml
app/views/microposts/_fields.html.haml
app/views/microposts/_micropost.html.haml
app/views/microposts/_new.html.haml
app/views/microposts/create.js.erb
app/views/microposts/destroy.js.erb
app/views/microposts/show.html.haml
app/views/microposts/update.js.erb
app/views/sessions/fail.js.erb
app/views/sessions/new.html.haml
app/views/user_mailer/password_recovery_email.html.haml
app/views/user_mailer/user_confirmation_email.html.haml
app/views/users/_delete_confirm.html.haml
app/views/users/_fields.html.haml
app/views/users/_user.html.haml
app/views/users/_users.html.haml
app/views/users/destroy.js.erb
app/views/users/edit.html.haml
app/views/users/home.html.haml
app/views/users/index.html.haml
app/views/users/new.html.haml
app/views/users/poll.js.erb
app/views/users/show.html.haml
app/views/users/users.js.erb
bin/bundle
bin/rails
bin/rake
config.ru
config/application.rb
config/boot.rb
config/cucumber.yml
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/inflections.rb
config/initializers/mime_types.rb
config/initializers/quiet_assets.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/simple_form.rb
config/initializers/simple_form_bootstrap.rb
config/initializers/wrap_parameters.rb
config/locales/en.yml
config/locales/simple_form.en.yml
config/newrelic.yml
config/routes.rb
config/schedule.rb
config/unicorn.rb
db/migrate/20130825210556_create_scores.rb
db/migrate/20130904015029_create_user.rb
db/migrate/20130904160109_add_remember_token_to_users.rb
db/migrate/20130905001859_add_admin_to_user.rb
db/migrate/20130905172550_add_username_to_users.rb
db/migrate/20130907025844_add_headline_and_about_to_user.rb
db/migrate/20130910193411_create_messages.rb
db/migrate/20130912213243_add_deleted_by_sender_and_deleted_by_recipient_to_message.rb
db/migrate/20130913193835_create_friendships.rb
db/migrate/20130924020333_create_microposts.rb
db/migrate/20130927154752_create_activities.rb
db/migrate/20131004021309_add_confirmation_code_and_confirmed_to_user.rb
db/migrate/20131004143205_add_new_email_to_users.rb
db/migrate/20131008184653_add_read_to_messages.rb
db/migrate/20131012160852_create_comments.rb
db/migrate/20131016193821_add_old_to_activities.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
features/login.feature
features/messaging.feature
features/step_definitions/message_steps.rb
features/step_definitions/user_steps.rb
features/step_definitions/webrat_steps.rb
features/step_definitions/webrat_steps.rb~
features/support/env.rb
features/support/minitest_disable.rb
features/support/paths.rb
features/user_management.feature
lib/assets/.gitkeep
lib/tasks/.gitkeep
lib/tasks/cucumber.rake
lib/templates/haml/scaffold/_form.html.haml
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/assets/application-3807a4aa3a312f0f6456b1382e71ada7.css
public/assets/application-3807a4aa3a312f0f6456b1382e71ada7.css.gz
public/assets/application-8013395e86e26adccbcc9e7793eb3e93.css
public/assets/application-8013395e86e26adccbcc9e7793eb3e93.css.gz
public/assets/application-81a5d81c0fc5b3c9ddbf605ce5ccd981.js
public/assets/application-81a5d81c0fc5b3c9ddbf605ce5ccd981.js.gz
public/assets/application-b28c2a889d1bcd67a0fbaf10880f46db.css
public/assets/application-b28c2a889d1bcd67a0fbaf10880f46db.css.gz
public/assets/application-c5af3ee56d11c4fd13b0d40e92133af7.js
public/assets/application-c5af3ee56d11c4fd13b0d40e92133af7.js.gz
public/assets/browser_timezone_rails/application-742869a67cfafe16671cba07d8b509f2.js
public/assets/browser_timezone_rails/application-742869a67cfafe16671cba07d8b509f2.js.gz
public/assets/favicon-98f1ebaa6dedcf8401694ae972f694c0.ico
public/assets/glyphicons-halflings-4e5b89324f1ac987ddf6835ef51f5fe9.png
public/assets/glyphicons-halflings-white-2fa53df59ca25ee50f59f971c0c9175d.png
public/assets/jquery-ui/animated-overlay-19ad589604d6105e9ffe413a30aadb31.gif
public/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-8336f3b64b15a6de3811e63e9465b6d5.png
public/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-a17c260bc73d50da2f88f0296c75b3f9.png
public/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400-dcb5b697d493c7b787c7162381e6ef74.png
public/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400-7ae4ff0cb55657d98ec8920ec905ec1e.png
public/assets/jquery-ui/ui-bg_glass_75_dadada_1x400-5ede149cc759e26b83734ce72cfa6c18.png
public/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400-a6f83694d2bf6a64340fd53bd585270d.png
public/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400-88438eace1de38adc245321ab95259a0.png
public/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100-a45d51579bf82a5b02b940d86645be1e.png
public/assets/jquery-ui/ui-icons_222222_256x240-29c3cd52ace47e8aa26068699cba6281.png
public/assets/jquery-ui/ui-icons_2e83ff_256x240-1183af3462270425b028095e5d915a80.png
public/assets/jquery-ui/ui-icons_454545_256x240-9d5e7fa056ec8fc9174d77c6d0b74712.png
public/assets/jquery-ui/ui-icons_888888_256x240-c427a0ec883978acaae748d6e4d1954a.png
public/assets/jquery-ui/ui-icons_cd0a0a_256x240-161d4e6cfcecc852ada1a8409f5f7550.png
public/assets/manifest-dbb9458f63aecfd1b5fef98729465600.json
public/assets/rails-1a1ca78f5753b7fe0e44812de505bf4d.png
public/fonts/glyphicons-halflings-regular.eot
public/fonts/glyphicons-halflings-regular.svg
public/fonts/glyphicons-halflings-regular.ttf
public/fonts/glyphicons-halflings-regular.woff
public/robots.txt
script/cucumber
script/rails
spec/factories.rb
spec/factories.rb~
spec/helpers/application_helper_spec.rb
spec/helpers/application_helper_spec.rb~
spec/spec_helper.rb
test/controllers/activities_controller_test.rb
test/fixtures/.gitkeep
test/fixtures/activities.yml
test/functional/.gitkeep
test/helpers/activities_helper_test.rb
test/integration/.gitkeep
test/models/activity_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
vendor/assets/javascripts/.gitkeep
vendor/assets/javascripts/bootstrap.min.js
vendor/assets/stylesheets/.gitkeep
vendor/assets/stylesheets/bootstrap-theme.min.css
vendor/assets/stylesheets/bootstrap.min.css
vendor/plugins/.gitkeep

Download

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

social_network-master.zip




















Home »
  Javascript Free Code Download »
    Social-Network »




Facebook
Social Network
Twitter