Download Humanizer Free Java Code

Description

Gyro and Acceleration Sample Code.

Source Files

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


.gitattributes/*  w  w  w  . j  a  va 2s. com*/
.gitignore
Humanizer.build
LICENSE
NuGet/Humanizer/Humanizer.nuspec
Packages.build
go.cmd
readme.md
src/.nuget/NuGet.Config
src/.nuget/NuGet.exe
src/.nuget/NuGet.targets
src/Humanizer.MvcSample/Content/Site.css
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-icons_222222_256x240.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-icons_2e83ff_256x240.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-icons_454545_256x240.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-icons_888888_256x240.png
src/Humanizer.MvcSample/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.accordion.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.all.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.autocomplete.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.base.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.button.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.core.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.datepicker.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.dialog.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.progressbar.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.resizable.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.selectable.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.slider.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.tabs.css
src/Humanizer.MvcSample/Content/themes/base/jquery.ui.theme.css
src/Humanizer.MvcSample/Controllers/AccountController.cs
src/Humanizer.MvcSample/Controllers/HomeController.cs
src/Humanizer.MvcSample/Global.asax
src/Humanizer.MvcSample/Global.asax.cs
src/Humanizer.MvcSample/Humanizer.MvcSample.csproj
src/Humanizer.MvcSample/HumanizerMetadataProvider.cs
src/Humanizer.MvcSample/Images/NuGetGallery.png
src/Humanizer.MvcSample/Images/accent.png
src/Humanizer.MvcSample/Images/aspNetHome.png
src/Humanizer.MvcSample/Images/bullet.png
src/Humanizer.MvcSample/Images/facebook.png
src/Humanizer.MvcSample/Images/findHosting.png
src/Humanizer.MvcSample/Images/heroAccent.png
src/Humanizer.MvcSample/Images/orderedListOne.png
src/Humanizer.MvcSample/Images/orderedListThree.png
src/Humanizer.MvcSample/Images/orderedListTwo.png
src/Humanizer.MvcSample/Images/twitter.png
src/Humanizer.MvcSample/Images/windowsLive.png
src/Humanizer.MvcSample/Models/AccountModels.cs
src/Humanizer.MvcSample/Properties/AssemblyInfo.cs
src/Humanizer.MvcSample/Scripts/AjaxLogin.js
src/Humanizer.MvcSample/Scripts/_references.js
src/Humanizer.MvcSample/Scripts/jquery-1.6.2-vsdoc.js
src/Humanizer.MvcSample/Scripts/jquery-1.6.2.js
src/Humanizer.MvcSample/Scripts/jquery-1.6.2.min.js
src/Humanizer.MvcSample/Scripts/jquery-ui-1.8.11.js
src/Humanizer.MvcSample/Scripts/jquery-ui-1.8.11.min.js
src/Humanizer.MvcSample/Scripts/jquery.unobtrusive-ajax.js
src/Humanizer.MvcSample/Scripts/jquery.unobtrusive-ajax.min.js
src/Humanizer.MvcSample/Scripts/jquery.validate-vsdoc.js
src/Humanizer.MvcSample/Scripts/jquery.validate.js
src/Humanizer.MvcSample/Scripts/jquery.validate.min.js
src/Humanizer.MvcSample/Scripts/jquery.validate.unobtrusive.js
src/Humanizer.MvcSample/Scripts/jquery.validate.unobtrusive.min.js
src/Humanizer.MvcSample/Scripts/knockout-2.0.0.debug.js
src/Humanizer.MvcSample/Scripts/knockout-2.0.0.js
src/Humanizer.MvcSample/Scripts/modernizr-2.0.6-development-only.js
src/Humanizer.MvcSample/Views/Account/ChangePassword.cshtml
src/Humanizer.MvcSample/Views/Account/ChangePasswordSuccess.cshtml
src/Humanizer.MvcSample/Views/Account/Login.cshtml
src/Humanizer.MvcSample/Views/Account/Register.cshtml
src/Humanizer.MvcSample/Views/Home/About.cshtml
src/Humanizer.MvcSample/Views/Home/Contact.cshtml
src/Humanizer.MvcSample/Views/Home/Index.cshtml
src/Humanizer.MvcSample/Views/Shared/Error.cshtml
src/Humanizer.MvcSample/Views/Shared/_Layout.cshtml
src/Humanizer.MvcSample/Views/Shared/_LoginPartial.cshtml
src/Humanizer.MvcSample/Views/Web.config
src/Humanizer.MvcSample/Views/_ViewStart.cshtml
src/Humanizer.MvcSample/Web.Debug.config
src/Humanizer.MvcSample/Web.Release.config
src/Humanizer.MvcSample/Web.config
src/Humanizer.MvcSample/favicon.ico
src/Humanizer.MvcSample/packages.config
src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.approve_public_api.approved.txt
src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.cs
src/Humanizer.Tests/ApiApprover/PublicApiGenerator.cs
src/Humanizer.Tests/CasingTests.cs
src/Humanizer.Tests/DateHumanizeTests.cs
src/Humanizer.Tests/DehumanizeToEnumTests.cs
src/Humanizer.Tests/EnumHumanizeTests.cs
src/Humanizer.Tests/EnumTestsResources.cs
src/Humanizer.Tests/EnumUnderTest.cs
src/Humanizer.Tests/FluentDate/InTests.cs
src/Humanizer.Tests/FluentDate/OnTests.cs
src/Humanizer.Tests/FluentDate/PrepositionTests.cs
src/Humanizer.Tests/Humanizer.Tests.csproj
src/Humanizer.Tests/Inflector-LICENSE.txt
src/Humanizer.Tests/InflectorTests.cs
src/Humanizer.Tests/Localisation/AmbientCulture.cs
src/Humanizer.Tests/Localisation/DateHumanizeTests.fi-FI.cs
src/Humanizer.Tests/Localisation/DateHumanizeTests.nb-NO.cs
src/Humanizer.Tests/Localisation/DateHumanizeTests.ro-RO.cs
src/Humanizer.Tests/Localisation/DateHumanizeTests.ru-RU.cs
src/Humanizer.Tests/Localisation/ResourcesTests.cs
src/Humanizer.Tests/NumberToOrdinalWordsTests.cs
src/Humanizer.Tests/NumberToTimeSpanTests.cs
src/Humanizer.Tests/NumberToWordsTests.cs
src/Humanizer.Tests/OrdinalizeTests.cs
src/Humanizer.Tests/Properties/AssemblyInfo.cs
src/Humanizer.Tests/StringDehumanizeTests.cs
src/Humanizer.Tests/StringHumanizeTests.cs
src/Humanizer.Tests/TimeSpanHumanizeExtensionsTests.cs
src/Humanizer.Tests/TransformersTests.cs
src/Humanizer.Tests/packages.config
src/Humanizer.sln
src/Humanizer/CasingExtensions.cs
src/Humanizer/Configuration/Configurator.cs
src/Humanizer/DateHumanizeExtensions.cs
src/Humanizer/EnumDehumanizeExtensions.cs
src/Humanizer/EnumHumanizeExtensions.cs
src/Humanizer/FluentDate/In.Months.cs
src/Humanizer/FluentDate/In.Months.tt
src/Humanizer/FluentDate/In.SomeTimeFrom.cs
src/Humanizer/FluentDate/In.SomeTimeFrom.tt
src/Humanizer/FluentDate/In.cs
src/Humanizer/FluentDate/On.Days.cs
src/Humanizer/FluentDate/On.Days.tt
src/Humanizer/FluentDate/PrepositionsExtensions.cs
src/Humanizer/Humanizer.csproj
src/Humanizer/Humanizer.csproj.DotSettings
src/Humanizer/Humanizer.snk
src/Humanizer/Inflector-LICENSE.txt
src/Humanizer/InflectorExtensions.cs
src/Humanizer/LetterCasing.cs
src/Humanizer/Localisation/DefaultFormatter.cs
src/Humanizer/Localisation/IFormatter.cs
src/Humanizer/Localisation/ResourceKeys.DateHumanize.cs
src/Humanizer/Localisation/ResourceKeys.TimeSpanHumanize.cs
src/Humanizer/Localisation/Resources.cs
src/Humanizer/Localisation/RomanianFormatter.cs
src/Humanizer/Localisation/RussianFormatter.cs
src/Humanizer/Localisation/TimeSpanPropertyFormat.cs
src/Humanizer/NumberToOrdinalWordsExtension.cs
src/Humanizer/NumberToTimeSpanExtensions.cs
src/Humanizer/NumberToWordsExtension.cs
src/Humanizer/OrdinalizeExtensions.cs
src/Humanizer/Properties/AssemblyInfo.cs
src/Humanizer/Properties/Resources.af.resx
src/Humanizer/Properties/Resources.ar.resx
src/Humanizer/Properties/Resources.es.resx
src/Humanizer/Properties/Resources.fi-FI.resx
src/Humanizer/Properties/Resources.fr-BE.resx
src/Humanizer/Properties/Resources.fr.resx
src/Humanizer/Properties/Resources.gr.resx
src/Humanizer/Properties/Resources.nb-NO.resx
src/Humanizer/Properties/Resources.nl-BE.resx
src/Humanizer/Properties/Resources.resx
src/Humanizer/Properties/Resources.ro.resx
src/Humanizer/Properties/Resources.ru.resx
src/Humanizer/StringDehumanizeExtensions.cs
src/Humanizer/StringHumanizeExtensions.cs
src/Humanizer/TimeSpanHumanizeExtensions.cs
src/Humanizer/Transformer/IStringTransformer.cs
src/Humanizer/Transformer/To.cs
src/Humanizer/Transformer/ToLowerCase.cs
src/Humanizer/Transformer/ToSentenceCase.cs
src/Humanizer/Transformer/ToTitleCase.cs
src/Humanizer/Transformer/ToUpperCase.cs
tools/Build/MSBuild.Community.Tasks.dll
tools/Build/MSBuild.Community.Tasks.targets
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 Humanizer-master.zip.

Humanizer-master.zip




















Home »
  Objective C Free Code »
    Development »




AdMob
Algorithm
Annotation
App
Authentication
Barcode
Calendar
client Library
Cocoa
Commandline
CoreData
Demo
Example
Framework
Google API
Google SDK
GoogleAnalytics
Graph
iTune
JavaScript
Json
KML
Library
List
MapKit
Matlab
Menu
Message
MVVM
NSDate
NSWindow
OAuth
Objective C API
Objective C Library
Objective C Sample
OsX Framework
Plugin
Sample
SDK
SDK Sample
Share
Storyboard
UnitTest
xcode
XML