#
encode
Here are 230 public repositories matching this topic...
A robust HTML entity encoder/decoder written in JavaScript.
-
Updated
Oct 19, 2018 - JavaScript
[Skype Silk Codec SDK]Decode silk v3 audio files (like wechat amr, aud files, qq slk files) and convert to other format (like mp3). Batch conversion support.
encoder
decoder
convert
mp3
audio-files
encode
decode
wechat
silk
qq
autoit
batch-conversion-support
mina
mini-program
silkv3
-
Updated
Jun 22, 2020 - C
CaptfEncoder是一款跨平台网络安全工具套件,提供网络安全相关编码转换、古典密码、密码学、特殊编码等工具,并聚合各类在线工具。
-
Updated
Oct 24, 2019 - CSS
php
obfuscation
obfuscate
encryption
encode
obfuscator
php-encryption
hide-code
php-obfuscation
obfuscate-code
php-obfuscator
php-encoder
code-obfuscator
-
Updated
Jan 31, 2020 - PHP
Download images from remote URLs or use local images and encode/decode them to Base64 string or Buffer object
-
Updated
Jul 16, 2020 - TypeScript
Non-blocking chunked Base64 encoding
-
Updated
Oct 10, 2019 - JavaScript
A tool for generating short ids like Youtube, Bitly and Imgur
-
Updated
Oct 26, 2017 - JavaScript
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
tfs
roadmap
gene
rna-seq
motif
gene-expression
regulation
epigenetics
encode
cell
chip-seq
hotspot
plasticity
transcription-factor-binding
motifs
epigenomics
fimo
haystack-bio
specific-regions
haystack-pipeline
-
Updated
Jan 17, 2019 - HTML
Vim plugin to encode/decode base64 strings
-
Updated
Feb 16, 2018 - Vim script
A cross-platform, multi-format audio conversion and tagging suite
music
windows
macos
linux
c-sharp
powershell
convert
mp3
aac
encode
ogg-vorbis
decode
flac
id3
tag
opus
apple-lossless
dotnet-standard
replaygain
-
Updated
Sep 8, 2020 - C#
CryptHash.NET is a .NET multi-target library to encrypt/decrypt/hash/encode/decode strings and files, with an optional .NET Core multiplatform console utility.
c-sharp
security
cryptography
encryption
csharp
aes
authentication
dotnet
argon2
password
hash
encode
bcrypt
gcm
dotnet-core
decode
hmac
dotnet-standard
cbc
decryption
-
Updated
Aug 28, 2020 - C#
A simple C++11 based helper for converting string between a various charset
-
Updated
Aug 11, 2017 - C++
Improve this page
Add a description, image, and links to the encode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encode topic, visit your repo's landing page and select "manage topics."
From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.
orjson is using an
unsafe
block to create a reference to a boolean:https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96
This avoids additional allocations.
For comparison, this is our code at the