Convert coordinate within the bounds of an object to relative offsets given a based width and height
Försäkringskassan standardfont
Ein Tamagotchi-Spiel mit Node.js und HTML/CSS/JavaScript
Försäkringskassan logotyper
front development for webpage
前端组件库,包括vue组件扩展
Advanced placeholder template engine with generate and compare modes
Forget complexity of Require.js config, don't worry about running Bower install.
Du kannst das Verhalten des Watchers mit folgenden Optionen anpassen:
Lolcat CSS Values
Base docker image and initial Sails.js setup a REST microservice.
restful fileserver
Node red node that parses weather data from meteoblue.com and returns a single js object as the payload
Rollup Plugin for Fable
A futuristic terminal-style Android project dashboard — file editor, build console, and git branch switcher in one local web app.
Improved three.js loader for MagicaVoxel .vox files
Node module to call node scripts as a CGI script
PostCSS plugin for writing Lolcat Style Sheets
Fetch Edge Side APIs
Patternpilot intake and repo intelligence tooling
Electron-Library to communicate with Musea-Server. This is the client-side. The server-side is Musea-Server.
Typologe – Eine leistungsstarke und flexible App zur Analyse und Suche von MBTI-Typen und kognitiven Funktionen. Unterstützt Mustererkennung, Wildcards, Gegentyp-Finder und detaillierte Filter für Stacks und Positionen. Ideal für Typologie-Enthusiasten, S
A library to hold my re-usable react components
Library for media management and communication with Musea-Clients.
a tool for modifying log timestamps into relative durations
Like include_bytes! for directories
This crate provides an implementation of the IRI and URI specifications.
`mantra` offers a lightweight approach for requirement tracing and coverage.
Istanbul-compatible JavaScript/TypeScript coverage instrumentation using the Oxc AST
Coverage summarization and tree-visitor base for the oxc-coverage suite (port of istanbul-lib-report)
Coverage reporters (text, text-summary, json-summary, lcov, cobertura) for the oxc-coverage suite (port of istanbul-reports)
Istanbul-compatible source-map remap for FileCoverage (port of istanbul-lib-source-maps)
Istanbul-compatible coverage data types (FileCoverage, CoverageMap, etc.) for the oxc-coverage suite
V8 inspector coverage to Istanbul FileCoverage conversion (port of v8-to-istanbul)
Sugar functions for manipulating paths
XCDR1/XCDR2 encoder/decoder + KeyHash + PL_CDR1 helpers. Implements OMG XTypes 1.3 §7.4 wire format. Pure-Rust no_std + alloc.
rack-relativize relativize path of html ( href, src attribute) and css ( url(..) ).
Processor for relativizing URL's templates
The relative library enhances Ruby's core and standard libraries to support naming, opening, and reading files relative to the Ruby file currently being interpreted (the contents of the __ FILE __ identifier). This functionality is especially useful in embedded Ruby (eruby, erb, erubis, etc.) where absolute paths or paths relative to the interpreter's current working directory are problematic (due to file system structures and working directories varying across platforms and web servers).
time and time_ranges relative to day, week, month, quarter etc.
Micro lib without any dependency for getting relative time
This module changes the meaning of relative requires from "relative to the current pwd" to "relative to the requiring file". By just changing this little thing, it lets you remove lots of uglyness regarding $LOAD_PATH
Useful when you want to redirect_to a string and want to ensure that you don't end up on another domain.
Relative Time ago gem is used to calulate the relative time instead of using naive ruby time_ago_in_words helper method.
A Ruby gem for parsing natural language relative date expressions like '2 Mondays ago', 'next Friday', '3 weeks from now', etc.
Use Mysql AUTO_INCREMENT to support key value cache, which should be combined by an integer and string. It means to reduce the database storage size, and improve query performance. All cache will store in process memory, and will never be expired, until the process dies, so the less kvs you use, the better performance you will get. BTW, 100,000 general strings use 10MB memory. Some relatived articles: http://en.wikipedia.org/wiki/Correlation_database Usage ------------------------------------------ ## setup ```ruby create_table :kv_browser_names, :options => 'ENGINE=MyISAM DEFAULT CHARSET=utf8' do |t| t.string :name t.timestamps end class KvBrowserName < ActiveRecord::Base include IdNameCache end ``` or ```ruby create_table :common_tag, :options => 'ENGINE=MyISAM DEFAULT CHARSET=utf8' do |t| t.integer :tagid t.string :tagname end class CommonTag < ActiveRecord::Base self.table_name = :common_tag self.primary_key = :tagid include IdNameCache; set_key_value :tagid, :tagname # include IdNameCache; set_key_value_without_create :tagid, :tagname # if you dont want create it automately end ``` ### use cases ```text ruby-1.9.3-rc1 :001 > QuizTag[1] QuizTag Load (0.3ms) SELECT `common_tag`.* FROM `common_tag` WHERE `common_tag`.`tagid` = 1 LIMIT 1 => "Android" ruby-1.9.3-rc1 :002 > QuizTag[1] => "Android" ruby-1.9.3-rc1 :003 > QuizTag['Android'] QuizTag Load (0.5ms) SELECT `common_tag`.* FROM `common_tag` WHERE `common_tag`.`tagname` = 'Android' LIMIT 1 => 1 ruby-1.9.3-rc1 :004 > QuizTag['Android'] => 1 ``` == Copyright MIT, David Chen at eoe.cn
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.