Addy is a web app that enhances the addressing system of the world. Instead of remembering long addresses, Addy generates a unique 7-digit code based on the latitudinal and longitudinal coordinates of any position. The code is so accurate that every build
Mediator based client-side MVC framework heavily inspired by Addy Osmani's talks on Aura.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Reduce a list of values using promises into a promise for a value
> Helping you select an MV\* framework
Pick random items from a list
Evaluates how long the browser will execute your javascript code
Deprecated package for training, deploying, and querying open source LLMs with private data.
Single File Web Components
TypeScript definitions for svg-path-bounding-box
Flexible event management. Implementation of the mediator pattern.
☁️ Install Caddy as an npm package
Easy to Remember, Readable UUIDs, that are Shakespearean gramatically correct sentences 🥳
Publish/Subscribe UMD package
Eleventy plugin to extract and inline critical CSS from your HTML templates
No description provided.
Get perfect function for adding two numbers
83lw4y
AEO benchmark aggregator. One scan, every score. Collects agentic-seo, Cloudflare, Fern, Vercel, and AgentGrade in one report.
**Production-grade engineering skills for AI coding agents.**
Detect stale references and context rot in AGENTS.md files. Keep your AI coding agents accurate and cost-efficient.
MEAN stack generator for Yeoman with gulp. Follows the Best Practice Recommendations for Angular App Structure
Webpack plugin for the critical CSS inliner library.
PostHTML plugin to add native lazyload attribute
POSIX interrupt handling that is both safe and ergonomic.
A declarative instruction set decoder and disassembler generator
Local DNS management with profiles, wildcards, and system detection
Build script helper for generating instruction decoders from .chipi files in Rust projects
CLI tool for generating instruction decoders from .chipi files
Core library for chipi: parser, IR, and code generation backends for instruction decoder generation
A multi-architecture JIT assembler library for runtime code generation
A RISC-V REPL and emulation library ... a work in progress!
Rubbler is a RISC-V assembler written in Rust 🦀. This library was written with the main purpose of embedding a simple RISC-V assembler inside of a RISC-V CPU test bench code written with verilator.
A high-performance 128-bit RISC-V virtual machine implemented in Rust, featuring custom instruction set extensions and advanced memory management.
An extension to lib_rv32 which provides an assembler.
Extension to lib_rv32 that provides an MCU implementation
# Addy Allows pretty summations. Instead of writing: (1..5).inject(0) do |memo, num| memo + (num**num) end You write: sum(1..5) do |num| num**num end Personally, I would rather write the latter. ## Usage Install the gem: gem install addy Then use it! require 'addy' class MyClass #include it in a class or in Object to get it everywhere include Addy def my_awesome_adder(range) sum(range) end end When you include addy on a class that implements inject, you don't even need to pass a value to it. Instead it calls sum on your class. require 'addy' class MyClass < Range include Addy def my_awesome_adder sum end end ### Calling It You can call either sum or summation. They're aliases for the same thing. Note: The following assumes Addy is included into Range. When you pass a block to sum it will execute the block on the current number before adding it to the sum. sum(1..5) {|num| num + 1} #=> 20 (1..5).sum {|num| num + 1} #=> 20 You don't have to pass a block though! #this sum(1..5) #=> 15 #and (1..5).sum #=> 15 #are equivalent to sum(1..5) {|num| num} #=> 15 #and (1..5).sum {|num| num} #=> 15 ### Input Ranges and numeric arrays both work well. sum(1..5) #=> 15 sum([1,2,3,4,5]) #=> 15 ## Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. ## Copyright Copyright (c) 2010 Allen Madsen. See LICENSE for details. PS: Isn't it ridiculous how much documentation I wrote for one function?
Parse youtube addresses and generate embed html code
Include this gem in your Lambda code to provide generic functionality, standardize code, and expedite development
Provides a wrapper for making queries to apis and local data.
Cute command line IP addy getter.
CouchSurfer provides an ORM for CouchDB, as well as supporting association and validation declarations.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.