All Projects → cho45 → Chemrtron

cho45 / Chemrtron

A document viewer; fuzzy match incremental search.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chemrtron

Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (-32.2%)
Mutual labels:  crawler
Social Scraper
Tổng hợp script crawl dữ liệu từ các mạng xã hội & website tiếng Việt
Stars: ✭ 47 (-20.34%)
Mutual labels:  crawler
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-3.39%)
Mutual labels:  crawler
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+1610.17%)
Mutual labels:  crawler
Weibo Crawler
新浪微博爬虫,用python爬取新浪微博数据,并下载微博图片和微博视频
Stars: ✭ 1,019 (+1627.12%)
Mutual labels:  crawler
Lyrics Crawler
Get the lyrics for the song currently playing on Spotify
Stars: ✭ 49 (-16.95%)
Mutual labels:  crawler
Dbworld Search
🔍 简单的搜索引擎, django 框架
Stars: ✭ 39 (-33.9%)
Mutual labels:  crawler
Auto Lighthouse
A utility package for automating lighthouse reporting
Stars: ✭ 58 (-1.69%)
Mutual labels:  crawler
Pixeval
A Strong, Fast and Flexible Pixiv Client based on .NET Core and WPF
Stars: ✭ 1,031 (+1647.46%)
Mutual labels:  crawler
Picacomic downloader
哔咔漫画收藏夹下载程序
Stars: ✭ 57 (-3.39%)
Mutual labels:  crawler
Crawlab
Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
Stars: ✭ 8,392 (+14123.73%)
Mutual labels:  crawler
Photon
Incredibly fast crawler designed for OSINT.
Stars: ✭ 8,332 (+14022.03%)
Mutual labels:  crawler
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (-13.56%)
Mutual labels:  crawler
Lizard
💐 Full Amazon Automatic Download
Stars: ✭ 41 (-30.51%)
Mutual labels:  crawler
Car Prices
Golang爬虫 爬取汽车之家 二手车产品库
Stars: ✭ 57 (-3.39%)
Mutual labels:  crawler
Maman
Rust Web Crawler saving pages on Redis
Stars: ✭ 39 (-33.9%)
Mutual labels:  crawler
Fund Crawler
基于NodeJS的基金数据爬虫,爬取的数据存于github的@nullpointer/fund-data。
Stars: ✭ 46 (-22.03%)
Mutual labels:  crawler
Beanbun
Beanbun 是用 PHP 编写的多进程网络爬虫框架,具有良好的开放性、高可扩展性,基于 Workerman。
Stars: ✭ 1,096 (+1757.63%)
Mutual labels:  crawler
Crawlergo
A powerful dynamic crawler for web vulnerability scanners
Stars: ✭ 1,088 (+1744.07%)
Mutual labels:  crawler
Leetcode Ranking Search
Leetcode Contest Ranking Searcher
Stars: ✭ 51 (-13.56%)
Mutual labels:  crawler

Chemr

A document viewer; fuzzy match incremental search.

Chemrtron is Chemr on Electron.

Features

  • Create index on-demand
  • Same incremental search user interface to all document

Development

Install Electron

Chemrtron is built with Electron.

npm -g install electron-prebuilt

Clone Repository

git clone https://github.com/cho45/Chemrtron.git

Launch

cd Chemrtron
electron .

Create New Indexer

See Create New Indexer

CONTRIBUTING

See CONTRIBUTING.md

ARCHITECTURE

Chemrtron has 2 browser window (by Electron). One of them is main viewer window and another one is for indexing window which is hidden.

The indexing window is shown under development mode which is switched by settings or menu (View -> Toggle Developer Tools).

A main window and an indexing window is communicate with IPC via Electron main process. (there is no direct connection between them)

BUILD Chemr YOURSELF

Install requirements:

npm install -g electron-packager
npm install -g electron-builder

Build:

./dev/package.sh 

output to ./build/releases

RELEASING

  1. Updaste ChangeLog
  2. Edit VERSION file to increment version
  3. git commit -a and git push to uploaded to github
  4. make release creates packages, tag origin/master and upload packages to github releases.

LICENSE

MIT: http://cho45.github.com/mit-license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].