-
Updated
Jul 1, 2021 - JavaScript
#
configurable
Here are 206 public repositories matching this topic...
Simple API, Complex Emails (JavaMail smtp wrapper)
java
tls
validation
authentication
high-performance
proxy
conversion
dkim
outlook
configurable
batch-processing
dmarc
smime
eml
cli-support
java-mail
spring-support
builder-api
-
Updated
Jul 3, 2021 - Java
A Minimal, Configurable, Single-User GTK3 LightDM Greeter
-
Updated
Jul 17, 2021 - C
Terminal emulator configurable in Haskell.
-
Updated
Jul 24, 2021 - Haskell
Fast, Responsive, Multi Language, Both Direction Support and Configurable UI Framework based on Vue.js.
javascript
framework
ui
vue
js
toolkit
responsive
ux
ltr
rtl
multi-language
configurable
multilanguage
-
Updated
Jun 15, 2021 - Vue
Simple and smooth Back To Top button
react
jekyll
static-site-generator
babel
angular
vue
material
postcss
vanilla
hugo
hexo
pure
button
scroll
autoprefixer
zero-dependency
configurable
browserslist
babel-preset-env
back-top
-
Updated
May 6, 2021 - JavaScript
Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化
-
Updated
Mar 30, 2021 - Go
acme2k - text editor fo' all the cool cats who ain't 'fraid of no mice
-
Updated
Apr 28, 2020 - C
TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。
sentiment-analysis
label
svm
word2vec
pytorch
logistic-regression
document-classification
glove
configurable
bert
sklearn-classify
drnn
textcnn
textrnn
cnn-text-classification
dpcnn
lstm-text-classification
neuralclassifier
-
Updated
Mar 8, 2020 - Python
Fast 🐆 . Lightweight 🐜 . Configurable 🐙 . Easy to use 🦄 . Give it a shot 👉🏼
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Jul 30, 2021 - TypeScript
Advanced SkyWars plugin built for ease and comfort for PocketMine-MP latest
-
Updated
Jun 6, 2021 - PHP
Computer Vision Game Development. Neural Network Configurable Aimbot for FPS games with custom training mode
training
recognition
attack
neural-network
fps
league-of-legends
game-development
aimbot
fps-game
auto-scroll
configurable
object-recognition
neural-nets
cursors
unreal-engine-4
glitches
name-tags
fortnite
pixel-memory
combatarms
-
Updated
Aug 5, 2020 - C++
A Configurable Proxy + Cache Server.
nodejs
redis
typescript
proxy
cache
proxy-server
redis-cache
configurable
cache-service
cache-server
proxyserver
-
Updated
Jul 1, 2021 - TypeScript
javascript
cli
fast
productivity
parser
es6
compiler
tool
static-analysis
type-checking
configurable
zero-configuration
-
Updated
May 8, 2021 - OCaml
Enterprise-Grade OpenSource CMDB with flexible data model.
enterprise
automation
opensource
management
cmdb
itil
configurable
asset
asset-management
configuration-management-database
it-management
opensource-cmdb
-
Updated
Jul 29, 2021 - TypeScript
Online interactive crossword software in JavaScript
javascript
multilingual
player
grid
puzzle
crossword
interactive
open
solver
source
crosswords
software
configurable
clues
-
Updated
Jun 20, 2021 - JavaScript
Flexible Hyper-V Backup Utility
-
Updated
Jul 3, 2021 - PowerShell
Rebranded and rebased version of ASkyBlock for NukkitX Minecraft Bedrock Edition!
-
Updated
Jun 20, 2021 - Java
Customizable cProfileMiddleware for Django
-
Updated
Sep 23, 2018 - Python
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
-
Updated
Nov 9, 2017 - PHP
3D movement controls.
-
Updated
Jul 30, 2021 - TypeScript
modular
metrics
pytorch
hydra
vae
datasets
configurable
beta-vae
ground-truth
variational-autoencoder
disentanglement
disentangled-representations
dfc-vae
pytorch-lightning
disentanglement-lib
disentanglement-library
ada-gvae
disentanglement-learning
disentanglement-frameworks
-
Updated
Jul 28, 2021 - Python
Discord bot built with modularity in mind. Includes automation and utilities to enhance your server with ease.
-
Updated
Jun 2, 2021 - Java
[Docs & Development] Soogle, self-made searchable system for your knowledge jessie(docs, images, etc.), with futuristic and friendly clients, integrated with Google/Baidu APIs(OCR, Translate) 💫 笔者在日常笔记、写作、浏览、发布中的工具集锦,包含构建自己的文档/图片等知识搜索能力,多端接入以便捷使用 OCR/翻译等外部 API 等
-
Updated
Jun 21, 2021 - TypeScript
Configuration for enterprise ready nodejs applications.
nodejs
javascript
config
enterprise
application
awesome
node
configs
configuration
configuration-management
configurable
configuration-file
configuration-files
awesomeeng
awesome-engineering
-
Updated
May 25, 2021 - JavaScript
React-based customizable style table or list components that support event and callback functions.
react
visualization
list
jsx
data-driven
react-component
infinite-scroll
table
props
callback
event-driven
configurable
callback-functions
subarray
multi-mode
visual-component
custom-configuration
-
Updated
Jun 21, 2021 - JavaScript
JS Library to present and edit workflows as SVG
-
Updated
Jul 15, 2021 - JavaScript
Format program files in vim using your favorite command line formatter
-
Updated
Jun 17, 2021 - Vim script
Improve this page
Add a description, image, and links to the configurable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the configurable topic, visit your repo's landing page and select "manage topics."
Require success is our way of enabling the users to choose what is considered as errors and should hard fail.
When something is required to succeed, it must apply its function successfully.
ie: in casting, casting
"123"to integer will succeed, but casting"test"to integer will fail.When require_success is set to
Trueincastingthen this will trigger a hard fail and mapping wil