#
unicode
Here are 1,282 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
Oct 13, 2021 - HTML
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Sep 29, 2021 - JavaScript
The new home of the ICU project source code.
-
Updated
Oct 20, 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
Oct 19, 2021 - D
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
Oct 20, 2021 - TypeScript
✏︎ 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
Aug 30, 2021
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
Oct 14, 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
Oct 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
Oct 19, 2021 - Go
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?
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
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!
christianparpart
commented
Oct 15, 2021
- Fix session resume on KDE (contour gets auto-started by KDE with
contour -session IDbut we do not know this parameter. - What would we want to do on session resume? (maybe loading last session's profile and CWD)
- Gracefully handle logout via https://doc.qt.io/qt-5/qguiapplication.html#commitDataRequest
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++
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.