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

Projects in Awesome Lists by jimblandy

A curated list of projects in awesome lists by jimblandy .

https://github.com/jimblandy/context-switch

Comparison of Rust async and Linux thread context switch time.

async context-switches linux measure rust-async thread

Last synced: 15 May 2025

https://github.com/jimblandy/perf-event

perf-event: a Rust interface to Linux performance monitoring

Last synced: 13 Apr 2025

https://github.com/jimblandy/golly

Golly, a Game of Life simulator

Last synced: 22 Mar 2025

https://github.com/jimblandy/debuggerdocs

Mozilla JavaScript Debugging Documentation

Last synced: 18 Mar 2025

https://github.com/jimblandy/exercises

Exercises for Rust tutorial

Last synced: 11 Apr 2025

https://github.com/jimblandy/chat

Toy chat client and servers, in both sync and async style.

Last synced: 11 Apr 2025

https://github.com/jimblandy/spiral-calendar

Python code to generate a spiral-shaped calendar in SVG.

Last synced: 11 Apr 2025

https://github.com/jimblandy/webgpu-diagrams

Stuff to explain, clarify, and illustrate WebGPU, wgpu, and Naga.

Last synced: 18 Mar 2025

https://github.com/jimblandy/serve-live

Serve a directory of static files, with server-sent events for automatic refresh.

Last synced: 11 Apr 2025

https://github.com/jimblandy/idutils

GNU idutils

Last synced: 11 Apr 2025

https://github.com/jimblandy/coop

A (hopefully) simple exercise for learning assembly language.

Last synced: 18 Mar 2025

https://github.com/jimblandy/advent-of-code-2018

Solutions for Advent of Code 2018 puzzles.

advent-of-code advent-of-code-2018 rust

Last synced: 18 Mar 2025

https://github.com/jimblandy/pdxrust-glium

Demo code for PDXRust Glium presentation.

Last synced: 18 Mar 2025

https://github.com/jimblandy/spirv-mode

Emacs major mode for editing SPIR-V assembly.

emacs-mode spir-v

Last synced: 18 Mar 2025

https://github.com/jimblandy/ordered_mutex

Mutex wrapper that enforces lock ordering, to detect potential deadlocks.

Last synced: 18 Mar 2025

https://github.com/jimblandy/laproscope

A horribly insecure Firefox add-on for debugging chrome code.

Last synced: 18 Mar 2025

https://github.com/jimblandy/benchmark-debugger

Simple benchmarks for SpiderMonkey's Debugger API

Last synced: 18 Mar 2025

https://github.com/jimblandy/mozaloha-lightning-talk

Slides WebGPU lightning talk at MozAloha 2022

Last synced: 18 Mar 2025

https://github.com/jimblandy/play-wasm

Learning wasm from the ground up.

Last synced: 18 Mar 2025

https://github.com/jimblandy/advent-of-code-2021

Solutions to Advent of Code 2021 puzzles.

Last synced: 18 Mar 2025

https://github.com/jimblandy/thread-memory

Measuring the minimal memory overhead of a Linux thread

Last synced: 18 Mar 2025

https://github.com/jimblandy/mock-executor

A hand-written executor for Rust async tasks, and a MockFuture type to use for the primitive futures.

Last synced: 18 Mar 2025

https://github.com/jimblandy/fxsnapshot

Query tool for Firefox heap snapshots.

Last synced: 18 Mar 2025

https://github.com/jimblandy/debuggerpresentation

Materials for explaining the Mozilla Debugger API

Last synced: 18 Mar 2025

https://github.com/jimblandy/chat-mio

A trivial chat program in Rust, using the mio asynchronous I/O crate.

Last synced: 18 Mar 2025

https://github.com/jimblandy/fast-bernoulli-trial

Efficient random sampling with a specified probability, in Rust.

Last synced: 18 Mar 2025

https://github.com/jimblandy/workflow-vm-exploration

What are the properties of the machines GitHub workflows run on?

Last synced: 18 Mar 2025

https://github.com/jimblandy/hack-webgpu

Experiments with the WebGPU JS API.

Last synced: 18 Mar 2025

https://github.com/jimblandy/gen-naga-abstract-type-tests

Generating tests for WGSL automatic conversions

