<< < 51 52 53 54 55 56 57 58 59 60 61 > >>   ∑:9086  Sort:Date

Mount Windows NTFS File System
This section provides a tutorial example on how to mount Windows NTFS (New Technology File System) file systems on Linux systems. 'ntfs-3g' device driver is needed.
2022-10-01, ∼1044🔥, 0💬

"compress/uncompress" - Compressed *.Z Files
This section provides a tutorial example on how to use 'compress' and 'uncompress' commands to compress large files and restore them later. Compressed files will have the *.Z file name extension.
2022-10-01, ∼1044🔥, 0💬

What Is tinyec
This section introduces what is tinyec - a tiny library to perform arithmetic operations on elliptic curves in pure Python.
2021-03-02, ∼1042🔥, 1💬

java.time.format.DateTimeFormatter - Date-Time Strings
This section provides a tutorial example on how to use the java.time.format.DateTimeForma tterclass to print date-time objects into strings, or to parse date-time string back as objects.
2022-10-01, ∼1038🔥, 0💬

EncodingConverter.java - Encoding Conversion Sample Program
This section provides a tutorial example on how to write a sample program, EncodingConverter.java, to convert text files from one character set encoding to another.
2022-05-10, ∼1038🔥, 1💬

💬 2022-05-10 chaeun: 12

.MPG File Name Extension - MPEG Files
This section describes what is .mpg file name extension for MPEG (Moving Picture Experts Group) file.
2018-07-13, ∼1038🔥, 2💬

💬 2018-07-13 Ibrahim hanif: Thanks for the useful information.

💬 2017-04-02 Mohamed: ok

Managing Ethereum Account
This chapter describes Ethereum accounts - How to create and manage them.
2021-08-03, ∼1037🔥, 1💬

💬 2021-08-03 chris: thanks

Perl Scripts Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing Perl scripts communicating with HTTPS servers. Topics include using LWP library without Crypt::SSLeay; installing Crypt::SSLeay module; using setting HTTPS_CA_FILE environment variable to verify server's certificates; concatenating mu...
2022-10-01, ∼1036🔥, 0💬

Run Conda Environment Command in Background
This section provides a tutorial example on how to run Conda environment commands in background processes. file permissions and SELinux contexts must be changed on the Conda environment files and directories.
2022-10-01, ∼1036🔥, 0💬

Saving Files in UTF-8 Option
This section provides a tutorial example on how to save text files with Nodepad by selecting the UTF-8 encoding option on the save file dialog box.
2022-10-01, ∼1034🔥, 0💬

java.security.KeyFactory - Reading Encoded Keys
This section describes the java.security.KeyFactory class, which allows you to convert key spec objects back to key objects. Full process of reading and converting encoded key files back to key objects are also provided.
2019-03-23, ∼1032🔥, 2💬

💬 2019-03-23 Herong: See the next tutorial " JcaKeyFactoryTest.java - Key Factory Test Program " for code samples.

💬 2019-03-13 wubba lubba dub dub: code samples along with this would've been helpful

Introduction of Sorting Algorithms
This chapter provides a quick introduction of sorting algorithms. Topics include what is sorting; why sorting is needed; most popular sorting algorithms.
2016-03-17, ∼1032🔥, 2💬

💬 2015-11-26 Amy: Fully agree!

💬 2015-11-24 gosa: It is nice book

Creating a Copy of an Array
This section provides a tutorial example on how to create a copy of an array quickly with the array assignment statement.
2022-10-01, ∼1031🔥, 0💬

XML Plugin Packages for Atom Editor
This chapter provides notes and tutorial examples on XML Plugin Packages for Atom Editor. Topics include installing 'XML Tools' plugin package on Atom; running XPath queries with 'XML Tools'; trying atom-xsltransform plugin package.
2022-10-01, ∼1031🔥, 0💬

JDBC for MySQL - Herong's Tutorial Examples
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and MySQL server; using MySQL JDBC driver (MySQL Connector/J); database connection URLs; introduction to Result Set; Meta Data, Prepare...
2022-10-01, ∼1028🔥, 0💬

