Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / mathiasbynens 586 repositories

Web standards fanatic. JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, macOS.

Funding links: https://github.com/sponsors/mathiasbynens

mathiasbynens/tibia-war

Language: JavaScript - Size: 257 KB - Last synced: about 6 hours ago - Pushed: about 7 hours ago - Stars: 0 - Forks: 2

mathiasbynens/he

A robust HTML entity encoder/decoder written in JavaScript.

Language: JavaScript - Size: 638 KB - Last synced: 3 days ago - Pushed: over 2 years ago - Stars: 3,392 - Forks: 253

mathiasbynens/emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

Language: JavaScript - Size: 173 KB - Last synced: 3 days ago - Pushed: 7 months ago - Stars: 1,692 - Forks: 174

mathiasbynens/css-dbg-stories

Language: HTML - Size: 305 KB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 7 - Forks: 5

mathiasbynens/regenerate

Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.

Language: JavaScript - Size: 313 KB - Last synced: 8 days ago - Pushed: over 2 years ago - Stars: 362 - Forks: 34

mathiasbynens/cssesc

A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.

Language: HTML - Size: 55.7 KB - Last synced: 8 days ago - Pushed: about 1 year ago - Stars: 162 - Forks: 16

mathiasbynens/utf8.js

A robust JavaScript implementation of a UTF-8 encoder/decoder, as defined by the Encoding Standard.

Language: JavaScript - Size: 59.6 KB - Last synced: 5 days ago - Pushed: about 2 years ago - Stars: 548 - Forks: 119

mathiasbynens/jquery-placeholder

A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet

Language: JavaScript - Size: 127 KB - Last synced: 5 days ago - Pushed: over 3 years ago - Stars: 3,985 - Forks: 1,343

mathiasbynens/test262 Fork of tc39/test262

Official ECMAScript Conformance Test Suite

Language: JavaScript - Size: 92.8 MB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 1

mathiasbynens/unicode-property-escapes-tests

Tests for RegExp Unicode property escapes

Language: JavaScript - Size: 1.58 MB - Last synced: 13 days ago - Pushed: 16 days ago - Stars: 7 - Forks: 2

mathiasbynens/mothereff.in

Web developer tools

Language: JavaScript - Size: 1.06 MB - Last synced: 10 days ago - Pushed: 3 months ago - Stars: 1,064 - Forks: 312

mathiasbynens/base64