Last synced: 18 Mar 2025

https://github.com/jimblandy/wscript

wgpu scripting language.

Last synced: 18 Mar 2025

https://github.com/jimblandy/play-wayland

Experimentation with Wayland

Last synced: 18 Mar 2025

https://github.com/jimblandy/shared-take-once

`SharedTakeOnce`: a heap-allocated, shared box that can be consumed.

Last synced: 18 Mar 2025

https://github.com/jimblandy/lattice

A Simple Window Manager for Functional Reactive Programming in Rust

Last synced: 18 Mar 2025

https://github.com/jimblandy/jimb-scripts

Random scripts that are a little too specialized to put in my ~/bin.

Last synced: 18 Mar 2025

https://github.com/jimblandy/ex-triangle

Exercise for OSCON 2017 Austin

Last synced: 18 Mar 2025

https://github.com/jimblandy/spirv-tree

UNFINISHED INCOMPLETE parsing of structured statement trees from SPIR-V

Last synced: 18 Mar 2025

https://github.com/jimblandy/tokio-toy

Test program for OSCON 2017

Last synced: 18 Mar 2025

https://github.com/jimblandy/plife

Eugene Langvagen's PLife package, ported to modern C++.

Last synced: 18 Mar 2025

https://github.com/jimblandy/webgpu-validation-tests

Informal testing for WebGPU validation

Last synced: 18 Mar 2025

https://github.com/jimblandy/vet-wgpu

Scripts for vetting wgpu changes

Last synced: 18 Mar 2025

https://github.com/jimblandy/rust-elf

A Rust library for reading ELF files.

Last synced: 18 Mar 2025

https://github.com/jimblandy/timecard

Free-form time card mode for Emacs.

Last synced: 18 Mar 2025

https://github.com/jimblandy/pdxrust-glium-meta

Notes and other metadata for PDXRust Glium presentation.

Last synced: 18 Mar 2025

https://github.com/jimblandy/otoshidama

PDF pattern for an otoshimada envelope

Last synced: 18 Mar 2025

https://github.com/jimblandy/hexes

Simple Glium program that draws a hexagonal grid you can curl up with the mouse.

Last synced: 18 Mar 2025

https://github.com/jimblandy/microcorruption

MPS430 analysis in elisp, for microcorruption.com

Last synced: 18 Mar 2025

https://github.com/jimblandy/oscon-amsterdam-rust-concurrency

Slides for "Concurreny First in Rust" at OSCON Amsterdam 2015

Last synced: 18 Mar 2025

https://github.com/jimblandy/cargo-tree-patch

Example for reproducing https://github.com/sfackler/cargo-tree/issues/27

Last synced: 18 Mar 2025

https://github.com/jimblandy/mika-biology

Answers to my sixth-grade daughter's questions about molecular biology

Last synced: 18 Mar 2025

https://github.com/jimblandy/compiletest-issue-219

Test case for compiletest-rs #219

Last synced: 18 Mar 2025

https://github.com/jimblandy/abramov-redux-tutorial

Code written working through Dan Abramov's Redux tutorial at egghead.io

Last synced: 18 Mar 2025

https://github.com/jimblandy/moz-meta

Personal metadata for Firefox development.

Last synced: 18 Mar 2025

https://github.com/jimblandy/atomic-chunks-mut

A iterator over chunks of an array that can be shared between threads, and is lock-free.

Last synced: 18 Mar 2025

https://github.com/jimblandy/gl-replay

Record and replay for implementations of the gleam::Gl trait.

Last synced: 18 Mar 2025

https://github.com/jimblandy/jstools

JSTools 2013

Last synced: 18 Mar 2025

https://github.com/jimblandy/emath

Toy symbolic math package in Emacs Lisp.

Last synced: 18 Mar 2025

https://github.com/jimblandy/hikari

Miscellaneous wgpu hacks that are meant to be pretty

Last synced: 18 Mar 2025

https://github.com/jimblandy/swgl-replay

Record and replay for WebRender's SWGL (Software GL)

Last synced: 18 Mar 2025

https://github.com/jimblandy/worker-crash

This dumb page crashes debug bulids. Or my debug builds, at least.

Last synced: 18 Mar 2025