rdkit.Chem.Draw.rdMolDraw2D.MolDraw2DCairo - Molecule PNG Image
This section provides a quick introduction on the rdkit.Chem.Draw.rdMolDraw2D.Mo lDraw2DCairoclass, which creates 2D molecule drawings in PNG format.
2022-10-01, ∼1027🔥, 0💬

中国农历计算程式使用方法
本节介绍了中国农历计算程式的使用方法。农历计算程式可以用来计 算年历,月历和日历。
2021-01-08, ∼1027🔥, 2💬

💬 2021-01-03 Herong: lsa, thanks for reporting those errors. I will review and correct them.

💬 2020-12-26 lsa: 农历算法对应的节气日期有些错误数据: 2014:3月,5,6 2021:4月,5,4 2032:4月,5,4 2051:3月,21,20 2071:3月,21,20 2081:5月,21,20 2083:2月,4,3 208...

"swfcombine -a" - Concatenate SWF Files
This section provides a tutorial example on how to concatenate two SWF files by appending frames from one file to the end of another file using the 'swfcombine -a' command.
2018-04-01, ∼1027🔥, 2💬

💬 2018-04-01 Herong: Mike, SWF Tools has no commands to create loops. To create a slide show with loops, you can write a simple code in SWFC Script. ...

💬 2018-03-28 Mike: Is there a way to make the first slide show loop say 3 times before it moves onto the second slide show?? I mean I suppose you c...

Key Schedule (Sub-Keys and S-Boxes) Algorithm
The Blowfish Key Schedule (Sub-Keys Generation) algorithm is provided to generate 18 Sub-keys and 4 S-boxes, using user provided secret key and hexadecimal digits of the fractional portion of constant Pi, (3.1415927... - 3) = 0.1415927... as input.
2022-10-01, ∼1025🔥, 0💬

Drawing Diagrams with MolDraw2DCairo and MolDraw2DSVG
This section provides a tutorial example on how to use MolDraw2DCairo and MolDraw2DSVG classes to add custom diagram elements to molecule 2-D images.
2022-10-01, ∼1025🔥, 0💬

Export Private Key and Retire MetaMask
This section describes how to export the private key of an account from MetaMask and stop using the account.
2022-10-01, ∼1024🔥, 0💬

Download and Install tinyec
This section describes how to install tinyec, which can be done by running the 'pip install tinyec' command.
2022-10-01, ∼1024🔥, 0💬

1993 - Tao Sheng Yi Jiu (涛声依旧) - Wave Still
Tao Sheng Yi Jiu (涛声依旧) - Wave Still, Lyrics by Chen Xiaoqi (陈小奇), Music by Chen Xiaoqi (陈小奇), Performed by Mao Ning (毛宁) at The CCTV New Year's Gala in 1993.
2020-11-11, ∼1024🔥, 4💬

💬 2020-11-11 Herong: Zander, Try to create a Word document with the PowerPoint link first. Then convert the Word document to PDF form.

💬 2020-11-11 Herong: Harry, All songs listed here are publicly available. You can just follow links to listen to them.

💬 2020-11-09 Zander: Good day! Can I ask how do you put a PowerPoint link in a pdf form

💬 2020-11-09 Harry S: Can I ask if i can download 33 songs in this website

Content-Disposition: - Sending Files for Downloading
This section provides a tutorial example on how to insert the 'Content-Disposition:' header line in a HTTP response to tell the browser to prompt the user the download and save the response entity body as a file.
2016-01-16, ∼1022🔥, 2💬

💬 2016-01-16 Herong: James, that's an interesting question. I will try to search for an answer.

💬 2016-01-14 James: Hello, I generate PDF files on the fly. I have the option to use Content-Disposition: attachment; in the http header in order to...

<< < 51 52 53 54 55 56 57 58 59 60 61 > >>   ∑:9086  Sort:Date