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

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

FOP Installation Verification on Windows
This section provides a tutorial on how to verify Apache™ FOP by running a FOP built-in example in an AWT preview window on Windows systems.
2020-01-28, ∼1832🔥, 2💬

💬 2020-01-28 Herong: Ghazi, check your installation of FOP, and find out the path where FOP is installed. You can start FOP with the path name like %...

💬 2020-01-28 Ghazi: fop n'est pas reconnue comme étant une commande interne....

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, ∼1830🔥, 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, ∼1828🔥, 1💬

💬 2021-11-05 dud: Thanks

Android Debug Bridge (adb) Tool
This chapter provides tutorial notes on the Android Debug Bridge (adb) tool. Topics include quick introduction of Android Debug Bridge (adb); using 'adb install/uninstall' commands to install applications; using 'adb shell' command to manage the device; using 'adb push/pull' commands to copy files.
2016-05-05, ∼1825🔥, 1💬

💬 2016-05-05 lg: Please update the form and submit it again.

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, ∼1817🔥, 1💬

💬 2015-10-14 reza: this is greate

Xerces2 Java Parser - Java API of XML Parsers
This chapter provides notes and tutorial examples on Xerces2 Java Parser API package. Topics include downloading and installing Xerces2 2.11.0 XML Schema 1.1 Beta version; sample programs dom.Writer and sax.Writer as XSD validator; jaxp.TypeInfoWriter as XSD 1.1 validator.
2022-10-01, ∼1812🔥, 0💬

Space Character not Allowed in Cookie Value
This section provides a tutorial example showing that space character ' ' is not allowed in cookie value strings.
2023-09-03, ∼1811🔥, 2💬

💬 2023-09-03 GlitterJob: It Worked thanks!!!!!!!

💬 2021-10-28 Hasnaa Ibraheem: You may add the tag in the first answer to your context.xml it fixed the issue for me https://stackoverflow.com/questions/ 386960...

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, ∼1806🔥, 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...

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, ∼1804🔥, 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, ∼1801🔥, 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

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, ∼1796🔥, 1💬

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, ∼1792🔥, 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...

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

💬 2016-01-13 Jhon: very good tutorials

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, ∼1789🔥, 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?

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, ∼1785🔥, 6💬

💬 2022-12-17 Basris: I loook forward

💬 2022-10-09 ethan liu: pp

💬 2021-03-01 alex: thanks

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, ∼1780🔥, 1💬

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, ∼1770🔥, 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, ∼1769🔥, 2💬

💬 2023-04-28 hihihaha: great

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

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, ∼1768🔥, 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();...

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, ∼1767🔥, 6💬

💬 2021-03-04 出徐: 出徐

💬 2021-01-13 wqee: Test

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, ∼1761🔥, 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...

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

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