This repo contains several broken files for testing purposes
Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.
Info about node `exports` field support: version ranges, categories, etc.
Word Processing Document library
TypeScript definitions for broken-link-checker
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
An Astro integration that checks for broken internal and external links during static builds.
Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.
Cross platform child_process#spawn and child_process#spawnSync
Fast and tiny fuzzy-search utility
A Babel preset that targets modern browsers by fixing engine bugs.
List files and directories inside the specified directory
Detect broken links in markdown files
Find broken links, missing images, etc in your HTML.
Uncover broken links in your content.
Static checking for broken internal links
A library for efficiently walking a directory recursively
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Fix broken Hermes engine TypedArray implementation for React Native
A lightweight library that provides tools for organizing asynchronous code
A node library and command line tool to test the integrity of your internal an external hyperlinks
Common UI components used across Perses features
NodeJS class for parsing iCalendar/ICS files
i18n translation messages check
Detect broken links into Markdown files.
Using this tool, changelogs can be created from a single project's changelog folder, or alternatively, multiple directories can be provied to collate all entries together.
An Xcode Project and Workspace Generator
RuboCop formatter displaying green hearts for files with no offenses and broken red hearts for files with problems in them.
RAliasFile is a C extension to Ruby aimed to resolve alias file on Mac OS X 10.+. It also provides means to check if the alias file is broken, it's target is a folder or file, the given path does exists.
xclinter lints various possible problems of xcodeprojects, e.g. broken strings files, unavailable images or unused images.
A library for working with LC/MS runs. Part of mspire. Has parsers for mzXML v1, 2, and 3, mzData (currently broken) and mzML (planned). Can convert to commonly desired search output (such as mgf). Fast random access of scans, and fast reading of the entire file.
This is a list of attributes for lvm objects. They are generated from the source code and broken down by version. At their core these files exist to determine which arguments to pass lvs/vgs/pvs and the subsequent type conversions. Currently this is split from the main ruby-lvm gem since these files require updating to follow LVM2 releases.
rails-ai-context turns your running Rails app into the source of truth for AI coding assistants. Instead of guessing from training data or stale file reads, agents query 38 live tools (via MCP server or CLI) to get your actual schema, associations, routes, inherited filters, conventions, and test patterns. Semantic validation catches cross-file errors (wrong columns, missing partials, broken routes) before code runs — so AI writes correct code on the first try. Auto-generates context files for Claude Code, Cursor, GitHub Copilot, OpenCode, and Codex CLI. Works standalone or in-Gemfile.
Belletrist is a collection of Ruby DSLs for generation of different data file types. Currently, HTML and JSON are supported but that will grow as my needs do, or if other people want or contribute any other DSLs. It is important to note that Belletrist has a focus on performance, not correctness. Belletrist ascribes to the rule of "what goes in, must come out", and as such Belletrist DSLs must output well-formed documents so long as the developer provides Belletrist valid input. If that contract is broken the result is undefined.
== FEATURES/PROBLEMS: * Order types supported: buy, short, sell and cover * Pulls real-time stock quotes from Yahoo! Finance == SYNOPSIS: Fantasy Stock Exchange app on Facebook (by HedgeStop.com): http://apps.facebook.com/hedgestop/ As of this writing, the Fantasy Stock Exchange application on Facebook does not allow one to place stop-limit orders or otherwise automatically trigger a buy/sell or cover/short order based upon specified prices. FSX Trader, when combined with a periodic cron job, can make these trades for you. Simply configure your trades in the '~/.fsx_trader.yml' file and they will happen automatically whenever FSX Trader is run AND conditions for making a trade (as specified via the config file) have been met. Note: fsxtrader of course depends upon the external HTML form variables of the FSX App and Facebook login page. If these variables have changed, fsxtrader be temporarily broken until the gem can be updated. A programmatic API into FSX would be ideal, but is currently not yet offered by HedgeStop. == REQUIREMENTS:
= id3lib-ruby id3lib-ruby provides a Ruby interface to the id3lib C++ library for easily editing ID3 tags (v1 and v2) of MP3 audio files. The class documentation starts at ID3Lib::Tag. == Features * Read and write ID3v1 and ID3v2 tags * Simple interface for adding, changing and removing frames * Quick access to common text frames like title and performer * Custom data frames like attached picture (APIC) * Pretty complete coverage of id3lib's features * UTF-16 support (warning: id3lib writes broken UTF-16 frames) * Windows binary gem available The CHANGES file contains a list of changes between versions. == Installation See INSTALL. == Online Information The home of id3lib-ruby is http://id3lib-ruby.rubyforge.org == Usage require 'rubygems' require 'id3lib' # Load a tag from a file tag = ID3Lib::Tag.new('talk.mp3') # Get and set text frames with convenience methods tag.title #=> "Talk" tag.album = 'X&Y' tag.track = '5/13' # Tag is a subclass of Array and each frame is a Hash tag[0] #=> { :id => :TPE1, :textenc => 0, :text => "Coldplay" } # Get the number of frames tag.length #=> 7 # Remove all comment frames tag.delete_if{ |frame| frame[:id] == :COMM } # Get info about APIC frame to see which fields are allowed ID3Lib::Info.frame(:APIC) #=> [ 2, :APIC, "Attached picture", #=> [:textenc, :mimetype, :picturetype, :description, :data] ] # Add an attached picture frame cover = { :id => :APIC, :mimetype => 'image/jpeg', :picturetype => 3, :description => 'A pretty picture', :textenc => 0, :data => File.read('cover.jpg') } tag << cover # Last but not least, apply changes tag.update! == Licence This library has Ruby's licence: http://www.ruby-lang.org/en/LICENSE.txt == Author Robin Stocker <robinstocker at rubyforge.org>
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.