Application Development Source code
- Summary
- Articles (790)
- APIs (714)
- Mashups (92)
- SDKs (1117)
- Libraries (173)
- Source Code (991)
- Followers (7)
- Developers (92)
Application Development 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 |
---|---|---|---|
Horizen Running basic sidechain node Java Sample Code | Java example that demonstrates how to run a basic sidechain node. Custom boxes and transactions can be added to this test application. | Blockchain | 08.24.2020 |
Horizen Transaction test JavaScript Sample Code | JavaScript example that demonstrates how to serialize a transaction on the blockchain. This also signs the transaction. | Blockchain | 08.24.2020 |
Horizen Message implementation JavaScript Sample Code | This JavaScript example demonstrates how to send a message on the blockchain using an address key and private key. This also signs and verifies the message. | Blockchain | 08.24.2020 |
Horizen Address test JavaScript Sample Code | This JavaScript example demonstrates how to manage address keys. This transforms private keys into public keys and addresses. | Blockchain | 08.24.2020 |
LeanEngine Objective-C Sample Code | The LeanEngine Objective-C Sample Code demonstrates how to switch environments in the production and staging phases. When calling cloud functions within LeanEngine instances using SDK, no matter... | Cloud | 08.17.2020 |
LeanEngine Flutter Dart Sample Code | The LeanEngine Flutter Dart Sample Code demonstrates how to use cloud function to deploy these types of logic written in any language (JavaScript, Python, PHP, or Java) on the cloud and have... | Cloud | 08.17.2020 |
LeanEngine Java Sample Code | The LeanEngine Java Sample Code demonstrates how to use cloud function as a sub-module of LeanEngine. It can run functions on the cloud in response to the requests made by clients. | Cloud | 08.17.2020 |
LeanEngine PHP Sample Code | The LeanEngine PHP Sample Code demonstrates how to develop an application using PHP. It is recommended to write logic that is shared by multiple platforms (like iOS, Android, and web) the code needs... | Cloud | 08.17.2020 |
LeanEngine Python Sample Code | The LeanEngine Python Sample Code demonstrates how to use cloud function to deploy these types of logic written in any language besides Python (JavaScript, PHP, or Java) on the cloud and have... | Cloud | 08.17.2020 |
LeanEngine Node.js Sample Code | The LeanEngine Node.js Sample Code demonstrates how to use a sub-module of LeanEngine that allows running functions on the cloud in response to the requests made by clients. Before continuing, read... | Cloud | 08.17.2020 |
LeanEngine Curl Sample Code | The LeanEngine Curl Sample Code demonstrates how to switch environments and use cloud functions. To invoke a cloud function, send a POST request to /functions/:name. Its parameters and result are... | Cloud | 08.17.2020 |
LeanCloud SMS Swift Sample Code | The LeanCloud SMS Swift Sample Code demonstrates how to send texts to users through the cloud. Developers can integrate user verifications through login and password change, high-security levels for... | Cloud | 08.17.2020 |
LeanCloud SMS Objective C Sample Code | The LeanCloud SMS Objective C Sample Code demonstrates how to implement Short Message Service (SMS) features. SMSs may be useful to verify users, verify operations, and integrate notifications. | Cloud | 08.17.2020 |
LeanCloud Java Sample Code | The LeanCloud Java Sample Code demonstrates how to install with a package manager, install manually downloading the SDK, initialize a project, verify, and debug. | Cloud | 08.17.2020 |
LeanCloud PHP Sample Code | The LeanCloud PHP Sample Code demonstrates how to install the SDK and the most convenient one is to use a package manager. | Cloud | 08.17.2020 |
LeanCloud Unity Sample Code | The LeanCloud Unity Sample Code demonstrates how to implement with Unity 5.3+. It supports iOS, Android, UWP, Windows Desktop, and web games built with Unity. | Cloud | 08.17.2020 |
LeanCloud .NET Sample Code | The LeanCloud .NET Sample Code demonstrates how to install the SDK using the .NET framework as a reference. Developers can initialize a project, enable debug logs, and verify the project runs. | Cloud | 08.17.2020 |
LeanCloud JavaScript Sample Code | The LeanCloud JavaScript Sample Code demonstrates how to install the SDK with Web, Node.js, React Native, and Electron. Guides show how to initialize a project, enable debug logs, verify, and debug. | Cloud | 08.17.2020 |
LeanCloud Swift Sample Code | The LeanCloud Swift Sample Code demonstrates how to initialize a project, enable debug logs, and verify, and debug. There are several ways for you to install our SDK and the most convenient one is to... | Cloud | 08.17.2020 |
LeanCloud Objective C Sample Code | The LeanCloud Objective C Sample Code demonstrates how to install the SDK. Resources show how to install manually, download the source code, and integrate the SDK. | Cloud | 08.17.2020 |
Unleash Keycloak JavaScript Sample Code | This JavaScript example demonstrates how to use Keycloak to create a sign-in flow and integrate with an Unleash server project. This module records results to server log. | Enterprise | 08.04.2020 |
Unleash Google auth JavaScript Sample Code | This example demonstrates how to create a sign-in flow for users and integrate with an Unleash server project. This utilizes OAuth 2.0. | Enterprise | 08.04.2020 |
Unleash Auth test JavaScript Sample Code | This JavaScript example demonstrates how to define a database URL, define admin authentication, and write to log. | Enterprise | 08.04.2020 |
Unleash Custom strategy NodeJS Sample Code | This NodeJS example demonstrates how to define a custom user strategy with a specified refresh and metric interval. This module gets toggles from the specified URL. | Enterprise | 08.04.2020 |
ThreeFold Fields with base Python Sample Code | This Python example demonstrates how to work with fields using jumpscale Base. Field instances are converted by Base to function descriptors. Data itself resides in Base objects i.e. Instances. | Blockchain | 08.04.2020 |