Posts by Inaldo Eleuterio • 23 points
3 posts
-
1
votes3
answers129
viewsQ: Javascript start code from a certain line
I have a code that goes through a file . ofx for reading your markings. However, the code . ofx has a header that makes it impossible to read it (that is, for the javascript code to work I have to…
-
0
votes0
answers164
viewsQ: Getting a specific tag in file . ofx
I can read the whole . ofx file with javascript / ajax: var ofxReader = new XMLHttpRequest() || new ActiveXObject('MSXML2.XMLHTTP'); function loadFile() { ofxReader.open('get', 'sample.ofx', true);…
-
1
votes1
answer166
viewsQ: Offline modules in Nodejs with npmbox
I know it is possible to manage Node modules while offline through npmbox. But how do I do that? Is it necessary to download the modules first? You need to install them in a different project…
node.jsasked Inaldo Eleuterio 23