Posts
-
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
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.0release 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 pykeenThe latest version of PyKEEN can be installed directly from the source code on GitHub with:
pip install git+https://github.com/pykeen/pykeen.gitMore 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 installcommand:$ npm install cookiesTags: #javascript • cookies • nodejs
-
marytts
MARY TTS – an open-source, multilingual text-to-speech synthesis system written in pure java
This is the source code repository for the multilingual open-source MARY text-to-speech platform (MaryTTS). MaryTTS is a client-server system written in pure Java, so it runs on many platforms.
For a downloadable package ready for use, see the releases page.
Older documentation can also be found at https://github.com/marytts/marytts-wiki, http://mary.dfki.de and https://mary.opendfki.de.
This README is part of the the MaryTTS source code repository. It contains information about compiling and developing the MaryTTS sources.
The code comes under the Lesser General Public License LGPL version 3 – see LICENSE.md for details.
Tags: #java • speech-synthesis • tts
-
PHPePub
PHP Classes for dynamically generating EPub files.
PHPePub allows a php script to generate ePub Electronic books on the fly, and send them to the user as downloads.
PHPePub support most of the ePub 2.01 specification, and enough of the new ePub3 specification to make valid ePub 3 books as well.
The projects is also hosted on PHPClasses.org at the addresses: http://www.phpclasses.org/package/6115
PHPePub is meant to be easy to use for small projects, and still allow for comples and complete e-books should the need arise.
The Zip.php class in this project originates from http://www.phpclasses.org/package/6110
or on Github: git://github.com/Grandt/PHPZip.git
See the examples for example usage. The php files have “some” doumentation in them in the form of Javadoc style function headers.
Tags: #php
-
gerbil
GERBIL - General Entity annotatoR Benchmark
This project is a benchmarking platform for entity annotation and disambiguation tools. It also has been extended for Question Answering (see
QuestionAnsweringbranch).For further information, please take a look into the wiki or visit the project home page.
Tags: #java • benchmarking • benchmarking-framework
-
flatware
A parallel test runner for RSpec and Cucumber with pretty output
Flatware parallelizes your test suite to significantly reduce test time.
Tags: #ruby
subscribe via RSS