Posts
-
fp-ts-contrib
A community driven utility package for fp-ts
To install the stable version:
npm i fp-ts-contribNote.
fp-ts-contribdepends onfp-ts, starting from0.1.0you must installfp-tsmanually (fp-tsis listed inpeerDependency)Tags: #typescript
-
seed-fu
Advanced seed data handling for Rails, combining the best practices of several methods together.
User.seed do |s| s.id = 1 s.login = "jon" s.email = "jon@example.com" s.name = "Jon" end User.seed do |s| s.id = 2 s.login = "emily" s.email = "emily@example.com" s.name = "Emily" endTags: #ruby
-
kairosdb
Fast scalable time series database
Documentation is found here.
Tags: #java • kairosdb • timeseries-database
-
svgsort
svg path sorter for more efficient (pen)plotting.
Reasonably efficient, greedy, path planning for plotting svg files.
Tags: #python • svg • pen-plotter
-
ache
ACHE is a web crawler for domain-specific search.
ACHE is a focused web crawler. It collects web pages that satisfy some specific criteria, e.g., pages that belong to a given domain or that contain a user-specified pattern. ACHE differs from generic crawlers in sense that it uses page classifiers to distinguish between relevant and irrelevant pages in a given domain. A page classifier can be from a simple regular expression (that matches every page that contains a specific word, for example), to a machine-learning based classification model. ACHE can also automatically learn how to prioritize links in order to efficiently locate relevant content while avoiding the retrieval of irrelevant content.
ACHE supports many features, such as:
- Regular crawling of a fixed list of web sites
- Discovery and crawling of new relevant web sites through automatic link prioritization
- Configuration of different types of pages classifiers (machine-learning, regex, etc)
- Continuous re-crawling of sitemaps to discover new pages
- Indexing of crawled pages using Elasticsearch
- Web interface for searching crawled pages in real-time
- REST API and web-based user interface for crawler monitoring
- Crawling of hidden services using TOR proxies
Tags: #java • web-crawler • focused-crawler
-
fern-wifi-cracker
Automatically exported from code.google.com/p/fern-wifi-cracker
Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library. The program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks
Tags: #python
-
R-Net
Tensorflow Implementation of R-Net
- A Tensorflow implementation of R-NET: MACHINE READING COMPREHENSION WITH SELF-MATCHING NETWORKS. This project is specially designed for the SQuAD dataset.
- Should you have any question, please contact Wenxuan Zhou (wzhouad@connect.ust.hk).
Tags: #python • squad • tensorflow
-
NoNonsense-FilePicker
A file/directory-picker for android. Implemented as a library project.
In Kitkat or above, use Android’s built-in file-picker instead. Google has restricted the ability of external libraries like this from creating directories on external SD-cards in Kitkat and above which will manifest itself as a crash.
If you need to support pre-Kitkat devices see #158 for the recommendation approach.
This does not impact the library’s utility for non-SD-card locations, nor does it impact you if you don’t want to allow a user to create directories.
Tags: #java
-
sp-dev-solutions
Repository for SharePoint development reusable solutions
Welcome to the SharePoint PnP Community Solutions repository. This repository contains samples and templates you can use as foundations and patterns of solutions for your SharePoint sites.
Tags: #typescript • hacktoberfest
-
black-hole
WebGL simulation of a Schwarzschild black hole
In this simulation, the light ray paths are computed by integrating an ODE describing the Schwarzschild geodesics using GLSL on the GPU, leveraging WebGL and three.js. This should result to a fairly physically accurate gravitational lensing effect. Various other relativistic effects have also been added and their contributions can be toggled from the GUI. The simulation has normalized units such that the Schwarzschild radius of the black hole is one and the speed of light is one length unit per second (unless changed using the “time scale” parameter).
See this page (PDF version) for a more detailed description of the physics of the simulation.
Tags: #javascript • simulation • webgl
subscribe via RSS