Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / a-luna 36 repositories

Full Stack Developer (Typescript/Vanilla JS, Svelte, Python)

a-luna/vig-api

API that provides read-only access to MLB data collected with vigorish

Language: Python - Size: 3.11 MB - Last synced: 2 days ago - Pushed: 2 days ago - Stars: 0 - Forks: 0

a-luna/unicode-api

REST API providing detailed information about unicode characters

Language: Python - Size: 4.63 MB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 1 - Forks: 0

a-luna/vigorish

MLB data web scraper, Python CLI application

Language: Python - Size: 23.8 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 2 - Forks: 2

a-luna/fastapi-redis-cache

A simple and robust caching solution for FastAPI that interprets request header values and creates proper response header values (powered by Redis)

Language: Python - Size: 74.2 KB - Last synced: 24 days ago - Pushed: 25 days ago - Stars: 142 - Forks: 23

a-luna/a-luna

Language: Python - Size: 884 KB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 1

a-luna/flask-api-tutorial

Boilerplate for a Flask REST API with JWT-based authentication, built with SQLAlchemy, Flask-RESTx, PyJWT, and pytest. This is a companion repo for a multi-part tutorial series on my personal website.

Language: Python - Size: 40 KB - Last synced: 25 days ago - Pushed: about 2 years ago - Stars: 71 - Forks: 20

a-luna/async-file-server

Light-weight, cross-platform (NET Core 2.1) C# Asynchronous file server and text messaging platform. Utilizes custom extension methods which wrap asynchronous TCP socket method pairs, providing the benefits of the Task Parallel Library (TPL) to socket programming.

Language: C# - Size: 962 KB - Last synced: 25 days ago - Pushed: about 5 years ago - Stars: 10 - Forks: 7

a-luna/svelte-simple-tables

Accessible, sortable, paginated table component (created with sveltekit)

Language: TypeScript - Size: 3.58 MB - Last synced: 7 days ago - Pushed: 3 months ago - Stars: 2 - Forks: 1

a-luna/umami Fork of umami-software/umami

Umami is a simple, fast, privacy-focused alternative to Google Analytics.

Language: TypeScript - Size: 12.2 MB - Last synced: 25 days ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

a-luna/console-progress-bar

Customizable progress bar for C# console applications (.NET Core 2.0). Includes a basic progress bar which can be used for any long-running task and a file transfer progress bar that detects when the transfer has stalled, firing an event that the client can subscribe to.

Language: C# - Size: 75.2 KB - Last synced: 25 days ago - Pushed: over 4 years ago - Stars: 20 - Forks: 10

a-luna/flask-restapi-jwt

Boilerplate flask project for a REST API with JWT-based authentication

Language: Python - Size: 932 KB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

a-luna/github-stats-transparent Fork of rahul-jha98/github-stats-transparent

Automatically generate summary GitHub statistics images for your profile using Actions, no server required

Size: 571 KB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

a-luna/svelte-base64

A simple application using svelte 3.0, that encodes/decodes ASCII text or hex strings to/from base64 and provides reactive ui components to help illustrate the encoding process.

Language: Svelte - Size: 3.14 MB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 2

a-luna/portfolio-site

DEPRECATED

Language: Svelte - Size: 95.2 MB - Last synced: 25 days ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

a-luna/svelte-base64-ts

(DEPRECATED) Re-implementation of my svelte-base64 application, updated to use sveltekit and typescript

Language: TypeScript - Size: 2.71 MB - Last synced: 25 days ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

a-luna/svelte-mono

Monorepo for sveltekit component libraries and sites that depend on them

Language: TypeScript - Size: 97.6 MB - Last synced: 25 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

a-luna/sveltekit-monorepo Fork of swyxio/sveltekit-monorepo

sveltekit + turborepo + histoire in a turborepo

Size: 93.8 KB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

a-luna/svelte-color-tools

Svelte component library containing helpful ColorPicker and ColorPalette components.

Language: TypeScript - Size: 1.97 MB - Last synced: 25 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

a-luna/bookit Fork of leveluptuts/bookit

A UI component explorere desiged specifically for Svelte Kit, not spooky

Size: 154 KB - Last synced: 25 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

a-luna/aaronluna.dev

My personal website/blog/portfolio, built with Hugo

Language: CSS - Size: 155 MB - Last synced: 25 days ago - Pushed: 5 months ago - Stars: 3 - Forks: 2

a-luna/packer-examples

Packer templates which create machine images running various applications, e.g., LEMP stack with Bedrock-Wordpress fully-configured, ready to install immediately upon instancing.

Language: Shell - Size: 55.7 KB - Last synced: 25 days ago - Pushed: about 5 years ago - Stars: 7 - Forks: 9

a-luna/flask-api-tutorial-old

Boilerplate for a Flask REST API with JWT-based authentication, focused on test-coverage and CI via pytest, tox, and github actions.

Language: Python - Size: 52.7 KB - Last synced: 25 days ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

a-luna/vig-data

Web application for interacting with MLB data collected with vigorish. Built with SvelteKit as an opportunity to learn the new framework and ESM tooling.

Language: TypeScript - Size: 1.97 MB - Last synced: 25 days ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

a-luna/python-playground

My implementations of projects and exercises from the book Python Playground by Mahesh Venkitachalam

Language: Python - Size: 2.93 KB - Last synced: 25 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

a-luna/svelte-simple-tables-docs

Interactive docs site for @a-luna/svelte-simple-tables (svelte component library for paginated, sortable tables)

Language: TypeScript - Size: 1010 KB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

a-luna/svelte-toy Fork of leveluptuts/svelte-toy

A toy for svelte data stores

Size: 90.8 KB - Last synced: 25 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

a-luna/aaronluna.dev-v2

Rewriting my blog/portfolio site in sveltekit

Size: 0 Bytes - Last synced: 25 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

a-luna/svelte-simple-datatables Fork of vincjo/svelte-simple-datatables

A Datatable component for Svelte

Size: 954 KB - Last synced: 25 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

a-luna/smui-example-sveltekit Fork of hperrin/smui-example-sveltekit

SMUI SvelteKit Example

Size: 154 KB - Last synced: 25 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

a-luna/aaronluna-common

Utility classes and custom extension methods, this repository is used as a submodule in my other projects.

Language: C# - Size: 106 KB - Last synced: 25 days ago - Pushed: about 5 years ago - Stars: 1 - Forks: 1

a-luna/dotnetcore-crypto

.NET Core 2.0 class library containing an implementation of SHA-3 hashing functions and file encryption methods which employ both AES and RSA algorithms to maximize data security and computational efficiency.

Language: C# - Size: 123 KB - Last synced: 25 days ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

a-luna/bullet Fork of bchao1/bullet

🚅 Interactive prompts made simple. Build a prompt like stacking blocks.

Size: 1.3 MB - Last synced: 25 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

a-luna/glyphhanger Fork of filamentgroup/glyphhanger

Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.

Size: 429 KB - Last synced: 25 days ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

a-luna/hugo-lunr Fork of dgrigg/hugo-lunr

Node module for creating lunr.js search indexes for static Hugo sites

Size: 7.81 KB - Last synced: 25 days ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

a-luna/utterances Fork of utterance/utterances

:crystal_ball: A lightweight comments widget built on GitHub issues

Size: 2.21 MB - Last synced: 25 days ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

a-luna/flask-restplus Fork of noirbizarre/flask-restplus

Fully featured framework for fast, easy and documented API development with Flask

Language: Python - Size: 1.22 MB - Last synced: 25 days ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0