Skip to content

Instantly share code, notes, and snippets.

View danielb7390's full-sized avatar

Daniel Sousa danielb7390

View GitHub Profile
@danielb7390
danielb7390 / config.rsc
Last active January 4, 2025 00:26
Mikrotik Vodafone IPTV Configuration
# Configuration for Vodafone Portugal IPTV service.
# Tested with VBOX Pro 4k.
# Also tested with a older Cisco Mediaroom, needs some more stuff, check the end of the file.
# Feel free to leave comments with suggestions and/or improvements!
# Credit to the original users that provided the pfsense config found at https://forum.zwame.pt/threads/iptv-net-vodafone-com-pfsense.1049250
# 2023-08-01 20:57:50 by RouterOS 7.10.1
# model = RB5009UPr+S+
# example interfaces using a sfp module
@danielb7390
danielb7390 / gist:8340260
Created January 9, 2014 19:24
Writes text to a RichTextBox with a color value (RGBA)
''' <summary>
''' Writes the text with the specified color to the RichTextBox
''' </summary>
''' <param name="tmp">The RichTextBox to use</param>
''' <param name="texto">The text to write to the RichTextBox</param>
''' <param name="R">Red</param>
''' <param name="G">Green</param>
''' <param name="B">Blue</param>
''' <param name="A">Alpha</param>
''' <remarks></remarks>