Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with typed

A curated list of projects in awesome lists tagged with typed .

https://github.com/stdlib-js/stats-base-dvariancepn

Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.

array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 19 Dec 2024

https://github.com/stdlib-js/iter-to-array-view-right

Fill an array-like object view from right to left with values returned from an iterator.

arr array array-like iter iterate iteration iterator javascript node node-js nodejs stdlib to typed typed-array util utilities utility utils

Last synced: 21 Oct 2024

https://github.com/stdlib-js/stats-base-dsmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 10 Nov 2024

https://github.com/toreda/log

Lightweight TypeScript logger with flexible custom transports.

debugging library log logger loggers logging toreda typed typescript yarn

Last synced: 09 Nov 2024

https://github.com/violet-black/kaiju-scheduler

Asynchronous Python function scheduler and executor

async pep561 python retry scheduler tasks typed

Last synced: 27 Dec 2024

https://github.com/hazae41/integers

Statically typed integer arithmetic (experimental)

arithmetic compile-time integers numbers typed typescript

Last synced: 07 Dec 2024

https://github.com/violet-black/kaiju-app

Python modular application and services

asyncio microservice pep561 python typed

Last synced: 14 Oct 2024

https://github.com/stdlib-js/stats-base-dvarmtk

Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.

array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 18 Oct 2024

https://github.com/dhui/thevent

A typed hierarchical event system for Go

event events go golang hierarchical-events hierarchy typed

Last synced: 21 Dec 2024

https://github.com/stdlib-js/stats-base-sminsorted

Calculate the minimum value of a sorted single-precision floating-point strided array.

domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed

Last synced: 20 Oct 2024

https://github.com/stdlib-js/array-one-to-like

Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.

array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector

Last synced: 27 Oct 2024

https://github.com/stdlib-js/array-one-to

Generate a linearly spaced numeric array whose elements increment by 1 starting from one.

array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector

Last synced: 27 Oct 2024

https://github.com/techno11/simpler-oauth1.0

A back-to-basics approach to OAuth1.0

oauth oauth1 pure-typescript typed typescript

Last synced: 20 Dec 2024

https://github.com/apollo-roboto/python-runrun

A typed command line parser for Python

cli library parser python typed

Last synced: 12 Oct 2024

https://github.com/stdlib-js/stats-base-nanvariancetk

Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.

array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 26 Oct 2024

https://github.com/stdlib-js/blas-ext-base-gapxsumpw

Adds a constant to each strided array element and computes the sum using pairwise summation.

array blas extended javascript math mathematics node node-js nodejs pairwise pw statistics stats stdlib strided strided-array sum summation total typed

Last synced: 12 Nov 2024

https://github.com/stdlib-js/blas-ext-base-sapxsumors

Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.

array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed

Last synced: 12 Nov 2024

https://github.com/stdlib-js/array-zero-to-like

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.

array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector

Last synced: 08 Nov 2024

https://github.com/stdlib-js/array-zero-to

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector

Last synced: 08 Nov 2024

https://github.com/stdlib-js/iter-to-array-view

Fill an array-like object view with values returned from an iterator.

arr array array-like iter iterate iteration iterator javascript node node-js nodejs stdlib to typed typed-array util utilities utility utils

Last synced: 21 Oct 2024

https://github.com/stdlib-js/stats-base-svariancetk

Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.

array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 10 Nov 2024

https://github.com/stdlib-js/stats-base-snanstdevwd

Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford

Last synced: 10 Nov 2024

https://github.com/stdlib-js/blas-ext-base-ssumkbn

Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed

Last synced: 14 Nov 2024

https://github.com/stdlib-js/stats-base-sdsmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed

Last synced: 28 Oct 2024

https://github.com/stdlib-js/stats-base-sstdevyc

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 17 Nov 2024

https://github.com/stdlib-js/utils-inmap-right

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

collection in-place inmap inmapright iterate javascript map mutate node node-js nodejs right stdlib typed typed-array util utilities utility utils

Last synced: 18 Nov 2024

https://github.com/ph-7/compteur-caracteres

Backup from my service 01script.com/compteur-caracteres/ made in 2010. First release is https://github.com/pH-7/ajax-character-counter

ajax-character-counter character-counter characters compteur-caracteres jquery letters php php-character-counter php7 typed typo typography writing writing-tool

Last synced: 18 Nov 2024

https://github.com/tachibana-shin/react-mise

Intuitive, type safe and flexible Store for React

composition-api pinia react redux store typed

Last synced: 21 Nov 2024

https://github.com/marcos4503/backend-response-builder

This is a PHP library that provides an alternative response system to REST or SOAP standards so that Backends written in PHP can return JSON encapsulated responses to Clients. The core idea of this library is to provide a highly standardized, well-structured and typed way to do this, so the Clients can always trust the Backend responses.

alternative api backend builder framework json php response typed

Last synced: 22 Dec 2024

https://github.com/jakubgiminski/collection

Abstract collection class for typed and unique elements

collections php74 typed

Last synced: 28 Sep 2024

https://github.com/xunnamius/error-utils

🛑 A collection of extensible typed generic Error classes with human-readable names that that survive transpilation/minification and show up in stack traces

app apperror application class error errors extensible fetcherror generic named notauthorizederror notfounderror stack trace typed validationerror

Last synced: 31 Dec 2024

https://github.com/lloydlobo/calcy

A calculator app for The Odin Project

calculator odin-project regex sveltekit typed typescript

