Arjun Menon
Arjun Menon
How do you include the TF-IDF weights in this method? Compared to simple MNB having count of plain bag of words, MNB with TF-IDF gets more accuracy. How do you...
Hey As per the docs, I simply did this `bash -c "$(wget -qO- https://git.io/vQgMr)"`, which showed a beautiful list of color options but when I entered a option number it...
I have this JS in the `index.html` phonegap app. Testing on Android 6 ```javascript app.initialize(); function onLoad() { document.addEventListener("deviceready", onDeviceReady, false); } webserver.onRequest( function(request) { console.log("O MA GAWD! This is...
I tried to run an app having a gem dependency, green_shoes, a Ruby gtk2 gui library. After it compiled the script and outputed a.out file, running produces this error ```ruby...
32-bit?
Is there support for that architecture? For developing as well as distributing?
Hey I am trying to understand correct way to create bindings to any external C libs. C lib - https://github.com/wooorm/levenshtein.c rubex file ```ruby lib "" unsigned int levenshtein(char *a, char...
Hey Just wanted to mention if it is feasible to modify the AST to infer variable type from the value it is set? Currently, in C specific examples I was...
Hey _On a Raspbian Jessie Lite_ 1. When I tested the web control on an ipad and android device, playing from one and stopping from another does not work. 2....
Hey As a nice way to create layouts I find the technique from [TabrisJS](http://docs.tabris.com/latest/layout.html), [interesting](https://github.com/eclipsesource/tabris-js/blob/master/snippets/layout-dynamic.js). As of now, Shoes needs to know the left, top, width, height to create a...
Is there a way to call custom HTTP methods like `SUBSCRIBE`, `NOTIFY` with this?