<< < 36 37 38 39 40 41 42 43 44 45 46 > >>   ∑:7660  Sort:Rank

Mock RefillOrder - SOAP 1.1 with Document Style in WSDL_1.1
This section describes the free Web service 'RefillOrder' provided by herongyang.com. It' mocks a reservation service based on SOAP 1.1 and described in WSDL 1.1
2024-01-21, 113🔥, 0💬

Mock GetStockPrice - SOAP 1.1 with RPC Style in WSDL_1.1
This section describes the free Web service 'GetStockPrice' provided by herongyang.com. It' mocks a reservation service based on SOAP 1.1 and described in WSDL 1.1
2024-01-21, 113🔥, 0💬

Mock GetExchangeRate - SOAP 1.1 with RPC Style in WSDL_1.1
This section describes the free Web service 'GetExchangeRate' provided by herongyang.com. It' mocks a reservation service based on SOAP 1.1 and described in WSDL 1.1
2024-01-21, 107🔥, 0💬

Bitcoin Blockchain Data API - Usage Description
This section describes the free Web service, Bitcoin Blockchain Data API, provided by blockchain.info. It allows you to browse/explorer the Bitcoin blockchain and submit transactions to transfer Bitcoin funds.
2024-01-21, 100🔥, 0💬

Get Bitcoin Block Data
This section provides a tutorial example on how to use the Get Bitcoin Block Data operation provided by blockchain.info.
2024-01-21, 100🔥, 0💬

Get Bitcoin Transaction Data
This section provides a tutorial example on how to use the Get Bitcoin Transaction Data operation provided by blockchain.info.
2024-01-21, 100🔥, 0💬

Get Bitcoin Wallet Content
This section provides a tutorial example on how to use the Get Wallet Content operation provided by blockchain.info.
2024-01-21, 100🔥, 0💬

"PUG SOAP" Web Service by PubChem of nih.gov
This section describes the free Web service 'PUG SOAP' provided by by PubChem of nih.gov. It supports 30 operations to perform search and analysis on PubChem database.
2024-01-21, 100🔥, 0💬

PubChem-SOAP.py - Submit SOAP Request
This section provides a tutorial example on how to submit a request to invoke a PUG SOAP operation using the Zeep Python library.
2024-01-21, 100🔥, 0💬

GetOperationStatus(key) and GetStatusMessage(key)
This section provides a tutorial example on how to check the status of an asynchronous operation submitted previously using the GetOperationStatus(key) and GetStatusMessage(key) operations.
2024-01-21, 100🔥, 0💬

GetListItemsCount(key) and GetIDList(key)
This section provides a tutorial example on how to retrieve the result of an asynchronous search operation executed previously using the GetListItemsCount(key) and GetIDList(key) operations.
2024-01-21, 100🔥, 0💬

Download(key, format) and GetDownloadUrl(key, format)
This section provides a tutorial example on how to generate download file and get the download URL for matched record IDs of an asynchronous search operation executed previously using the Download(key, format) and GetDownloadUrl(key) operations.
2024-01-21, 100🔥, 0💬

InputListText(ids, type) - Search Records by IDs
This section provides a tutorial example on how to 'search' records by a list of IDs and download record details using the InputListText(ids, type) operation.
2024-01-21, 100🔥, 0💬

Base32 Encoding Algorithm
This section describes the Base32 encoding algorithm with some simple encoding examples.
2024-01-20, 16303🔥, 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, 309🔥, 2💬

💬 2024-01-19 &amp;amp;amp;amp;lt;zx&a: great

💬 2022-09-22 alì babbà: commento del piffero!

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, 489🔥, 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, 5775🔥, 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.

serialver - serialVersionUID Generator
This chapter provides provides a tutorial example on how to use 'serialver' command to generate a unique 'serialVersionUID' value for any given serializable Java class.
2024-01-18, 2364🔥, 8💬

💬 2023-02-22 Youngjo Kim: HEllo My name is BYUIOUDHFODIUHOFIHODIHF

💬 2022-06-27 Ravi Shrestha: Generating serial version id

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, 153🔥, 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, 4355🔥, 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, 1456🔥, 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, 317🔥, 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, 4240🔥, 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, 177🔥, 0💬

<< < 36 37 38 39 40 41 42 43 44 45 46 > >>   ∑:7660  Sort:Rank