Download simplifeed Free Java Code

Description

A free open source social network based on privacy.

Icons

simplifeed

Source Files

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


Capfile//w w w .  j a v a  2 s . co  m
Gemfile
LICENSE
README.md
README.txt
Rakefile
app/assets/images/glyphicons-halflings-white.png
app/assets/images/glyphicons-halflings.png
app/assets/javascripts/application.js
app/assets/javascripts/bootstrap.js
app/assets/javascripts/bootstrap.js.coffee
app/assets/javascripts/bootstrap.min.js
app/assets/javascripts/friendships.js
app/assets/javascripts/home.js
app/assets/javascripts/links.js
app/assets/javascripts/messages.js
app/assets/javascripts/notifications.js
app/assets/javascripts/posts.js
app/assets/javascripts/rails.js
app/assets/javascripts/uploads.js
app/assets/stylesheets/application.scss
app/assets/stylesheets/font-awesome.scss
app/assets/stylesheets/friendships.css.scss
app/assets/stylesheets/handheld.scss
app/assets/stylesheets/home.css.scss
app/assets/stylesheets/links.css.scss
app/assets/stylesheets/messages.css.scss
app/assets/stylesheets/notifications.css.scss
app/assets/stylesheets/partials/_base.scss
app/assets/stylesheets/partials/_blockquote.scss
app/assets/stylesheets/partials/_page.scss
app/assets/stylesheets/posts.css.scss
app/assets/stylesheets/print.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/uploads.css.scss
app/controllers/api/v1/tokens_controller.rb
app/controllers/application_controller.rb
app/controllers/authentications_controller.rb
app/controllers/documents_controller.rb
app/controllers/friendships_controller.rb
app/controllers/home_controller.rb
app/controllers/links_controller.rb
app/controllers/messages_controller.rb
app/controllers/notifications_controller.rb
app/controllers/posts_controller.rb
app/controllers/uploads_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/helpers/friendships_helper.rb
app/helpers/home_helper.rb
app/helpers/links_helper.rb
app/helpers/messages_helper.rb
app/helpers/notifications_helper.rb
app/helpers/posts_helper.rb
app/helpers/uploads_helper.rb
app/models/ability.rb
app/models/authentication.rb
app/models/friendship.rb
app/models/like.rb
app/models/link.rb
app/models/mention.rb
app/models/message.rb
app/models/notification.rb
app/models/post.rb
app/models/upload.rb
app/models/user.rb
app/views/devise/confirmations/new.html.erb
app/views/devise/invitations/edit.html.erb
app/views/devise/invitations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/invitation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.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/devise/unlocks/new.html.erb
app/views/documents/index.html.erb
app/views/friendships/_form.html.erb
app/views/friendships/edit.html.erb
app/views/friendships/index.html.erb
app/views/friendships/new.html.erb
app/views/friendships/show.html.erb
app/views/home/index.html.erb
app/views/layouts/application.html.erb
app/views/links/_form.html.erb
app/views/links/edit.html.erb
app/views/links/index.html.erb
app/views/links/new.html.erb
app/views/links/show.html.erb
app/views/messages/_form.html.erb
app/views/messages/edit.html.erb
app/views/messages/index.html.erb
app/views/messages/new.html.erb
app/views/messages/show.html.erb
app/views/notifications/_form.html.erb
app/views/notifications/edit.html.erb
app/views/notifications/index.html.erb
app/views/notifications/new.html.erb
app/views/notifications/show.html.erb
app/views/posts/_form.html.erb
app/views/posts/edit.html.erb
app/views/posts/facebook.erb
app/views/posts/favs.html.erb
app/views/posts/index.html.erb
app/views/posts/mentions.html.erb
app/views/posts/new.html.erb
app/views/posts/show.html.erb
app/views/posts/twitter.erb
app/views/shared/_feed.html.erb
app/views/shared/_fileupload.html.erb
app/views/shared/_friend.erb
app/views/shared/_post.html.erb
app/views/shared/_update.html.erb
app/views/shared/fileupload/_index.html
app/views/shared/fileupload/_js_include_local.html
app/views/shared/fileupload/_js_include_remote.html
app/views/shared/fileupload/_queue.html
app/views/uploads/_form.html.erb
app/views/uploads/edit.html.erb
app/views/uploads/index.html.erb
app/views/uploads/new.html.haml
app/views/uploads/show.html.erb
app/views/users/invitations/edit.html.erb
app/views/users/invitations/new.html.erb
app/views/users/list.html.erb
app/views/users/mailer/invitation_instructions.html.erb
app/views/users/profile.html.erb
app/views/users/show.html.erb
config.ru
config/application.rb
config/boot.rb
config/compass.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/oauth.rb
config/initializers/pusher.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/devise.en.yml
config/locales/devise_invitable.en.yml
config/locales/en.yml
config/oauth.yml
config/routes.rb
db/development.sqlite3
db/migrate/20110401185749_create_users.rb
db/migrate/20110401185854_create_authentications.rb
db/migrate/20120528233903_add_devise_to_users.rb
db/migrate/20120707183243_create_posts.rb
db/migrate/20120707184742_add_content_to_posts.rb
db/migrate/20120707184834_add_title_to_posts.rb
db/migrate/20120707192829_add_user_to_posts.rb
db/migrate/20120707195355_add_thumb_to_posts.rb
db/migrate/20120707195509_add_link_to_posts.rb
db/migrate/20120707233112_create_friendships.rb
db/migrate/20120708000034_add_username_to_user.rb
db/migrate/20120708054022_add_photo_to_user.rb
db/migrate/20120708133715_create_notifications.rb
db/migrate/20120708135731_add_read_to_notifications.rb
db/migrate/20120710113059_add_full_name_to_users.rb
db/migrate/20120710114913_create_likes.rb
db/migrate/20120711020701_create_uploads.rb
db/migrate/20120711033428_add_post_id_to_upload.rb
db/migrate/20120711113802_add_target_to_notification.rb
db/migrate/20120711234015_devise_add_lastseenable_user.rb
db/migrate/20120713233723_create_messages.rb
db/migrate/20120714010827_add_read_to_messages.rb
db/migrate/20120715192313_add_reply_to_post.rb
db/migrate/20120825125139_add_authentication_token_to_users.rb
db/migrate/20120827002910_create_links.rb
db/migrate/20120901033623_create_mentions.rb
db/migrate/20120902210245_devise_invitable_add_to_users.rb
db/migrate/20130226164351_add_sessions_table.rb
db/seeds.rb
db/test.sqlite3
doc/README_FOR_APP
lib/service.rb
lib/tasks/bootstrap.rake
public/404.html
public/422.html
public/500.html
public/fancybox/blank.gif
public/fancybox/fancybox_loading.gif
public/fancybox/fancybox_sprite.png
public/fancybox/helpers/fancybox_buttons.png
public/fancybox/helpers/jquery.fancybox-buttons.css
public/fancybox/helpers/jquery.fancybox-buttons.js
public/fancybox/helpers/jquery.fancybox-media.js
public/fancybox/helpers/jquery.fancybox-thumbs.css
public/fancybox/helpers/jquery.fancybox-thumbs.js
public/fancybox/jquery.fancybox.css
public/fancybox/jquery.fancybox.js
public/fancybox/jquery.fancybox.pack.js
public/favicon.ico
public/font/fontawesome-webfont.eot
public/font/fontawesome-webfont.svg
public/font/fontawesome-webfont.ttf
public/font/fontawesome-webfont.woff
public/images/buttons/facebook_16.png
public/images/buttons/facebook_32.png
public/images/buttons/facebook_signin.png
public/images/buttons/linkedin_16.png
public/images/buttons/linkedin_32.png
public/images/buttons/linkedin_signin.png
public/images/buttons/openid_16.png
public/images/buttons/openid_32.png
public/images/buttons/openid_signin.png
public/images/buttons/twitter_16.png
public/images/buttons/twitter_32.png
public/images/buttons/twitter_signin.png
public/images/rails.png
public/js/jquery.fileupload-fp.js
public/js/jquery.fileupload-ui.js
public/js/jquery.fileupload.js
public/js/jquery.fitvids.js
public/js/jquery.iframe-transport.js
public/js/jquery.oembed.js
public/js/jquery.ui.widget.js
public/js/locale.js
public/js/main.js
public/photos/small/missing.png
public/photos/thumb/missing.png
public/robots.txt
public/stylesheets/bootstrap.css
public/stylesheets/bootstrap.min.css
public/stylesheets/font-awesome-ie7.css
public/stylesheets/font-awesome.css
public/stylesheets/jquery.oembed.css
script/rails
test/fixtures/friendships.yml
test/fixtures/likes.yml
test/fixtures/links.yml
test/fixtures/mentions.yml
test/fixtures/messages.yml
test/fixtures/notifications.yml
test/fixtures/posts.yml
test/fixtures/uploads.yml
test/functional/friendships_controller_test.rb
test/functional/home_controller_test.rb
test/functional/links_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/notifications_controller_test.rb
test/functional/posts_controller_test.rb
test/functional/uploads_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/friendship_test.rb
test/unit/helpers/friendships_helper_test.rb
test/unit/helpers/home_helper_test.rb
test/unit/helpers/links_helper_test.rb
test/unit/helpers/messages_helper_test.rb
test/unit/helpers/notifications_helper_test.rb
test/unit/helpers/posts_helper_test.rb
test/unit/helpers/uploads_helper_test.rb
test/unit/like_test.rb
test/unit/link_test.rb
test/unit/mention_test.rb
test/unit/message_test.rb
test/unit/notification_test.rb
test/unit/post_test.rb
test/unit/upload_test.rb

Download

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

simplifeed-master.zip




















Home »
  Javascript Free Code Download »
    Social-Network »




Facebook
Social Network
Twitter