encoding
Here are 984 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
A querystring parser with nesting support
-
Updated
Aug 29, 2020 - JavaScript
A powerful obfuscator for JavaScript and Node.js
-
Updated
Sep 20, 2020 - TypeScript
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
-
Updated
Sep 13, 2020 - PHP
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';
I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5
`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
Convert character encodings in pure javascript.
-
Updated
Sep 16, 2020 - JavaScript
XSS'OR - Hack with JavaScript.
-
Updated
Aug 19, 2020 - JavaScript
msgpack.org[Go] MessagePack encoding for Golang
-
Updated
Sep 16, 2020 - Go
Universal IR Remote Control Solution
-
Updated
Sep 18, 2020
MLBox is a powerful Automated Machine Learning python library.
-
Updated
Aug 25, 2020 - Python
A binary encoder / decoder implementation in Rust.
-
Updated
Aug 13, 2020 - Rust
-
Updated
Jul 8, 2020 - Go
Web app and framework offering modular conversion, encoding and encryption
-
Updated
Sep 17, 2020 - JavaScript
Go package containing implementations of efficient encoding, decoding, and validation APIs.
-
Updated
Sep 20, 2020 - Go
A low-level, lightweight protocol buffers implementation in JavaScript.
-
Updated
Jun 30, 2020 - JavaScript
Agnostic API to transcode media assets across different cloud services.
-
Updated
Sep 14, 2020 - Go
Fastest Integer Compression
-
Updated
Aug 17, 2020 - C
-
Updated
Aug 19, 2018 - Vim script
-
Updated
Aug 17, 2020 - JavaScript
Improve this page
Add a description, image, and links to the encoding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encoding topic, visit your repo's landing page and select "manage topics."


We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?