#
code
Here are 238 public repositories matching this topic...
code-generator
code
scanner
qrcode
barcode
qr-code
scan
zxing
zbar
qr
qrcode-scanner
scancode
barcode-scanner
zxing-library
zxing-lite
zxinglib
zxinglibrary
alipay-scan
wechat-scan
qbar
-
Updated
Apr 28, 2020 - Java
mpost
commented
Mar 3, 2020
The material design specs have added a section on the barcode scanning experience. It would be great if the UX could be recreated by this library.
See https://material.io/collections/machine-learning/barcode-scanning.html
Beautiful Android Syntax View with line counter it will automatically highlight the code,you can design your own IDE using this view
-
Updated
Mar 24, 2020 - Java
An easily implementable, clean, minimal Lockscreen library for Android
android
library
authentication
code
vault
android-library
password
android-development
passcode
password-vault
lockscreen
android-ui
android-studio
android-app
pin
androidstudio
pincode
passcodelock
lockscreen-background
lockscreeen
-
Updated
Aug 7, 2019 - Java
-
Updated
Jan 26, 2018 - Java
Intellij plugin development to source-code recommendation
-
Updated
Sep 16, 2019 - Java
Generate, compile and run .java source dynamically at runtime
-
Updated
Apr 23, 2019 - Java
A beginner friendly, simple to use, light weight code editor in Java
-
Updated
Dec 31, 2018 - Java
A Java API for generating typescript source files (.ts files)
-
Updated
May 15, 2020 - Java
A well structured Retrofit integration for making api calls from android app
android
java
tutorial
integration
code
example
retrofit
starter-kit
retrofit2
starter-project
best-practice
-
Updated
Sep 22, 2018 - Java
A submission platform that lets you judge code snippets online for practice.
testing
practice
judging
code
test
grading
judge
algorithm-challenges
tomcat-server
tomcat-installation
launchtestrun-server
snippets-online
-
Updated
Oct 22, 2019 - Java
Allows weka to smell your code
experiment
machine-learning
code
university-project
dataset
weka
smell
smell-detector
codesmells
smells
-
Updated
Sep 16, 2019 - Java
易水公共组件是基于springboot的高度封装的通用型组件,在对spring security和spring security oauth2高度可定制化的功能封装外,还支持第三方登录和sso单点登录功能,使用户能够快速开启QQ登录和微信登录能力,搭建属于自己的认证/授权中心。此外,工具还提供各种常见的图形验证码、短信验证码和邮件验证码功能,并支持跨域设置和全局异常捕获功能,实现自定义异常信息提示。另外,组件还包含swagger接口文档功能,支持一键导出离线接口使用文档。最后,组件提供了大量丰富的配置属性,支持通过属性配置完成各项功能设置,真正实现零侵入、无缝接入功能
security
oauth2
spring
code
filter
spring-security
oauth2-server
spring-security-oauth2
verification-code
-
Updated
Dec 27, 2019 - Java
Everybody loves to pay taxes! [-_-] This library lets you calculate Italian fiscal code with ease. It also reverts it to go back from the code to every (possible) original info. --- Calcola il codice fiscale a partire dai dati personali e viceversa.
-
Updated
Sep 5, 2019 - Java
Improve this page
Add a description, image, and links to the code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code topic, visit your repo's landing page and select "manage topics."
When working on a fix for #2755 I noticed that Git tag parsing is sub-optimal performance wise - to determine changeset/date for each tag a new command is spawned via
ExecutorinbuildTagEntry(). For repositories with large set of tags (e.g. Linux kernel) this could be taxing.Either convert this to parallel execution (thread pool) or find a way how to get all the data in single command.