<< < 41 42 43 44 45 46 47 48 49 50 51 > >>   ∑:7490  Sort:Rank

A Sample WSDL 1.1 Document
This section describes a sample WSDL 1.1 document, which defines a Web service, helloService, with an operation called Hello.
2023-06-13, 1169🔥, 2💬

💬 2023-06-13 Lmao: 10/10

💬 2021-08-11 peter pepper: greetings

"regedit.exe" - Viewing Registry Values
This section provides a tutorial example on how to view registry values for the FreeCell game program, which stores game play statistics of each user in the registry.
2023-06-13, 711🔥, 4💬

💬 2023-06-13 Steve Kay: Why not just export the old reg file to the new computer.

💬 2021-12-21 Ralph Sandifer: If Freecell is not in the registry then where can I find it?

💬 2021-12-17 Herong: Ralph, Freecell is provided as an extension on Windows 10, not in the core package. So you will not find it in the Registry.

💬 2021-12-16 Ralph Sandifer: Freecell does not appear as stated in my regedit search. I am running the latest version of windows 10 so maybe they have change...

Drawing Graphics - Using paint() on Frame
This section provides a tutorial example on how to override the paint() method in the javax.swing.JFrame class to draw graphics (a rectangle) on the frame window. This solution is not recommended.
2023-06-11, 9813🔥, 8💬

💬 2023-06-11 Herong: Janis, It is not recommended, because it draws on the entire window including the title bar area.

💬 2023-06-06 Janis: Why solution is not recommended? It is perfect.

💬 2016-11-12 SuperSasRabushna: I'm super saiyan!!! rabushna!

💬 2016-11-12 Ciciozxz: I think you are the best eu!

AES MixColumns() Procedure Algorithm
A detailed description of the MixColumns() procedure algorithm is provided. The MixColumns() procedure performs a matrix multiplication of a given 'state' with a static matrix. The MixColumns() procedure is used in the AES encryption process.
2023-06-10, 5561🔥, 3💬

💬 2021-12-24 Muhammad Ghulam Ghouse: Appreciated

💬 2021-11-15 123: AD E0 B8 1E BF B4 41 27 5D 52 11 98 30 AE F1 E5

Illustration of RSA Algorithm: p,q=5,7
This section provides a tutorial example to illustrate how RSA public key encryption algorithm works with 2 small prime numbers 5 and 7.
2023-06-08, 8867🔥, 11💬

💬 2022-12-11 Racheal mweemba: This was helpful

💬 2022-12-11 Racheal Mweemba: ❤️❤️❤️❤️

💬 2022-04-23 Shivam: Please provide the code for the same

💬 2021-12-23 x: 5

💬 2020-11-22 Herong: fab, as shown in the tutorial, the modulus is 35. The encryption key (public key) is 5, and the decryption key (private key) is ...

(More comments ...)

MolFromSmiles/MolToSmiles for SMILES Format
This section provides a tutorial example on how to use rdkit.Chem.rdmolfiles.MolFromS miles(s)and rdkit.Chem.rdmolfiles.MolToSmi les(m)methods to handle molecules expressed in SMILES strings.
2023-06-06, 1636🔥, 1💬

💬 2023-06-06 Toh Sean Minki: hello i am minki toh

Key Schedule (Sub-Keys Generation) Algorithm
This section describes the Blowfish Key Schedule (Sub-Keys Generation) algorithm. It uses the binary representation of the fractional portion of constant Pi - 3.1415927... as initial values.
2023-06-05, 1737🔥, 3💬

💬 2023-06-05 Daniel: I don't understand how to assign key for plaintext

💬 2016-03-17 Herong: Hi Yogita, Blowfish(T) function refers the Blowfish algorithm described in the previous tutorial: Blowfish Cipher Algorithm .

💬 2016-03-16 YOGITA: what is the function blowfish(T) here? Send the pseudo code

View Transaction on live.blockcypher.com
This section describes how to view test transaction on live.blockcypher.com.
2023-06-01, 726🔥, 2💬

💬 2023-06-01 Thennarasu: Please TUFrmUBDiFWqkFyDhdxbhez9YQUhwRhahQ This is my USDT ADDRESS IN BINANCE

💬 2022-08-03 Duane Poston: Helpful app, with lots of info for your transaction details.

AJAX (Asynchronous JavaScript And XML)
This chapter provides a quick introduction on AJAX (Asynchronous JavaScript And XML). Topics include what introduction to AJAX, XMLHttpRequest API, requests, responses, properties, methods and events; ; examples to send synchronous and asynchronous requests, to parse responses as JSON or other objec...
2023-05-28, 109🔥, 0💬

