<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   ∑:7660  Sort:Date

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, 5658🔥, 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

Ethereum Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial examples on Ethereum and blockchain. Topics include include: What is Ethereum; What is blockchain; Ethereum market value; What is Go Ethereum (Geth); Running a private Ethereum network with Geth; What is Ethereum Mist wallet; What is MetaMask wallet; Ethereum mi...
2023-12-06, 5638🔥, 5💬

💬 2022-07-10 Lori: Thanks for such a good book. It helps me a lot!

💬 2022-06-22 vinay: very good and clear

💬 2018-05-11 meizumx4pkwn: tanxs so much Doc..request to share this to myFam n Frenz..

💬 2018-03-11 Ed: Thanks!

JDBC-ODBC Bridge Driver Features
This section describes Sun's JDBC-ODBC Bridge driver and its features.
2022-10-01, 5541🔥, 0💬

Java GC Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Gener...
2019-01-01, 5521🔥, 1💬

💬 2018-06-17 Jack: It's helpful!

Free Chinese Calendar 2039 - Year of the Goat
Want to know when is the 2039 Chinese New Year day? Look for free Chinese calendars for 2039? Chinese New Year Date for Year 2039 The Goat 2039 January 24 Monday Chinese New Year   ⇒ Free Chinese Calendars ⇐ Free Chinese Calendar 2038 - Year of the Horse ⇑ Chinese New Year Dates in 2032 to 2043 ⇑⇑...
2021-09-19, 5506🔥, 0💬

How JSP Pages Are Processed
This section describes how JSP pages are processed by the Web server. Two key steps are involved: 1) compilation of the JSP page into a Java Servlet class; 2) execution of the compiled class.
2019-05-30, 5493🔥, 3💬

💬 2019-05-30 neel ganguly: understandable

💬 2017-01-04 Brian: You're a spa

💬 2015-11-18 santhosh: error

Installed Services in System Registry
This section describes installed services stored in the system registry. A tutorial example is provided on how to use 'regedit.exe' to view the registry area where services are stored - HKEY_LOCAL_MACHINE\SYSTEM\Curr entControlSet\Services\.
2021-03-26, 5490🔥, 5💬

Accessing Array Elements with Indexes
This section provides a tutorial example on how to access array elements with element indexes.
2022-02-27, 5485🔥, 2💬

💬 2022-02-27 Tinga Tales: a

Mid Autumn (Mooncake Festival) - 15th Day of 8th Lunar Month
When is the Chinese Mid Autumn Festival? How is it celebrated? What are the traditions? Mooncake Festival ('Zhong Qiu Jie' 中秋节) The mooncake festival (Zhong Qiu Jie) falls on the 15th day of the eighth lunar month. It is an occasion for family members to get together over mooncakes, fruits and fine...
2021-08-26, 5424🔥, 0💬

Free Chinese Calendar 2036 - Year of the Dragon
Want to know when is the 2036 Chinese New Year day? Look for free Chinese calendars for 2036? Chinese New Year Date for Year 2036 The Dragon 2036 January 28 Monday Chinese New Year   ⇒ Free Chinese Calendar 2037 - Year of the Snake ⇐ Free Chinese Calendar 2035 - Year of the Rabbit ⇑ Chinese New Yea...
2021-09-30, 5404🔥, 0💬

Tutorial Book List
Tutorial Books: Android Tutorials Bitcoin Tutorials C# Tutorial Examples Cryptography Tutorials Data Encodings EC Cryptography Ethereum Tutorials Flash Tutorials Free Web Services GB2312 Character Set HTML Tutorials Java Tutorial Examples Java GC Tutorials Java 8 GC Tutorials JDK Tutorial Examples J...
2021-12-10, 5385🔥, 0💬

Chinese Wedding Traditions
I. The Proper Procedures: Three Letters and Six Etiquette This is the elaborate process on the groom's parents' part to look for the right kind of bride for their family. Rich families will look for a bride who can take care of household finances and most importantly, give birth to sons to inherit t...
2021-10-07, 5378🔥, 0💬

阿斯利康新冠疫苗
阿斯利康新冠疫苗的结构和工作机制是什么? 阿斯利康新冠疫苗是由英国 阿斯利康(AstraZeneca)研发的COVID-19疫苗 ,代号为AZD1222。阿斯利康新冠疫苗是一种复制型病毒载体疫苗, 使用基于普通感冒病毒(腺病毒)的弱化版本 的复制缺陷型黑猩猩病毒作为载体,内部包含新冠病毒的突刺蛋白的 RNA链条。阿斯利康新冠疫苗的工作机制和其它复制...
2021-07-19, 5377🔥, 0💬

