<< < 34 35 36 37 38 39 40 41 42 43 44 > >>   ∑:7662  Sort:Date

Python Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default Python implementation of the Base64 encoding algorithm.
2022-10-01, 1305🔥, 0💬

Receive Test Bitcoin from testnet.coinfaucet.eu
This section describes how to receive test Bitcoin from testnet.coinfaucet.eu.
2023-05-18, 1302🔥, 2💬

💬 2023-05-18 anu: please help me give bitcoins

💬 2018-05-09 pankaj: Nice one to start with

AES Standard Decryption Algorithm
The standard decryption algorithm of the AES-128 encryption is provided. It is a straightforward reverse of the encryption algorithm.
2021-04-25, 1296🔥, 1💬

UTF-32LE Encoding
This section provides a quick introduction of the UTF-32LE (Unicode Transformation Format - 32-bit Big Endian) encoding for Unicode character set.
2023-10-30, 1295🔥, 5💬

💬 2023-10-30 VVVV: Save on Liposuction

💬 2019-06-21 ggg: test

中国生物新冠疫苗 - 生产能力
中国生物新冠疫苗的生产能力有多强? 中国生物分别在北京和武汉建成的新冠灭活疫苗高等级生物安全生产 车间,经国家有关部门检查和认证后,已投入规模化生产,预计2021年产能可达到10亿剂以上。   ⇒ 科兴生物新冠疫苗 - 深度解答 ⇐ 中国生物新冠疫苗 - 变异株效力 ⇑ 中国生物新冠疫苗 - 深度解答 ⇑⇑ 新冠病毒(SARS-CoV-2)结构, 感染过程和疫苗
2021-07-19, 1288🔥, 0💬

1955 - Rang Wo Men Dang Qi Shuang Jiang (让我们荡起双桨) - Let Us Sway Twin Oars
Rang Wo Men Dang Qi Shuang Jiang (让我们荡起双桨) - Let Us Sway Twin Oars, Lyrics by Qiao Yu (乔羽), Music by Liu Chi (刘炽), Produced in 1955.
2021-11-05, 1286🔥, 1💬

💬 2021-11-05 dud: Thanks

MolToImage/MolToFile - Molecule PNG Image
This section provides a tutorial example on how to use rdkit.Chem.Draw.MolToImage(m) and rdkit.Chem.Draw.MolToFile(m, f) methods to generate molecule images in PNG format and store them in PIL objects or files.
2022-10-01, 1285🔥, 0💬

Android Emulator Built-in Web Browser
This section provides a tutorial example on how to use the Android emulator's built-in Web browser to visit a web page. You need disable the cable LAN driver, if you are using Wi-Fi.
2022-04-13, 1284🔥, 2💬

💬 2022-04-13 Herong: 32-bit laptop seems to be very old. You should get a new computer.

💬 2022-04-12 Kiprotichronoh: My question is this ,,, can a 32 bit laptop support both android studio and and a separate android simulator?

1EE00: Arabic Mathematical Alphabetic Symbols
This section provides a quick summary of the Unicode code point block: 'Arabic Mathematical Alphabetic Symbols', which contains 256 code points to represent Arabic mathematical alphabetic symbols.
2024-01-23, 1282🔥, 0💬

SslContextTest.java - javax.net.ssl.SSLContext Class Test
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.SSLContext class.
2015-10-28, 1281🔥, 1💬

Basic Rules of Receiving Non-ASCII Characters from Input Forms
This section describes basic rules on how non-ASCII character strings should be managed at different steps to ensure localized text strings can be entered in HTML forms and received correctly by PHP scripts that process those forms.
2022-12-16, 1273🔥, 3💬

💬 2022-12-16 abc: इन्फो@इव्हॅररस.भारत

💬 2016-05-12 asd: •\tDalam rangka

Viewing Certificate Path
This section provides a tutorial example on how to view certificate path when visiting an 'https' Web site in IE. The top certificate in a certificate path is the CA certificate, which is trusted automatically.
2017-01-31, 1273🔥, 1💬

💬 2017-01-31 kishor: -----BEGIN CERTIFICATE----- MIIDqjCCApICCQC6MOh9nHUvUjANBgkqhkiG 9w0BAQUFADCBljELMAkGA1UEBhMCVVMxETAPBgNVBAgTCENvbG9yYWRvMRMwEQY. ..

Android Emulator for 7 Inch Tablet
This section provides a tutorial example on how to create and run an Android Emulator for 7 inch tablets.
2022-08-28, 1269🔥, 2💬

💬 2022-08-28 Payton: This is amazing! You are awesome!

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2016-05-25, 1269🔥, 3💬

💬 2015-11-30 Michael Collins: Thanks

jmod - The JMOD File Tool
This chapter provides tutorial notes on 'jmod', the JMOD File Tool. Topics include introduction of JMOD file format; 'jmod' command options; creating JMOD file with 'jmod'; viewing and extracting JMOD file with 'jmod'; using JMOD file in 'javac' and 'jlink' commands.
2022-10-01, 1266🔥, 0💬

Cheminformatics Tutorials - Herong's Tutorial Examples
This book is a collection of notes and tutorial examples written by the author while he was learning cheminformatics and related tools. Topics include SMILES (Simplified Molecular-Input Line-Entry System) specifications; Open Babel chemical toolbox for file format conversion; Fingerprint index files...
2022-10-01, 1266🔥, 0💬

Android Command Line Shell
This chapter provides tutorial notes on Android command line shell. Topics include introduction of Bourne Shell; Unix/Linux command line programs; Android command line tools; running Java application on Dalvik VM.
2017-01-20, 1263🔥, 1💬

Example Vector of AES Encryption
An example vector of AES-128 encryption is presented. Round keys and state values of all 11 rounds are included to help users to verify their AES implementation.
2019-02-24, 1262🔥, 1💬

Main Features of JSP
This section describes main features of JSP including scripting elements, built-in objects, directives, JavaBean objects, JSTL, EL and standard actions.
2016-11-02, 1258🔥, 2💬

💬 2016-04-17 arun: i'm arun

tinyec - Python Library for ECC
This chapter provides tutorial notes on 'tinyec' Python library for ECC. Topics include installing 'tinyec'; creating ec.Curve objects, performing point addition and scalar multiplication.
2023-07-05, 1257🔥, 4💬

💬 2022-05-16 maria: hola mi mundo bonito

Digital Signature Algorithm and Sample Program
This chapter provides tutorial notes and example codes on digital signature. Topics include algorithm and steps of signing a document; algorithm and steps of verifying a signature; digital signature generation and verification sample programs; sample signatures of SHA1withRSA and SHA1withDSA algorit...
2021-06-09, 1255🔥, 4💬

💬 2016-12-15 vijay: thanks

Adding JDK "bin" Directory to Path Setting
This section provides a tutorial on how to add JDK 'bin' directory to the 'path' system environment variable.
2022-10-01, 1253🔥, 0💬

Running "adb" on USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on Samsung Android mini tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, 1252🔥, 0💬

Sorting Algorithm Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning sorting algorithms. Topics include introduction of sorting algorithms: Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quicksort, Selection Sort, Shell Sort; Sorting algorithm implementations in Java,...
2022-10-01, 1249🔥, 0💬

<< < 34 35 36 37 38 39 40 41 42 43 44 > >>   ∑:7662  Sort:Date