AI-powered code teaching system scaffolder - installs teacher skills for Claude Code
study code ,cashier beans
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.
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).
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.
A little Cypress.io plugin for waiting for network to be idle before continuing with the test
## Installation yarn ``` yarn add @traveloka/validation ``` npm ``` npm i @traveloka/validation --save ```
Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.
A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.
A plugin for adding CSRF protection to Fastify.
Study Assist UI: a context provider plus `AssistContent` component for rendering prompt chips, flashcards, and quizzes returned by an assistant backend.
simpleParallax.js is a lightweight and easy-to-use JS library that adds parallax animations to any image.
Function sequencing reloaded
Electronegativity is a tool to identify misconfigurations and security anti-patterns in Electron applications
Evaluate Content Security Policies for a wide range of bypasses and weaknesses
Hierarchical async context with tree-based inheritance
SAX based evented streaming JSON parser in JavaScript (browser and node)
The command-line interface for ish
A code coverage tool for ES6 (babel)
D3 plugin which computes a Weighted Voronoi tesselation
specialized reusable app framework for creating robot trading webapps
Database layer for vue-skuilder
[](https://www.npmjs.com/package/@rssa-project/study-template) [](https://opensource.org/licenses/MIT)
A client side A/B tester
Test-driven learning is a way to master a programming language by writing unit tests around its API's. shubox lowers the barrier to entry for test-driven learning by providing a basic infrastructure in which to start coding: A directory structure, some classes and unit tests to get started, and a build script. shubox currently creates environments for Ruby and Java, but can easily be extended to any language that lends itself to unit testing. shubox is built on newgem, so extending the framework is as simple as creating new generator scripts. After installing shubox and generating a testing environment, you'll start off with some passing tests that exercise parts of the language's API. Write new learning tests, naming each method with the intent of the lesson, then write the code that makes a test pass. Can you complete the lesson again from memory? If not, you may need to study the concept more closely and implement the tests again. According to {a paper by Karpicke and Roediger}[http://psych.wustl.edu/memory/Roddy%20article%20PDF's/Karpicke_Roediger_2008_Science.pdf], "repeated retrieval practice led to greater than 150% improvements in long-term retention than studying alone. ...Although educators and psychologists often consider testing a neutral process that merely assesses the contents of memory, practicing retrieval during tests clearly produces more learning than additional encoding or study once an item has been recalled." shubox makes repeated testing easy by providing built-in test cleaners that delete your test implementations, while keeping comments and test names to express the intent of the test.
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.
No description provided.
No description provided.
No description provided.
No description provided.