Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
40 results tagged ruby  ✕   ✕
black-roland/huginn-protobuf-agent https://github.com/black-roland/huginn-protobuf-agent
Wed 14 May 2025 11:18:26 PM PDT archive.org

A Huginn agent that decodes base64-encoded Protobuf messages using specified proto files.

The proto files have to be on (or at least accessible from) the system(s) the agents run on. It doesn't look like they can be specified with a URL. The Protobuf message type also has to be known and specified.

ruby huginn agents protobuf decoder
hihouhou/huginn_write_file_agent https://github.com/hihouhou/huginn_write_file_agent
Fri 02 May 2025 09:37:52 PM PDT archive.org

A third-party Huginn agent that writes data to files on the local server. Configurable.

ruby huginn agents files writer
BryanSchuetz/culture-namer https://github.com/BryanSchuetz/culture-namer
Sat 15 Mar 2025 07:30:01 PM PDT archive.org

often use Culture ship names when having to identify random electronic / digital bits at work or home—iPhones, servers, databases, directories, sometimes even methods or functions.

This site makes picking a name at random a little bit easier, and a little more fun. It was also an excuse to teach myself how Jekyll uses collections and data files. Enjoy.

Note: This site also builds a simple ruby script to randomly pick ship names from the command line.

Live demo: https://bryanschuetz.github.io/culture-namer/

javascript ruby webapps names culture funny database
blackcandy-org/blackcandy https://github.com/blackcandy-org/blackcandy
Wed 01 Jan 2025 08:18:51 PM PST archive.org

Black Candy is a self-hosted music streaming server, your personal music center. Has a couple of mobile apps to go along with it. Assumes Docker but you can probably break it out by using the development instructions.

Uses either SQLite or Postgres as its back-end database. Assumes that some form of Nginx is available to do the actual music file serving on the network.

ruby rails streaming servers selfhosted music
Rubygems: Gems that use huginn_agent https://rubygems.org/gems/huginn_agent/reverse_dependencies
Wed 06 Nov 2024 09:26:34 AM PST archive.org

A de facto directory of third party Huginn agents that are built using huginn_agent as a template.

ruby gems huginn agents directory exocortex
GitHub - huginn/huginn_agent: Base for creating new Huginn Agents as Gems https://github.com/huginn/huginn_agent
Wed 06 Nov 2024 09:24:48 AM PST archive.org

A skeleton for Huginn agent development. Specifically, for developing agents as Ruby gems and not native to the environment. Explains how to use it to stand up the skeleton of an agent for development, how to register it with a Huginn instance so it can be used, and how to run unit tests. Has a short list of agents that are built using this framework.

I wonder if this could be used to re-implement activeworkflow-agent-python or activeworkflow-remote-agent-api.

ruby huginn agents library templates cli exocortex
hihouhou/huginn_google_calendar_event_checker_agent https://github.com/hihouhou/huginn_google_calendar_event_checker_agent
Sun 02 Jun 2024 06:21:44 PM PDT archive.org

A Huginn agent that can read Google Calendars using the GCal API and emit events based upon what it finds.

ruby huginn google calendars agents exocortex
awslabs/automated-security-helper https://github.com/awslabs/automated-security-helper
Tue 09 Jan 2024 10:11:30 PM PST archive.org

The security helper tool was created to help you reduce the probability of a security violation in a new code, infrastructure or IAM configuration by providing a fast and easy tool to conduct preliminary security check as early as possible within your development process.

It is not a replacement of a human review nor standards enforced by your team/customer. It uses light, open source tools to maintain its flexibility and ability to run from anywhere. ASH is cloning and running different open-source tools, such as: git-secrets, bandit, Semgrep, Grype, Syft, nbconvert, npm-audit, checkov, cdk-nag and cfn-nag. Please review the LICENSE file before use.

cli shell powershell ruby python sysadmin infosec devops automation scanners
Lakr233/GitLab-License-Generator https://github.com/Lakr233/GitLab-License-Generator
Fri 29 Dec 2023 11:12:37 PM PST archive.org

This project aims to generate a GitLab License for development purpose. If you encounter any problem, please solve them yourself.

Last tested on GitLab v16.7.0-ee.

ruby cli licenses keygen mirrored
rauversion/rauversion-ror https://github.com/rauversion/rauversion-ror
Tue 17 Oct 2023 10:25:59 AM PDT archive.org

Rauversion is an open source music sharing platform. Rauversion is built on Ruby on Rails.

