Download thoughtstrike Free Java Code
Description
revamping ideastrike to use MVC 4.
Icons
Source Files
The download file thoughtstrike-master.zip has the following entries.
.gitignore/*w w w . j a v a 2 s . c om*/
build.cmd
build.proj
readme.md
src/.nuget/NuGet.Config
src/.nuget/NuGet.exe
src/.nuget/NuGet.targets
src/Ideastrike.Tests/Ideastrike.Tests.csproj
src/Ideastrike.Tests/Properties/AssemblyInfo.cs
src/Ideastrike.Tests/packages.config
src/Ideastrike.ncrunchsolution
src/Ideastrike.sln
src/Ideastrike/Content/bootstrap-responsive.css
src/Ideastrike/Content/bootstrap-responsive.min.css
src/Ideastrike/Content/bootstrap.css
src/Ideastrike/Content/bootstrap.min.css
src/Ideastrike/Content/ideastrike.css
src/Ideastrike/Content/images/blank.gif
src/Ideastrike/Content/images/fancybox_loading.gif
src/Ideastrike/Content/images/fancybox_sprite.png
src/Ideastrike/Content/images/glyphicons-halflings-white.png
src/Ideastrike/Content/images/glyphicons-halflings.png
src/Ideastrike/Content/images/logo_large.png
src/Ideastrike/Content/images/logo_med.png
src/Ideastrike/Content/images/logo_small.png
src/Ideastrike/Content/jquery.fancybox.css
src/Ideastrike/Content/jquery.fileupload-ui.css
src/Ideastrike/Content/media.css
src/Ideastrike/Content/style.css
src/Ideastrike/Controllers/AdminController.cs
src/Ideastrike/Controllers/CommentController.cs
src/Ideastrike/Controllers/HomeController.cs
src/Ideastrike/Controllers/IdeaController.cs
src/Ideastrike/Controllers/ImageController.cs
src/Ideastrike/Controllers/ProfileController.cs
src/Ideastrike/Controllers/TokenController.cs
src/Ideastrike/Errors/404.html
src/Ideastrike/Global.asax
src/Ideastrike/Global.asax.cs
src/Ideastrike/Helpers/Attributes/IdeastrikeAuthorize.cs
src/Ideastrike/Helpers/AuthExtensions.cs
src/Ideastrike/Helpers/FriendlyTimeHelper.cs
src/Ideastrike/Helpers/ImageExtensions.cs
src/Ideastrike/Helpers/MarkdownHelper.cs
src/Ideastrike/Helpers/ObjectExtensions.cs
src/Ideastrike/Helpers/StatusColorHelper.cs
src/Ideastrike/Helpers/StringExtensions.cs
src/Ideastrike/Helpers/UrlExtensions.cs
src/Ideastrike/Ideastrike.csproj
src/Ideastrike/Localization/Strings.Designer.cs
src/Ideastrike/Localization/Strings.fi.resx
src/Ideastrike/Localization/Strings.resx
src/Ideastrike/Migrations/201201260958254_VoteTime.cs
src/Ideastrike/Migrations/201201260958254_VoteTime.designer.cs
src/Ideastrike/Migrations/201201270809242_Claims.cs
src/Ideastrike/Migrations/201201270809242_Claims.designer.cs
src/Ideastrike/Migrations/201203240608050_AdminActivity.cs
src/Ideastrike/Migrations/201203240608050_AdminActivity.designer.cs
src/Ideastrike/Migrations/IdeastrikeDbConfiguration.cs
src/Ideastrike/Models/Activity.cs
src/Ideastrike/Models/AdminActivity.cs
src/Ideastrike/Models/Claim.cs
src/Ideastrike/Models/Comment.cs
src/Ideastrike/Models/Feature.cs
src/Ideastrike/Models/GitHubActivity.cs
src/Ideastrike/Models/Idea.cs
src/Ideastrike/Models/IdeastrikeContext.cs
src/Ideastrike/Models/Image.cs
src/Ideastrike/Models/Repositories/ActivityRepository.cs
src/Ideastrike/Models/Repositories/FeatureRepository.cs
src/Ideastrike/Models/Repositories/GenericRepository.cs
src/Ideastrike/Models/Repositories/IActivityRepository.cs
src/Ideastrike/Models/Repositories/IFeatureRepository.cs
src/Ideastrike/Models/Repositories/IGenericRepository.cs
src/Ideastrike/Models/Repositories/IIdeaRepository.cs
src/Ideastrike/Models/Repositories/IImageRepository.cs
src/Ideastrike/Models/Repositories/ISettingsRepository.cs
src/Ideastrike/Models/Repositories/IStatusRepository.cs
src/Ideastrike/Models/Repositories/IUserRepository.cs
src/Ideastrike/Models/Repositories/IdeaRepository.cs
src/Ideastrike/Models/Repositories/ImageRepository.cs
src/Ideastrike/Models/Repositories/SettingsRepository.cs
src/Ideastrike/Models/Repositories/StatusRepository.cs
src/Ideastrike/Models/Repositories/UserRepository.cs
src/Ideastrike/Models/SelectedTab.cs
src/Ideastrike/Models/Setting.cs
src/Ideastrike/Models/Status.cs
src/Ideastrike/Models/User.cs
src/Ideastrike/Models/UserClaim.cs
src/Ideastrike/Models/ViewModels/ActivityViewModel.cs
src/Ideastrike/Models/ViewModels/AdminActivityViewModel.cs
src/Ideastrike/Models/ViewModels/CommentViewModel.cs
src/Ideastrike/Models/ViewModels/FeatureViewModel.cs
src/Ideastrike/Models/ViewModels/GitHubActivityViewModel.cs
src/Ideastrike/Models/ViewModels/IdeaViewModel.cs
src/Ideastrike/Models/ViewModels/ImageViewModel.cs
src/Ideastrike/Models/ViewModels/SettingsViewModel.cs
src/Ideastrike/Models/Vote.cs
src/Ideastrike/Properties/AssemblyInfo.cs
src/Ideastrike/Scripts/bootstrap-alerts.js
src/Ideastrike/Scripts/bootstrap-dropdown.js
src/Ideastrike/Scripts/bootstrap.js
src/Ideastrike/Scripts/bootstrap.min.js
src/Ideastrike/Scripts/fileupload.js
src/Ideastrike/Scripts/ideastrike.js
src/Ideastrike/Scripts/jquery-1.7.1-vsdoc.js
src/Ideastrike/Scripts/jquery-1.7.1.js
src/Ideastrike/Scripts/jquery-1.7.1.min.js
src/Ideastrike/Scripts/jquery.contra.min.js
src/Ideastrike/Scripts/jquery.fancybox.pack.js
src/Ideastrike/Scripts/jquery.fileupload-ui.js
src/Ideastrike/Scripts/jquery.fileupload.js
src/Ideastrike/Scripts/jquery.iframe-transport.js
src/Ideastrike/Scripts/jquery.validate-vsdoc.js
src/Ideastrike/Scripts/jquery.validate.js
src/Ideastrike/Scripts/jquery.validate.min.js
src/Ideastrike/Scripts/modernizr-2.5.3.js
src/Ideastrike/Scripts/mustache.js
src/Ideastrike/Scripts/respond.min.js
src/Ideastrike/Scripts/showdown.js
src/Ideastrike/Scripts/social.js
src/Ideastrike/Views/Admin/Index.cshtml
src/Ideastrike/Views/Admin/Moderation.cshtml
src/Ideastrike/Views/Admin/Settings.cshtml
src/Ideastrike/Views/Admin/User.cshtml
src/Ideastrike/Views/Admin/Users.cshtml
src/Ideastrike/Views/Admin/Uservoice.cshtml
src/Ideastrike/Views/Home/Index.cshtml
src/Ideastrike/Views/Home/home.js
src/Ideastrike/Views/Idea/Edit.cshtml
src/Ideastrike/Views/Idea/Index.cshtml
src/Ideastrike/Views/Idea/Index.js
src/Ideastrike/Views/Idea/New.cshtml
src/Ideastrike/Views/JSTemplates/admin.cshtml
src/Ideastrike/Views/JSTemplates/comment.cshtml
src/Ideastrike/Views/JSTemplates/download.cshtml
src/Ideastrike/Views/JSTemplates/github.cshtml
src/Ideastrike/Views/JSTemplates/upload.cshtml
src/Ideastrike/Views/Profile/Edit.cshtml
src/Ideastrike/Views/Profile/Index.cshtml
src/Ideastrike/Views/Shared/Error.cshtml
src/Ideastrike/Views/Shared/ErrorAlert.cshtml
src/Ideastrike/Views/Shared/_Layout.cshtml
src/Ideastrike/Views/Web.config
src/Ideastrike/Views/_ViewStart.cshtml
src/Ideastrike/Web.Debug.config
src/Ideastrike/Web.Release.config
src/Ideastrike/Web.config
src/Ideastrike/packages.config
tools/xunit/EULA.txt
tools/xunit/HTML.xslt
tools/xunit/NUnitXml.xslt
tools/xunit/xunit.console.clr4.exe
tools/xunit/xunit.console.clr4.exe.config
tools/xunit/xunit.console.clr4.x86.exe
tools/xunit/xunit.console.clr4.x86.exe.config
tools/xunit/xunit.console.exe
tools/xunit/xunit.console.exe.config
tools/xunit/xunit.console.x86.exe
tools/xunit/xunit.console.x86.exe.config
tools/xunit/xunit.dll
tools/xunit/xunit.dll.tdnet
tools/xunit/xunit.extensions.dll
tools/xunit/xunit.extensions.xml
tools/xunit/xunit.gui.clr4.exe
tools/xunit/xunit.gui.clr4.x86.exe
tools/xunit/xunit.gui.exe
tools/xunit/xunit.gui.x86.exe
tools/xunit/xunit.installer.exe
tools/xunit/xunit.runner.msbuild.dll
tools/xunit/xunit.runner.tdnet.dll
tools/xunit/xunit.runner.utility.dll
tools/xunit/xunit.runner.utility.xml
tools/xunit/xunit.xml
Download
Click the following link to download thoughtstrike-master.zip.
thoughtstrike-master.zip