About 87 results found. (Query 0.07500 seconds)
Details Language: Misc Snippet mvn assembly:assembly -DdescriptorId=jar-with-dependencies Usage Example mvn assembly:assembly -DdescriptorId=jar-with-dependencies java -cp target/exampletest-1.0-SNAPSHOT-jar-with-dependencies.jar com.example.exampleorg.ExampleTestApp build dependencies jar java maven misc Previous post Next post Contents © 2026 Ben Tasker | Privacy Policy Available at snippets.bentasker.co.uk , http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion and...
~ /各种玩意/ 返回上层 各种小玩意! 3D实验 程序 像素画 翻译 非自由物件 视频 服务 返回上层 CC0 unless otherwise specified
Tragödie in 5 Acten. Leipzig 1847 ( Digitalisat http://vorlage_digitalisat.test/1%3D%7B%7B%7B1%7D%7D%7D~GB%3DqBBwy8jOy-kC~IA%3D~MDZ%3D%0A~SZ%3DPP7~doppelseitig%3D~LT%3D~PUR%3D ) Eberhard Wolfgang Möller : Der Sturz des Ministers.
Admins can do what they want on their own turf but they can't do shit about you doing your own thing. imo the free speech issue in i2p usually boils down to whether or not the admin wants CP on their site by lilly (administator) 5 months ago [reply] no cp and no violent content/calls to violence here please by lilly (administator) 5 months ago [reply] welcome to i2p!
Debugging lessons learned while fixing NetBSD About me [email protected] [email protected] NetBSD/pkgsrc for the last 3 years This talk Mix of a bunch of bugs Not solo work Thanks to riastradh, dholland, martin, kamil, many others Early attempts checkout the source code cvs [email protected]:/cvsroot co src ./build.sh -U -u -O ~/obj -m amd64 tools kernel=GENERIC cp /netbsd /onetbsd cp ~/obj/.../GENERIC/netbsd / 5-10 minutes round trip time to check (so slow that I...
Explore Help Sign In vvx / matel Watch 1 Star 0 Fork 0 You've already forked matel Code Issues Pull Requests Projects Releases Wiki Activity Files a91bf5cc8818dd029c9c026d0217d1c1fc0d3e04 matel / Makefile Varik Valefor 8b34571441 Makefile: s/cabal build// 2021-08-30 20:17:37 -04:00 7 lines 161 B Makefile Raw Blame History install : cabal haddock --haddock-all cabal install --overwrite-policy = always cp matelcli.1 /usr/local/man/man1/ uninstall : rm /usr/local/man/man1/matelcli.1 Reference...
Field Summary Fields Modifier and Type Field Description String args   String className   final String classpath   String clientName   (package private) File configFile   final long delay   boolean disabled   final String stopargs   final String uninstallargs   Constructor Summary Constructors Constructor Description ClientAppConfig ( String  cl, String  client, String  a, long d, boolean dis)   ClientAppConfig ( String  cl, String  client, String  a, long d, boolean dis, String  cp,...
Polipo + Socks5 たかし、2024-03-20 (陰暦02月11日) OpenBSD 7.4、polipo-1.1.1p2 Polipo は現在保守されてゐない Privoxy を推奬 HTTP キャッシュプロキシー「Polipo」を使用して、Socks5 を HTTP proxy として使用します。ここでは Tor の Socks5 を前提にします。 まづ、Polipo の設定ファイルを複製します。 $ cp -p /etc/polipo/config ~/.polipo 次に「 sockParentProxy 」「 socksProxyType 」をアンコメントして、Torを起動する機械の IP アドレス・ポートを指定します。 socksParentProxy = "127.0.0.1:9050" socksProxyType = socks5 設定ファイルを記述したら、 polipo コマンドを實行します。
👮 major ✅ ilita #4rum #acetonevideo #dev #retroshare #torrent #video2p ✅ irc2p #i2p-dev #i2pd-dev #ls2 #saltr IRCaBot 2.1.0 GPLv3 © acetone, 2021-2022 #torrent Regular expression / 2022 / 06 /10 Online: 27 ~acetone Alyh Opax aquila ch dewae femboychik fidoid floatyfloatilla ice_juice itsAMe jdk justaperson lurking mareki2p pasha pinotto qend r00tobo r00tobo[2] rumpelstilzchen sD4qyuRCj semantica wiichele x74a6 zet2po3 плаZскуф Darkdik Hi! ` Darkdik, CP, snuff, zoo... what do you want to...
TODO: Might be some osx sysinfo magic CXXFLAGS += -maes -DAESNI install : all mkdir -p ${ PREFIX } / cp -r i2p ${ PREFIX } / Reference in New Issue View Git Blame Copy Permalink Old and stable Gitea instanse (hosted not in a data center) English Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港)...
#define NALLOC 1024 /* minimum #units to request */ /* morecore: ask system for more memory */ static Header *morecore(unsigned nu) { char *cp, *sbrk(int); Header *up; if (nu < NALLOC) nu = NALLOC; cp = sbrk(nu * sizeof(Header)); if (cp == (char *) -1) /* no space at all */ return NULL; up = (Header *) cp; up- > s.size = nu; free((void...
Понадобится: apt install git php composer stockfish для запуска вебсокет-сервера, также лучше создать отдельного пользователя в системе: useradd -m chesslablab устанавливаем последнюю версию из репозитория: git clone https://github.com/chesslablab/chess-server.git cd chess-server composer install скопируем файл настройки среды окружения cp .env.example .env nano .env для работы с yggdrasil, приводим конфигурацию к следующему виду, где адрес IPv6 заменяем адресом сервера (yggdrasilctl...
+ - anti communism 1 ? + - parody 1 ? + - hammer and sickle 1 ? + - superhero 1 ? + - 3d 1 ? + - red star 1 ? + - theory 1 ? + - star 1 Full List Comments Tomdatinker : #3669: thanks Anonymous : as an autistic person i agree Anonymous : what is this antivax shit lmao Anonymous : Coal Anonymous : cite city?
First, here’s a short overview of how one might have gone into this situation: mkdir monorepo cd monorepo cp ../frontend . ; rm -rf frontend/.git cp ../backend . ; rm -rf backend/.git git init # (edit, add, commit, push, repeat ...) The Solution In this guide, we’ll import a single repository history into another one, but you can repeat the process as needed for each history you wish to import.
As already stated at Upload service 's page, file's content must comply with law of Russian Federation. Anything like extremist materials, CP, and so on is forbidden. Thanks to degenerates I've closed access from darknet. RSS рус eng v26.13.0 © 2017—2026 Alexander ❝Arav❞ Andreev < [email protected] > Privacy statements
Update: 25MB is now the limited size for video upload; as always READ Terms and conditions on j8810kkw.i2p (B32) before uploading stuff here Tube Upload fullHD 720p 480p 360p 240p Test World for Enemy (Part 3) 306 views • 2025-06-24 09:30 PM • 2.4 MB 2d 2d 2d 2d 2d 42 45 47 49 4e 20 50 47 50 20 53 49 47 4e 45 44 20 4d 45 53 53 41 47 45 2d 2d 2d 2d 2d 0a 48 61 73 68 3a 20 53 48 41 32 35 36 0a 0a 74 65 73 74 69 6e 67 20 6f...
WARNING clearnet links inside this page Some linux and other info i2p eepsite (iceyfox.i2p) clearnet: https://iceyfox.xyz about me I'm interested in coding, networking technologies, 3d modeling, CGI, and I dabble in SVGs. Programming in shell, C (Clang), Javascript, Nodejs, lua, and beginning with web design. I'm also beginning to mess around with making graphs using PlantUML My main focus is web sockets, mysql, and anything really that involves connecting devices to other devices.
Windows 7 C:/User/"Benutzername"/AppData/Roaming/I2P/i2pbote/ Linux home/"Benutzername"/.i2p/i2pbote/ Jetzt müsst ihr nur noch die Dateien adressBook und identities kopieren, I2P neustarten Fertig eepget nach oben Die Benutzung von EEPGET unter Windows mit der Eingabeaufforderung cd C:\Programme\i2p java -cp lib\i2p.jar net.i2p.util.EepGet -n 999 http://tutorials.i2p/dat/eepget_url.bat (the -n 999 means keep retrying for 999 times) oder alles in einer Zeile java -cp...
Seattle Computer Products decides to make their own disk operating system (DOS), due to delays by Digital Research in releasing a CP/M-86 operating system. August QDOS 0.10 (Quick and Dirty Operating System) is shipped by Seattle Computer Products. Even though it had been created in only two man-months, the DOS worked surprisingly well.