Audio processing to format mp3 and audio analysis to draw audio peaks. Audio player, embeddable, with chunk range loading processing to save bandwidth. Music publishing preferences, downloadable, private, attribution settings, like creative commons, all rights reserved. Uploads for tracks, albums, and playlists with their meta information. Multi-upload provider local or AWS, other providers could be implemented. Sellable tracks & albums with Stripe, for connected accounts or main account. Tagging tracks, playlists & albums.

webapps ruby rails music publishing
Viperinius/huginn_owm_onecall_agent https://github.com/Viperinius/huginn_owm_onecall_agent
Wed 18 Jan 2023 05:21:26 PM PST archive.org

Queries the OneCall API of OpenWeatherMap for a given location by latitude and longitude. This API returns information about the current weather, forecasts by minute, hour, and day, and national weather alerts.

ruby huginn agents weather
Viperinius/huginn_write_influxdb_agent https://github.com/Viperinius/huginn_write_influxdb_agent
Wed 18 Jan 2023 05:17:47 PM PST archive.org

A Huginn agent that writes events into InfluxDB in line protocol format (primarily). No docs right now but there are only two files and the Huginn on-line docs therein seem helpful.

ruby huginn agents influxdb databases
tabler/tabler https://github.com/tabler/tabler
Thu 12 Jan 2023 08:24:57 AM PST archive.org

Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful!

Uses the Liquid templating system.

html5 css toolkit webapps ui dashboards templates ruby
Activeworkflow: Remote Agent Ruby https://docs.activeworkflow.org/activeworkflow-agent-ruby/
Wed 16 Nov 2022 01:17:30 PM PST archive.org

The active_workflow_agent library helps you to write your own ActiveWorkflow agents in Ruby using ActiveWorkflow's remote agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP server which ActiveWorkflow connects to and interacts with via the remote agent API protocol.

Github: https://github.com/automaticmode/active_workflow_agent

Rubygems: https://rubygems.org/gems/active_workflow_agent

gem ruby huginn agents exocortex http json
Activeworkflow: Remote Agent API https://docs.activeworkflow.org/remote-agent-api/
Wed 16 Nov 2022 01:08:47 PM PST archive.org

You can create your own agents by developing simple services that implement ActiveWorkflow's Remote Agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP service or microservice which ActiveWorkflow interacts with via an RPC protocol.

https://github.com/automaticmode/active_workflow/blob/master/lib/remote_agents.rb

https://github.com/automaticmode/active_workflow/blob/master/spec/features/use_remote_agent.rb

https://github.com/automaticmode/active_workflow/blob/master/spec/lib/remote_agents_spec.rb

huginn agents functions ruby extensions http exocortex json
igorkasyanchuk/rails_performance https://github.com/igorkasyanchuk/rails_performance
Tue 30 Aug 2022 12:38:41 PM PDT archive.org

Claims to be an easy-to-integrate self-hosted tool to monitor the performance of your Ruby on Rails application. This is a simple and free alternative to the New Relic APM, Datadog or other similar services. Realtime monitoring, throughput, average response time, which bits are the slowest, database queries, delayed_job monitoring, and custom events.

Known to work with Rails v4.2 and later. Requires Redis to hold the stats.

Amazingly, plugs right into Huginn using the default instructions.

ruby rails monitoring performance huginn exocortex
gardner/huginn_anomaly_agent https://github.com/gardner/huginn_anomaly_agent
Thu 11 Aug 2022 11:11:44 AM PDT archive.org

Agent that monitors a flow of data and uses Isolation Forest techniques to identify statistical outliers and anomalies.

agents ruby huginn statistics anomalies analytics
Smashing: The exceptionally handsome dashboard framework in Ruby and Coffeescript. https://github.com/Smashing/smashing
Fri 03 Jun 2022 12:59:07 PM PDT archive.org

Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. Use premade widgets, or fully create your own with scss, html, and coffeescript. Has a REST API to push data to the dashboard. Drag and drop interface for building a dashboard.

Install the gem. Run it to create a new dashboard ("project"). Run bundle. Start the server for the project.

ruby dashboard visualization server exocortex charts rest api
hihouhou/huginn_mastodon_publish_agent https://github.com/hihouhou/huginn_mastodon_publish_agent
Sat 30 Apr 2022 07:18:46 PM PDT archive.org

Huginn agent for publishing message via the Mastodon API.

huginn ruby exocortex mastodon fediverse agent
hihouhou/huginn_sqlite_agent https://github.com/hihouhou/huginn_sqlite_agent
Mon 25 Apr 2022 05:13:06 PM PDT archive.org

A Huginn agent for querying SQLite databases. Whatever it finds are emitted as events.

huginn agent ruby exocortex sqlite databases
page 1 / 2
6746 links, including 433 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn