-
Updated
Apr 1, 2022 - Swift
#
constraints
Here are 380 public repositories matching this topic...
A Swift Autolayout DSL for iOS & OS X
-
Updated
Apr 11, 2022 - Go
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView RTL
android
ios
ui
uitableview
uicollectionview
xcode
view
css3
layout
cocoapods
xib
storyboard
constraints
rtl
grid-layout
autolayout
uiscrollview
flexbox-layout
layoutsubviews
sizeclasses
-
Updated
Jul 26, 2021 - Objective-C
Nothing but sugar.
swift
library
stack
libraries
animation
layout
constraints
constraint
sugar
auto
nslayoutconstraint
sweet
syntactic
nslayoutconstraints
superview
center
swift4
arkit
swift5
swift-5
-
Updated
Feb 9, 2022 - Swift
Beautiful, easy attributed strings in Swift
swift
design
text-formatting
text
dynamic
carthage
xib
storyboard
auto-layout
typography
special-characters
constraints
dynamic-type
attributes-inspector
interface-builder
xml-parsing
-
Updated
Aug 6, 2021 - Swift
swift
layouts
ios
ui
xcode
interface
view
dsl
layout
cocoapods
carthage
xib
storyboard
constraints
autolayout
auto
freshos
stevia
nslayoutconstraints
visual-format-language
-
Updated
Jan 6, 2022 - Swift
AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.
java
optimization
scheduling
solver
constraint-satisfaction-problem
artificial-intelligence
constraints
vehicle-routing-problem
constraint-programming
traveling-salesman
local-search
simulated-annealing
constraint-solver
tabu-search
branch-and-bound
metaheuristics
rostering
employee-rostering
traveling-salesman-problem
mathematical-optimization
-
Updated
Apr 11, 2022 - Java
[Sketch Plugin] Sketch-flavored Auto Layout-like Constraints
-
Updated
Sep 3, 2018 - Objective-C
Auto Layout made easy
-
Updated
Mar 17, 2022 - Swift
jerr0328
commented
Nov 23, 2021
Describe the new feature
Similar to #188, I want to be able to capture the PuLP output and put it all in a single log line, rather than having it go to stdout directly. Instead of creating a temporary file and pointing PuLP to the log file, I would like to be able to get the log output as a string, similar
-
Updated
May 21, 2018 - JavaScript
TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
android
swift
ios
ui
uitableview
uicollectionview
xcode
view
cocoapods
xib
storyboard
constraints
constraint
autolayout
layoutsubviews
tangramkit
-
Updated
Aug 29, 2021 - Swift
Introduction to modern Prolog
-
Updated
Mar 9, 2022 - HTML
Work with Semantic Versions in Go
-
Updated
Dec 21, 2021 - Go
Flexible type system for Ruby with coercions and constraints
-
Updated
Apr 11, 2022 - Ruby
Database constraints made easy for ActiveRecord.
-
Updated
Oct 27, 2020 - Ruby
cprudhom
commented
Jul 15, 2020
It would be nice if Choco were able to support MiniZinc output format.
swift
ios
ui
uicollectionview
layout
uikit
safari
custom-view
constraints
autolayout
uicollectionviewlayout
uicollectionviewflowlayout
custom-ui
uicollectionview-swift
uicollectionview-cell
uicollectionview-animation
-
Updated
Jan 18, 2021 - Swift
-
Updated
May 11, 2020 - Swift
pySMT: A library for SMT formulae manipulation and solving
-
Updated
Apr 1, 2022 - Python
An easy way to create and layout UI components for iOS.
-
Updated
Jan 8, 2021 - Objective-C
Lightweight Swift framework for Apple's Auto-Layout
-
Updated
Nov 15, 2021 - Swift
Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more
swift
queue
job
scheduler
delay
job-scheduler
persistence
constraints
persist
operation
operationqueue
-
Updated
Mar 8, 2022 - Swift
gophersat, a SAT solver in Go
constraint-satisfaction-problem
artificial-intelligence
constraints
boolean-formulas
sat-solver
pseudo-boolean-solver
-
Updated
Nov 7, 2021 - Go
Typed struct and value objects
-
Updated
Apr 11, 2022 - Ruby
An easy way to create and layout UI components for iOS (Swift version).
-
Updated
Nov 16, 2020 - Swift
Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and composer command for testing/troubleshooting patches.
plugin
composer
patches
patcher
constraints
composer-plugin
maintenance
composer-packages
patching
composer-commands
applier
patch-extension
composer-extension
-
Updated
Mar 12, 2022 - PHP
TypeScript Declarative Validation for Joi
nodejs
javascript
typescript
schema
validation
validator
decorators
joi
constraints
joi-constraints
declarative-validation
-
Updated
Apr 3, 2022 - TypeScript
Improve this page
Add a description, image, and links to the constraints topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the constraints topic, visit your repo's landing page and select "manage topics."
The less than/greater than checks should check if the input value is NaN. NaN is defined to not be equal to any other number, and all numerical comparisons yield false. Therefore, if I have a field that's annotated with (for example)
(validate.rules).double.gt = 0
, that field should fail validation if given NaN.