Posts
-
rss-feed-emitter
Super RSS News Feed aggregator written in Node.js and ES6
This is a fully functional module, but its source code and repository are also a super complete tutorial, covering:
- What to do first when creating a module from scratch
- How to manage your module in Github and npm
How to transpile your ES6 code into ES5this went away in v3- How to create automated unit and integration tests
- How to integrate them with Travis CI and make the build break if tests didn’t pass
- How to automatically test your module against various versions of Node.js
- How to setup a code coverage tool and keep 100% coverage
- How to integrate the coverage results with Coveralls
- How to configure linting tools to make your code base consistent
- How to deploy to Github and npm with tags and releases
If you’re afraid to read the source code of the modules you use or to create your first module, this is the best chance you have to break this barrier :)
Tags: #javascript
-
xeHentai
Doujinshi downloader 绅士漫画下载
Windows users can download packed binaries from here or here. The package is built using PyInstaller.
Or run directly from source code:
pip install -U requests[socks] git clone https://github.com/fffonion/xeHentai.git cd xeHentai python ./setup.py install xeHThe program is running in non-interactive mode by default. To run interactively, use
xeH.py -i.Tags: #python • crawler • json-rpc
-
celery-director
Simple and rapid framework to build workflows with Celery
Install the latest version of Director with pip (requires at least
Python 3.7):pip install celery-directorTags: #python • celery • workflow
-
lhotse
Tools for handling speech data in machine learning projects.
Lhotse is a Python library aiming to make speech and audio data preparation flexible and accessible to a wider community. Alongside k2, it is a part of the next generation Kaldi speech processing library.
Tags: #python • speech • audio
-
omniauth-auth0
OmniAuth strategy to login with Auth0
Tags: #ruby • dx-sdk • omniauth
-
tencentcloud-sdk-php
Tencent Cloud API 3.0 SDK for PHP
欢迎使用腾讯云开发者工具套件(SDK)3.0,SDK3.0是云 API3.0 平台的配套工具。 为方便 PHP 开发者调试和接入腾讯云产品 API,这里向您介绍适用于 PHP 的腾讯云开发工具包,并提供首次使用开发工具包的简单示例。让您快速获取腾讯云 PHP SDK 并开始调用。
Tags: #php
-
kuzzle
Open-source Back-end, self-hostable & ready to use - Real-time, storage, advanced search - Web, Apps, Mobile, IoT -
Kuzzle is a generic backend offering the basic building blocks common to every application.
Rather than developing the same standard features over and over again each time you create a new application, Kuzzle proposes them off the shelf, allowing you to focus on building high-level, high-value business functionalities.
Kuzzle enables you to build modern web applications and complex IoT networks in no time.
- API First: use a standardised multi-protocol API.
- Persisted Data: store your data and perform advanced searches on it.
- Realtime Notifications: use the pub/sub system or subscribe to database notifications.
- User Management: login, logout and security rules are no more a burden.
- Extensible: develop advanced business feature directly with the integrated framework.
- Client SDKs: use our SDKs to accelerate the frontend development.
Learn how Kuzzle will accelerate your developments :point_right: https://docs.kuzzle.io/core/2/guides/introduction/what-is-kuzzle/
Tags: #javascript • kuzzle • backend
-
tax
A PHP 5.5+ tax library.
Zone 1-1 TaxType 1-n TaxRate 1-n TaxRateAmount
Each tax type has a zone and one or more tax rates. Each tax rate has one or more tax rate amounts.
Example:
- Tax type: French VAT
- Zone: “France (VAT)” (covers “France without Corsica” and “Monaco”)
- Tax rates: Standard, Intermediate, Reduced, Super Reduced
- Tax rate amounts for Standard: 19.6% (until January 1st 2014), 20% (from January 1st 2014)
The base interfaces don’t impose setters, since they aren’t needed by the service classes. Extended interfaces (TaxTypeEntityInterface, (TaxRateEntityInterface, (TaxRateAmountEntityInterface) are provided for that purpose, as well as matching TaxType, TaxRate and TaxRateAmount classes that can be used as examples or mapped by Doctrine.
Tags: #php
-
react-page-transition
A React component that makes it easy to use the page transitions from the Codedrops page transitions demo with React
⚛️💨 A React component that makes it easy to use the page transitions from the Codedrops Page Transitions Demo See Original.
Tags: #typescript • react • page-transitions
-
WebAuthn
A simple PHP WebAuthn (FIDO2/Passkey) server library
A simple PHP WebAuthn (FIDO2) server library
Goal of this project is to provide a small, lightweight, understandable library to protect logins with passkeys, security keys like Yubico or Solo, fingerprint on Android or Windows Hello.
Tags: #php • webauthn • fido2
subscribe via RSS