<< < 31 32 33 34 35 36 37 38 39 40 41 > >>   ∑:9020  Sort:Date

Creating Module JAR File
This section provides a tutorial example on how to use 'jar --create' command to create a module JAR file to store all class files of a Java module.
2023-04-24, ∼1766🔥, 2💬

💬 2023-04-24 Jeff: Append my comments. It actually worked. Didn't realize C in -C is a capital letter and there's a dot in the end.

💬 2023-04-24 Jeff: when I tried --describe-module option, command prompt said no module descriptor found. Derived automatic module. Also, the --lis...

View Trusted Root CA Certificates in Safari
This section provides a tutorial example on how to view trusted root CA certificates that are pre-installed in Apple Safari.
2022-10-01, ∼1765🔥, 0💬

rdkit.Chem.rdFMCS - Maximum Common Substructure
This section provides a quick introduction on rdkit.Chem.rdFMCS module in RDKit library that provides functionalities to find the MCS (Maximum Common Substructure) of a set of molecules.
2022-10-01, ∼1763🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2015-10-14, ∼1759🔥, 1💬

💬 2015-10-14 reza: this is greate

SOAP PHP Implementations
This chapter provides notes and tutorials on SOAP PHP implementations: PEAR SOAP, NuSOAP, and PHP Group SOAP.
2016-01-13, ∼1758🔥, 1💬

💬 2016-01-13 Jhon: very good tutorials

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, ∼1757🔥, 0💬

Installing FFmpeg to Manipulate Video SWF Files
This section introduces the FFmpeg package that can be used to manipulate video stream SWF files, and other multimedia data.
2017-04-01, ∼1756🔥, 3💬

💬 2017-04-01 Herong: lisenhuayys, your movie.swf file may have other types of SWF objects that are not video or audio streams. ffmpeg can not convert...

💬 2017-03-29 lisenhuayys: ffmpeg -i Movie.swf -ss 00:00:25.80 -to 00:00:43.33 Movie2.swf will say:swf: could not find codec parameters

💬 2017-03-29 lisenhuayys: why? swf: could not find codec parameters

"secp256k1" - For 256-Bit ECC Keys
This section describes 'secp256k1' elliptic curve domain parameters for generating 256-Bit ECC Keys as specified by secg.org.
2022-10-01, ∼1747🔥, 0💬

GB2312 to Unicode - Row 16: 0xB0A1 to 0xB0FE
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 16: Level 1 Hanzi Characters 0xB0A1 to 0xB0FE.
2023-04-28, ∼1730🔥, 2💬

💬 2023-04-28 hihihaha: great

💬 2020-10-25 海阔天空: 海阔天空

Install CentOS by Deleting Existing Partition
This section provides a tutorial example on how to delete existing hard disk partition to free up space to install CentOS system on Lenovo computers.
2022-10-01, ∼1730🔥, 0💬

AS3Compile - ActionScript 3 Compiler
This chapter provides tutorial notes and example codes on AS3Compile - An ActionScript 3 compiler developed by the SWFTools team. Topics include compiling ActionScript 3 file with 'AS3Compile' command; extending flash.display.MovieClip class to build a Flash file; adding graphics and texts in MovieC...
2023-04-24, ∼1727🔥, 6💬

💬 2022-12-17 Basris: I loook forward

💬 2022-10-09 ethan liu: pp

💬 2021-03-01 alex: thanks

Processing Chinese Input on Web Forms in UTF-8
This section describes how to display a Web form and process form Chinese input data in UTF-8.
2023-08-20, ∼1726🔥, 6💬

💬 2021-03-04 出徐: 出徐

💬 2021-01-13 wqee: Test

Download ChEMBL Database
This section provides a tutorial example on how to download and install a copy of the ChEMBL database on a local computer.
2021-09-27, ∼1722🔥, 4💬

💬 2021-09-27 Siavoush: Hi Herong, show tables command shows just these two tables: action_type, and activities. Is this OK.

💬 2021-09-27 Siavoush: Thanks Herong, "show tables" command shows just these two: action_type activities Shouldn't be there more tables?

💬 2021-09-25 Herong: Siavoush, Yes. It sounds correct. Just run "show tables;", and get a few rows from each table to verify.

💬 2021-09-21 Siavoush: Hi, I have downloaded chembl_29_mysql.tar.gz and extracted chembl_29_mysql.dmp file. The instruction says that the following com...

SslReverseEchoer.java - SSL Server Socket Example
This section provides a tutorial example on how to write a sample program to create a SSL server socket to listen for incoming SSL socket connection requests from client machines.
2022-05-06, ∼1721🔥, 3💬

"soap:operation" - SOAPAction Header Line
This section describes 'soap:operation', a SOAP extension element that specifies additional binding information at the operation level. soapAction='uri' is a required attribute for SOAP 1.1 over HTTP.
2022-10-01, ∼1720🔥, 0💬

Downloading and Installing Axis2/Java
This section provides a tutorial example on how to download and install Axis2/Java to a Windows systems that has JDK available.
2023-03-15, ∼1717🔥, 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, ∼1717🔥, 1💬

Blowfish Cipher Test Vectors
A list of test vectors is provided for the 16-round and 64-bit block Blowfish cipher algorithm.
2024-01-11, ∼1713🔥, 4💬

💬 2018-09-22 Herong: Codesmith, Thanks for the confirmation.

💬 2018-09-17 Codesmith: Having tested both, it seems the standard Blowfish algorithm is actually big-endian, as big-endian interpretation works for thes...

💬 2018-09-17 Codesmith: I presume these vectors are interpreted in little endian when being converted to pairs of 32bit values?

Displaying Chinese Characters in Frame Title
This section provides a tutorial example on how to display Chinese characters in the title bar of a frame window with a given Chinese font.
2018-11-22, ∼1710🔥, 2💬

💬 2018-11-22 Herong: SuperMario, Thanks for sharing your comments. Are you still using JDK 1.1.8?

💬 2018-11-19 SuperMario: For the old JDK the characters are displayed as "?" because that's the default character defined in the JRE to display when no c...

XMLin() and XMLout() Methods
This section describes two key methods in the XML::Simple module, XMLin() and XMLout(), to convert XML text string into a hash structure representing the XML structure and to convert the hash back to a string.
2024-11-20, ∼1707🔥, 2💬

Using HttpURLConnection to Call SOAP 1.1
This section provides a tutorial example on how to use the java.net.HttpURLConnection class to call a SOAP 1.1 Web service.
2020-02-23, ∼1704🔥, 2💬

💬 2020-02-23 Herong: Max, are you suggesting to write output as character sequences?

💬 2020-02-17 Max: try (OutputStreamWriter writer = new OutputStreamWriter(con.getOutputStre am(),"UTF-8")){ writer.write(soapXml); writer.flush();...

Windows Security Tutorials - Herong's Tutorial Examples
This free book is a collection of tutorial notes written by the author while he was dealing with security issues with Microsoft Windows systems. Key topics include anti-virus tools, virus and trojan removal techniques, security issues with browser add-on applications.
2015-07-18, ∼1703🔥, 0💬

setAccelerator() - Setting Keyboard Accelerators on Menu Items
This section provides a tutorial example on how to use setAccelerator() method to associate accelerators to menu items. Accelerators allows user to interact with menu items using keys on keyboard.
2020-02-25, ∼1701🔥, 1💬

Create Login User in SQL Server
This section describes how to create a new login user and grant full permission to a database in SQL Server.
2022-10-01, ∼1692🔥, 0💬

<< < 31 32 33 34 35 36 37 38 39 40 41 > >>   ∑:9020  Sort:Date