<< < 63 64 65 66 67 68 69 70 71 72 73 > >>   ∑:8894  Sort:Rank

mcrypt Encryption Functions
This section describes mcrypt encryption functions and 4 DES ciphers (operation modes) - 8-byte ECB, 8-byte CBC, 1-byte CFB, and 1-byte OFB ciphers.
2023-02-28, ∼262🔥, 1💬

💬 2023-02-28 adry: password

Inserting BLOB Values with setBlob() Method
This section describes how to insert BLOB values with the PreparedStatement.setBlob() method.
2023-02-27, ∼263🔥, 0💬

Download and Install JDK 17 on Windows
This section describes how to download and install JDK 12 on a Windows system.
2023-02-27, ≈70🔥, 51💬

💬 2023-02-27 frank: grazie

💬 2019-06-12 sothea: Java is good

💬 2019-05-13 Myo Nyein: don't know

💬 2019-05-13 Myo Nyein: good

💬 2018-12-23 Thin Ga Ha: Very good

(More comments ...)

Form English Char, Single Byte, to Double Byte, Japanese Char
'Unicode Tutorials - Herong's Tutorial Notes' tutorial book was cited in a Sun Forums article in 2003.
2023-02-27, ∼136🔥, 0💬

Most Popular Books
The most popular books based on the directory report from log files for year 2022 with 0 week of log files missing.
2023-02-27, ∼159🔥, 0💬

Most Popular Web Browsers
The most popular Web browsers based on browser signature strings in log files for year 2022 with 0 week of log files missing.
2023-02-26, ∼124🔥, 0💬

Deprecated: Testnet - Ropsten Network
This chapter introduces Ethereum testnet: Ropsten network.
2023-02-24, ∼1533🔥, 3💬

💬 2023-02-24 Ace: 0xb11252EB359B676d2e530E8728f57E39A3 Aa0Dc6

💬 2022-06-06 myth: 0x339d58bff8b8C5dAAfaF08fA77ad39C790 9B194E

💬 2021-08-28 Cit: Hi

NumberToWords - Convert Number in Digits to Words
This chapter provides a quick introduction of the free Web service, NumberToWords, converting a number in digits to words. Topics include usage description of NumberToWords; request message sample; response message sample.
2023-02-22, ∼2116🔥, 5💬

💬 2023-02-22 hjyuj: 56

💬 2021-11-23 jay: 4933386359800

💬 2020-05-15 adriana: ola tudo bem

[scala-user] for-loops still not optimized in 2.10?
'What Is Micro Benchmark?' tutorial was cited in a Grokbase forum in 2013.
2023-02-22, ∼129🔥, 0💬

Converting Secret Keys to and from Byte Arrays
This section provides a quick introduction of the SecretKeySpec class and the KeySpec interface. They can be used to convert secret keys into byte arrays to store them in external files.
2023-02-22, ≈20🔥, 6💬

💬 2023-02-22 aaa: 124, 52, -95, -30, 47, 95, -105, -1, -114, -38, -100, -84, 40, -3, 36, -13

💬 2019-04-22 xyz: $9$RTHhSlWL7VsguO7dbw4oiHqf6CuOIRhyl K4JGDq.TQF/OIcyeLXNbsPTz3CAW8X

💬 2018-10-20 Herong: Marco, I just did a Google translation on your comment: "I wonder what all this could be". Are you trying to ask a question?

💬 2018-10-16 Marco: mi chiedo che cosa potrebbe essere tutto questo

💬 2015-11-03 cpp: hello

Cipher, byte[]s and Strings; oh my!
'Base64 Encoding' tutorial was cited in an Experts-Exchange answer in 2004.
2023-02-22, ∼140🔥, 0💬

Monkey Programming/Unsigned Shift Right
'Shift Operations - Left, Right or Unsigned Right Shift' tutorial was cited in a Monkey Programming Forum post in 2012.
2023-02-22, ∼159🔥, 0💬

How to use nusoap to consume an online webservice?
'Configuring and Testing SOAP Extension' tutorial was cited in a stackoverflow.com post in 2014.
2023-02-19, ∼127🔥, 0💬

Most Popular Search Engines
The most popular search engines based on page referral request counts for year 2022 with 0 week of log files missing.
2023-02-19, ∼113🔥, 0💬

Summary Report
Website overall statistics for year 2022 for website herongyang.com with 3 weeks of log files missing.
2023-02-19, ∼125🔥, 0💬

Compile PyMol Source Code
This section provides a tutorial on how to download PyMol open source edition source code and compile it on macOS. Compilation failed with 'GL/glew.h' file not found.
2023-02-19, ∼460🔥, 2💬

💬 2023-02-19 Herong: Markf, I will try it. Thanks!

💬 2023-02-18 Markf: You need to install the glew-devel library

RsaKeyValidator.java for RSA Key Validation
This section provides a tutorial example on how to validate RSA keys by encrypting and decrypting some random sample messages.
2023-02-19, ∼931🔥, 2💬

💬 2023-02-19 test: hello i m

Most Popular Operating Systems
The most popular operating systems based on browser signature strings in log files for year 2022 with 0 week of log files missing.
2023-02-18, ∼166🔥, 0💬

Another function that helps programmers calculate
'VBScript Built-in Functions' tutorial was cited in ITT Technical Institute Norwood course notes in 2015.
2023-02-18, ∼143🔥, 0💬

GB2312
±¾½ÚÁгöÁ˹ú±êGB2312µÚ03ÇøµÄ94 ¸öÀ­¶¡×Öĸ£¬ÒÔ¼°ËüÃÇËù¶ÔÓ¦µÄUn icode±àÂë¡£
2023-02-17, ∼468🔥, 1💬

Passing Array in Function
'Passing Arrays as Arguments' tutorial was cited in a StackOverflow forum post in 2011.
2023-02-16, ∼131🔥, 0💬

DARE Algorithm: A New Security Protocol
'Introduction to DES Algorithm' tutorial was cited in an 'International Journal of Electrical and Computer Engineering' paper in 2018.
2023-02-15, ∼135🔥, 0💬

OpenSSL "enc -bf-ofb" for Blowfish/OFB Encryption
Tutorial notes and example codes are provided OpenSSL 'enc -bf-ofb' command for Blowfish encryption in OFB mode. Topics include introduction of OFB (Output FeedBack) cipher operation mode; Literal Key options to specify secret key and IV directly; Salted Key and Random Salt options to specify secret...
2023-02-15, ∼1214🔥, 2💬

Building a New DOM Document Object
This section provides a tutorial example on how to build a new DOM Document object and print it out as DOM Node tree.
2023-02-13, ∼280🔥, 1💬

💬 2023-02-13 Red: Thanks

<< < 63 64 65 66 67 68 69 70 71 72 73 > >>   ∑:8894  Sort:Rank