Last synced: 16 Dec 2024

https://github.com/stdlib-js/utils-inmap

Invoke a function for each element in a collection and update the collection in-place.

array array-like collection in-place inmap iterate javascript map mutate node node-js nodejs stdlib typed typed-array util utilities utility utils

Last synced: 10 Dec 2024

https://github.com/toreda/cache

Simple TTL-based object cache in TypeScript.

cache toreda typed typescript

Last synced: 18 Dec 2024

https://github.com/toreda/adt

Suite of simple yet powerful data structures for TypeScript.

abstract-data-types javascript queue stack typed types typescript typescript-generics yarn

Last synced: 18 Dec 2024

https://github.com/toreda/hardhat-jest

Hardhat plugin to add support for Jest as a test runner with pass-thru command line args.

ethereum hardhat hardhat-plugin jest solidity toreda typed

Last synced: 18 Dec 2024

https://github.com/paficent/tableutils

A robust and strictly typed Luau library with functions specifically designed for manipulating tables.

array dictionary lua luau module roblox static table typed

Last synced: 25 Dec 2024

https://github.com/sscaff1/reason-gesture-wrapper

A React Native Gesture Wrapper written in Reason. This is a demo

gesture-recognition react-native reasonreact typed

Last synced: 09 Nov 2024

https://github.com/stdlib-js/array-to-sparse-iterator-right

Create an iterator from a sparse array-like object, iterating from right to left.

arr array holes iter iterate iteration iterator javascript node node-js nodejs sparse stdlib typed typed-array util utilities utility utils

Last synced: 15 Oct 2024

https://github.com/gozala/json.ts

Types definition for arbirtary JSON

json typed typescript

Last synced: 26 Dec 2024

https://github.com/alorel/mongoose-find-or-throw-plugin

Don't check for nulls when running your Mongoose 5 queries - let rejected promises do it for you.

check find found if mongo mongodb mongoose not null nullcheck or plugin throw typed types

Last synced: 09 Dec 2024

https://github.com/afeiship/react-typed

React for Typed.js.

react typed typed-js

Last synced: 14 Dec 2024

https://github.com/lookininward/ts-demo-drag-drop

A demo project to try out features of TypeScript. It's an app that pulls allows the creation of a list item that can be dragged and dropped from one list to another. (2021)

enums generics inheritance javascript singleton state typed typescript

Last synced: 10 Dec 2024

https://github.com/dergoogler/react-disappear

Detects if the inner children are visible.

react typed typescript

Last synced: 16 Nov 2024

https://github.com/axelo/tslint-jsx-typed-class-name

TSLint rule to provide typed class names for the jsx attribute className. Add more safety to your react components, especially with the css utility library of your choice.

classname css jsx react tachyons-css tailwind-css tslint tslint-rules typed

Last synced: 27 Sep 2024

https://github.com/lue-bird/blog

thoughts lue wrote down

ast blog elm typed typesafe

Last synced: 20 Nov 2024

https://github.com/lukasbach/table-log

CLI logging utility that logs lines as vertically aligned tabular data

cli ink log logging table tabular typed typescript

Last synced: 23 Dec 2024

https://github.com/princeinscripts/my-portfolio

Portfolio Website build using HTML5, CSS3, JavaScript and React

axios css html javascript react react-hot-t react-icons scrollreveal-js typed vanilla-javascript

Last synced: 14 Nov 2024

https://github.com/oskar11120/moq.typed

Cleaner API for Moq using source generators

generate generator mocking mocks moq tdd type typed unittest unittesting

Last synced: 01 Jan 2025

https://github.com/leobenkel/laeta

Agnostic service registry with fully typed retrieval

functional-programming registry scala services typed

Last synced: 15 Nov 2024

https://github.com/dotupnet/dotup-ts-internationalization

Library for typed translation and internationalization

cldr i18n intl numberformat plural-rules pluralization translation typed typescript

Last synced: 11 Nov 2024

https://github.com/systemlight/typed

Simulate the animation effect of typing.

animation typed ui

Last synced: 14 Nov 2024

https://github.com/toreda/rocketlab

Supercharge app tests. Leverage common test cases and datasets to write better tests with fewer lines of code.

jest test-automation test-automation-framework test-tools typed typescript

Last synced: 18 Dec 2024

https://github.com/forthtilliath/cv

CV en HTML/CSS/JS, utilisant les librairies AOE et Typed.

aoe css cv html javascript typed

Last synced: 02 Dec 2024

https://github.com/toreda/prettier-config

Standard Prettier config file for all Toreda NPM package projects. Private internal repo but published publicly for use in our Open Source projects.

prettier standard-config tools toreda typed typescript

Last synced: 18 Dec 2024

https://github.com/jacobgardos/nuxt-kudra

Automated type generation for Nuxt 2

nuxt nuxt-module nuxtjs ts typed typescript volar

Last synced: 22 Dec 2024

https://github.com/toreda/verify

Quick and simple function argument validation for TypeScript.

check toreda typed validation

Last synced: 18 Dec 2024

https://github.com/inspect-js/typed-array-byte-length

Get the byte length of a Typed Array, even in engines without a `.byteLength` method.

array bytelength typed typed-array

Last synced: 05 Nov 2024

https://github.com/andersontr15/tra-typed-fetch

A package that implements common http requests using fetch, allowing for typed responses with TypeScript.

fetch fetch-api fetcher typed typescript

Last synced: 12 Nov 2024