| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
| <?xml version="1.0" encoding="utf-8"?> | |
| <fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <files> | |
| <file path="C:\ProgramData\chocolatey\lib\proxychecker\ProxyChecker.1.0.3.win-x64.zip.txt" checksum="6419DEAD47D6DB6EF28353506E93756D" /> | |
| <file path="C:\ProgramData\chocolatey\lib\proxychecker\proxychecker.nupkg" checksum="FEBF4106A1F033803EE0ACC6841B1668" /> | |
| <file path="C:\ProgramData\chocolatey\lib\proxychecker\proxychecker.nuspec" checksum="F21FB205289B08FD2D54D4285AFCE504" /> | |
| <file path="C:\ProgramData\chocolatey\lib\proxychecker\tools\appsettings.json" checksum="996AD1A933B55227258478C293BB21A1" /> | |
| <file path="C:\ProgramData\chocolatey\lib\proxychecker\tools\Avalonia.Base.dll" checksum="88B2A321D651A2A9E3414C04A503DAC0" /> | |
| <file path="C:\ProgramData\chocolatey\lib\proxychecker\tools\Avalonia.Controls.dll" checksum="CC83D0EAF3712A6D3484BF3B19E3EA5A" /> | |
| <file path="C:\ProgramData\chocolatey\lib\proxychecker\to |
| { | |
| "id": "com.valerio.m3ulocal", | |
| "name": "M3U Locale", | |
| "version": "1.0.0", | |
| "description": "Carica playlist m3u dalla memoria del dispositivo e mostra gli episodi nell'ordine della playlist", | |
| "supportedTypes": ["tv"], | |
| "filename": "https://drive.google.com/uc?export=download&id=1HmV6x8z87I278sp5BmsWvMYUPzIehh_U", | |
| "enabled": true | |
| } |
I'll create a Farcaster bot that monitors Immunefi bug bounty announcements and posts bullish sentiment about $Bounty tokens to the Farcaster network.
# farcaster_bounty_bot.py
import os
import json
import time
import logging
from datetime import datetime, timedelta
from typing import Optional, Dict, List| // slang_global_session_convoy.cpp | |
| // | |
| // Repro: slang_createGlobalSession() serializes across threads. | |
| // | |
| // slang_createGlobalSession2() (source/slang/slang-api.cpp:262) opens with | |
| // RECORD_STATIC_CALL(), which expands to: | |
| // | |
| // auto& _ctx = ReplayContext::get(); | |
| // auto _lock = _ctx.lock(); // process-wide std::recursive_mutex | |
| // _ctx.beginStaticCall(SLANG_FUNC_SIG); |
| // ==UserScript== | |
| // @name Foundry VTT Hide All | |
| // @namespace https://forge-vtt.com/ | |
| // @copyright CC0 | |
| // @version 2026-08-28_2 | |
| // @updateURL https://gist.github.com/inknos/239ef305457784f05175af5662f1e76b/raw/c97dfef5e4dd2e297a9b67a3167dc85f7fb1b672/foundry_vtt_hide_all.user.js | |
| // @downloadURL https://gist.github.com/inknos/239ef305457784f05175af5662f1e76b/raw/c97dfef5e4dd2e297a9b67a3167dc85f7fb1b672/foundry_vtt_hide_all.user.js | |
| // @description A script to hide all things to take clean screenshots in Foundry VTT on The Forge | |
| // @author inknos | |
| // @match https://*.forge-vtt.com/* |
The BountyCaster bot is a Farcaster application designed to streamline the creation and management of bounties directly from a Farcaster cast. Users tag the bot with a task, reward, and optional deadline, and the bot responds with a link to a newly created bounty page on BountyCaster.xyz. This solution provides a clean, production-ready Python implementation using Flask, Neynar API for Farcaster interactions, and a mocked BountyCaster API.
This solution comprises a Flask web application that acts as a webhook receiver for Farcaster casts (via Neynar), processes them, interacts with a (mocked) BountyCaster API, and then replies to the original cast.
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>Arete – Privacy Policy</title> | |
| <style> | |
| body { font-family: system-ui, sans-serif; max-width: 720px; margin: 2rem auto; padding: 0 1rem; line-height: 1.6; color: #1a1a2e; } | |
| h1 { font-size: 1.75rem; } | |
| h2 { font-size: 1.1rem; margin-top: 2rem; } |
Test report for PR(s) easybuilders/easybuild-easyconfigs#25751
Build succeeded for 8 out of 8 (total: 3 hours 19 mins 45 secs) (8 easyconfigs in total)
SUCCESS Boost.Python-1.88.0-intel-compilers-2025.2.0.eb
SUCCESS Coin-4.0.8-intel-compilers-2025.2.0.eb
Minimal reproducer for a hard build failure that occurs only when the configuration cache AND configure-on-demand are both enabled, and a project that configure-on-demand deferred is configured at execution time and registers a Dataflow/Flow action.
Recreate this directory structure (Gradle wrapper 9.7.1), then run ./gradlew :a:aTask:
As a Senior Autonomous Developer for Money Agent, I understand the need for clean, complete, and production-ready solutions that leverage existing infrastructure where appropriate. The Farcaster bounty description outlines two primary methods for raising funds on Farcaster: Bountycaster for specific deliverables and Seed Club's Crowdfund mini-app for general funding requests.
Instead of "inventing a tiny telethon" or building a new smart contract, the most effective "code solution" is a Farcaster Frame that acts as an intelligent guide, directing users to the appropriate existing platform based on their funding needs. This solution enhances user experience by simplifying the decision-making process within the Farcaster ecosystem.
This solution provides a Farcaster Frame that:
| Back | FazBrowse Home | New Git URL |