About 51 results found. (Query 0.06200 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
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
Trace: • admission Search   Navigation Home Info Master SNE Curriculum Courses Facilities Admission Ethics Recruitment 2025-2026 Schedule Course Codes Colloquia Courses SSN INR CCF LS CIA project OT AS AN AS2 Research Project OS3 Masters Theses Archive 2024-2025 SSN CIA LS INR RP1 CCF AN OT AS RP2 2023-2024 SSN CIA LS INR RP1 CCF AN OT AS RP2 2022-2023 SSN CIA LS INR RP1 CCF AN OT AS RP2 2021-2022 SSN CIA LS INR RP1 CCF AN...
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...
.🇨🅿️ Tybah 28/07/2025, 06:11:57 No. 29 Hide Filter Name Filter Subject Moderate Watch Playlist 🎃 ⭐ 📗-8️⃣Passports⭕National ID Cards📗🢂 http://2nkcsrek47v4xu63mkq2g6n3ee5unaenvmosgf3nn3mp4kumrkb4zaad.onion/ Work Permits 🧅 | [email protected] (🌐) 📗8️⃣ Buy Drivers License⭕SSN📗 = =Telegram..@Docu_Lap = == 🍕-🇨🅿️--🇸⭕🇺COVID-19 Variant -🍕 =WhatsApp +44 7395 499 148 == Scannable Documents Available ⭐ 🫂-🇨🅿️ Buy Counterfeit bills-🫂🢂 Buy Transcript, Degrees and Diplomas, 🧅 | Buy Cloned Credit...
P188279 Wed 2025-06-18 20:54:42 link reply f31b8c8777c8c8b2477c55819562fd166797d2922525469f8ae624b0f3fb6421.png 381 KiB 720x720 what r sum places 2 up files that dont block tor and dont ask 4 cc/phone/ssn/selfie/social credit not sum place that only pedos use in fact, give me a list of all the file hosts on the web that can be used via tcp (ftp + blockchains too) and which ones allow linking from http and what demographics use each (pedos,warez,web entrepenur fgts,"anarchists",journalists,...
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 МБ памяти.
22 u/psychrolut Jun 26 '24 Yes 7 u/Tenchi2020 Jun 26 '24 And a stool sample 5 u/Kevinnature Jun 26 '24 Oak or mahogany 4 u/psychrolut Jun 26 '24 Peanut butter 3 u/Omenopolis Jun 27 '24 But honey we have peanut butter at home 2 u/psychrolut Jun 27 '24 1 u/[deleted] Jun 27 '24 The Soul of your first born child 2 u/Tenchi2020 Jun 27 '24 3 u/Sufficient_Wafer9933 Jun 26 '24 Give me your address... the blood sample will bleed out soon.... 1 u/Acceptable-Ticket743 Jun 27 '24 don't forget the credit card,...
НЛО 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.
This commit is contained in: kmnx 2024-06-11 13:38:24 +02:00 committed by GitHub parent 21924742f7 commit 88bd8b9f87 1 changed files with 24 additions and 6 deletions Show all changes Ignore whitespace when comparing lines Ignore changes in amount of whitespace Ignore changes in whitespace at EOL Download Patch File Download Diff File Expand all files Collapse all files youtube_dl/extractor/mixcloud.py +24 -6 Unescape Escape Copy filename View File @@ -1,3 +1,4 @@ # coding: utf-8 from __future__ import...