<< < 58 59 60 61 62 63 64 65 66 67 68 > >>   ∑:9086  Sort:Rank

Base32 Encoding Algorithm
This section describes the Base32 encoding algorithm with some simple encoding examples.
2024-01-20, ≈17🔥, 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 ...)

GD Library - Draw Graphical Elements
This section provides a tutorial example on how to draw graphical elements using GD Library functions.
2024-01-19, ∼100🔥, 2💬

Running Python Code at pythonanywhere.com
This section provides a tutorial example on how to use to Linux terminal at pythonanywhere.com to run Python code with a Web browser.
2024-01-19, ∼671🔥, 1💬

Chinese Characters in HTML Documents - UTF-8 Encoding
This section provides a tutorial example on how enter and use Chinese characters in HTML documents using Unicode UTF-8 encoding. The HTML document should include a meta tag with charset=utf-8 and be stored in UTF-8 format.
2024-01-18, ∼6622🔥, 5💬

💬 2024-01-18 JACKY: 您好

💬 2023-05-08 你好你好: 你好

💬 2023-03-20 Paolo: L'elefante correva nel prato

💬 2021-09-16 r: 你好

💬 2016-01-06 thomas: help needed.

Dump SOAP Request and Response Messages
This section provides a tutorial example on how to dump SOAP request and response messages with the Zeep Python library.
2024-01-18, ∼448🔥, 0💬

Chinese Character Set Encoding Options
This section providing information on character set encoding options for Chinese Web pages: UTF-8, GB, and Big5
2024-01-11, ∼4685🔥, 5💬

💬 2023-01-06 AAA: 谷歌翻譯是谷歌開發的一種多語言神經機器翻譯服務,用於將文本、文檔和網站從 一種語言翻譯成另一種語言

💬 2022-04-18 Berker: 早上好

💬 2019-02-12 你好: 你好

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

Outdated: Accessing Oracle Server through Web Interface
This section describes how to access an Oracle Server through its Web interface.
2024-01-10, ∼496🔥, 2💬

💬 2024-01-10 Princy: Nice

native2ascii - Encoding Converter Command and Options
This section describes the native-to-ASCII encoding converter 'native2ascii' and its options. Non-ASCII characters in a Java source file must be converted into \uXXXX Unicode sequences before giving it to the Java compiler.
2024-01-10, ∼4614🔥, 30💬

💬 2024-01-10 ez: Bonjour

💬 2023-07-25 sasa: -~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[];Ì= (ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+([ ].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ó+ ó]+(!''+'...

💬 2023-03-29 asafsas: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-11-30 dhidhdi: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-08-06 đè: ó=-~É,Ë=É<<É,þ=Ë+~[]

(More comments ...)

Python SOAP Client: Zeep
This chapter provides tutorial notes and example codes on Zeep Python library for WSDL. Topics include introduction of Zeep library; installing Python 3 engine and Zeep library; parsing WSDL 1.1 documents with Zeep default script; invoking WSDL 1.1 services and their operations.
2024-01-10, ∼536🔥, 0💬

Parsing WSDL Documents with Zeep Library
This section provides a tutorial example on how to parse WSDL documents and print out available services using Zeep default script. Zeep library supports WSDL 1.1 documents, not WSDL 2.0 documents.
2024-01-10, ∼425🔥, 0💬

Invoking WSDL Services with Zeep Library
This section provides a tutorial example on how to create a Zeep client object with a WSDL URL, access a given service, and invoke a given operation.
2024-01-10, ∼333🔥, 0💬

What Is Zeep Python Library
This section describes the Zeep Python library a fast and modern Python SOAP client.
2024-01-10, ∼320🔥, 0💬

Invoking WSDL Default Service
This section provides a tutorial example on how to access the default service of a given WSDL document and invoke a given operation using quick access syntax.
2024-01-10, ∼320🔥, 0💬

Installing Zeep Library
This section describes a tutorial on how to check and install the Zeep Python library.
2024-01-10, ∼288🔥, 0💬

WSDL 2.0 Not Supported by Zeep Library
This section provides a tutorial example to confirm that the Zeep library does not support WSDL 2.0 document.
2024-01-10, ∼276🔥, 0💬

Installing Python Engine on macOS
This section provides a tutorial example on installing latest version of Python engine on a macOS computer.
2024-01-10, ∼245🔥, 0💬

Python SOAP Client: Zeep
This chapter provides tutorial notes and example codes on Zeep Python library for WSDL. Topics include introduction of Zeep library; installing Python 3 engine and Zeep library; parsing WSDL 1.1 documents with Zeep default script; invoking WSDL 1.1 services and their operations.
2024-01-09, ∼412🔥, 0💬

Parsing WSDL Documents with Zeep Library
This section provides a tutorial example on how to parse WSDL documents and print out available services using Zeep default script. Zeep library supports WSDL 1.1 documents, not WSDL 2.0 documents.
2024-01-09, ∼384🔥, 0💬

Installing Zeep Library
This section describes a tutorial on how to check and install the Zeep Python library.
2024-01-09, ∼329🔥, 0💬

WSDL 2.0 Not Supported by Zeep Library
This section provides a tutorial example to confirm that the Zeep library does not support WSDL 2.0 document.
2024-01-09, ∼312🔥, 0💬

Invoking WSDL Services with Zeep Library
This section provides a tutorial example on how to create a Zeep client object with a WSDL URL, access a given service, and invoke a given operation.
2024-01-09, ∼299🔥, 0💬

Invoking WSDL Default Service
This section provides a tutorial example on how to access the default service of a given WSDL document and invoke a given operation using quick access syntax.
2024-01-09, ∼297🔥, 0💬

What Is Zeep Python Library
This section describes the Zeep Python library a fast and modern Python SOAP client.
2024-01-09, ∼269🔥, 0💬

<< < 58 59 60 61 62 63 64 65 66 67 68 > >>   ∑:9086  Sort:Rank