PubSub library.
React Topical client.
Vanilla Topical client.
visualizer for topical
Shared functionality for botbuilder-topical-*
Multi-URL comparative content analysis with topical gap detection
Command line access for CreamPhase topical treatment routines.
Topics abstraction for BotBuilder 4.x
MCP server for the Majestic SEO API — Trust Flow, Citation Flow, backlinks, referring domains, anchors, topical TF, PBN detection, and more
The one-and-only npm package that returns one or more topical holiday jokes, every single day.
Multi-URL comparative content analysis with topical gap detection
This module allows to execute a search on Google and get infos on the related domains (mainly trust flow, topical trust flow & whois).
InfraNodus MCP server - A Model Context Protocol server for network thinking and graph analysis
[**Timeless Beauty Age-Rewinding Serum**](https://sites.google.com/view/timelessness-the-power-of-beau/home) is a topical remedy for consumers who want to restore the naturally youthful appearance of their skin. The remedy uses an assortment of helpful in
35 secs ago - With the right guidance, you can easily find genital herpes treatments over-the-counter and avoid a potentially embarrassing trip to the doctor. From at-home DIY measures and online pharmacies to supplements and topical remedies, you have pl
Topics abstraction for BotBuilder 4.x
Writing tasks require countless composing decisions that are typically beyond the conscious grasp of student writers. Much of the skill of being “text-aware” is to understand that texts are composed of highly structured and often highly predictive composi
Professional Agentic SEO Platform for Google Antigravity 2 AI Agent — 44 specialized skills covering technical audit, E-E-A-T, schema, GEO, local SEO & more
A command line interface to easily interact with Linear
Graph Aware Sync Protocol
CLI for AI SEO Engine - programmatic access for agents and automation
Agent Skill: motion and interaction design audit (Emil Kowalski, Jakub Krehel, Jhey Tompkins lenses).
MCP server for Octen Extract — turn URLs into LLM-ready markdown with query-driven highlights, category, and page_structure classification.
Complete Instagram MQTT protocol with FULL Featured REALTIME And api Rest All in one project .
This provides the REST API for admin operations
Command-Line Interface and MCP Server for NGA
A Kafka client CLI tool for debugging and inspecting Kafka clusters
MQTT v3.1.1/v5.0 client for browsers using WebSocket (ws/wss) transport, compiled to WebAssembly
automagically find peers interested in a topic + iroh-gossip integration
Connector SDK and runtime for Rivven - sources, sinks, and transforms
Kubernetes operator for deploying and managing Rivven clusters
Topic administration
File I/O for pose graphs (G2O, TORO, BAL) and ROS2 bags with SE2/SE3 support
Rust client to gerrit
Rust client to gerrit
HDDS WebSocket Bridge - Connect browsers to DDS topics
Extract topics from document embeddings using HDBSCAN clustering and c-TF-IDF term extraction. Provides automatic topic labeling, quality metrics, and support for various clustering algorithms.
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
==== Ruby Topic Maps (RTM) RTM is a Topic Maps engine written in Ruby. See http://rtm.topicmapslab.de/ for instructions. Several backends and extensions are available as separate gems. ==== Overview From a developer's perspective, RTM is a schema-less database management system. The Topic Maps standard (described below) on which RTM is based provides a way of creating a self-describing schema just by using it. ==== Quickstart require 'rtm' connection = RTM.connect # uses the default Ontopia in-memory backend topic_map = connection.create "http://example.org/my_topic_map/" some_topic = topicmap.get!("identifier_of_the_topic") some_topic["-"] = "default name for the topic" topic_map.to_xtm("my_xtm_file.xtm") ==== Topic Maps Topic Maps is an international industry standard (ISO13250) for interchangeably representing information about the structure of information resources used to define topics, and the relationships between topics. A set of one or more interrelated documents that employs the notation defined by this International Standard is called a topic map. A topic map defines a multidimensional topic space - a space in which the locations are topics, and in which the distances between topics are measurable in terms of the number of intervening topics which must be visited in order to get from one topic to another, and the kinds of relationships that define the path from one topic to another, if any, through the intervening topics, if any. In addition, information objects can have properties, as well as values for those properties, assigned to them. The Topic Maps Data Model which is used in this implementation can be found on http://www.isotopicmaps.org/sam/sam-model/. ==== Backends * rtm-ontopia: JRuby only, recommended, uses Ontopia: http://code.google.com/p/ontopia/ * rtm-tinytim: JRuby only, uses TinyTiM: http://tinytim.sourceforge.net/ * rtm-activerecord: uses a custom ActiveRecord schema ==== Extensions * rtm-tmql: Adds support for the Topic Maps Query Language (TMQL), http://isotopicmaps.org/tmql/ * rtm-tmcl: Adds support for the Topic Maps Constraint Language (TMCL), http://isotopicmaps.org/tmcl/ ==== License Copyright 2009 Topic Maps Lab, University of Leipzig. Apache License, Version 2.0
Utilities to materialize routemaster topics
A matcher for the AMQP topic binding algorithm
Allows you to instansiate conversations based on keywords
High performance topic modeling for Ruby
git-topic enables you to manage your topic branches by simple sub commands like "git topic (list/edit/show)". This sub commands use branch description.
gem command around reviewed topic branches. Supports workflow of the form: # alexander: git work-on <topic> git done # bismarck: git status # notice a review branch git review <topic> # happy, merge into master, push and cleanup git accept git review <topic2> # unhappy git reject # alexander: git status # notice rejected topic git work-on <topic> see README.rdoc for more (any) details. To make use of bash autocompletion, you must do the following: 1. Make sure you source share/completion.bash before you source git's completion. 2. Optionally, copy git-topic-completion to your gem's bin directory. This is to sidestep ruby issue 3465 which makes loading gems far too slow for autocompletion.
Asynchronous handling of callbacks that can be attached to individual topics, based on the mqtt gem.