<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:7917  Sort:Date

Removing IE Addon "Lync Browser Helper"
This section provides a tutorial example on how to disable and remove 'Lync Browser Helper' addon from Internet Explorer.
2024-03-13, 16656🔥, 10💬

💬 2024-03-13 chris meyer: embedded windows 7 - want to keep browser compatible links.

💬 2018-10-27 Herong: manoj, what is the URL of the web page?

💬 2018-10-27 manoj kumar: internet explore can not didplay the webpage

💬 2017-06-04 Herong: Tech101, can you try to disable the "asktoolbar" add-on within IE 11? Or try to uninstall "asktoolbar" using Control Panel.

💬 2017-06-02 Tech101: Any idea how to remove the asktoolbar from Windows 7 32 and 64 bit .ie11

(More comments ...)

"Err.Raise()" - Raising Your Own Errors
This section provides a tutorial example on how to raise your own runtime errors with the Err.Raise(number, source, description) method. The error number should be in the range of 0 and 65535.
2023-01-28, 16545🔥, 4💬

💬 2023-01-28 adheesh: i ment something else

💬 2016-05-07 Herong: Donald, I don't understand your question. More details please.

💬 2016-05-06 Google Chrome 50.0.2661.94 m: Google Chrome Un navigateur Web conçu pour offrir rapidité, simplicité et sécurité Obtenir de l'aide sur l'utilisation de Goog...

💬 2016-05-06 Donald Duck: Please include a list of the different possible values for number. Thanks☺

Base32 Encoding Algorithm
This section describes the Base32 encoding algorithm with some simple encoding examples.
2024-01-20, 16531🔥, 12💬

💬 2024-01-20 Hello World!: super

💬 2023-05-22 dino: helloiamdino

💬 2022-11-11 Herong: Tomi, you can have lowercase, uppercase, or any kind of characters in the input. They all are encoded as binary input data. By d...

💬 2022-11-09 Tomi: One question, can we have lowercase and uppercase letters in both the input and output?

💬 2021-03-20 Yours: Encryption is the method by which information is converted into secret code that hides the information's true meaning. The scien...

(More comments ...)

SQL Server CLOB (Character Large Object) - TEXT
This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with SQL Server JDBC Driver. Topics include creating tables to store CLOB values in SQL Server server; inserting CLOB values with direct SQL INSERT statements, or PreparedStatement with setString(), setCharacterS...
2022-10-01, 16116🔥, 0💬

Wedding Date - The Most Important Date of Your Life
Are you ready to select a wedding date, the most important date of your life? Here are some lucky wedding dates caculated based on the Chinese calendar in the near future: Lucky wedding dates for other years: Lucky Wedding Dates: 2008 to 2019 Lucky Wedding Dates: 2016 - Year of the Monkey Lucky Wedd...
2024-03-04, 15857🔥, 1💬

💬 2024-03-04 Jane Jin Lee: Jane Lee’s birthday is 1-17-1991. And Eric Cuellar’s birthday is 10-2-1991. Meant to Our wedding date is Tuesday: May 2,2028.

DES Key Schedule (Round Keys Generation) Algorithm
This section describes DES (Data Encryption Standard) algorithm - A 16-round Feistel cipher with block size of 64 bits.
2022-06-06, 15480🔥, 12💬

💬 2022-06-06 hello: &lt;script> alert("Hello! I am an alert box!"); &lt;/script>

💬 2018-02-24 Herong: hema, values in the pc-2 table are pre-defined by the algorithm. They are not calculated.

💬 2018-02-23 hema: i understood pc-1 table can you pls guide to calculate manually pc-2 table in des algorithm.

💬 2017-10-24 Herong: QuAI, you are right those bits are not used in the Permuted Choice 1 (PC1) table.

💬 2017-10-19 QuAl: And forget about bits 8, 16, ..., 64 of initial кey K! Those bits for parity check only (see FIPS 46-3)

