#
unicode
Here are 1,221 public repositories matching this topic...
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.
-
Updated
Jul 15, 2021 - HTML
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Mar 2, 2021 - JavaScript
The new home of the ICU project source code.
-
Updated
Jul 24, 2021 - C++
The standard library of the D programming language
unicode
meta
functional
math
algorithms
datetime
containers
regex
concurrency
d
dlang
allocator
parallelism
digest
stdio
standard-library
traits
phobos
type-conversion
ranges
-
Updated
Jul 24, 2021 - D
✏︎ Curated list about digital typography 🔥
emoji
unicode
fonts
awesome
typeface
font-family
typography
webfonts
opentype
awesome-list
woff2
woff
ttf
truetype
svg-font
otf
font-files
opentype-fonts
font-generator
color-fonts
opentype-layout
font-editor
-
Updated
Feb 16, 2021
Shorten URLs using invisible spaces.
heroku
docker
unicode
postgres
database
url-shortener
database-migrations
shorten-urls
characters
badges
heroku-postgres
hacktoberfest
prisma
zws
invisible-spaces
-
Updated
Jul 23, 2021 - TypeScript
PragmataPro font is designed to help pros to work better
c-plus-plus
unicode
haskell
modular
scala
math
greek
monospace-font
braille
ligatures
phonetics
apl
arabic
hebrew
arrows
bopomofo
ipa-symbols
unicode-coverage
cyrillic-characters
mathematical-operators
-
Updated
Jul 9, 2021 - Rich Text Format
search
vim
unicode
interactive
zip
regex
tar
fuzzy-search
code-search
recursively-search
source-code
grep
ripgrep
silver-searcher
hexdump
file-search
text-search
shell-utilities
grepping
grep-search
-
Updated
Jul 20, 2021 - C++
Slug Generator Library for PHP, based on Unicode’s CLDR data
-
Updated
Mar 13, 2021 - PHP
unicode
list
awesome
utf-8
awesome-list
unicode-characters
unicode-standard
unicode-consortium
emojis
utf8
utf16
utf-16
-
Updated
Oct 22, 2020 - JavaScript
Query the Unicode database from the commandline, with good support for emojis
-
Updated
Jul 24, 2021 - Go
A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.
php
unicode
ascii
seo
urlify
slugs
transliteration
blogging
urls
pretty-urls
blogs
slugify
slug
pretty-url
-
Updated
Jun 14, 2020 - PHP
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
-
Updated
Oct 28, 2020 - JavaScript
adithyaov
commented
Feb 8, 2021
unsafeOffset :: Int -> Array.Array a -> Array.Array a
and
unsafeCut :: Int -> Array.Array a -> Array.Array a
or,
unsafeSlice :: Int -> Int -> Array.Array a -> Array.Array a
@harendra-kumar Thoughts?
marzer
commented
Jul 20, 2020
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
Unicode symbols with fallbacks for older terminals
-
Updated
Jul 2, 2021 - JavaScript
wxMEdit, a cross-platform Text/Hex Editor, an improved version of MadEdit
c-plus-plus
unicode
wxwidgets
hex-editor
text-editor
encodings
wxwidgets-applications
madedit
wxmedit
-
Updated
Jan 28, 2021 - C++
Vietnamese Input for macOS, Windows and Linux - Bộ gõ Tiếng Việt nguồn mở đa nền tảng
c
macos
mac
unicode
cplusplus
objective-c
telex
vni
unikey
bogo
unikeyformac
gotiengviet
vietkey
tcvn3
-
Updated
Jan 28, 2021 - C++
Improve this page
Add a description, image, and links to the unicode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unicode topic, visit your repo's landing page and select "manage topics."
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to:
instruction.operation % NUM_OPERATIONS
.Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.