Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by zeusdeux

A curated list of projects in awesome lists by zeusdeux .

https://github.com/zeusdeux/isinviewport

An ultra-light jQuery plugin that tells you if an element is in the viewport but with a twist.

jquery jquery-plugin viewport

Last synced: 30 Oct 2024

https://github.com/zeusdeux/use-is-in-viewport

A react hook to find out if an element is in a given viewport with a simple api.

hooks intersection-observer react react-hooks viewport

Last synced: 01 Nov 2024

https://github.com/zeusdeux/fuzzy-dropdown

Converts a select box into a fuzzy searchable dropdown (using https://github.com/zeusdeux/subsequence-search)

Last synced: 27 Oct 2024

https://github.com/zeusdeux/observe-element-in-viewport

Wrapper around IntersectionObserver to hide away its weirdness and increase ease of usability

intersection-observer intersectionobserver viewport

Last synced: 27 Oct 2024

https://github.com/zeusdeux/jwt-example

Playing with user registration, login/logout, auth, etc using JWTs, serverless functions & faunadb as the data store.

faunadb jwt jwt-bearer-tokens lambda now serverless zeit

Last synced: 27 Oct 2024

https://github.com/zeusdeux/md-toc

Generate a GitHub compatible table of contents from headings in a markdown file. Tie into a pre-commit hook for max level awesome!

cli contents husky lint-staged markdown pnpm pre-commit pre-commit-hook

Last synced: 27 Oct 2024

https://github.com/zeusdeux/subsequence-search

Search for a given subsequence in a list of strings and transform the resulting list as required

Last synced: 27 Oct 2024

https://github.com/zeusdeux/lazit

Lazy composable operations on iterators/generators.

Last synced: 27 Oct 2024

https://github.com/zeusdeux/auto-curry

Supercharge your functions by giving them the ability to auto-curry

Last synced: 27 Oct 2024

https://github.com/zeusdeux/screenie

Serverless puppeteer for screenshots and profit!

chrome-headless now puppeteer serverless zeit

Last synced: 27 Oct 2024

https://github.com/zeusdeux/token-boy

Serves 'n' bit tokens, either digested or not.

Last synced: 27 Oct 2024

https://github.com/zeusdeux/whichtriangle

A small jQuery plugin that helps you divide an element into four triangles and test co-ordinates on them.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/ts-seed-project

A seed project that uses Typescript

javascript jest prettier seed tslint typescript

Last synced: 31 Oct 2024

https://github.com/zeusdeux/preach

A lightweight pubsub utility for node and the browser.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/zeit-graphql

A GraphQL wrapper around Zeit's documented REST APIs

apollo-server graphql graphql-tools zeit zeithq

Last synced: 27 Oct 2024

https://github.com/zeusdeux/serverless-graphql

Use GraphQL without a server, directly from anywhere to any API.

experimental graphql

Last synced: 27 Oct 2024

https://github.com/zeusdeux/blog.mudit.xyz

My blog

Last synced: 27 Oct 2024

https://github.com/zeusdeux/ssr-on-zeit

Simple example of SSR React app using es6 modules running on the @zeit platform

lamda react ssr zeit zeit-now

Last synced: 31 Oct 2024

https://github.com/zeusdeux/til.mudit.xyz

A collection of my TILs

now-cli react serverless ssr til zeit

Last synced: 27 Oct 2024

https://github.com/zeusdeux/vip

A small language with a handwritten lexer, parser, compiler and custom bytecode interpreting vm

Last synced: 31 Oct 2024

https://github.com/zeusdeux/pimp

A simple (P)romise/A+ spec (imp)lementation

Last synced: 31 Oct 2024

https://github.com/zeusdeux/rclang

An interpreted language built during the "Build an interpreted language" sessions @recursecenter

Last synced: 31 Oct 2024

https://github.com/zeusdeux/echo-server

An echo http and ws server using nginx for SSL termination in prod deployed using docker

docker docker-container echo-http echo-server letsencrypt nginx ssl ssl-termination ws-server

Last synced: 31 Oct 2024

https://github.com/zeusdeux/c-libs

stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.

arena-allocator c clibrary dynamic-array gap-buffer stb stb-style string-builder string-view

Last synced: 31 Oct 2024

https://github.com/zeusdeux/jit-example-macos-arm64

Playing around with some JIT-ting (using mmap) on macOS with Apple Silicon (tested on M1)

Last synced: 31 Oct 2024

https://github.com/zeusdeux/zulip-pairing-bot

A zulip bot that helps people find others to pair with.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/deno-emacs-test

Deno + Emacs demo project

Last synced: 31 Oct 2024

https://github.com/zeusdeux/chaicode

A quick web prototyping tool which updates live across devices without the need to refresh.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/duplexer3

A streams2, readable <--> writable duplexer.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/kebabful

Full of kebabs!

Last synced: 31 Oct 2024

https://github.com/zeusdeux/wasm-experiments

Silly experiments with Rust -> wasm using wasm-pack

Last synced: 31 Oct 2024

https://github.com/zeusdeux/diffc

Colored diff output as seen in git-diff

Last synced: 31 Oct 2024

https://github.com/zeusdeux/qckmeddler

qckMeddler (qwik med-lur), n. A live HTML, CSS and Javascript editor.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/stupidvm

Stupid li'l VM to learn how stack based VMs work

Last synced: 31 Oct 2024

https://github.com/zeusdeux/goodreads-graphql

Learning about graphql by building a server between the user and the Goodreads REST api

Last synced: 31 Oct 2024

https://github.com/zeusdeux/moks

An interpreted language written @recursecenter

Last synced: 31 Oct 2024

https://github.com/zeusdeux/nvc

Naive version control. Just an experiment at Recurse Center.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/i.maybea.dev

A 301 redirect to my websites

now redirect zeithq

Last synced: 31 Oct 2024

https://github.com/zeusdeux/c-interpreter

Interpret a small subset of C just for some quick checks

Last synced: 31 Oct 2024

https://github.com/zeusdeux/create-ts-project

Create a Typescript project using https://github.com/zeusdeux/ts-seed-project

Last synced: 31 Oct 2024

https://github.com/zeusdeux/schema-check

Checks for schema.org schemas on a page and all the links on that page

Last synced: 31 Oct 2024

https://github.com/zeusdeux/react-ssr

Playing with react ssr and server side bundling with webpack

react server-side-rendering ssr static-site

Last synced: 31 Oct 2024

https://github.com/zeusdeux/sorts-and-more

Sorting algorithms implemented in a few languages

Last synced: 31 Oct 2024

https://github.com/zeusdeux/github-workflows-and-actions-playground

A repo for me to experiment with GitHub Workflows and GitHub Actions

Last synced: 31 Oct 2024

https://github.com/zeusdeux/docker-playground

A repo that holds things I learn about docker and docker-compose

Last synced: 31 Oct 2024

https://github.com/zeusdeux/insuranceapp

An app to play with Object.observe and other goodies (only works in Chrome Canary for now).

Last synced: 31 Oct 2024

https://github.com/zeusdeux/blr

Language created at bangalorejs

Last synced: 31 Oct 2024

https://github.com/zeusdeux/c-node-native-addon-example

Simple Node.js native addon written in C

Last synced: 31 Oct 2024

https://github.com/zeusdeux/lisp99problems

Solutions to the 99 lisp problems in Clojure

Last synced: 31 Oct 2024

https://github.com/zeusdeux/mystatus

Mobile app that lets me update https://status.mudit.xyz

Last synced: 31 Oct 2024

https://github.com/zeusdeux/random

Contains random stuff I write

Last synced: 31 Oct 2024

https://github.com/zeusdeux/moks-mode

Emacs mode for moks programming language

Last synced: 31 Oct 2024

https://github.com/zeusdeux/gradlew-tab-completion

Tab completion for gradlew

Last synced: 31 Oct 2024

https://github.com/zeusdeux/ttt

Tic tac toe server

Last synced: 31 Oct 2024

https://github.com/zeusdeux/template-to-collection

Object, Map and WeakMap creation sugar using tagged template string

Last synced: 31 Oct 2024

https://github.com/zeusdeux/demo-backbone-app

A demo backbone app to teach myself some backbonejs goodness.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/colorfad.in

Color fading goodness

Last synced: 31 Oct 2024

https://github.com/zeusdeux/begin-basic-crud-app

Begin app

Last synced: 31 Oct 2024

https://github.com/zeusdeux/eddy

A silly little editor to learn about programming editors

Last synced: 31 Oct 2024

https://github.com/zeusdeux/jsdom-ajax-issue

Repo to explain jsdom/issues/801 in detail

Last synced: 31 Oct 2024

https://github.com/zeusdeux/ud

Urban Dictionary cli written in Haskell

Last synced: 31 Oct 2024

https://github.com/zeusdeux/re2

Automatically exported from code.google.com/p/re2

Last synced: 31 Oct 2024

https://github.com/zeusdeux/streamfile-vapor

Stream a file to the browser using tail

Last synced: 31 Oct 2024

https://github.com/zeusdeux/simple-cellular-automata

Simple one dimensional automata

Last synced: 31 Oct 2024

https://github.com/zeusdeux/wagwan.club

wagwan fam!

wagwan

Last synced: 31 Oct 2024

https://github.com/zeusdeux/pnpm-esmo-issue

Example repo to reproduce esmo not working with pnpm install semantics

Last synced: 31 Oct 2024

https://github.com/zeusdeux/sf-movies

Shows on a map where movies have been filmed in SF

Last synced: 31 Oct 2024

https://github.com/zeusdeux/my-st3-packages

Just my Package Control.sublime-settings file

Last synced: 31 Oct 2024

https://github.com/zeusdeux/gatsby-mdx-blog

A blog with Gatsby and MDX

Last synced: 31 Oct 2024

https://github.com/zeusdeux/status.mudit.xyz

Am I up? Asleep? Go find out!

Last synced: 31 Oct 2024

https://github.com/zeusdeux/rust-my-lang

An attempt to build a simple interpreted language to teach myself some Rust

Last synced: 31 Oct 2024

https://github.com/zeusdeux/pbook

Last synced: 31 Oct 2024

https://github.com/zeusdeux/simple-chat

Simple chat with multiple backends supporting REST endpoints, GraphQL & Falcor

Last synced: 31 Oct 2024

https://github.com/zeusdeux/release2spec

Release 2.x specification

Last synced: 31 Oct 2024

https://github.com/zeusdeux/testauthapp

A small app to teach a friend about session based simple auth in express

Last synced: 31 Oct 2024

https://github.com/zeusdeux/scoobie

Node.js based scraper goodness

Last synced: 31 Oct 2024

https://github.com/zeusdeux/jimmy

A simple react based static site generator built to understand static site generation.

react server-side-rendering simple ssr static-site-generator

Last synced: 31 Oct 2024

https://github.com/zeusdeux/my-graphql-playground

My personal local graphql playground

Last synced: 31 Oct 2024

https://github.com/zeusdeux/mirroronimgur

A bot that mirrors urls tweeted at it on imgur

Last synced: 31 Oct 2024

https://github.com/zeusdeux/zeusdeux

🐴 🕶️ 🤷🏼‍♂️ ✨

Last synced: 31 Oct 2024

https://github.com/zeusdeux/scott-pilgrim-quotes-as-a-service

Scott Pilgrim vs. the World quotes as a service. Because it's only the best movie ever!

Last synced: 27 Oct 2024

https://github.com/zeusdeux/password-manager

A simple password manager built on gpg as an electron app

Last synced: 31 Oct 2024

https://github.com/zeusdeux/mood.mudit.xyz

Mood board

Last synced: 31 Oct 2024

https://github.com/zeusdeux/experiments-in-vm

Experiments inside my vagrant box

Last synced: 31 Oct 2024

https://github.com/zeusdeux/linkshortner

Shortens links. Surprise! Just another experiment @recursecenter

Last synced: 31 Oct 2024

https://github.com/zeusdeux/get-now-json

An endpoint that returns a now.json file based on passed query params.

lambda now serverless typescript zeit zeit-now

Last synced: 31 Oct 2024

https://github.com/zeusdeux/autoslider.js

A simple image slider.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/testrepo

test repo for raj

Last synced: 31 Oct 2024

https://github.com/zeusdeux/ts-playground

Open the project in vscode and play. No config. No bs.

Last synced: 31 Oct 2024

https://github.com/zeusdeux/c-playground

Playground for trying out ideas, tests, concepts, etc in C

Last synced: 31 Oct 2024

https://github.com/zeusdeux/__proto__-chain-demystified

A few tests that I wrote to clarify my doubts about the __proto__ chain and __proto__ vs prototype debate

Last synced: 31 Oct 2024