Posts
-
sketchKeras
an u-net with some algorithm to take sketch from paints
An u-net with some algorithm to take the sketch from a painting.
Tags: #python
-
mintable
π Roll your own ad-free Mint clone for managing personal finances using publicly available APIs.
Prerequisites:
node(testedv11.6.0),yarn(testedv1.10.0)- If you plan on using Plaid to fetch account data, sign up for an account and apply for the development plan. It usually takes them 1-2 business days to approve this request.
- Link your accounts and a spreadsheet to Mintable. Run these commands to walk through the setup:
```bash git clone https://github.com/kevinschaich/mintable.git cd mintable
Tags: #javascript β’ finance β’ finance-management
-
pinafore
Alternative web client for Mastodon
An alternative web client for Mastodon, focused on speed and simplicity.
Pinafore is available at pinafore.social. Beta releases are at dev.pinafore.social.
See the user guide for basic usage. See the admin guide if Pinafore cannot connect to your instance.
For updates and support, follow @pinafore@mastodon.technology.
Tags: #javascript β’ mastodon β’ pwa
-
DL-text
Text pre-processing library for deep learning (Keras, tensorflow).
This repository consists of modules for pre-processing the textual data. Examples are also given for training deep models (DNN, CNN, RNN, LSTM). There are many additional functionilities which are as follows:
- Preparing data for problems like sentiment analysis, sentence contextual similarity, question answering, machine translation, etc.
- Compute lexical and semantic hand-crafted features like words overlap, n-gram overlap, td-idf, count features, etc. Most of these features are used in the following papers:
- Implementation of deep models as described in the following papers (for reproducible code refer to DeepLearn-repo):
- Implementation of evaluation metrics such as MAP, MRR, AP@k, BM25 etc.
Tags: #python β’ nlp-machine-learning β’ deep-learning
-
app.json
A node module for working with app.json files and deploying app.json apps to Heroku. Designed to work on the server, the browser, and the command line.
app.jsonis a manifest format for describing web apps. Itβs a file in the root directory of your app that describes build requirements, environment variables, addons, and other information.This repository contains the source for an npm module called app.json, which has many facets:
- A JavaScript interface for creating, validating, and producing app.json manifests.
- A module that is designed to work in browsers and Node.js.
- A command-line interface (CLI) for cloning apps, creating manifests, and producing schema documentation.
For more info about
app.json, see- Introducing the app.json Application Manifest
- app.json Schema
- Setting Up Apps using the Platform API
Tags: #javascript
-
react-native-tabs
React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)
React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)
Tags: #javascript
-
garage
A toolkit for reproducible reinforcement learning research
garage is a toolkit for developing and evaluating reinforcement learning algorithms, and an accompanying library of state-of-the-art implementations built using that toolkit.
The toolkit provides wide range of modular tools for implementing RL algorithms, including:
- Composable neural network models
- Replay buffers
- High-performance samplers
- An expressive experiment definition interface
- Tools for reproducibility (e.g. set a global random seed which all components respect)
Tags: #python
-
Blisqy
Version 0.2 - Exploit Time-based blind-SQL injection in HTTP-Headers (MySQL/MariaDB).
Blisqy is a tool to aid Web Security researchers to find Time-based Blind SQL injection on HTTP Headers and also exploitation of the same vulnerability.
The exploitation enables slow data siphon from a database (currently supports MySQL/MariaDB only) using bitwise operation on printable ASCII characters, via a blind-SQL injection.
For interoperability with other Python tools and to enable other users utilise the features provided in Blisqy, the modules herein can be imported into other Python based scripts.
When testing for Time-based Blind SQL injections, any network lag or congestion can affect the effectiveness of your fuzzing or exploitation. To compensate for the possible network lags and uncertainties that might cause delays, Blisqy time comparison is dynamic and itβs calculated at runtime for each test. The tests utilizes
greenlet(alight-weight cooperatively-scheduled execution unit) to provide a high-level synchronous API on top oflibeveventloop. It provides a fast and efficient way of carrying out the payload tests in a short time, also, one particular test should not affect another because they are not fully done in a sequential method.Tags: #python β’ sql β’ sql-injection
-
flutter-webrtc-server
A simple WebRTC signaling server for flutter-webrtc.
A simple WebRTC Signaling server for flutter-webrtc and html5.
Online Demo: https://demo.cloudwebrtc.com:8086/
Tags: #javascript β’ webrtc β’ flutter
-
LeetCode
LeetCode In Action - Python (705+)
LeetCode is a coding online judger. You may find the problem list here LeetCode.
Tags: #python
subscribe via RSS