Find, count or verify uppercase and lowercase words in a string
13 production-tested markdown converter factories (blog, case-study, changelog, compare, docs, feature, glossary, integration, legal, pricing, pseo, tool, video) for the Dualmark AEO framework.
Partner Catalyst - Case Study CLI
CLI for creating case study sites
A small, opinionated React kit for research-heavy case study documentation. Cream + red, Clash Display + DM Sans.
Custom JavaScript for the AMMEX case study Webflow page.
This repo is my learning case study on how to release a package in a monorepo.
displays up to three case studies
Custom GSAP animations and TOC linking for the Catalyst case study page on Webflow.
Common functionality for the case-study needed for my bachelor thesis
MCP server for research-agent (case study search). Connect to a deployed research-agent server.
## Installation yarn ``` yarn add @traveloka/validation ``` npm ``` npm i @traveloka/validation --save ```
The Agent Client Protocol (ACP) is a protocol that standardizes communication between *code editors* (interactive programs for viewing and editing source code) and *coding agents* (programs that use generative AI to autonomously modify code).
Calculates an index based the average distances between points in the dataset, thereby providing inference as to whether the data is clustered, dispersed, or randomly distributed within the study area.
Claude Code skill: generate branded customer case studies as PDF or PPTX
Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.
simpleParallax.js is a lightweight and easy-to-use JS library that adds parallax animations to any image.
Download ebook pdf mobi epub Jun Mochizuki The Case Study of Vanitas, Vol. 1 is available now
A little Cypress.io plugin for waiting for network to be idle before continuing with the test
Function sequencing reloaded
All change-case methods bundled in a single module
Enforces module path case sensitivity in Webpack
Hierarchical async context with tree-based inheritance
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Turn messy logs into clean graphs. Plot fields or regex matches over time, mark events, count occurrences — all from your terminal.
Tiny process runner for Linux / Unix-like systems that securely hands off a secret to a child process over a dedicated file descriptor.
Formal symbolic AI implementation with OpenAI-compatible APIs
Nuboard is a free and open-source Jekyll theme with separate pages for showcasing your case studies, portfolio, and podcast.
Oedipus Lex is a lexer generator in the same family as Rexical and Rex. Oedipus Lex is my independent lexer fork of Rexical. Rexical was in turn a fork of Rex. We've been unable to contact the author of rex in order to take it over, fix it up, extend it, and relicense it to MIT. So, Oedipus was written clean-room in order to bypass licensing constraints (and because bootstrapping is fun). Oedipus brings a lot of extras to the table and at this point is only historically related to rexical. The syntax has changed enough that any rexical lexer will have to be tweaked to work inside of oedipus. At the very least, you need to add slashes to all your regexps. Oedipus, like rexical, is based primarily on generating code much like you would a hand-written lexer. It is _not_ a table or hash driven lexer. It uses StrScanner within a multi-level case statement. As such, Oedipus matches on the _first_ match, not the longest (like lex and its ilk). This documentation is not meant to bypass any prerequisite knowledge on lexing or parsing. If you'd like to study the subject in further detail, please try [TIN321] or the [LLVM Tutorial] or some other good resource for CS learning. Books... books are good. I like books.