Library for Greg Parra Fine Arts Website
ESLint and Prettier Config curated by Greg McKelvey
Doughnut chart component for Vue.js, originally created by Greg Willson
A Collection of TypeScript utilities for implementing calendar and datepicker. Zero-dependency and lightweight (only 462B).
Unique, memorable ids for your Node app
The set of the utilities needed to code like Greg Little does
React component library for Greg-Web Apps
Svelte 5 + Vite-powered documentation engine. Write Markdown, get a beautiful documentation site — hot-reloaded in milliseconds.
OpenClaw-like personal assistant
ADSODA - Arbitrary-Dimensional Solid Object Display Algorithm - after a Greg Ferrar algorithm
TypeScript definitions for sinon
Using Facebook SDK with Angular.
Personal npm card for Greg DiCaro (@change your code for a better futur)
Component Library
DynamoDB data mapper for node.js originally forked from dynamodb by Ryan Fitzgerald and Greg Sabia Tucker
Wrapper around Greg Hopkins' EMT 140 Plate Reverb impulse responses
Generate human-readable ids from lists of easy-to-spell nouns and adjectives
converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold
Make a container to elevate on the screen while scrolling with Angular.
Download ebook pdf mobi epub Greg Bear The Eon Series is available now
A React template created by Greg Sandell that has Linting & prettier set up and no TypeScript
Ask Dr. Gregory House anything — sarcastic, witty answers powered by OpenAI.
A structured logging framework for JavaScript, inspired by Serilog.
Lazy loading images with Angular.
Simple Unobtrusive Date & Time library
greg timezone data
An implementation of OpenPGP's web of trust.
A command-line tool to sum a column of numbers.
The reference implementation for the SAC13 calendar system.
Track AI-generated code at line-level granularity
A socks5 proxy server with advanced remote monitoring capabilities.
Shared sources used in the dust-devil socks5 server and monitoring clients.
A remote monitoring client for the dust-devil socks5 server.
Greg's Event Store Rust HTTP Client
High-performance transducers, functional optics, and reactive primitives — with WebAssembly bindings for JavaScript
Pure-Rust Radiance RGBE (.hdr / .pic) decoder + encoder for oxideav — clean-room, default-on registry feature
Simple code generator.
The best voting gem ever.
Check https://iwilcox.me.uk/2014/proving-bitcoin-reserves for more details.
HttpEventstore is a HTTP connector to the Greg's Event Store.
HttpEventStore is a HTTP connector to the Greg's Event Store.
Implements the interface for event_sourcery to interact with Greg Young's EventStore
Forked from Greg Bell's 'Arbre', An Object Oriented DOM Tree in Ruby
require 'rubygems' require 'rake' require 'echoe' Echoe.new('vmth', '0.0.2') do |p| p.description = File.open(File.dirname(__FILE__+"/DESCRIPTION")).read p.summary = "A VM test harness for testing operational configurations" p.url = "http://github.com/gregretkowski/vmth" p.author = "Greg Retkowski" p.email = "greg@rage.net" p.ignore_pattern = ["tmp/*", "script/*", "ol/*"] p.rdoc_template = nil p.rdoc_pattern = /^(lib|bin|tasks|ext)|^README|^CHANGELOG|^TODO|^LICENSE|^QUICKSTART|^CONFIG|^COPYING$/ # p.rdoc_template = "" p.development_dependencies = [] p.runtime_dependencies = [ 'formatr', 'net-ssh', 'net-scp', ] end
= rspec-multi-matchers == Summary * test collection using each or other enumerable methods * makes testing more natural and have a friendlier failure message == HomePage * http://github.com/gregwebs/rspec-multi-matchers == DESCRIPTION: require 'rubygems' require 'spec' require 'rspec_multi_matchers' describe 'array of ones' do it 'should be all ones' do [1,2,3].should each { |n| n.should == 1 } end # this is a new shortcut for a smaller use case it 'should be all ones' do [1,1,1].should each be_eql(1) end end =begin output 'array of ones should fail on 2' FAILED line: 14 item 1: 2 expected: 1, got: 2 (using ==) =end As expected, the output shows expected and got fields line is the line number of the expectiation inside the block the item line gives the index of the item being yielded to the block, and the item itself === Warning Note the use of brackets '{ ... }' instead of 'do ... end' this is necessary because 'do .. end' does not bind strongly enough == RELATED ARTICLES: * http://blog.thoughtfolder.com/2008-11-05-rspec-should-each-matcher.html == INSTALL: * gem install rspec_multi_matchers == LICENSE: (The MIT License) Copyright (c) 2010 Greg Weber Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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.
No description provided.
No description provided.
No description provided.