(More comments ...)

"adb push" and "adb pull" Commands
This section describes 'adb push' and 'adb pull' commands, which allows you to copy files to and from the remote Android emulator or device.
2015-12-17, 15425🔥, 2💬

💬 2015-12-17 Herong: RevHectorForbes, yes the "adb push" should go first, followed by push-from location and push-to location. I think my examples ar...

💬 2015-12-16 RevHectorForbes: Hey man, this is some way cool technical s**t, but another site (http://www.androidauthority.com/and roid-customization-transfer-...

Lucky Wedding Dates: 2026 - Year of the Horse
Where to find lucky wedding dates for year 2026? Lucky Wedding Dates: 2026 - Year of the Horse   ⇒ Lucky Wedding Dates: 2027 - Year of the Goat ⇐ Lucky Wedding Dates: 2025 - Year of the Snake ⇑ Lucky Wedding Dates: 2020 to 2031 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-10-07, 15390🔥, 0💬

-Xss JVM Option for Stack Size
This section describes the -Xss option to specify JVM stack size. Changing stack size can help to estimate frame size. The frame size is 32 bytes for a simple method call.
2019-08-24, 15179🔥, 1💬

💬 2019-08-24 sksksk: &lt;a href="/1'">&lt;svg/onload=alert( 1)>">click&lt;/a>

SslSocketClient.java - SSL Client Socket Example
This section provides a tutorial example on how to write a sample program to create a SSL client socket to connect to a SSL server socket. The connection will fail if the server's certificate is self-signed.
2016-06-10, 15162🔥, 3💬

JDBC-ODBC - Connecting to a DSN
This section describes how to connect to a DSN (Data Source Name) with JDBC-ODBC Bridge.
2022-10-01, 15035🔥, 0💬

CipherDES.java - A Java Implementation of DES
This section provides a tutorial Java program, CipherDES.java - A Java Implementation of DES encryption and decryption algorithm.
2017-02-16, 14999🔥, 9💬

💬 2017-02-16 Herong: Andro, I think implementation of DES using String methods will be slower than using byte and int operations.

💬 2017-02-12 Andro: Good done. I have created my own DES with benefits of string methods in Java. My DES receives binary string and key, then cipher...

💬 2016-03-03 Dede: Helps a lot, currently developping a mobile application that has to do with encryption. Thanks

💬 2015-10-16 Herong: Skip, Good luck on your study!

💬 2015-10-15 Skip: I'm taking a graduate course in cryptography and this was extremely helpful for going from DES visual to DES in java. I really a...

(More comments ...)

"OpenSSL" Generating Certificates in DER and PEM
This section provides a tutorial example on how to generate certificates in DER and PEM formats using 'OpenSSL'.
2023-05-24, 14926🔥, 4💬

2024 年年历 - 龙年
中国年历 - 2024 年年历 - 龙年
2024-01-29, 14920🔥, 2💬

💬 2023-10-02 ljr: Thank you so much for your job. Good luck!

Loading JDBC Driver for MySQL Server
This section describes how to load the MySQL JDBC driver class - mysql-connector-java-xxx-bin.j ar.
2024-08-29, 14901🔥, 1💬

💬 2024-08-29 bk: bull-kit

💬 2019-04-28 M1001101: Meaningful comments. Thanks!

💬 2018-09-20 raj: hatt budbak aisa kuch nahin hota bakwas hai ye program

💬 2017-09-16 vivek sharma: good

💬 2017-01-14 Herong: Thanks for the nice comment! ☺

(More comments ...)

Using WSDL2Java to Generate Web Service Stub Classes
This chapter provides tutorial notes and example codes on WSDL2Java. Topics include using the WSDL2Java tool included in Axis2; generating client side stub classes; using stub and data type classes; testing stub classes with XML document and RPC method based Web services.
2022-07-25, 14879🔥, 10💬

💬 2018-04-22 test name: thanks

💬 2017-01-20 Stephen: Hi , thanks for this tutorial

💬 2016-02-24 Herong: NfeDownloadNFStub, do you need any help on your WSDL document?

💬 2016-02-23 NfeDownloadNFStub: &lt;?xml version="1.0" encoding="UTF-8"?> &lt;wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLS chema"xmlns:soap12="...

💬 2015-12-18 prem: thanks

Free Chinese Calendar 2012 - Year of the Dragon
Want to know when is the 2012 Chinese New Year day? Look for free Chinese calendars for 2012? Chinese New Year Date for Year 2012 The Dragon 2012 January 23 Monday Chinese New Year   ⇒ Free Chinese Calendar 2013 - Year of the Snake ⇐ Free Chinese Calendar 2011 - Year of the Rabbit ⇑ Free Chinese Ca...
2021-12-23, 14830🔥, 0💬

HttpsHello.java - HTTPS Server Test Program
This section provides a tutorial example on how to write a HTTPS server test program, HttpsHello.java. It writes back a simple Web page using the HTTPS protocol.
2020-01-28, 14406🔥, 25💬

💬 2020-01-28 Herong: Bing, see Generating Private Keys tutorial on how to creat JKS files.

💬 2020-01-24 BingLi224: how to create .jks certificate file correctly?

💬 2017-09-20 Herong: Sandeep, you need to create a server certificate in a .jks file first.

💬 2017-09-08 sandeep kumar shukla: I am getting following error while I run the servier program. java.io.FileNotFoundException: herong.jks (The system cannot find ...

💬 2016-09-21 Test: Hello. How are you?

(More comments ...)

Playing Movie with FFmpeg "ffplay" Command
This section provides a tutorial example on how to use the FFmpeg 'ffplay' command to play movie file stored in MPEG4 (*.mp4) format.
2022-07-13, 14319🔥, 2💬

💬 2022-07-13 Your Name: meaningful comment

💬 2017-07-17 Nishadi: thanks. it is works

Free Chinese Calendar 2011 - Year of the Rabbit
Want to know when is the 2011 Chinese New Year day? Look for free Chinese calendars for 2011? Chinese New Year Date for Year 2011 The Rabbit 2011 February 3 Thursday Chinese New Year   ⇒ Free Chinese Calendar 2012 - Year of the Dragon ⇐ Free Chinese Calendar 2010 - Year of the Tiger ⇑ Free Chinese ...
2024-09-12, 14234🔥, 2💬

💬 2024-09-12 Herong: Larry, do you have any suggestions to make it better?

💬 2024-09-09 Larry Lin: I've never seen a website designed in so confusing, directing here and there and ending up to nowhere.

MySQL Connector/J - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver).
2022-10-01, 14101🔥, 0💬

Free Chinese Calendar 2010 - Year of the Tiger
Want to know when is the 2010 Chinese New Year day? Look for free Chinese calendars for 2010? Chinese New Year Date for Year 2010 The Tiger 2010 February 14 Sunday Chinese New Year   ⇒ Free Chinese Calendar 2011 - Year of the Rabbit ⇐ Free Chinese Calendar 2009 - Year of the Ox ⇑ Free Chinese Calen...
2022-01-02, 13960🔥, 0💬

JDBC-ODBC - Inserting Data Rows to MS Access Database
This section describes how to insert new data rows into MS Access database through the JDBC-ODBC driver.
2022-10-01, 13951🔥, 0💬

Free Chinese Calendar 2028 - Year of the Monkey
Want to know when is the 2028 Chinese New Year day? Look for free Chinese calendars for 2028? Chinese New Year Date for Year 2028 The Monkey 2028 January 26 Wednesday Chinese New Year   ⇒ Free Chinese Calendar 2029 - Year of the Rooster ⇐ Free Chinese Calendar 2027 - Year of the Goat ⇑ Chinese New ...
2021-11-12, 13917🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:7917  Sort:Date