Text Source code
- Summary
- Articles (33)
- APIs (428)
- Mashups (19)
- SDKs (196)
- Libraries (12)
- Source Code (269)
- Followers (5)
- Developers (14)
Text Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
Markdown Guide Cheat Sheet Endpoint Curl Sample Code | The Markdown Guide Cheat Sheet Endpoint Curl Sample Code demonstrates how to use the cheat sheet endpoint that provides an overview of the most popular basic and extended Markdown syntax elements, as... | Text | 08.04.2020 |
Markdown Guide Unordered Lists Curl Sample Code | The Markdown Guide Unordered Lists Curl Sample Code demonstrates how to create an unordered list by adding dashes (`-`), asterisks (`*`), or plus signs (`+`) in front of line items. Indent one or... | Text | 08.04.2020 |
Markdown Guide URLs and Email Addresses Curl Sample Code | The Markdown Guide URLs and Email Addresses Curl Sample Code demonstrates how to include URLs and email addresses and convert them into links, enclosing them in angle brackets. | Text | 08.04.2020 |
Markdown Guide Linking Images Curl Sample Code | The Markdown Guide Linking Images Curl Sample Code demonstrates how to add a link to an image by enclosing the Markdown for the image in brackets, and then add the link in parentheses. | Text | 08.04.2020 |
Markdown Guide Horizontal Rules Curl Sample Code | The Markdown Guide Horizontal Rules Curl Sample Code demonstrates how to create a horizontal rule by using three or more asterisks (`***`), dashes (`---`), or underscores (`___`) on a line. | Text | 08.04.2020 |
Markdown Guide Basic Syntax Curl Sample Code | The Markdown Guide Basic Syntax Curl Sample Code demonstrates how to use the basic syntax endpoint that contains documentation about the Markdown elements. It has been outlined in John Gruber’s... | Text | 08.04.2020 |
Textgain Text Analytics Personality Prediction Curl Sample Code | The Textgain Text Analytics Personality Prediction Curl Sample Code demonstrates how to implement personality prediction that estimates whether a text is written by an extraverted or an introverted... | Text | 08.03.2020 |
Textgain Text Analytics Education Prediction Curl Sample Code | The Textgain Text Analytics Education Prediction Curl Sample Code demonstrates how to implement education prediction that estimates whether a text displays basic or advanced writing skills.... | Text | 08.03.2020 |
Textgain Text Analytics Sentiment Analysis Curl Sample Code | The Textgain Text Analytics Sentiment Analysis Curl Sample Code demonstrates how to implement sentiment analysis that predicts whether a text is an objective (fact) or subjective (opinion). The... | Text | 08.03.2020 |
Textgain Text Analytics Syllables Counts Curl Sample Code | The Textgain Text Analytics Syllables Counts Curl Sample Code demonstrates how to integrate syllables counts. Hyphenation and syllabification go hand in hand. This classifier outputs hyphenation... | Text | 08.03.2020 |
Textgain Text Analytics Genre Curl Sample Code | The Textgain Text Analytics Genre Curl Sample Code demonstrates how to implement genre classification that predicts the type of text, based on its length, tone of voice, and content. | Text | 08.03.2020 |
Textgain Text Analytics Arabic Dialect Identification Curl Sample Code | The Textgain Text Analytics Arabic Dialect Identification Curl Sample Code demonstrates how to implement Arabic Dialect Identification that detects the regional variant of Arabic a text is written in... | Text | 08.03.2020 |
Textgain Text Analytics Language Identification Curl Sample Code | The Textgain Text Analytics Language Identification Curl Sample Code demonstrates language identification that detects the language a text is written in. Different languages use different characters... | Text | 08.03.2020 |
Name Parser C# Sample Code | The Name Parser C# Sample Code demonstrates how to access the API to parse names and find gender and validation. The code will be available soon. Refer to PHP code and response code for now. | Names | 06.23.2020 |
Name Parser JavaScript Sample Code | The Name Parser JavaScript Sample Code will be available to parse names and find gender name and name validation. Developers can refer to the PHP code and response object as references. | Names | 06.23.2020 |
Name Parser Python Sample Code | The Name Parser Python Sample Code will be available to parse names and find gender name and name validation. Response object as a reference. | Names | 06.23.2020 |
Name Parser PHP Sample Code | The Name Parser PHP Sample Code demonstrates how to implement name parsing features. It includes codes to create variables with an API Key. | Names | 06.23.2020 |
FireText Curl Sample Code | The FireText Curl Sample Code demonstrates how to use an API Key to authenticate the API, send a test message, and receive a response in JSON format. FireText provides messaging services that enhance... | Messaging | 05.13.2020 |
IBM Watson Speech to Text Acoustic Models Curl Sample Code | The IBM Watson Speech to Text Acoustic Models Curl Sample Code demonstrates how to create a new custom acoustic model for a specified base model. The custom acoustic model can be used only with the... | Artificial Intelligence | 04.24.2020 |
AuthVia Organizations Curl Sample Code | The AuthVia Organizations Curl Sample Code demonstrates how to create or delete the merchant collection associated with that organization. This group will be referred to as "organizations" within the... | Payments | 11.12.2019 |
AuthVia Merchants Curl Sample Code | The AuthVia Merchants Curl Sample Code demonstrates how to manage merchants or billers that provide and charge for a service. This group will be referred to as "merchants" within the API... | Payments | 11.12.2019 |
AuthVia Account Curl Sample Code | The AuthVia Account Curl Sample Code demonstrates how to create a new user account under a specific biller. Developers can update a user, run a transaction, and get a user's SMS log. | Payments | 11.12.2019 |
AuthVia Sessions JavaScript Sample Code | The AuthVia Sessions JavaScript Sample Code demonstrates how to authorize the API via username and session ID. Developers can receive responses in JSON format to implement payment over text features... | Payments | 11.12.2019 |
AuthVia Sessions PHP Sample Code | The AuthVia Sessions PHP Sample Code demonstrates how to use a basic 64 encode session ID to make calls to the API. Developers can implement text over payment features into mobile applications. | Payments | 11.12.2019 |
AuthVia Sessions Curl Sample Code | The AuthVia Sessions Curl Sample Code demonstrates how to access the API and create a session for subsequent calls. With the API, developers can implement payments features into mobile applications,... | Payments | 11.12.2019 |