I hereby claim:
- I am mikong on github.
- I am mikong (https://keybase.io/mikong) on keybase.
- I have a public key ASCxnivjYt4igY_Ni1bQssbvPGMkaIY_a_Z-u38y7Hn5_Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Video Testing</title> | |
| <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /> | |
| <style> | |
| .media { | |
| margin-top: 30px; | |
| text-align: center; |
| #!/bin/bash | |
| # Author: Mikong Galero | |
| /data/<%= @app_name %>/shared/bin/build_node_app_environment | |
| source /data/<%= @app_name %>/shared/config/env | |
| source /data/<%= @app_name %>/shared/config/env.custom | |
| case "$1" in | |
| status) |
| Query: 'John' | |
| Expected: Match 1 record of user with name 'John Doe' | |
| Logs: | |
| Web app (FAILING): | |
| 2698495 INFO (qtp110456297-16) [ x:default] o.a.s.c.S.Request [default] webapp=/solr path=/select params={q=John&defType=edismax&qf=name_text+phone_number_text&fl=*+score&start=0&fq=type:User&rows=30&wt=ruby} hits=0 status=0 QTime=1 | |
| Solr Dashboard (WORKING) | |
| 2763320 INFO (qtp110456297-17) [ x:default] o.a.s.c.S.Request [default] webapp=/solr path=/select params={q=John&indent=on&wt=json&_=1471250534642} hits=1 status=0 QTime=1 |
| chocnut: $0.05 | |
| pandesal: $0.05 | |
| monay: $0.1 | |
| isaw: $0.15 | |
| taho: $0.25 | |
| balut: $0.3 | |
| pancit canton: $0.35 | |
| chicharon: $0.50 | |
| halo-halo: $2 |
| icon-chevron-left/icon-caret-left | |
| icon-chevron-right/icon-caret-right | |
| icon-th-large | |
| icon-list | |
| icon-share | |
| icon-envelope-alt | |
| icon-trash | |
| icon-check | |
| icon-check-empty | |
| icon-pencil |
| 250-0662 | |
| 482-5490 | |
| 348-7063 |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
| <script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js?2.8.0"></script> | |
| </head> | |
| <body> | |
| <div id="chart"></div> | |
| <script type="text/javascript"> | |
| var width = 400, | |
| height = 300; |
| <html> | |
| <head> | |
| <script src="https://raw.github.com/mbostock/d3/master/d3.js"></script> | |
| <script src="https://raw.github.com/mbostock/d3/master/d3.geom.js"></script> | |
| <script src="https://raw.github.com/mbostock/d3/master/d3.layout.js"></script> | |
| <style> | |
| #area { background: #ddd; } | |
| circle { stroke-width: 2px; stroke: #fff; } | |
| </style> | |
| </head> |