Skip to content

Instantly share code, notes, and snippets.

View AgentRev's full-sized avatar

Agent Revolution AgentRev

  • Canada
View GitHub Profile

comment-on-issues.md


title: Comment on Issues

We value your feedback and insights. If you have suggestions, ideas, or questions, feel free to comment on existing issues. Engaging in discussions helps shape Monty's direction and ensures that the community's needs and concerns are considered.

Please consider the following when commenting.

@AgentRev
AgentRev / ImplementingBehavioralModels.md
Created August 22, 2025 05:21
AI summary of "2025/08 - Implementing Behavioral Models" by Thousand Brains Project

Introduction 00:00

  • Implementing behavioral models is a crucial aspect of understanding and predicting human behavior, and it involves using data and analytics to inform decision-making processes 00:10.

  • The field of behavioral modeling has evolved significantly over the years, with advancements in technology and data collection enabling more accurate and nuanced models of human behavior 00:42.

  • Behavioral models can be applied in various domains, including marketing, finance, and healthcare, to name a few, and they have the potential to drive business growth, improve customer engagement, and enhance overall well-being 02:06.

  • The implementation of behavioral models requires a multidisciplinary approach, involving expertise in psychology, statistics, and computer science, among oth

@AgentRev
AgentRev / ExtensionManifestV2Availability.reg
Created August 18, 2024 04:44
Extends the life of Manifest V2 in Chrome to June 2025.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"ExtensionManifestV2Availability"=dword:00000002
@AgentRev
AgentRev / Firefox font fix
Last active April 17, 2023 17:45
This fixes broken kerning and excessive text contrast on Firefox
gfx.font_rendering.cleartype_params.enhanced_contrast = 0
gfx.font_rendering.cleartype_params.force_gdi_classic_for_families = (empty)
gfx.font_rendering.cleartype_params.rendering_mode = -1
@AgentRev
AgentRev / firewall_cleanup.ps1
Created December 22, 2020 10:41
Removes orphaned entries from the Windows Firewall.
#
# firewall_cleanup.ps1
#
# Removes orphaned entries from the Windows Firewall.
#
$rules = Get-NetFirewallApplicationFilter | Where {($_.Program -ne "Any") -and ($_.Program -ne "System") -and (-not (Test-Path ([Environment]::ExpandEnvironmentVariables($_.Program))))} | Get-NetFirewallRule
foreach ($rule in $rules)
{
@AgentRev
AgentRev / buildBridge.sqf
Last active April 1, 2020 17:22
Bridge-building script for Arma 3; https://imgur.com/a/eGhhF
/* Any copyright is dedicated to the Public Domain.
* https://creativecommons.org/publicdomain/zero/1.0/ */
// @file Name: buildBridge.sqf
// @file Author: AgentRev
// examples:
// [nil, nil, ["rampDown+","ramp+_4","rampUp+","flat","flat_75_270","flat","rampUp-","ramp-_4","rampDown-"], true] execVM "buildBridge.sqf";
// [nil, nil, ["rampDown+_lampR","ramp+_4_lampR","rampUp+_lampR","flat_10_lampR","rampUp-_lampR","ramp-_4_lampR","rampDown-_lampR"], true] execVM "buildBridge.sqf";
// [nil, nil, ["rampDown+_lampL","ramp+_4_lampL","rampUp+_lampL","flat_lampL","flat_75_-270_lampL","flat_lampL","rampUp-_lampL","ramp-_4_lampL","rampDown-_lampL"], true] execVM "buildBridge.sqf";
@AgentRev
AgentRev / surveiller_conditions_actions_menu.sqf
Created September 15, 2019 05:40
R3F v3.0 A3W early conversion attempt
/**
* Evalue régulièrement les conditions à vérifier pour autoriser les actions logistiques
* Permet de diminuer la fréquence des vérifications des conditions normalement faites
* dans les addAction (~60Hz) et donc de limiter la consommation CPU.
*
* Copyright (C) 2014 Team ~R3F~
*
* This program is free software under the terms of the GNU General Public License version 3.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
@AgentRev
AgentRev / soundCloudPlaylist.js
Last active November 12, 2025 15:24 — forked from Thomasvdam/soundCloudPlaylist.js
Copy SoundCloud playlist items from one to another, and add user tracks to playlist
const WAIT_OPEN_PLAYLIST_POPUP = 1000;
const WAIT_AFTER_ADD_PLAYLIST = 1500;
const PLAYLIST_NAME = 'Target';
const listItems = Array.from(document.querySelectorAll('.sc-button-group.sc-button-group-small:first-child'));
const addItemToPlaylist = (index) => {
const node = listItems[index];
@AgentRev
AgentRev / MadScientists.md
Last active August 1, 2019 14:03
Mad Scientist YouTubers