Missing Emulator Engine Program for 'arm' CPUS
This section provides a tutorial example showing the error of 'Missing emulator engine program for arm CPUS' when starting an Android emulator. This is caused missing emulator-arm.exe file in tools folder caused by anti-virus auto delete virus infected files.
2022-04-14, 5372🔥, 4💬

💬 2017-07-15 Herong: Shira, what is the error you are getting when you try to uninstall Android SDK?

💬 2017-07-10 shira: hi! i cant success to uninstall the "Android SDK" how I can uninstall it from the terminal? (I use Centos7) thanks!

💬 2015-10-15 noor: help full thanq

XSD_ANYXML Encoding - Building SOAP Body Element
This section provides a tutorial example to show different behaviors of SoapClient on XML document based Web services.
2017-05-01, 5367🔥, 2💬

💬 2015-12-30 Mohammad Khan: Thanks, I was struggling to get the syntax right in the xlm request. these examples, particularly the 3rd one helped me better u...

Complex Element vs. Simple Element
This section describes what is a complex element and how to declare different types of complex elements.
2020-02-11, 5351🔥, 1💬

💬 2020-02-11 Abc: Good

Listing All Tables - getTables()
This section describes how to get a list of all tables in the current database on the SQL Server through the DatabaseMetaData object.
2022-10-01, 5331🔥, 0💬

Free Chinese Calendar 2035 - Year of the Rabbit
Want to know when is the 2035 Chinese New Year day? Look for free Chinese calendars for 2035? Chinese New Year Date for Year 2035 The Rabbit 2035 February 8 Thursday Chinese New Year   ⇒ Free Chinese Calendar 2036 - Year of the Dragon ⇐ Free Chinese Calendar 2034 - Year of the Tiger ⇑ Chinese New Y...
2021-10-19, 5329🔥, 0💬

Discontinued: GetCitiesByCountry - Get Cities by Country
This chapter provides a quick introduction of the free Web service, GetCitiesByCountry, returning a list of all cities of a given country. Topics include usage description of GetCitiesByCountry; request message sample; response message sample.
2022-07-08, 5301🔥, 5💬

💬 2017-01-21 Herong: Faisal, do you know how to make Web service calls in C#?

💬 2017-01-19 Faisal: how to use this web service in web forms ASP.Net Using C#

Lucky Wedding Dates: 2022 - Year of the Tiger
Where to find lucky wedding dates for year 2022? Lucky Wedding Dates: 2022 - Year of the Tiger   ⇒ Lucky Wedding Dates: 2023 - Year of the Rabbit ⇐ Lucky Wedding Dates: 2021 - Year of the Ox ⇑ Lucky Wedding Dates: 2020 to 2031 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-09-12, 5295🔥, 0💬

XML Files with Linked External XSD Files
This section provides a tutorial example on how to store XSD statements in an external file, which can be then linked to XML files. The external XSD file should also be a well-formed XML document.
2017-03-11, 5281🔥, 1💬

💬 2017-03-11 somebody: it was completly helpfull and it was very important

Using Google Chrome as an XML Syntax Checker
This section provides a tutorial example on how to use Google Chrome as an XML file syntax checker. If there are syntax errors in an XML file, Chrome will stop displaying the XML file at the first error location.
2018-11-10, 5247🔥, 3💬

💬 2018-11-10 Herong: ej, You are right. Chrome can only parse an XML document and print out issues that occur during the parsing process. If you want...

💬 2018-11-08 ej: While the information contained here seems to be correct, I would use the term "well wormedness verification" in place of "synta...

💬 2017-08-11 literal nazi: meaningful comments

HTTPS Request and Response Example
This section describes an example of HTTPS request and response captured by a Perl script using the Crypt::SSLeay module.
2023-08-09, 5220🔥, 4💬

💬 2023-08-09 hohl: dthdfgh

💬 2020-04-29 james: alert('cum')

💬 2019-07-13 xss: HI

Free Chinese Calendar 2037 - Year of the Snake
Want to know when is the 2037 Chinese New Year day? Look for free Chinese calendars for 2037? Chinese New Year Date for Year 2037 The Snake 2037 February 15 Sunday Chinese New Year   ⇒ Free Chinese Calendar 2038 - Year of the Horse ⇐ Free Chinese Calendar 2036 - Year of the Dragon ⇑ Chinese New Yea...
2021-09-30, 5216🔥, 0💬

<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   ∑:7660  Sort:Date