Polska Knajpa to kanał ogólnotematyczny, do każdej dyskusji, z elementami NSFW. Czat przeznaczony jest dla osób 18+.
Kanał jest połączony mostem między róznymi protokołami a siecią ircową pirc.pl.
Dołącz do kanału:
(Instrukcja)
(Instrukcja)
(Instrukcja)
[ # | |
# # | |
############################################################################## | |
MW=$(tput cols) | |
MH=$(tput lines) |
This file contains hidden or 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
#!/usr/bin/perl | |
# nat-traverse -- Use of UDP to traverse NAT gateways | |
# Copyright (C) 2005, 2012 Ingo Blechschmidt <[email protected]> | |
# | |
# This program is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License | |
# as published by the Free Software Foundation; either version 2 | |
# of the License, or (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
This file contains hidden or 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
use warnings; | |
use strict; | |
use Parallel::ForkManager; | |
use 5.010; | |
my $pm=new Parallel::ForkManager(50); | |
use Fcntl qw(:flock SEEK_END); | |
$pm->run_on_finish(sub{ | |
my (undef, undef, undef, undef, undef, $res_ref) = @_; |
This file contains hidden or 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
<map version="freeplane 1.5.9"> | |
<!--To view this file, download free mind mapping software Freeplane from http://freeplane.sourceforge.net --> | |
<node TEXT="IM protocols" FOLDED="false" ID="ID_935097249" CREATED="1527087750829" MODIFIED="1542616831219" STYLE="oval"> | |
<font SIZE="18"/> | |
<hook NAME="MapStyle" zoom="1.1"> | |
<properties fit_to_viewport="false" show_note_icons="true" edgeColorConfiguration="#808080ff,#ff0000ff,#0000ffff,#00ff00ff,#ff00ffff,#00ffffff,#7c0000ff,#00007cff,#007c00ff,#7c007cff,#007c7cff,#7c7c00ff"/> | |
<map_styles> | |
<stylenode LOCALIZED_TEXT="styles.root_node" STYLE="oval" UNIFORM_SHAPE="true" VGAP_QUANTITY="24.0 pt"> | |
<font SIZE="24"/> |
NewerOlder