Skip to content

Instantly share code, notes, and snippets.

View Jan02's full-sized avatar

Jan Jan02

  • UTC -5
View GitHub Profile
test forum bbcode
The quick brown fox jumps over the lazy dog.
Smilies - [color=#FF0000]The maximum number of smilies allowed is 10.[/color]
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
Tiny
[size=50]The quick brown fox jumps over the lazy dog.[/size]
@Jan02
Jan02 / gist:eb1c8e7c19a66cee7bcac93cc6a02e36
Created April 25, 2018 14:41
IRC Announce for Eggdrops
Carlcox89 post Jun 4 2006, 07:27 PM
For those of you, that don't want to have your computer on 24/7 and have a eggdrop, i will give you a .tcl that displays on eggdrops channel a message saying a new torrent was uploaded.
Copy this text, create a new .txt file, rename it to announcer.tcl and paste this:
CODE
set colour "03"
proc tagcolour {} {
global colour
@Jan02
Jan02 / Who is using WebTorrent.txt
Last active April 25, 2018 16:13
Who is using WebTorrent
Who is using WebTorrent today?
WebTorrent is still pretty new, but it's already being used in cool ways:
WebTorrent Desktop - Streaming torrent app. For Mac, Windows, and Linux. (source code)
Instant.io – Streaming file transfer over WebTorrent (source code)
GitTorrent - Decentralized GitHub using BitTorrent and Bitcoin (source code)
PeerCloud - Serverless websites via WebTorrent (source code)
File.pizza - Free peer-to-peer file transfers in your browser (source code)
Webtorrentapp – Platform for launching web apps from torrents
@Jan02
Jan02 / music_aggregators.txt
Created March 12, 2018 05:35
music aggregators list
These are the aggregators we work with that provide music for Spotify. These services will handle the licensing and distribution of your music and will also administer the royalty payments that accrue from your streams on Spotify. There is usually a small fee or percentage cut involved in using these services.
- Finetunes
- Kontor New Media
- Ingrooves
- CDBaby
- Record Union
- Phonofile
- Tunecore
- Spinnup
@Jan02
Jan02 / OnHighlight.highlightwindow.kvs
Last active January 9, 2018 15:28
highlightwin kvirc will create a window for highlights
# create a new handler under OnHighlight
# https://github.com/wodim/kvirc-scripts/blob/master/OnHighlight.highlightwindow.kvs
#########################################
if ($0 == "*buffextras") {
return;
}
if (!%Highlight{$context} || !$window.exists(%Highlight{$context})) {
%Highlight{$context} = $window.open("m", "Highlights", $context, 110);
@Jan02
Jan02 / MS-4
Last active January 8, 2018 11:21 — forked from BBcan177/MS-4
pfBlockerNG: webtransparency.cs.princeton.edu - The following is the list of sites from Alexa top 1 million which embed scripts that extract email addresses from the browsers' built-in login (password) managers. adapted for ubo format filter
# https://webtransparency.cs.princeton.edu/no_boundaries/autofill_sites.html
# The following is the list of sites from Alexa top 1 million which embed scripts that extract email addresses from the browsers'
# built-in login (password) managers.
adapted for ubo format filter (source, destination,type,action)
1000sunny.net * * block
1001trucscoolsafaire.fr * * block
123boutchou.com * * block
12zawodnik.pl * * block
Site Suspension Evasion
Chat Ban Evasion
Self-Harm
Attempts or Threats to Harm
Harassment
Hate Speech
Offensive Username
Impersonation
Spam, Scams, or Other Malicious Content
Porn or Other Sexually Explicit Content
@Jan02
Jan02 / aliases.ini
Created December 20, 2016 05:00
mirc mention script
logaddday {
if (!$window(@log)) {
goto new
else goto old
:new
window -nk @log
:old
echo -t @log $asctime(yyyy-mm-dd zzz)
timer -o 02:55 1 1 logaddday
}