Download suds Free Java Code

Description

AMD based collection of helper and base classes for rapid development of JavaScript applications.

Source Files

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


.gitignore/*from  w  ww.  j av a 2s  . c  o  m*/
README.md
doc/build.js
doc/content/models/Model.md
doc/content/models/ModelCollection.md
doc/content/views/View.md
doc/doc/assets_/css/main.css
doc/doc/assets_/css/shCore.css
doc/doc/assets_/css/shThemeDefault.css
doc/doc/assets_/js/lib/jquery.js
doc/doc/assets_/js/lib/syntax-highlighter/shAutoloader.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushAS3.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushAppleScript.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushBash.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushCSharp.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushColdFusion.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushCpp.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushCss.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushDelphi.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushDiff.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushErlang.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushGroovy.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushJScript.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushJava.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushJavaFX.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushPerl.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushPhp.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushPlain.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushPowerShell.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushPython.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushRuby.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushSass.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushScala.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushSql.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushVb.js
doc/doc/assets_/js/lib/syntax-highlighter/shBrushXml.js
doc/doc/assets_/js/lib/syntax-highlighter/shCore.js
doc/doc/assets_/js/lib/syntax-highlighter/shLegacy.js
doc/doc/assets_/js/main.js
doc/doc/index.html
doc/doc/models/Model.html
doc/doc/models/ModelCollection.html
doc/doc/sidebar_.html
doc/doc/views.html
doc/doc/views/View.html
package.json
source/canvas/CanvasElement.js
source/canvas/Stage.js
source/events/Dispatcher.js
source/events/Interval.js
source/helpers/BrowserHelper.js
source/helpers/LanguageHelper.js
source/helpers/MouseHelper.js
source/helpers/RatioHelper.js
source/loaders/ImageLoaderQueue.js
source/math/Bezier.js
source/math/Point.js
source/models/Model.js
source/models/ModelCollection.js
source/motion/Motion.js
source/motion/Wave.js
source/oop/Array.js
source/oop/Class.js
source/patches/date.now.js
source/patches/function.bind.js
source/patches/string.trim.js
source/routing/History.js
source/routing/Parser.js
source/routing/Router.js
source/utils/CanvasRenderingContext2D.dashedLine.js
source/utils/Logger.js
source/utils/makeSingleton.js
source/utils/uid.js
source/views/AnimatedSpriteSheetView.js
source/views/CanvasView.js
source/views/View.js
tests/libs/jasmine/jasmine-html.js
tests/libs/jasmine/jasmine.css
tests/libs/jasmine/jasmine.js
tests/libs/mout/array.js
tests/libs/mout/array/append.js
tests/libs/mout/array/combine.js
tests/libs/mout/array/compact.js
tests/libs/mout/array/contains.js
tests/libs/mout/array/difference.js
tests/libs/mout/array/every.js
tests/libs/mout/array/filter.js
tests/libs/mout/array/find.js
tests/libs/mout/array/flatten.js
tests/libs/mout/array/forEach.js
tests/libs/mout/array/indexOf.js
tests/libs/mout/array/insert.js
tests/libs/mout/array/intersection.js
tests/libs/mout/array/invoke.js
tests/libs/mout/array/join.js
tests/libs/mout/array/lastIndexOf.js
tests/libs/mout/array/map.js
tests/libs/mout/array/max.js
tests/libs/mout/array/min.js
tests/libs/mout/array/pick.js
tests/libs/mout/array/pluck.js
tests/libs/mout/array/range.js
tests/libs/mout/array/reduce.js
tests/libs/mout/array/reduceRight.js
tests/libs/mout/array/reject.js
tests/libs/mout/array/remove.js
tests/libs/mout/array/removeAll.js
tests/libs/mout/array/shuffle.js
tests/libs/mout/array/some.js
tests/libs/mout/array/sort.js
tests/libs/mout/array/split.js
tests/libs/mout/array/toLookup.js
tests/libs/mout/array/union.js
tests/libs/mout/array/unique.js
tests/libs/mout/array/xor.js
tests/libs/mout/array/zip.js
tests/libs/mout/collection.js
tests/libs/mout/collection/contains.js
tests/libs/mout/collection/every.js
tests/libs/mout/collection/filter.js
tests/libs/mout/collection/find.js
tests/libs/mout/collection/forEach.js
tests/libs/mout/collection/make_.js
tests/libs/mout/collection/map.js
tests/libs/mout/collection/max.js
tests/libs/mout/collection/min.js
tests/libs/mout/collection/pluck.js
tests/libs/mout/collection/reduce.js
tests/libs/mout/collection/reject.js
tests/libs/mout/collection/size.js
tests/libs/mout/collection/some.js
tests/libs/mout/function.js
tests/libs/mout/function/bind.js
tests/libs/mout/function/compose.js
tests/libs/mout/function/curry.js
tests/libs/mout/function/debounce.js
tests/libs/mout/function/func.js
tests/libs/mout/function/prop.js
tests/libs/mout/function/series.js
tests/libs/mout/function/throttle.js
tests/libs/mout/index.js
tests/libs/mout/lang.js
tests/libs/mout/lang/createObject.js
tests/libs/mout/lang/ctorApply.js
tests/libs/mout/lang/deepClone.js
tests/libs/mout/lang/defaults.js
tests/libs/mout/lang/inheritPrototype.js
tests/libs/mout/lang/isArguments.js
tests/libs/mout/lang/isArray.js
tests/libs/mout/lang/isBoolean.js
tests/libs/mout/lang/isDate.js
tests/libs/mout/lang/isEmpty.js
tests/libs/mout/lang/isFinite.js
tests/libs/mout/lang/isFunction.js
tests/libs/mout/lang/isKind.js
tests/libs/mout/lang/isNaN.js
tests/libs/mout/lang/isNull.js
tests/libs/mout/lang/isNumber.js
tests/libs/mout/lang/isObject.js
tests/libs/mout/lang/isPlainObject.js
tests/libs/mout/lang/isRegExp.js
tests/libs/mout/lang/isString.js
tests/libs/mout/lang/isUndefined.js
tests/libs/mout/lang/kindOf.js
tests/libs/mout/lang/toArray.js
tests/libs/mout/math.js
tests/libs/mout/math/ceil.js
tests/libs/mout/math/clamp.js
tests/libs/mout/math/countSteps.js
tests/libs/mout/math/floor.js
tests/libs/mout/math/inRange.js
tests/libs/mout/math/isNear.js
tests/libs/mout/math/lerp.js
tests/libs/mout/math/loop.js
tests/libs/mout/math/map.js
tests/libs/mout/math/norm.js
tests/libs/mout/math/round.js
tests/libs/mout/number.js
tests/libs/mout/number/MAX_INT.js
tests/libs/mout/number/MAX_UINT.js
tests/libs/mout/number/MIN_INT.js
tests/libs/mout/number/abbreviate.js
tests/libs/mout/number/currencyFormat.js
tests/libs/mout/number/enforcePrecision.js
tests/libs/mout/number/pad.js
tests/libs/mout/number/rol.js
tests/libs/mout/number/ror.js
tests/libs/mout/number/sign.js
tests/libs/mout/number/toInt.js
tests/libs/mout/number/toUInt.js
tests/libs/mout/number/toUInt31.js
tests/libs/mout/object.js
tests/libs/mout/object/contains.js
tests/libs/mout/object/deepFillIn.js
tests/libs/mout/object/deepMixIn.js
tests/libs/mout/object/every.js
tests/libs/mout/object/fillIn.js
tests/libs/mout/object/filter.js
tests/libs/mout/object/find.js
tests/libs/mout/object/forIn.js
tests/libs/mout/object/forOwn.js
tests/libs/mout/object/get.js
tests/libs/mout/object/has.js
tests/libs/mout/object/hasOwn.js
tests/libs/mout/object/keys.js
tests/libs/mout/object/map.js
tests/libs/mout/object/max.js
tests/libs/mout/object/merge.js
tests/libs/mout/object/min.js
tests/libs/mout/object/mixIn.js
tests/libs/mout/object/namespace.js
tests/libs/mout/object/pick.js
tests/libs/mout/object/pluck.js
tests/libs/mout/object/reduce.js
tests/libs/mout/object/reject.js
tests/libs/mout/object/set.js
tests/libs/mout/object/size.js
tests/libs/mout/object/some.js
tests/libs/mout/object/unset.js
tests/libs/mout/object/values.js
tests/libs/mout/queryString.js
tests/libs/mout/queryString/contains.js
tests/libs/mout/queryString/decode.js
tests/libs/mout/queryString/encode.js
tests/libs/mout/queryString/getParam.js
tests/libs/mout/queryString/getQuery.js
tests/libs/mout/queryString/parse.js
tests/libs/mout/queryString/setParam.js
tests/libs/mout/random.js
tests/libs/mout/random/choice.js
tests/libs/mout/random/guid.js
tests/libs/mout/random/rand.js
tests/libs/mout/random/randBit.js
tests/libs/mout/random/randHex.js
tests/libs/mout/random/randInt.js
tests/libs/mout/random/randSign.js
tests/libs/mout/random/random.js
tests/libs/mout/string.js
tests/libs/mout/string/camelCase.js
tests/libs/mout/string/contains.js
tests/libs/mout/string/crop.js
tests/libs/mout/string/endsWith.js
tests/libs/mout/string/escapeHtml.js
tests/libs/mout/string/escapeRegExp.js
tests/libs/mout/string/escapeUnicode.js
tests/libs/mout/string/hyphenate.js
tests/libs/mout/string/interpolate.js
tests/libs/mout/string/lowerCase.js
tests/libs/mout/string/lpad.js
tests/libs/mout/string/ltrim.js
tests/libs/mout/string/makePath.js
tests/libs/mout/string/normalizeLineBreaks.js
tests/libs/mout/string/pascalCase.js
tests/libs/mout/string/properCase.js
tests/libs/mout/string/removeNonASCII.js
tests/libs/mout/string/removeNonWord.js
tests/libs/mout/string/repeat.js
tests/libs/mout/string/replaceAccents.js
tests/libs/mout/string/rpad.js
tests/libs/mout/string/rtrim.js
tests/libs/mout/string/sentenceCase.js
tests/libs/mout/string/slugify.js
tests/libs/mout/string/startsWith.js
tests/libs/mout/string/stripHtmlTags.js
tests/libs/mout/string/trim.js
tests/libs/mout/string/truncate.js
tests/libs/mout/string/typecast.js
tests/libs/mout/string/unCamelCase.js
tests/libs/mout/string/underscore.js
tests/libs/mout/string/unescapeHtml.js
tests/libs/mout/string/unescapeUnicode.js
tests/libs/mout/string/unhyphenate.js
tests/libs/mout/string/upperCase.js
tests/libs/mout/time.js
tests/libs/mout/time/now.js
tests/libs/mout/time/parseMs.js
tests/libs/mout/time/toTimeString.js
tests/libs/require/require.js
tests/libs/sinon/sinon.js
tests/runner.html
tests/runner.js
tests/specs/events.js
tests/specs/events/DispatcherSpec.js
tests/specs/math.js
tests/specs/math/BezierSpec.js
tests/specs/math/PointSpec.js
tests/specs/models.js
tests/specs/models/ModelCollectionSpec.js
tests/specs/models/ModelSpec.js
tests/specs/routing.js
tests/specs/routing/ParserSpec.js

Download

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

suds-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper