This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
000000 Officially Xerox | |
000001 SuperLAN-2U | |
000002 BBN (was internal usage only, no longer used) | |
000003 XEROX CORPORATION | |
000004 XEROX CORPORATION | |
000005 XEROX CORPORATION | |
000006 XEROX CORPORATION | |
000007 XEROX CORPORATION | |
000008 XEROX CORPORATION | |
000009 powerpipes? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
} |