-
Updated
Dec 19, 2020 - D
#
traits
Here are 119 public repositories matching this topic...
The standard library of the D programming language
unicode
meta
functional
math
algorithms
datetime
containers
regex
concurrency
d
dlang
allocator
parallelism
digest
stdio
standard-library
traits
phobos
type-conversion
ranges
A javascript REST ORM that is offline and real-time capable
real-time
validation
orm
offline
migration
batch
sharding
document-database
relational-databases
polymorphic-relationships
traits
-
Updated
Apr 14, 2020 - JavaScript
Use Less. Do More. JavaScript on steroids.
-
Updated
Dec 2, 2020 - JavaScript
traits.js is a minimal, standards-compliant trait composition library for Javascript.
-
Updated
Feb 23, 2019 - JavaScript
Traits, Talents & Annotations for NodeJS.
-
Updated
Nov 7, 2016 - JavaScript
bbqsrc
commented
Oct 11, 2020
What's here is the bare minimum necessary.
Three things I think are high priority:
- Add module documentation
- Fix doctests that don't pass (predominantly in the buffered mod)
- Add example patterns for making crates compatible with bare-io
If anybody would like guidance on this, please hit me up.
cscherrer
commented
Jan 26, 2020
Hi Taine,
In one of your example, you have
@trait Addable{L, R} begin
(+) :: [L, R] => Any
(+) = Base.:+
end
I'd like to do something like this, but avoid the Any
. I was thinking something like
@trait Addable{L, R, X} where {X = inferAddable(L,R)} begin
(+) :: [L, R] => X
(+) = Base.:+
end
But then I'm having trouble getting the `@i
A safe wrapper around the OBS API, useful for creating OBS sources, filters and effects.
-
Updated
Nov 30, 2020 - Rust
Tools for accessing the Botanical Information and Ecology Network (BIEN) database
-
Updated
Dec 8, 2020 - HTML
Can do or not? It's easy. See https://tk3369.github.io/BinaryTraits.jl/dev/
-
Updated
Dec 14, 2020 - Julia
Extend Go struct capabilities
-
Updated
Nov 23, 2019 - Go
-
Updated
Jan 9, 2020 - C#
The programming language I'm proud of: queryable type system, first class polymorphisms(type hole), type classes/traits, module as records, row polymorphisms, derived from ML's concise syntax
programming-language
type-inference
traits
row-polymorphism
interactively-static-checking
first-class-polymorphisms
-
Updated
Jan 18, 2020 - Python
A tiny library to add support for Traits in Javascript and Typescript projects
-
Updated
Dec 19, 2019 - TypeScript
-
Updated
Dec 15, 2020 - PHP
An organizational aid and wrapper for validation and tab completion of class properties/traits.
-
Updated
Sep 23, 2019 - Python
Composition over inheritance. Lightweight Java/Android API for creating a compositions at compile-time
android
java
api
library
framework
mixins
dependency-injection
mixin-framework
composition
trait
annotations
diamond
injection
inheritance
annotation-processor
multiple-inheritance
auto
traits
-
Updated
Jul 19, 2017 - Java
Feature-complete typeclasses for C++
-
Updated
Jul 5, 2020 - C++
A collection of PHP Traits to make life with PHP (a bit) easier
-
Updated
Dec 4, 2019 - PHP
Improve this page
Add a description, image, and links to the traits topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the traits topic, visit your repo's landing page and select "manage topics."
See https://github.com/enthought/pyface/blob/33542a4afd6452f08c18756229253b3d384e0da1/pyface/i_splash_screen.py#L31
Using an
Image
trait here would mean that users could pass image names or paths instead ofImageResource
objects.