Posts
-
php-terminal-gameboy-emulator
A PHP Terminal GameBoy Emulator
Tags: #php
-
android-beacon-library
Allows Android apps to interact with BLE beacons
It allows Android devices to use beacons much like iOS devices do. An app can request to get notifications when one or more beacons appear or disappear. An app can also request to get a ranging update from one or more beacons at a frequency of approximately 1Hz.
Tags: #java
-
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
subscribe via RSS