#
encoders
Here are 32 public repositories matching this topic...
George3d6
commented
Oct 22, 2021
We need to add a static analysis tool that triggers on each PR and provides a report, ideally flake8 style where we can configure its behaviour and have the action fail until the PR respects all imposed rules. The "configure behaviour" bit is important since we might have some standards that are not in line with static analysis preferences (e.g. there's certain bits where we use exec and `ev
help wanted
Extra attention is needed
good first issue
Good for newcomers
test
Adding or modifying some tests or testing-methodology
The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers to ARM based PJRC Teensy boards.
teensy
state-machine
encoder
callback
quadrature
polling
debouncing
encoders
rotary-encoders
74165
multiplexed-encoders
encoder-button
4067
detents
-
Updated
Feb 11, 2022 - C++
The most standard, most cross-browser, most compact, and fastest possible btoa and atob solution for unicode strings with high code points.
javascript
performance
base64
js
utf-8
data-uri
javascript-library
standard
cross-browser
node-module
nodejs-modules
utf8
compact
utf8-string
encoder-decoder
decoders
encoders
1kb
atob
btoa
-
Updated
Apr 15, 2020 - JavaScript
Distributed network encoding management server for AV1
-
Updated
Oct 31, 2021 - Elixir
Fast and easy creating of videos from pictures
-
Updated
Apr 14, 2017 - Java
-
Updated
Feb 20, 2021 - Jupyter Notebook
A small database to test different machine learning tasks. It contains simple shapes of different colors.
color
machine-learning
database
custom
shape
encoder
model
embeddings
dataset
classification
autoencoder
features
encoders
-
Updated
Mar 4, 2021
Extract Sentence Embeddings from Hugging Face pre-trained models.
nlp
machine-learning
natural-language-processing
deep-learning
tensorflow
word-embeddings
transformers
pytorch
semantic-similarity
representation-learning
language-model
encoders
sentence-embeddings
huggingface
-
Updated
Aug 17, 2020 - Python
-
Updated
Apr 18, 2020 - HTML
This repository contains project done in LabView IDE from Basic Gates designing, Adders, Counters, Encoders, Decoders and Examples to connect to external Arduino like embedded systems
-
Updated
May 5, 2020 - C++
A toolbox for several ciphers... Encode, decode, and learn with ease!
java
gui
tools
cipher
tool
encoder
decoder
toolbox
ciphers
java-swing
java-gui
encoder-decoder
decoders
encoders
educational-project
educational-tool
-
Updated
Jun 12, 2019 - Java
Rover Ruckus robot code created by the programmers of Team Blue Shift FTC5549
-
Updated
Mar 7, 2019 - Java
A discord bot that allows music to be played within servers, made with javascript
music
playlists
json
music-player
video
discord
discord-bot
music-bot
discord-js
discordbot
decoders
encoders
mus
faster-websockets
discord-moosik
-
Updated
Jan 23, 2020 - JavaScript
Ada Cryptography Library
-
Updated
Jun 29, 2017 - Ada
This my code for encoding and decoding plain text messages. Encoding your messages provides secure communication between you and the recipient, preventing somebody that is intercepting the message from reading it.
-
Updated
Jul 22, 2020
Logicly lab tasks
-
Updated
Apr 7, 2020
MicroMouse PID IR and Encoders
-
Updated
Nov 29, 2017 - C
Code in C to control 4 wheels robot based on arduino platform
-
Updated
Apr 10, 2019 - C++
2016-2017 FTC Robot Controller software of FTC team Centurion
-
Updated
Aug 9, 2017 - Java
In this project, I build a wheeled robot and programmed it to navigate autonomously through a series of tasks, Using Arduino, motors, encoders and distance sensors.
arduino
control
cpp
robotics
sensors
autonomous-vehicles
motors
mechatronics
encoders
autonomous-robots
-
Updated
Nov 26, 2021 - C++
Improve this page
Add a description, image, and links to the encoders topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encoders topic, visit your repo's landing page and select "manage topics."
The Whole UI needs test, but I think most important is to make sure with whatever input is supplied to the command builders
fastflix/encoders/<name>/command_builder.pyand the general functions infastflix/encoders/common/helpers.pyis the most important to get tests for first.I have some minimal start on pytests, but would appreciate any help in this effort.