Skip to content

Instantly share code, notes, and snippets.

@dolph
dolph / REPORT.md
Last active January 15, 2019 16:52
  • Fragment not found in Markdown headers: #4-configure-env-file
  • Fragment not found in Markdown headers: #5-run-application
  • Fragment not found in Markdown headers: #6-uploading-holdings
  • Fragment not found in Markdown headers: #7-analyze-portfolio
  • http://clis.ng.bluemix.net/ui/home.html redirected to https://cloud.ibm.com/docs/cli/index.html via 301 -> 302
  • Fragment not found in Markdown headers: #2-deploy-the-business-network-archive-on-hyperledger-fabric-running-locally
@dolph
dolph / REPORT.md
Last active January 10, 2019 05:13
Test results for AIDA code patterns

AIOpenScale-data-mart

Hackernews-NLU

Ionic-MFP-App

MAX-Facial-Age-Estimator-Web-App

MAX-Human-Pose-Estimator

MAX-Image-Caption-Generator-Web-App

MAX-Image-Completer

MAX-Image-Segmenter-Web-App

MAX-Object-Detector-Web-App

MFP-JSONStore-OfflineSync

@dolph
dolph / AIDA
Created December 6, 2018 21:06
1448: https://github.com/IBM/elasticsearch-spark-recommender
1303: https://github.com/IBM/watson-online-store
1295: https://github.com/IBM/janusgraph-utils
1167: https://github.com/IBM/watson-banking-chatbot
985: https://github.com/IBM/watson-multimedia-analyzer
982: https://github.com/IBM/cognitive-social-crm
@dolph
dolph / link.md
Last active November 30, 2018 23:03

⊕ circled plus (U+2295)

  • Standard: ⊕
  • Bold:
  • Italic: ⊕
SQL3119W The field value in row "F0-1" and column "1" cannot be converted to
an INTEGER value. A null was loaded.
$ whoami
user
$ sudo su
# whoami
root
$ whoami

user

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
@dolph
dolph / .flake8
Last active July 2, 2018 15:01
Converts JSON metadata to YAML headers
[flake8]
# E501: line too long
# E701: multiple statements on one line
ignore = E501,E701
@dolph
dolph / .travis.yml
Created June 21, 2018 15:05
ML4K Travis configuration draft
language: node_js
node_js:
- "8.10"
services:
- mysql
before_install:
- npm install -g typescript
- npm install -g tslint
- npm install -g tslint-eslint-rules
- npm install -g mocha