Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

1 2 3 4 5 6 7 8
working on any investigations? Anyone had any jobs in osint or working in osint. Any good stories to tell? Share TTP >2019 guide to osint https://www.randhome.io/blog/2019/01/05/2019-osint-guide/ >inteltechniques cheatsheet https://inteltechniques.com/JE/OSINT_Packet_2019.pdf >bellingcat guides https://www.bellingcat.com/category/resources/how-tos/ >bellingcat toolkit https://docs.google.com/document/d/1BfLPJp..




In this post, I am going to discuss how Python is being used in the field of bioinformatics and how you can use it to analyze sequences of DNA, RNA, and proteins. Yeah, Python is being used by biologists as well. Before I get into coding, I’d like to give a brief background of bioinformatics and related things. What is bioinformatics? According to Wikipedia: Bioinformatics  is an interdisciplinary field that develops methods and software to....



IRC bookmarks - xenodium.com - 6 years ago - yue




If you ever need to thumbnail a pdf page, imagemagick has got you covered. For example, to thumbnail page 3, you can use: convert path/to/input.pdf[2] path/to/output.png convert -resize 10000x10000 path/to/input.pdf[2] path/to/output.png convert: FailedToExecuteCommand `'gs' -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=pngalpha' -dTextAlphaBits=4 -dGraphicsAl..







Bose QuietComfort 35 II Headphones (StevenTammen.com) . Noise Isolation/Cancellation of Headphones (RTINGS.com) . Sony WH-1000XM3 Review - RTINGS.com .

CMake bookmarks - xenodium.com - 7 years ago - yue
An Introduction to Modern CMake (Hacker News) . An Introduction to Modern CMake . Embracing Modern CMake (Steveire's Blog) .




From Reddit's thread : https://yunomi.life https://shop.ippodo-tea.co.jp/kyoto/shopf/index.html https://www.o-cha.com http://hojotea.com/categ_e/viewe.htm http://yuuki-cha.com http://www.hibiki-an.com/index.php http://www.thes-du-japon.com/index.php?main_page=index https://www.chadoteahouse.com https://www.denstea.com https://www.sazentea.com/en http://www.ujicha-kanbayashi.co.jp http://www.marukyu-koyamaen.co.jp/p..



Stack overflow yields Where can i find Icon Composer on Mac? when I did a quick search to convert a png to icns. For future reference: #!/bin/bash -e set -e set -o pipefail if [ "$#" -ne 1 ]; then echo "\nusage: to_icns.sh path/to/image.png\n" exit 1 fi readonly IMAGE_FPATH=$1 readonly BASENAME=$(basename ${IMAGE_FPATH%.*}) mkdir ${BASENAME}.iconset sips -z 16 16 $IMAGE_FPATH --out "${BASENAME}.iconset/icon_16x16.png" sips -z 32 32 $....


PGP Pub Key - blog.eutopian.io - 9 years ago - yue
BEGIN PGP PUBLIC KEY BLOCK----- Version: SKS 1.1.5 Comment: Hostname: pgp.mit.edu mQINBFkCCS4BEAC8cC7geoSLb6xG+BM2XCCMl81KxIibgs+5UuD2slIvGBVntWg2BYQF5oHD Dbcqx3FmiRkU5L9clwYTMpR9293b4+fk64cPm1bGx0YTU6vpRmA+Cc5Q36Mny/okhWNr0Fxb UMh+EfTIjp/U0zXF/sFLcZgM0pUO0KRkaWkcLuuD0QuCx93Eo4IY169RqPwjRhw33EhDpgmC Xrfwnug31CTt+z6VNFmYv9Pm14u8ct/8wBh47J374mlRm+fTovw0qzokUYDAd4l9PHF0+K9l F0mf2suDn+1VAyTd7ZniEnwT8N+VX/6RoS3cq0TwKuGFN6tupAmFdFgq4PtrX4hiyQyeyh....






NSNumber literals NSNumber *number1 = @1024; NSNumber *number2 = @1024.123f; NSNumber *number3 = @'A'; NSNumber *number4 = @YES; NSNumber *number5 = @24ul; // Unsigned long. NSNumber *number6 = @123456ll; // Long Long. NSNumber *number7 = @5050.50; // Float. NSNumber *number8 = @1543; // Integer NSNumber *number9 = @111.456; // Double Array literals NSArray *names = @[@"John\n", @"Peter\n", @"Jaye\n", @"George\n", @"Max"]; NSArray *mutable..

THIS IS THE THREAD TO TALK ABOUT THE CURRENT DEATHS OF THE POPULAR, INFLUENTIAL AND IMPORTANT. OR EV...

Examples from reference : =GOOGLETRANSLATE("Hello World\n","en\n","es") =GOOGLETRANSLATE(A2,B2,C2) =GOOGLETRANSLATE(A2)

Prepend with http://htmlpreview.github.io/ ?. For example: http://htmlpreview.github.io/?https://github.com/xenodium/xenodium.github.io/blob/master/index.html

Flutter bookmarks - xenodium.com - 10 years ago - yue
Eric Seidel introduces Sky, Dart Developer Summit 2015 (YouTube) . Flutter - Futures - Isolates - Event Loop . Flutter: Futures, Isolates, Event Loop (Hacker News) . Flutter: the good, the bad and the ugly – The ASOS Tech Blog – Medium .



NSString *tempDir = NSTemporaryDirectory(); NSLog(@"%@\n", tempDir); NSString *dataFilePath = [tempDir stringByAppendingPathComponent:@"my.file"]; [data writeToFile:dataFilePath atomically:YES];

Building ycmd - xenodium.com - 11 years ago - yue
Build id: build-3 $ git clone https://github.com/Valloric/ycmd.git $ cd ycmd $ git submodule update --init --recursive $ ./build.sh --clang-completer Test $ python ycmd serving on http://127.0.0.1:54265 More info YouCompleteMe README . ycmd README .

Search - A Journey of Delivery on a Budget” Presented a Melbourne Search - July 2014 - “Search - A Journey of Delivery on a Budget” (Click for slides)

1 2 3 4 5 6 7 8
28 visitors online