All Projects → xsltdev → Xsltdev.ru

xsltdev / Xsltdev.ru

Справочник web-разработчика с примерами

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Xsltdev.ru

Webhere
HTML scraping for Objective-C.
Stars: ✭ 16 (-89.19%)
Mutual labels:  xpath
Xqerl
Erlang XQuery 3.1 Processor
Stars: ✭ 44 (-70.27%)
Mutual labels:  xpath
Graphquery
GraphQuery is a query language and execution engine tied to any backend service.
Stars: ✭ 112 (-24.32%)
Mutual labels:  xpath
Amazon Mobile Sentiment Analysis
Opinion mining of Mobile reviews on Amazon platform
Stars: ✭ 19 (-87.16%)
Mutual labels:  xpath
Xml
XML without worries
Stars: ✭ 35 (-76.35%)
Mutual labels:  xpath
Internettools
XPath/XQuery 3.1 interpreter for Pascal with compatibility modes for XPath 2.0/XQuery 1.0/3.0, custom and JSONiq extensions, XML/HTML parsers and classes for HTTP/S requests
Stars: ✭ 82 (-44.59%)
Mutual labels:  xpath
Parsel
Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
Stars: ✭ 628 (+324.32%)
Mutual labels:  xpath
Harser
Easy way for HTML parsing and building XPath
Stars: ✭ 135 (-8.78%)
Mutual labels:  xpath
Xom
XOM™ is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order.
Stars: ✭ 38 (-74.32%)
Mutual labels:  xpath
Pythonstudy
Python related technologies used in work: crawler, data analysis, timing tasks, RPC, page parsing, decorator, built-in functions, Python objects, multi-threading, multi-process, asynchronous, redis, mongodb, mysql, openstack, etc.
Stars: ✭ 103 (-30.41%)
Mutual labels:  xpath
Defiant.js
http://defiantjs.com
Stars: ✭ 907 (+512.84%)
Mutual labels:  xpath
Jsonpath Rs
JSONPath for Rust
Stars: ✭ 31 (-79.05%)
Mutual labels:  xpath
Domquery
PHP library for easy 'jQuery like' DOM traversing and manipulation.
Stars: ✭ 84 (-43.24%)
Mutual labels:  xpath
Fuzi
A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
Stars: ✭ 894 (+504.05%)
Mutual labels:  xpath
Docs
《数据采集从入门到放弃》源码。内容简介:爬虫介绍、就业情况、爬虫工程师面试题 ;HTTP协议介绍; Requests使用 ;解析器Xpath介绍; MongoDB与MySQL; 多线程爬虫; Scrapy介绍 ;Scrapy-redis介绍; 使用docker部署; 使用nomad管理docker集群; 使用EFK查询docker日志
Stars: ✭ 118 (-20.27%)
Mutual labels:  xpath
Sirix
SirixDB is a temporal, evolutionary database system, which uses an accumulate only approach. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.
Stars: ✭ 638 (+331.08%)
Mutual labels:  xpath
Jsoup
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
Stars: ✭ 9,184 (+6105.41%)
Mutual labels:  xpath
Cssplus
CSSplus is a collection of CSS Reprocessor plugins that dynamically update CSS variables
Stars: ✭ 141 (-4.73%)
Mutual labels:  xpath
Jsonquery
jsonq package for Go. Golang XPath query for JSON query.
Stars: ✭ 134 (-9.46%)
Mutual labels:  xpath
Markup
A Swift package for working with HTML, XML, and other markup languages, based on libxml2.
Stars: ✭ 93 (-37.16%)
Mutual labels:  xpath

Справочник

Для разметки контента используется markdown, собирается сайт движком MKDocs.

Участие

Чтобы исправить ошибку или добавить что-то новое в этот репозиторий, вам нужно открыть пулл-реквест на Гитхабе. Кроме того, на каждой странице сайта справа от заголовка есть иконка редактирования (карандаш).

Сборка справочника

Для сборки справочника нужно установить MKDocs, расширения PyMdown и тему Material for MkDocs:

pip3 install -r ./requirements.txt

Сборка проекта:

mkdocs build

Режим разработчика:

mkdocs serve --dirtyreload

Публикация

Все одобренные пулл-реквесты будут автоматически опубликованы на сайте справочника

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].