Here are
231 public repositories
matching this topic...
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
Cast android code and resource changes to the running application through ADB.
Updated
Mar 10, 2018
Python
Functional programming style pattern-matching library for C++
Specification for common algebraic structures in JavaScript based on Fantasy Land
Updated
Oct 29, 2019
JavaScript
Algebraic data types for C99
Updated
Mar 30, 2022
HTML
Utility types for functional TypeScript
Updated
May 5, 2022
TypeScript
Bootstrapped algebraic data types for Elixir
Updated
Jan 30, 2022
Elixir
The repository algorithms implemented on the Go
Variant types in TypeScript
Updated
Jun 2, 2022
TypeScript
Collection of abstract data structures implemented in Java
Updated
Dec 28, 2020
Java
Algebraic Data Types for Elixir: Both functional and fun.
Updated
Apr 28, 2022
Elixir
ADT sum type in typescript
Updated
Apr 9, 2022
TypeScript
Algebraic data type (ADT) to represent the state of data that is loading from/to remote sources/destinations
Updated
May 18, 2021
Kotlin
Tools for fetching data from remote sources in Reason
Updated
May 11, 2021
Reason
Scala 3 workshop presenting the top new features of the language.
Updated
May 29, 2021
Scala
Sample project demonstrating the Unreal Engine plug-in for Azure Digital Twins
Updated
Mar 26, 2022
TypeScript
Abap Developer Tools client
Updated
May 3, 2022
TypeScript
ABAP Favorites Eclipse Plugin
Updated
Apr 25, 2022
Java
Homebridge security system platform for ADT Pulse
Updated
May 24, 2022
JavaScript
Updated
May 31, 2022
Java
Fast strong typed 'Either' data structure for typescript and flow
Updated
Dec 11, 2017
JavaScript
Expands haskell-syntax ADTs to typescript equivalent types definitions using gcanti/fp-ts-codegen
Updated
May 20, 2019
TypeScript
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
Updated
Mar 27, 2022
TypeScript
一款采用Material Design设计风格的记事本App
Updated
Aug 10, 2017
Java
This is a package of command saved on a bat file to help you export your swf project and its dependency without need to open your IDE
Updated
Oct 2, 2021
ActionScript
ABAP Search and Analysis tools (Backend for ADT Plugin)
Updated
May 31, 2022
ABAP
The ADTConverter is deprecated and no longer supported
Improve this page
Add a description, image, and links to the
adt
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
adt
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function
getPropOrError
(andgetPathOrError
). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.Describe the solution you'd like
`getPropOrError :: String -> a