About 81 results found. (Query 0.10400 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...
In case anyone is wondering: -advising to rape your sister is not funny, and not "porn". Can't believe I have to explain it here, but it is violence. Get help, op. -calling for the horrible execution of Donald Trump might be funny to some, but it is violence, too.
+ - slavoj zizek 2 ? + - sex 1 ? + - sniff 1 ? + - christcom 1 ? + - nofap 1 ? + - porn 1 ? + - jacques lacan 1 ? + - slovenia 1 ? + - analysis 1 ? + - cuck 1 ? + - philosopher 1 ? + - capitalism 1 ? + - slovene 1 ? + - slovenian 1 ?
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) 6 months ago [reply] no cp and no violent content/calls to violence here please by lilly (administator) 6 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...
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 コマンドを實行します。
The bug had already been reported before that, but the AI Dungen developers ignored it that first time. >>11325 I also used it, only to write some porn (it was very successful at that), but when I tried to make it follow a very specific and less pornographic plot (for a smut fic) it constantly derailed the story with really stupid and un-sexy shit.
New versions of # Matel _generally_ bring only improvements. cabal install --overwrite-policy = always cp matelcli.1 matel.1 /usr/local/man/man1/ uninstall : for i in matelcli matel do rm /usr/local/man/man1/ $i .1 done Reference in New Issue View Git Blame Copy Permalink Powered by Gitea American [ВСТАВТЕ СЮДИ ОЧЕВИДНИЙ ЖАРТ] American bahasa Indonesia Dawaj na Ring la .lojban.
notazone comments content warning: the comments here are manually moderated by me and i will only remove stuff that is actually bad and offensive; there may be adult content. read at your own discretion also, please do keep your comments nice. let's all be friends username message history: nota: send tattoo ideas nota: i want six or seven boyfriends and i need them to all compete for my attention nota: i'm gonna add a content warning now and it's all sexfreak's fault nota: but oranges are...
OK, it just so happens that the author had split every one of those claims by section, so let's go through them one by one: Lack of maturity My Oxford Advanced Learner's Dictionary defines maturity as: the quality of thinking and behaving in a sensible, adult manner . I wouldn't say the vast majority of adults are sensible . As for adult manner , that's just presupposing what you need to prove.
Maybe what would have cleaned up things more would've been the possibility of subscribing to lists maintained by people who block malicious nodes/CP/neo-nazi/whatever else. There is a subscription list but you need to manually review and add whatever nodes those people are blocking or recommending.
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
Понадобится: 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...
Main Menu Main Menu Home Search The I2P Gun Forum ► Sign up Registration Agreement You agree, through your use of this forum, that you will not post any material which is false, defamatory, inaccurate, abusive, vulgar, hateful, harassing, obscene, profane, sexually oriented, threatening, invasive of a person's privacy, adult material, or otherwise in violation of any International or United States Federal law. You also agree not to post any copyrighted material unless you own the copyright...
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.
#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...
RandomSource _context Constructor Summary Constructors Constructor Description FortunaRandomSource ( I2PAppContext  context) May block up to 10 seconds or forever Method Summary All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void feedEntropy ( String  source, byte[] data, int offset, int len) reseed the fortuna void feedEntropy ( String  source, long data, int bitoffset, int bits) reseed the fortuna static void main ( String [] args) Outputs to...
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.
Install PAM and Samba password sync : aptitude install libpam-smbpass cp / usr / share / doc / libpam-smbpass / examples / password-sync / etc / pam.d / [Optional] Note that this step is not needed and probably not even recommended by now.