Posts
-
persian-tools
An anthology of a variety of tools for the Persian language in javascript
- Convert Persian words to the number.
- Convert Numbers to Persian words.
- Add and remove commas to numbers.
- Convert Persian numbers to Arabic or English numbers and vice versa.
- Validate Iranian national number(code-e Melli).
- Validate Iranian legal id(shenase hoghoghi).
- Find city and province name by national code(code-e Melli).
- Bill calculator.
- Check Iranian Sheba(IBAN) validation and recognize bank information by sheba code.
- Validate Bank card number.
- Find Bank’s name by Card number.
- Validate the correctness of the text of the Persian language and clear the Arabic letters in the Persian text.
- Fix Persian characters in URL.
- Fix Persian zero-width non-joiner(Replace spaces by half-space)
- Convert Jalaali date-time into a time ago
- Get the Remaining Time of the Date
- Validate and find information of phone number.
Tags: #typescript • number-to-words • words-to-numbers
-
scrapedin
LinkedIn Scraper (currently working 2020)
const scrapedin = require('scrapedin') const profileScraper = await scrapedin({ email: 'login@mail.com', password: 'pass' }) const profile = await profileScraper('https://www.linkedin.com/in/some-profile/')- If you are looking for a crawler to automatically extract multiple profiles see scrapedin-crawler
Tags: #javascript • linkedin • scraper
-
dry-web
Lightweight web application stack with pluggable routing front-ends
Tags: #ruby
-
xipki
Highly scalable and high-performance open source PKI (CA and OCSP responder). Minimal dependencies.
XiPKI (eXtensible sImple Public Key Infrastructure) is a highly scalable and high-performance open source PKI (CA and OCSP responder).
Tags: #java • ocsp-responder • certificate-authority
-
JNDI-Injection-Exploit
JNDI注入测试工具(A tool which generates JNDI links can start several servers to exploit JNDI Injection vulnerability,like Jackson,Fastjson,etc)
Materials about JNDI Injection
Tags: #java
-
vue-cookie
A Vue.js plugin for manipulating cookies
A Vue.js plugin for manipulating cookies tested up to
Vue v2.0.5Tags: #javascript
-
doctrine-dbal-postgresql
Add JSON query support to Doctrine DBAL and DQL
- Array Integer (integer[])
- Array BigInt (bigint[])
- TsVector (tsvector)
Tags: #php • doctrine • dbal
-
five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
The five video classification methods:
- Classify one frame at a time with a ConvNet
- Extract features from each frame with a ConvNet, passing the sequence to an RNN, in a separate network
- Use a time-dstirbuted ConvNet, passing the features to an RNN, much like #2 but all in one network (this is the
lrcnnetwork in the code). - Extract features from each frame with a ConvNet and pass the sequence to an MLP
- Use a 3D convolutional network (has two versions of 3d conv to choose from)
See the accompanying blog post for full details: https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
Tags: #python • machine-learning • deep-learning
-
RoundCornerProgressBar
[Android] Round Corner Progress Bar Library for Android
Change the view ID parameter in
onProgressChangedto View class// Old fun onProgressChanged( viewId: Int, progress: Float, isPrimaryProgress: Boolean, isSecondaryProgress: Boolean ) // New fun onProgressChanged( view: View, progress: Float, isPrimaryProgress: Boolean, isSecondaryProgress: Boolean )Tags: #java • kotlin • android
-
BicBucStriim
BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos – but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
BicBucStriim streams books, digital books. It was primarily designed to fill a gap in the functionality of NAS devices that provide access to music, videos and photos – but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
BicBucStriim is a simple PHP application that runs in a PHP environment provided by the NAS. It assumes that you manage your e-book collection with Calibre. The application reads the Calibre data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.
Tags: #php • digital-books • nas
subscribe via RSS