A robust base64 encoder/decoder that is fully compatible with `atob()` and btoa()`, written in JavaScript.

Language: JavaScript - Size: 20.5 KB - Last synced: 6 days ago - Pushed: over 3 years ago - Stars: 501 - Forks: 103

mathiasbynens/tibia-boosted-boss

Language: JavaScript - Size: 610 KB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 2 - Forks: 1

mathiasbynens/tibia-boosted-creature

Language: JavaScript - Size: 1.02 MB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 3 - Forks: 2

mathiasbynens/tibia-bosses

Language: JavaScript - Size: 4.15 MB - Last synced: 18 days ago - Pushed: 18 days ago - Stars: 6 - Forks: 1

mathiasbynens/tibia-loot-stats

Language: JavaScript - Size: 661 MB - Last synced: 18 days ago - Pushed: 18 days ago - Stars: 1 - Forks: 1

mathiasbynens/tibia-xp-history

Experience history for my main Tibia character

Language: JavaScript - Size: 260 KB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 1 - Forks: 1

mathiasbynens/tibia-highscores

Language: JavaScript - Size: 33.9 MB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 2 - Forks: 0

mathiasbynens/regexpu

A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.

Language: JavaScript - Size: 214 KB - Last synced: about 10 hours ago - Pushed: over 1 year ago - Stars: 230 - Forks: 20

mathiasbynens/regexpu-core

regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of the ES6 `u` flag into equivalent ES5-compatible regular expression patterns.

Language: JavaScript - Size: 219 KB - Last synced: 3 days ago - Pushed: 7 months ago - Stars: 64 - Forks: 12

mathiasbynens/dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS

Language: Shell - Size: 830 KB - Last synced: 21 days ago - Pushed: 22 days ago - Stars: 29,759 - Forks: 8,722

mathiasbynens/unicode-tr51-emoji Fork of cameronhunter/unicode-tr51-emoji

Emoji data extracted from Unicode Technical Report #51 v1.0 and v2.0

Language: JavaScript - Size: 9.77 KB - Last synced: 22 days ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

mathiasbynens/unicode-property-value-aliases

Unicode property value alias mappings in JavaScript format.

Language: JavaScript - Size: 79.1 KB - Last synced: 22 days ago - Pushed: 9 months ago - Stars: 7 - Forks: 7

mathiasbynens/unicode-match-property

Match a given Unicode property or property alias to its canonical property name without applying loose matching.

Language: JavaScript - Size: 15.6 KB - Last synced: 22 days ago - Pushed: about 7 years ago - Stars: 2 - Forks: 3

mathiasbynens/swapcase

A letter case swapper with full Unicode support, i.e. based on the official Unicode case folding mappings.

Language: JavaScript - Size: 52.7 KB - Last synced: 22 days ago - Pushed: over 7 years ago - Stars: 5 - Forks: 3

mathiasbynens/ServiceWorker Fork of w3c/ServiceWorker

The Service Worker Specification

Language: HTML - Size: 3.14 MB - Last synced: 22 days ago - Pushed: over 8 years ago - Stars: 2 - Forks: 0

mathiasbynens/jquery-custom-data-attributes

An easy setter/getter for HTML5 data-* attributes

Language: JavaScript - Size: 112 KB - Last synced: 22 days ago - Pushed: almost 11 years ago - Stars: 21 - Forks: 4

mathiasbynens/es-regexp-unicode-character-class-escapes

Proposal to improve the character class escape tokens `\d`, `\D`, `\w`, `\W`, and the word boundary assertions `\b` and `\B` in ES6 Unicode regular expressions (with the `u` flag).

Size: 9.77 KB - Last synced: 22 days ago - Pushed: about 6 years ago - Stars: 12 - Forks: 0

mathiasbynens/document.scrollingElement

A polyfill for document.scrollingElement as defined in the CSSOM specification.

Language: JavaScript - Size: 32.2 KB - Last synced: 22 days ago - Pushed: about 7 years ago - Stars: 129 - Forks: 15

mathiasbynens/csso Fork of css/csso

CSS-optimizer

Language: JavaScript - Size: 1.28 MB - Last synced: 22 days ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

mathiasbynens/breach_core Fork of spolu/breach_core

A Browser written in JS. Free. Modular. Hackable.

Size: 4.07 MB - Last synced: 22 days ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 1

mathiasbynens/atom-blackboard

TextMate’s Blackboard theme, ported to Atom.

Language: CSS - Size: 7.81 KB - Last synced: 22 days ago - Pushed: about 7 years ago - Stars: 10 - Forks: 10

mathiasbynens/luamin

A Lua minifier written in JavaScript

Language: JavaScript - Size: 219 KB - Last synced: 22 days ago - Pushed: about 1 month ago - Stars: 202 - Forks: 52

mathiasbynens/punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.

Language: JavaScript - Size: 2.74 MB - Last synced: 17 days ago - Pushed: about 1 month ago - Stars: 1,546 - Forks: 159

mathiasbynens/small

Smallest possible syntactically valid files of different types

Language: HTML - Size: 80.1 KB - Last synced: 22 days ago - Pushed: 5 months ago - Stars: 1,854 - Forks: 185

mathiasbynens/quoted-printable

A robust & character encoding–agnostic JavaScript implementation of the `Quoted-Printable` content transfer encoding as defined by RFC 2045.

Language: JavaScript - Size: 32.2 KB - Last synced: 22 days ago - Pushed: over 7 years ago - Stars: 92 - Forks: 8

mathiasbynens/test262.fyi Fork of CanadaHonk/test262.fyi

Daily runner of test262 for many engines

Size: 1.52 MB - Last synced: 22 days ago - Pushed: 23 days ago - Stars: 0 - Forks: 0

mathiasbynens/rot

Perform simple rotational letter substitution (such as ROT-13) in JavaScript.

Language: JavaScript - Size: 168 KB - Last synced: 21 days ago - Pushed: over 6 years ago - Stars: 19 - Forks: 3

mathiasbynens/evil.sh

:speak_no_evil: Subtle and not-so-subtle shell tweaks that will slowly drive people insane.

Language: Shell - Size: 14.6 KB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 2,146 - Forks: 210

mathiasbynens/emoji-test-regex-pattern

A regular expression pattern for Java/JavaScript to match all emoji in the emoji-test.txt file provided by UTS#51.

Language: JavaScript - Size: 209 KB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 88 - Forks: 16

mathiasbynens/wtf-8

A well-tested WTF-8 encoder/decoder written in JavaScript.

Language: JavaScript - Size: 11.7 KB - Last synced: 22 days ago - Pushed: about 7 years ago - Stars: 36 - Forks: 8

mathiasbynens/windows-1250

A robust JavaScript implementation of the windows-1250 character encoding as defined by the Encoding Standard.

Language: JavaScript - Size: 88.9 KB - Last synced: 21 days ago - Pushed: over 1 year ago - Stars: 6 - Forks: 4

mathiasbynens/esrever

A Unicode-aware string reverser written in JavaScript.

Language: JavaScript - Size: 45.9 KB - Last synced: 6 days ago - Pushed: over 2 years ago - Stars: 887 - Forks: 32

mathiasbynens/2020-rki-impf-archive Fork of ard-data/2020-rki-impf-archive

Size: 849 KB - Last synced: 22 days ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

mathiasbynens/2018.jsconf.eu Fork of jsconf/2018.jsconf.eu

Disco.

Language: HTML - Size: 20.3 MB - Last synced: 22 days ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

mathiasbynens/2015-developer-summit Fork of jquery/2015-developer-summit

a sandbox site for making mistakes

Language: HTML - Size: 65.4 KB - Last synced: 22 days ago - Pushed: over 8 years ago - Stars: 1 - Forks: 0

mathiasbynens/2014.jsconf.eu Fork of jsconf/2014.jsconf.eu

Leaking future secrets

Language: CSS - Size: 49.7 MB - Last synced: 22 days ago - Pushed: over 8 years ago - Stars: 1 - Forks: 0

mathiasbynens/php-url-shortener

Simple PHP URL shortener, as used on mths.be

Language: PHP - Size: 29.3 KB - Last synced: 22 days ago - Pushed: almost 4 years ago - Stars: 336 - Forks: 94

mathiasbynens/jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.

Language: JavaScript - Size: 263 KB - Last synced: 3 days ago - Pushed: over 3 years ago - Stars: 696 - Forks: 53

mathiasbynens/CSS.escape

A robust polyfill for the CSS.escape utility method as defined in CSSOM.

Language: JavaScript - Size: 22.5 KB - Last synced: about 24 hours ago - Pushed: over 1 year ago - Stars: 489 - Forks: 31

mathiasbynens/tpyo

A small script that enables you to make typos in JavaScript property names. Powered by ES2015 proxies + Levenshtein string distance.

Language: JavaScript - Size: 15.6 KB - Last synced: 11 days ago - Pushed: about 3 years ago - Stars: 205 - Forks: 6

mathiasbynens/String.prototype.codePointAt

A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.

Language: JavaScript - Size: 23.4 KB - Last synced: 13 days ago - Pushed: 12 months ago - Stars: 54 - Forks: 6

mathiasbynens/String.fromCodePoint

A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.

Language: JavaScript - Size: 59.6 KB - Last synced: 22 days ago - Pushed: 3 months ago - Stars: 62 - Forks: 7

mathiasbynens/Array.from

A robust & optimized ES3-compatible polyfill for the `Array.from` method in ECMAScript 6.

Language: JavaScript - Size: 164 KB - Last synced: 22 days ago - Pushed: about 1 month ago - Stars: 67 - Forks: 15

mathiasbynens/string-prototype-replace-regexp-benchmark

Generated JavaScript benchmarks for String.prototype.{replace,replaceAll} with global regular expressions based on emoji-test-regex-pattern.

Language: JavaScript - Size: 79.1 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 6 - Forks: 0

mathiasbynens/tibia-average-loot-per-creature

Language: JavaScript - Size: 180 KB - Last synced: 22 days ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

mathiasbynens/polyfill-service Fork of polyfillpolyfill/polyfill-service

A polyfill combinator

Size: 3.08 MB - Last synced: 22 days ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

mathiasbynens/chrome-launcher Fork of GoogleChrome/chrome-launcher

Launch Google Chrome with ease from node.

Size: 15.3 MB - Last synced: 22 days ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

mathiasbynens/covid-19-vaccinations-germany 📦

Historical data on COVID-19 vaccination doses administered in Germany, per state.

Language: HTML - Size: 8.5 MB - Last synced: 22 days ago - Pushed: almost 2 years ago - Stars: 53 - Forks: 10

mathiasbynens/String.prototype.startsWith

A robust & optimized ES3-compatible polyfill for the `String.prototype.startsWith` method in ECMAScript 6.

Language: JavaScript - Size: 19.5 KB - Last synced: 5 days ago - Pushed: 8 months ago - Stars: 144 - Forks: 47

mathiasbynens/tibia-highscores-1 Fork of LeeKunTibia/tibia-highscores

Size: 14.1 MB - Last synced: 22 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

mathiasbynens/windows-1252

A robust JavaScript implementation of the windows-1252 character encoding as defined by the Encoding Standard.

Language: JavaScript - Size: 59.6 KB - Last synced: 20 days ago - Pushed: 7 months ago - Stars: 45 - Forks: 21

mathiasbynens/String.prototype.includes

A robust & optimized ES3-compatible polyfill for the `String.prototype.contains` method in ECMAScript 6.

Language: JavaScript - Size: 17.6 KB - Last synced: 22 days ago - Pushed: almost 4 years ago - Stars: 68 - Forks: 10

mathiasbynens/tibia.com-extension

User script that enhances the character info pages on Tibia.com.

Language: HTML - Size: 212 KB - Last synced: 22 days ago - Pushed: 5 months ago - Stars: 14 - Forks: 3

mathiasbynens/kali-linux-docker

Kali Linux Docker

Language: Shell - Size: 92.8 KB - Last synced: 22 days ago - Pushed: almost 2 years ago - Stars: 31 - Forks: 242

mathiasbynens/custom.keylayout

Custom QWERTY/AZERTY .keylayout files for use with Apple keyboards

Size: 43 KB - Last synced: 22 days ago - Pushed: 11 months ago - Stars: 62 - Forks: 9

mathiasbynens/windows-1251

A robust JavaScript implementation of the windows-1251 character encoding as defined by the Encoding Standard.

Language: JavaScript - Size: 58.6 KB - Last synced: 22 days ago - Pushed: over 2 years ago - Stars: 27 - Forks: 6

mathiasbynens/jquery-smooth-scrolling

Smooth anchor scrolling plugin for jQuery.

Language: JavaScript - Size: 124 KB - Last synced: 21 days ago - Pushed: about 9 years ago - Stars: 73 - Forks: 44

mathiasbynens/inp-measure-puppeteer Fork of ceckoslab/inp-measure-puppeteer

Size: 38.1 KB - Last synced: 22 days ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

mathiasbynens/iso-8859-2

A robust JavaScript implementation of the iso-8859-2 character encoding as defined by the Encoding Standard.

Language: JavaScript - Size: 83 KB - Last synced: 21 days ago - Pushed: about 1 year ago - Stars: 8 - Forks: 1

mathiasbynens/cache-polyfill Fork of dominiccooney/cache-polyfill

Service Worker Cache polyfill extracted from https://jakearchibald.github.io/trained-to-thrill/

Language: JavaScript - Size: 277 KB - Last synced: 22 days ago - Pushed: almost 9 years ago - Stars: 7 - Forks: 1

mathiasbynens/flag-emoji-replacements

'🇩🇰🇲🇬'.replace('🇰🇲', '🇪🇨'); // → '🇩🇪🇨🇬'

Language: JavaScript - Size: 35.5 MB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 38 - Forks: 1

mathiasbynens/jsperf.com

jsPerf.com source code

Language: JavaScript - Size: 888 KB - Last synced: 22 days ago - Pushed: over 9 years ago - Stars: 472 - Forks: 56

mathiasbynens/unicode-canonical-property-names-ecmascript

The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.

Language: JavaScript - Size: 10.7 KB - Last synced: 22 days ago - Pushed: over 2 years ago - Stars: 10 - Forks: 4

mathiasbynens/unicode-match-property-ecmascript

Match a given Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.

Language: JavaScript - Size: 43.9 KB - Last synced: 22 days ago - Pushed: over 2 years ago - Stars: 6 - Forks: 6

mathiasbynens/unicode-match-property-value-ecmascript

Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.

Language: JavaScript - Size: 36.1 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 6 - Forks: 5

mathiasbynens/unicode-property-aliases-ecmascript

Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.

Language: JavaScript - Size: 41 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 6 - Forks: 5

mathiasbynens/regenerate-unicode-properties

A collection of Regenerate sets for Unicode various properties.

Language: JavaScript - Size: 513 KB - Last synced: about 12 hours ago - Pushed: 8 months ago - Stars: 18 - Forks: 8

mathiasbynens/rgi-emoji-regex-pattern

A JavaScript-compatible regular expression pattern to match all RGI emoji symbols and sequences as per the Unicode Standard and UTS#51.

Language: JavaScript - Size: 103 KB - Last synced: 16 days ago - Pushed: almost 2 years ago - Stars: 23 - Forks: 3

mathiasbynens/homebrew-ecmascript 📦

Homebrew formulae for ECMAScript engines

Language: Ruby - Size: 10.7 KB - Last synced: 22 days ago - Pushed: over 6 years ago - Stars: 14 - Forks: 1

mathiasbynens/jquery-noselect

A jQuery plugin which disables text selection on any element. Useful for UI elements; evil for pretty much everything else.

Language: JavaScript - Size: 102 KB - Last synced: 22 days ago - Pushed: almost 11 years ago - Stars: 26 - Forks: 4

mathiasbynens/rel-noopener

Quick demonstration of why `<a rel=noopener>` is needed.

Language: HTML - Size: 13.7 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 115 - Forks: 14

mathiasbynens/karma Fork of karma-runner/karma

Spectacular Test Runner for JavaScript

Size: 9.79 MB - Last synced: 22 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

mathiasbynens/pogocpm2level

Easily calculate the level of a given Pokémon in Pokémon GO based on its total CP multiplier value.

Language: Python - Size: 12.7 KB - Last synced: 22 days ago - Pushed: over 6 years ago - Stars: 5 - Forks: 0

mathiasbynens/hashtag-regex

A regular expression to match hashtag identifiers as per the Unicode Standard.

Language: JavaScript - Size: 10.7 KB - Last synced: 22 days ago - Pushed: 6 months ago - Stars: 60 - Forks: 8

mathiasbynens/azure-docs Fork of MicrosoftDocs/azure-docs

Open source documentation of Microsoft Azure

Size: 18.5 GB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mathiasbynens/webdriverio Fork of webdriverio/webdriverio

Next-gen browser and mobile automation test framework for Node.js

Size: 266 MB - Last synced: 22 days ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

mathiasbynens/eruda Fork of liriliri/eruda

Console for mobile browsers

Size: 3.36 MB - Last synced: 22 days ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

mathiasbynens/webdriver-bidi-demo Fork of jecfish/webdriver-bidi-demo

WebDriver BiDi Demo

Size: 86.9 KB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mathiasbynens/unicode-web-compat

Size: 0 Bytes - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 4 - Forks: 0

mathiasbynens/exiva-website Fork of kimse-/exiva-website

Language: HTML - Size: 4.68 MB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mathiasbynens/tibia-houses-guildhalls

Language: JavaScript - Size: 13.7 KB - Last synced: 22 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 1

mathiasbynens/FedCM Fork of fedidcg/FedCM

A privacy preserving federated identity Web API

Size: 77.6 MB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mathiasbynens/tibia-character-names Fork of muriloricci/tibia-character-names

Lists of character names in Tibia.

Size: 12.9 MB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

mathiasbynens/exevo-pan Fork of xandjiji/exevo-pan

Exevo Pan is a better experience for Tibia Char Bazaar.

Language: TypeScript - Size: 44.3 MB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mathiasbynens/RegexpBuilderCommand Fork of s9e/RegexpBuilderCommand

Console command that generates a regexp from a list of strings.

Size: 97.7 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mathiasbynens/proposal-change-array-by-copy Fork of tc39/proposal-change-array-by-copy

Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.

Size: 298 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mathiasbynens/web.dev Fork of GoogleChrome/web.dev

The frontend, backend, and content source code for web.dev

Size: 420 MB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

mathiasbynens/svg-hush Fork of cloudflare/svg-hush

Size: 17.6 KB - Last synced: 22 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

mathiasbynens/cpython Fork of python/cpython

The Python programming language

Size: 425 MB - Last synced: 22 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 2