About 69 results found. (Query 0.05200 seconds)
thanx Link Post   Topic   (x) Home » Forum Topics » I2P Help, Hints, Advice » Complaints and Questions ... » Question about leaseset lookup and reply Powered by I2P
This website requires JavaScript. Explore Help Sign In archive / youtube-dl Watch 1 Star 0 Fork 0 You've already forked youtube-dl Code Issues Pull Requests Packages Projects Releases Activity [mixcloud] updated mixcloud API server address ( #32557 ) Browse Source * updated mixcloud API server address * fix tests * etc --------- Co-authored-by: dirkf < [email protected] > ...
Skip to main content Private area snippets.bentasker.co.uk Search Tags BASH Python JS Misc Posts about lookup RSS feed 2022-04-02 10:03 Check Which Region and Service an AWS IP is used for (Python3) Contents © 2026 Ben Tasker | Privacy Policy Available at snippets.bentasker.co.uk , http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion and http://snippets.bentasker.i2p
Сообщений: 97 Ratio: 176.468 Поблагодарили: 8 100% День добрый, как узнать почему резко упало UL/DL ратио ? было 360 теперь 280... хотя ничего особо не делал, скачал 1 раздачу и уже неоднократно превысил ее объем на раздаче ...
�������� / Religulous (����� ������ / Larry Charles) [2008, ���, ������������ ��, �������, WEB-DL] DVO (����) ��������:  1   ���������������� � ���� » �������������� ������ � ������������ » [���] ����������� ����������������   intellect ����: 21 ��� 5 ������� ���������: 70173 intellect · 24-���-21 02:14 (4 ���� 3 ������ �����, ���. 29-���-21 01:00) �������� / Religulous ��� ������� : 2008 ������ : ��� ������ : Thousand Words ���� : ��������������, ������� ����������������� : 01:37:15...
j8810kkw a Yarn.social pod Login Register Search Login Register Search yarnuser eoauog7cjmczprbrxz5om6da7hz7fy4axbznadmoofkc2u7mw7iq.b32.i2p Mon, Aug 11 7:02AM  (31w ago) @j8810kkw (I don’t know how to @ people properly on here, so hopefully this works) Following people seems to be broken: Error following feed @j8810kkw : Get “ http://eoauog7cjmczprbrxz5om6da7hz7fy4axbznadmoofkc2u7mw7iq.b32.i2p/user/j8810kkw/twtxt.txt”: dial tcp: lookup...
Встановлення Наразі стабільних випусків gemini-dl немає. Встановити актуальну версію, можна з джерел: https://github.com/yggverse/gemini-dl https://packagist.org/packages/yggverse/gemini-dl Залежності apt install git composer php-fpm php-mbstring Збірка з вихідного коду git clone https://github.com/yggverse/gemini-dl.git cd gemini-dl composer update chmod +x src/gemini-dl.php Користування Утиліта підтримує гнучкі налаштування через...
Left ) actuallyNab -- actuallyNab :: [ Room ] -> IO ( Either ErrorCode [ Room ] ) actuallyNab = dl <.> mapM ( flip getRoomInformation bugspray ) -- \| "dl" is an abbreviation of "de-list". dl :: [ Either ErrorCode Room ] -> Either ErrorCode [ Room ] dl j = bool ( Left $ head $ lefts j ) ( Right $ rights j ) $ any isLeft j ; actuallyNab = dl <.> mapM ( flip getRoomInformation bugspray ) ; -- | If @k@ contains a 'Left'...
This constructor should only be used by the appropriate application context itself. Method Details lookup public   Destination   lookup ( String  hostname, Properties  lookupOptions, Properties  storedOptions) Description copied from class:  NamingService Same as lookup(hostname) but with in and out options Note that whether this (and lookup(hostname)) resolve Base 32 addresses in the form {52 chars}.b32.i2p is...
In /etc/exim.conf find the block definining remote SMTP remote_smtp: driver = smtp interface = ${if exists {/etc/mailips}{${lookup{$original_domain}lsearch{/etc/mailips}{$value}{${lookup{$sender_address_domain}lsearch{/etc/mailips}{$value}{${lookup{${perl{get_sender_from_uid}}}lsearch*{/etc/mailips}{$value}{}}}}}}}} helo_data = ${if exists...
notbob.i2p Index About Blog Blog RSS Toys Pictures Links Contact Donate Blog < < < Entry (1059) > >> Show list 10/03/25 Today's site is dumb.ngn.i2p. Lyrics lookup Overview dumb.ngn.i2p is a lyrics lookup tool. It's a front end for genius.com . Simple as that! 1. Appearance This is a very simple site.
Explore Help Register Sign In PurpleI2P / i2pd mirror of https://github.com/PurpleI2P/i2pd.git Watch 3 Star 5 Fork You've already forked i2pd 0 Code Issues Projects Releases Wiki Activity c8a80a497d i2pd / SAM.h 171 lines 6.1 KiB C Raw Normal View History Unescape Escape SAM added 2014-09-24 17:01:26 +01:00 # ifndef SAM_H__ # define SAM_H__ handle through traffic 2014-09-24 19:59:03 +01:00 # include <inttypes.h> # include <string> create SAM session 2014-09-24 21:39:31 +01:00 # include <map> # include...
👮 major ✅ irc2p #i2p-dev #i2pd-dev #ls2 #saltr ✅ ilita #4rum #acetonevideo #dev #retroshare #torrent #video2p IRCaBot 2.1.0 GPLv3 © acetone, 2021-2022 #ls2 Regular expression / 2022 / 03 /10 Online: 20 @eyedeekay +R4SAS +RN_ +StormyCloud +Xeha +acetone +orignal T3s|4 T3s|4_ aargh4 calamares combed_tree328 eyedeekay_bnc leopold mareki2p_ n2_ not_bob_afk profetikla qend-irc2p x74a6 eyedeekay Just working out the differences between approaches to a SAM session confirmation popup, and as far as I can tell,...
One application was written using the C++ SAMv3 library (https://github.com/i2p/i2psam/tree/master): /** * sam.cpp * */ #include "i2psam.h" int main(int argc, char **argv) { if (argc < 2) { std::cerr < < "Usage: sam " < < std::endl; return 1; } std::string target(argv[1]); std::string message(argv[2]); SAM::StreamSession s("SAM"); std::cout < < "About to lookup target\n" < < std::flush; auto lookupResult = s.namingLookup(target); std::cout < <...
This includes: Expensive system calls have been debounced so that they are invoked once per three seconds (maximum) and never block request-processing A certain cache-lookup function was optimized to traverse the underlying B-Tree in a much more efficient way A certain cache was converted from a B-tree to a sorted vector which greatly increases lookup performance Now the backend caches website files Certain blocking operations (which are needed while processing requests)...
/data/data/com.termux/files/usr/bin/sh sudo ip -6 ru add to 200::/7 lookup 200 prio 1000 sudo ip -6 ru add from YOUR_IP lookup 200 prio 999 sudo ip r add 200::/7 dev YOUR_TUNTAP metric 128 table 200 Даём права на исполнение: chmod +x ~/.termux/boot/ygg-route.sh Теперь Yggdrasil работает в фоне, потребляя порядка 10 МБ памяти.
НЛО chandance, либо в вебконсоли и2пд есть "i2p tunnels" и там в нужном серверном туннеле адрес чегототам line и там прямой линк на рег и2п, либо см реп i2pd-tools и там прога regaddr chandance Действительно, спасибо! zzz orignal, yes, got the lookup message for hash VHRN, sent a response, got an ack uis Лось, i2pd уважает стоимость соединения? orignal zzz have you received ack to your reply?
Characteristics History of perfect hash functions Excursion I: Randomized hash functions Excursion II: Random graphs CHM BPZ nbperf NetBSD's cdb The future: route lookup What are Perfect Hash Functions (PHF)? Hash functions: map a set of keys to a set of integers ...used to implement associative arrays Perfect: injective, i.e. distinct keys are mapped to distinct values A.k.a.: collision-free Minimal: if the value range is [0..n-1] for n keys Why should you care?
This will be trickier for the non-session queries (bandwidth and lookup), may have to add new messages that include properties with the request. Haven't looked at it yet. I guess we'll default to no authentication, at least for a while.