<< < 65 66 67 68 69 70 71 72 73 74 75 > >>   ∑:9022  Sort:Rank

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

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

💬 2022-12-17 Basris: I loook forward

💬 2022-10-09 ethan liu: pp

💬 2021-03-01 alex: thanks

Inverted ?
'Entering Latin1 Characters with Alt Keycodes' tutorial was cited in a Sun Java forum post in 2008.
2023-04-23, ∼152🔥, 0💬

GUID Generator
This section provides a tutorial example on how to use the GUID Generator operation provided by uuidgenerator.net.
2023-04-22, ∼427🔥, 1💬

💬 2023-04-22 me: Thanks for the info ! I used it to generate unique QR codes by pasting UUIDs into https://rocketfiles.ovh/en/CreateQRC ode.

MD5 算法在 Java 语言
'Using MD5 Message Digest in Java' tutorial was cited in a baidu.com wenku articlet in Chinese in 2014.
2023-04-20, ∼163🔥, 0💬

Daylight Fingerprint Generator in RDKit
This chapter provides introductions and tutorial examples on Daylight Fingerprint Generator in RDKit. Topics include introduction of RDKFingerprint(), UnfoldedRDKFingerprintCountBas ed(),and GetRDKitFPGenerator() methods, impact of maxPath, fpSize, branchedPaths, and other options.
2023-04-18, ∼336🔥, 0💬

nsIConverterOutputStream handling GB2312 characters
'Herong's Tutorial Notes on GB2312 Character Set' book was cited in a MozillaZine forum post in 2012.
2023-04-15, ∼170🔥, 0💬

tanya ttg open file
'Controlling HTTP Response Header Lines' tutorial was cited in a Yahoo group article in Idonesian language 2005.
2023-04-15, ∼133🔥, 0💬

1C80: Cyrillic Extended-C
This section provides a quick summary of the Unicode code point block: 'Cyrillic Extended-C', which contains 16 code points to represent Cyrillic Extended-C alphabets used in the Cyrillic Extended-C language.
2023-04-15, ∼100🔥, 1💬

Automatic Creation of Different Types of Test Subjects
'Loading Derby JDBC Driver Classes' tutorial was cited in a thesis in Greek language in 2008.
2023-04-15, ∼179🔥, 0💬

What Is GRU (Gated Recurrent Unit)
This section provides a quick introduction of GRU (Gated Recurrent Unit), which is a simplified version of the LSTM (Long Short-Term Memory) recurrent neural network model. GRU uses only one state vector and two gate vectors, reset gate and update gate.
2023-04-14, ∼156🔥, 1💬

how to update garbled characters
'Managing Non-ASCII Character Strings with MySQL Servers' tutorial was cited in a DaniWeb forum post in 2007.
2023-04-12, ∼145🔥, 0💬

Relationship between Servlet and JSP
This section describes the relationship between of Servlet and JSP. Most JSP servers (containers) are implemented to support the JSP technology as an extension of the Servlet technology.
2023-04-10, ∼1423🔥, 2💬

Install MetaMask Extension for Chrome
This section describes how to install MetaMask extension for Chrome.
2023-04-10, ∼932🔥, 1💬

💬 2023-04-10 mike: you can find more information about metamask extension on my blog https://sites.google.com/metamsklogs .com/metamaskextension/hom...

Conjunto de resultados
'What Is ResultSet' tutorial was cited in a wikipedia.org article in Spanish in 2014.
2023-04-09, ∼136🔥, 0💬

.ISO File Name Extension - ISO Files
This section describes what is .iso file name extension or ISO files.
2023-04-08, ∼413🔥, 1💬

💬 2023-04-08 Yuvaraj: Thanks

Create Tables with CLOB Columns
This section describes how to create tables with BLOB (LONGBLOB) columns in MySQL server.
2023-04-05, ∼545🔥, 1💬

GB2312 to Unicode - Row 25: 0xB9A1 to 0xB9FE
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 25: Level 1 Hanzi Characters 0xB9A1 to 0xB9FE.
2023-04-05, ∼652🔥, 1💬

💬 2023-04-05 qili: E68891E79A84E585A8E983A8

"RefillOrder" Web Service - WSDL 1.1 and SOAP 1.1
"RefillOrder" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service: WSDL Document: RefillOrder_WSDL_11_SOAP_11_Do cument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name: R...
2023-04-04, ∼4861🔥, 1💬

Impact of 'invariants' on GetMorganFingerprint()
This section provides a tutorial example on impact of the 'invariants' option on fingerprint generation with rdkit.Chem.rdMolDescriptors.Ge tMorganFingerprint()function.
2023-04-04, ∼197🔥, 0💬

GetHashedMorganFingerprint() Method in RDKit
This section provides a quick introduction on the rdkit.Chem.rdMolDescriptors.Ge tHashedMorganFingerprint()Method in the RDKit library.
2023-04-04, ∼407🔥, 0💬

Impact of 'branchedPaths' on RDKFingerprint()
This section provides a tutorial example on impact of the 'branchedPaths' option on fingerprint generation with rdkit.Chem.rdmolops.RDKFingerp rint()function.
2023-04-04, ∼174🔥, 0💬

Impact of 'nBitsPerHash' on RDKFingerprint()
This section provides a tutorial example on impact of the 'nBitsPerHash' option on fingerprint generation with rdkit.Chem.rdmolops.RDKFingerp rint()function.
2023-04-04, ∼192🔥, 0💬

Impact of 'useCounts' on GetMorganFingerprint()
This section provides a tutorial example on impact of the 'useCounts' option on fingerprint generation with rdkit.Chem.rdMolDescriptors.Ge tMorganFingerprint()function.
2023-04-04, ∼187🔥, 0💬

<< < 65 66 67 68 69 70 71 72 73 74 75 > >>   ∑:9022  Sort:Rank