Posts

  • PyDMD

    Python Dynamic Mode Decomposition

    Tags: #python • dynamic-mode-decomposition • dmd

  • bcbio-nextgen

    Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis

    Tags: #python

  • cipi

    Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.

    Cipi is a Laravel based cloud server control panel that supports Digital Ocean, AWS, Vultr, Google Cloud, Linode, Azure and other VPS. It comes with nginx, Mysql, multi PHP-FPM versions, multi users, Supervisor, Composer, npm, free Let’s Encrypt certificates, Git deployment, backups, ffmpeg, fail2ban, Redis, API and with a simple graphical interface useful to manage Laravel, Codeigniter, Symfony, WordPress or other PHP applications. With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.

    Tags: #php • deployment • lemp

  • gensim-data

    Data repository for pretrained NLP models and NLP corpora.

    Research datasets regularly disappear, change over time, become obsolete or come without a sane implementation to handle the data format reading and processing.

    For this reason, Gensim launched its own dataset storage, committed to long-term support, a sane standardized usage API and focused on datasets for unstructured text processing (no images or audio). This Gensim-data repository serves as that storage.

    There’s no need for you to use this repository directly. Instead, simply install Gensim and use its download API (see the Quickstart below). It will “talk” to this repository automagically.

    💡 When you use the Gensim download API, all data is stored in your ~/gensim-data home folder.

    Read more about the project rationale and design decisions in this article: New Download API for Pretrained NLP Models and Datasets.

    Tags: #python • dataset • gensim

  • require-css

    A RequireJS CSS loader plugin to allow CSS requires and optimization

    The use case for RequireCSS came out of a need to manage templates and their CSS together. The idea being that a CSS require can be a dependency of the code that dynamically renders a template. When writing a large dynamic application, with templates being rendered on the client-side, it can be beneficial to inject the CSS as templates are required instead of dumping all the CSS together separately. The added benefit of this is then being able to build the CSS naturally with the RequireJS optimizer, which also supports separate build layers as needed.

    Tags: #javascript

  • AndrOBD

    Android OBD diagnostics with any ELM327 adapter

    • FAQ - Frequently asked questions

    • Wiki - AndrOBD knowledge database

    Tags: #java • obd • diagnostics

  • similarity

    similarity: Text similarity calculation Toolkit for Java. 文本相似度计算工具包,java编写,可用于文本相似度计算、情感分析等任务,开箱即用。

    similarity, compute similarity score between text strings, Java written.

    similarity,相似度计算工具包,可用于文本相似度计算、情感倾向分析等,Java编写。

    similarity是由一系列算法组成的Java版相似度计算工具包,目标是传播自然语言处理中相似度计算方法。similarity具备工具实用、性能高效、架构清晰、语料时新、可自定义的特点。

    Tags: #java • nlp • similarity

  • rss-to-activitypub

    An RSS to ActivityPub converter.

    This is a server that lets users convert any RSS feed to an ActivityPub actor that can be followed by users on ActivityPub-compliant social networks like Mastodon.

    This is based on my Express ActivityPub Server, a simple Node/Express server that supports a subset of ActivityPub.

    As of the v2.0.0 release of this project, only users who are authenticated with a particular OAuth server can create feeds. Any federated user can still read the feeds. I implemented this because running this service in the open invited thousands of spammers to create feeds and overwhelm the service. With this new model, you can run this as an added bonus for people in a community like a Mastodon server, and as the person running it you are taking on only the moderation burden of the users you are already responsible for on your federated server.

    Tags: #javascript • activitypub • rss

  • pykeen

    🤖 A Python library for learning and evaluating knowledge graph embeddings

    The latest stable version of PyKEEN requires Python 3.8+. It can be downloaded and installed from PyPI with:

    pip install pykeen
    

    The latest version of PyKEEN can be installed directly from the source code on GitHub with:

    pip install git+https://github.com/pykeen/pykeen.git
    

    More information about installation (e.g., development mode, Windows installation, Colab, Kaggle, extras) can be found in the installation documentation.

    Tags: #python • knowledge-graph-embeddings • knowledge-graphs

  • cookies

    Signed and unsigned cookies based on Keygrip

    This is a Node.js module available through the npm registry. Installation is done using the npm install command:

    $ npm install cookies
    

    Tags: #javascript • cookies • nodejs

subscribe via RSS