maintained
There are 436 repositories under maintained topic.
jaydenseric/apollo-upload-client
A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).
jaydenseric/graphql-upload
Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
jaydenseric/graphql-multipart-request-spec
A spec for GraphQL multipart form requests (file uploads).
jaydenseric/graphql-react
A GraphQL client for React using modern context and hooks APIs that is lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.
exercism/java
Exercism exercises in Java.
zopefoundation/ZODB
Python object-oriented database
exercism/elixir
Exercism exercises in Elixir.
exercism/javascript
Exercism exercises in JavaScript.
exercism/ruby
Exercism exercises in Ruby.
exercism/haskell
Exercism exercises in Haskell.
zopefoundation/Zope
Zope is an open-source web application server.
zopefoundation/zope.interface
Interfaces for Python
exercism/c
Exercism exercises in C.
exercism/cpp
Exercism exercises in C++.
GSA/govt-urls
Most government websites end in .gov or .mil, but many do not. This repo contains USA.gov's list of public government domains and URLs that don't end in .gov or .mil.
CondeNast/atjson
atjson is a living content format for annotating content
exercism/clojure
Exercism exercises in Clojure.
jaydenseric/ruck
Ruck is an open source buildless React web application framework for Deno.
exercism/php
Exercism exercises in PHP.
exercism/elm
Exercism exercises in Elm.
exercism/bash
Exercism exercises in Bash.
zopefoundation/z3c.rml
An alternative implementation of RML
wzhouwzhou/one-line-wonders
OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
exercism/ocaml
Exercism exercises in OCaml.
exercism/gleam
Exercism exercises in Gleam.
seamapi/seam-cli
Command line interface for the Seam API
jaydenseric/next-graphql-react
A graphql-react integration for Next.js.
exercism/abap
Exercism exercises in ABAP.
exercism/crystal
Exercism exercises in Crystal.
zopefoundation/transaction
Generic transaction implementation for Python.
exercism/julia
Exercism exercises in Julia.
GSA/search-gov
Source code for the GSA's Search.gov search engine
jaydenseric/find-unused-exports
A Node.js CLI and equivalent JS API to find unused ECMAScript module exports in a project.
exercism/zig
Exercism exercises in Zig.
jaydenseric/extract-files
A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instances.