-
Updated
Jan 29, 2022 - TypeScript
#
transformations
Here are 347 public repositories matching this topic...
A polyglot web converter.
Smooth scrolling, rotation, pull to refresh, page transition and any motion for the web - 丝般顺滑的触摸运动方案
-
Updated
Jun 22, 2020 - JavaScript
Image loading, caching & transforming library for Xamarin and Windows
image
resize
xamarin
uwp
cache
transformations
windows-uwp
xamarin-forms
xamarin-ios
xamarin-android
xamarin-mac
-
Updated
Apr 8, 2022 - C#
-
Updated
Dec 22, 2021 - PHP
android
animation
transformations
android-library
viewpager
transformer
flip
pagetransformer
page-transformer
pageflip
flip-animation
viewpager-transformer
viewpagertransformer
-
Updated
Feb 13, 2022 - Java
Why use dependencies when you create your own transformations for Viewpager ?
android
animation
transformations
viewpager
swipeview
source-code
pagetransformer
viewpager-transformer
pagetransition
-
Updated
Jun 21, 2018 - Java
Precisely align, move, and measure+match objects and mesh parts in your 3D scenes.
-
Updated
Oct 1, 2020 - Python
oj! Algorithms
java
machine-learning
multi-threading
algorithm
math
algorithms
optimization
linear-algebra
solver
transformations
least-squares
polynomial
arrays
blas
lapack
sparse-matrix
optimization-algorithms
matrix-library
ojalgo
mathematical-programming
-
Updated
May 7, 2022 - Java
3D transformations for Python
-
Updated
Mar 23, 2022 - Python
A thin layer of graphic data types
c
euler
vector
matrix
transformations
mathematics
simd
quaternion
graphics-library
3d-transformations
-
Updated
Apr 7, 2022 - C
Tooling for XML and JSON file transforms on build from Visual Studio and MSBuild
-
Updated
Jan 20, 2022 - C#
Generic, Null-safe, Immutable Collections and Functional Transformations for the JVM
kotlin
java
clojure
stream
jvm
transformations
immutability
rrb-tree
immutable-collections
null-safety
functional-transformations
persistentvector
-
Updated
Mar 18, 2022 - Java
C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes
-
Updated
Mar 4, 2022 - C
Transform loose and complex input into consistent, strongly-typed data structures
-
Updated
Apr 17, 2018 - PHP
Arbitrary transformations of JSON in Golang
-
Updated
Jul 5, 2021 - Go
Simple yet powerful live data computation framework
react
javascript
event-stream
stream
es6
promise
data-stream
transformations
reactive-programming
spark-streaming
streams2
-
Updated
Apr 12, 2022 - JavaScript
a Pythonic toolkit for working with Boolean expressions
python
transformations
boolean
boolean-expression
sat-solver
boolean-algebra
truth-table
sat
satisfiability
-
Updated
May 11, 2020 - Python
Robopy is a python port for Robotics Toolbox in Matlab created by Peter Corke
-
Updated
Feb 10, 2021 - Python
convtools is a python library to declaratively define conversions for processing collections, doing complex aggregations and joins.
python
functional-programming
transformations
conversions
code-generation
data-preprocessing
data-processing
data-preparation
-
Updated
Oct 5, 2021 - Python
ianmackenzie
commented
Jul 23, 2019
The Point#d
, Vector#d
and Direction#d
modules were recently optimized in the coordinate-systems
branch to avoid unnecessary object allocations and function calls, but this also meant most functions got more verbose and therefore more prone to typos. It would be very useful to add some more fuzz and/or hardcoded tests for the various functions in these modules, following the patterns in the
BULL - Bean Utils Light Library
java
mapping
mapper
transformations
java-bean
mutable
transformation
immutable-objects
bull
hacktoberfest
beancopy
beanutils
-
Updated
Apr 29, 2022 - Java
Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
-
Updated
Sep 24, 2021 - JavaScript
Serverless image optimizer for S3, Lambda, and Cloudfront
lambda
aws-lambda
serverless
api-gateway
images
seo
transformations
s3-bucket
sharp
cloudfront
imgix
-
Updated
May 2, 2022 - JavaScript
Drag/rotate/resize handler for leaflet vector features.
-
Updated
Feb 12, 2022 - JavaScript
A tool to align astronomical images based on asterism matching
-
Updated
Feb 16, 2022 - Python
A simple proxy service to forward JSON events and transform or filter them along the way.
-
Updated
Apr 15, 2022 - Go
Improve this page
Add a description, image, and links to the transformations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformations topic, visit your repo's landing page and select "manage topics."
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use
OpTransformerSpec
andOpEstimatorSpec
base test specs to provide tests for all existing transformers & estimators.