{
products(first: 10, reverse: true) {
edges {
node {
id
title
handle
resourcePublicationOnCurrentPublication {
publication {
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
- Sign-up for IBM Cloud account: https://ibm.biz/ibm-infosys-workshop
- Hands-on Lab: https://ide.skillsnetwork.site/quicklab/modernize-java-to-openshift
- Code repo for migrated application: https://github.com/stevemar/migrated-mod-resorts
- Image repo for migrated application: https://hub.docker.com/r/stevemar/migrated-mod-resorts
- Link to the slides: https://speakerdeck.com/pmmistry/application-modernization
- Replay of the talk:
from ibm_watson import TextToSpeechV1 | |
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator | |
## Text to Speech | |
authenticator = IAMAuthenticator('guDxxxxxxxxoZ') | |
text_to_speech = TextToSpeechV1( | |
authenticator=authenticator | |
) | |
text_to_speech.set_service_url('https://api.us-south.text-to-speech.watson.cloud.ibm.com/instances/b6fcdc7dxxxxx9715e6') |
import json | |
from os.path import join, dirname | |
from ibm_watson import SpeechToTextV1 | |
from ibm_watson.websocket import RecognizeCallback, AudioSource | |
import threading | |
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator | |
authenticator = IAMAuthenticator('dnaxxxxxxYN4') | |
service = SpeechToTextV1(authenticator=authenticator) | |
service.set_service_url('https://stream.watsonplatform.net/speech-to-text/api') |
import json | |
from ibm_watson import ToneAnalyzerV3 | |
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator | |
# get this from the service credential | |
authenticator = IAMAuthenticator('t4a0vhxxxxxxxxFjW4') | |
tone_analyzer = ToneAnalyzerV3( | |
version='2017-09-21', | |
authenticator=authenticator | |
) |
import json | |
import re | |
import requests | |
# The public org where new repos will be created. | |
PUBLIC_ORG = 'foo' | |
# The repo where folks will request new repos for the public org in the form of a comment | |
GHE_REQUEST_REPO = 'https://github.mycompany.com/api/v3/repos/myorg/myrepo' |
I hereby claim:
- I am stevemar on github.
- I am stevemar (https://keybase.io/stevemar) on keybase.
- I have a public key whose fingerprint is 69FF 0DF1 89C3 7FFA D062 93A6 D103 B672 309F B560
To claim this, I am signing this object:
This is a section
Announced today at #OSCON - Scalable distributed #PyTorch training using Horovod in FfDL!https://t.co/yQo0Mt9CWr.
— Animesh Singh (@AnimeshSingh) July 18, 2018
Thanks @@alsrgv for help and everyone for coming and listening to exciting space of open source #DeepLearning platform space @OSCON pic.twitter.com/4zw0VJSNt2
Online Support | IBM Support for Runtimes | IBM Advance Support for Runtimes | |
---|---|---|---|
dW Answers (Ask questions, get answers) | ✅ | x | x |
Slack (Join the conversation on #node.js-at-ibm) | x | x | x |
Runtime Support | ✅ | x | |
Popular Framework Support1 | x | ||
Availability | 24 x 7 | 8 x 5 | 8 x 5 |
Cost | Free | Purchase NowContact Us | Purchase NowContact Us |