// GLM.scala
https://raw.githubusercontent.com/antronic/java-exercise-trust-me/master/final_ex/GLM.scala
// LogRegBySpark.scala
https://raw.githubusercontent.com/antronic/java-exercise-trust-me/master/final_ex/LogRegBySpark.scala
// bisect.scala
| /*! modernizr 3.5.0 (Custom Build) | MIT * | |
| * https://modernizr.com/download/?-flexbox-setclasses !*/ | |
| !function(e,n,t){function r(e){var n=S.className,t=Modernizr._config.classPrefix||"";if(w&&(n=n.baseVal),Modernizr._config.enableJSClass){var r=new RegExp("(^|\\s)"+t+"no-js(\\s|$)");n=n.replace(r,"$1"+t+"js$2")}Modernizr._config.enableClasses&&(n+=" "+t+e.join(" "+t),w?S.className.baseVal=n:S.className=n)}function o(e,n){return typeof e===n}function s(){var e,n,t,r,s,i,l;for(var a in x)if(x.hasOwnProperty(a)){if(e=[],n=x[a],n.name&&(e.push(n.name.toLowerCase()),n.options&&n.options.aliases&&n.options.aliases.length))for(t=0;t<n.options.aliases.length;t++)e.push(n.options.aliases[t].toLowerCase());for(r=o(n.fn,"function")?n.fn():n.fn,s=0;s<e.length;s++)i=e[s],l=i.split("."),1===l.length?Modernizr[l[0]]=r:(!Modernizr[l[0]]||Modernizr[l[0]]instanceof Boolean||(Modernizr[l[0]]=new Boolean(Modernizr[l[0]])),Modernizr[l[0]][l[1]]=r),C.push((r?"":"no-")+l.join("-"))}}function i(e,n){return function(){return e.apply |
| // Special thanks: Hemanth Raj | |
| // Ref: https://stackoverflow.com/questions/48024504/app-navigation-example-using-widgetsapp#answer-48030789 | |
| import 'package:flutter/widgets.dart'; | |
| void main() => runApp(new MyWidgetsApp()); | |
| class MyWidgetsApp extends StatelessWidget { | |
| Route generate(RouteSettings settings){ | |
| Route page; |
| function check_word(msg) { | |
| let temp = msg.toLowerCase() | |
| temp = temp.replace(' the', '') | |
| temp = temp.split(' ') | |
| console.log(temp) | |
| let turn = -1 | |
| let device = 0 |
// GLM.scala
https://raw.githubusercontent.com/antronic/java-exercise-trust-me/master/final_ex/GLM.scala
// LogRegBySpark.scala
https://raw.githubusercontent.com/antronic/java-exercise-trust-me/master/final_ex/LogRegBySpark.scala
// bisect.scala
| WE DO NOT STORE ANY DATA OR MESSAGES YOU SEND TO YOUR CONTACTS AND CRM. |
| @media (prefers-dark-interface) | |
| { | |
| html { | |
| -apple-color-filter: apple-invert-lightness(); | |
| } | |
| a { | |
| -apple-color-filter: none; | |
| color: -webkit-link; | |
| } | |
| img { |
| data = { | |
| invoices: [ | |
| { | |
| chargeDetail: [ | |
| { | |
| description: 'ค่ายา', | |
| chargeDetailSubWTF: [ | |
| { | |
| cost: 10, |
/api/print
Req file - Image File
Res id - Queue ID for reference to print status (IF POSSIBLE, IF CAN'T IT OK NA)
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Meow~</title> | |
| </head> | |
| <body> | |
| Hello JSBKK | |
| </body> |