What Is Gopher
This section provides a quick introduction of the Gopher protocol that allows distributed documents to be linked and presented as a hierarchy of items and directories.
2023-05-27, 2090🔥, 3💬

💬 2023-05-27 Harshita: This is very easy

💬 2018-12-08 Herong: Agree. Gopher was so easy to use with a keyboard on a text screen ☺

💬 2018-12-06 me: so nice piece of history, thx

Reset Host Name on Linux Systems
This section provides a tutorial example on how to view and change host name settings on Linux systems.
2023-05-27, 113🔥, 0💬

Class Diagram - Association End Notation
This section describes the Association End Notation used in a UML Class Diagram. An Association End Notation presents connection properties of an association to a connected class.
2023-05-25, 427🔥, 1💬

💬 2023-05-25 KoKi: Thanks!

Hack Go – generate non-FIPS DSA key parameters...
'DsaKeyGenerator.java - Generating DSA Key Pair' tutorial was cited in a davejingtian blog in 2014.
2023-05-24, 103🔥, 0💬

"OpenSSL" Generating Certificates in DER and PEM
This section provides a tutorial example on how to generate certificates in DER and PEM formats using 'OpenSSL'.
2023-05-24, 14662🔥, 4💬

"cURL" - Client for URL
This section provides a tutorial example on how to use 'cURL' command to send requests to a remote server in different protocols in URL format.
2023-05-24, 109🔥, 0💬

Search HerongYang.com
Looking for a specific tutorial? Enter a keyword in the search box below and press ENTER key: &nbsp; @import url(https://www.google.com/cse /api/branding.css);Custom Search &nbsp; Most commonly searched queries: chinese calendar chinese new year java synchronized jstl tutorial php session my...
2023-05-24, 7264🔥, 0💬

Internet Networking Tools
This chapter provides introductions and tutorial examples about Internet networking tools. Topics include 'wget' to download Web files; 'curl' to send requests to URLs.
2023-05-23, 124🔥, 0💬

"wget" - Get Files from the Web
This section provides a tutorial example on how to use 'wget' command to download files from the Web. 'wget' can resume failed downloads.
2023-05-23, 118🔥, 0💬

Converting HTML to PDF
This chapter provides tutorial notes and example codes on HTML to PDF conversion. Topics include steps to convert HTML to PDF documents; Apache FOP command to convert embedded SVG documents; JEuclid 'foprep' command to convert MathML to SVG documents.
2023-05-21, 137🔥, 0💬

OpenSSL "enc -bf-ecb" for Blowfish/ECB Encryption
Tutorial notes and example codes are provided OpenSSL 'enc -bf-ecb' command for Blowfish encryption in ECB mode. Topics include introduction and installation of OpenSSL; ECB (Electronic CodeBook) cipher operation mode; Literal Key options to specify secret key and IV directly; Salted Key and Random ...
2023-05-19, 513🔥, 1💬

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

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

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

UUEnccode Algorithm
This section describes the UUEncode algorithm with some simple encoding examples.
2023-05-17, 2620🔥, 6💬

💬 2016-06-08 Herong: Neel, can you post an example of the uuencoded string that failed? May be we can figure the root cause of the issue.

💬 2016-06-01 Neel: Hi, we are using this uudecoder since long time in our code but recently we are facing issue like "Index out of range" and that ...

💬 2015-09-16 Mark Sitkowski: Excellent! Just what I was looking for

JDBC-ODBC - Loading sun.jdbc.odbc.JdbcOdbcDriver
This section describes how to load the JDBC-ODBC Bridge driver class with the Class.forName() method.
2023-05-17, 31617🔥, 19💬

💬 2023-05-17 Coicoubeh: You helped me more with 3 lines that a bunch of tech nerds

💬 2017-06-06 Panther: Need to run mdb server

💬 2017-04-24 Mukidi: hi

💬 2017-04-07 Herong: Yaiphaba, Are you referring to the Apache OpenOffice software?

💬 2017-04-02 yaiphaba: ddbc database driver class already installed andopen office

(More comments ...)

Nejde se připojit na youtube
'Viewing Certificate Details' tutorial was cited in a poradna.net forum post in 2017.
2023-05-17, 101🔥, 0💬

<< < 41 42 43 44 45 46 47 48 49 50 51 > >>   ∑:7490  Sort:Rank