Posts by Gabriel Ribeiro • 93 points
3 posts
-
0
votes1
answer692
viewsQ: Mongo-hacker error while installing
I am trying to install the Mongo-hacker on my pc, but getting an error that I cannot unravel. Follows what the terminal returns me: gabriel@Constantine:~$ npm install -g mongo-hacker npm ERR! Error:…
-
6
votes2
answers5503
viewsQ: Export from html table to excel
I am trying to export an html table to an Excel file. This jquery plugin works almost perfectly for me. My problem is with accentuation, which comes to excel with strange characters. Some tip on how…
-
3
votes7
answers16282
viewsA: Understanding the JSON file
In your first example, you are creating a vector with two objects. The correct syntax would be the second, and to create more objects you have to do as follows: [ { "Titulo": "Até que a sorte nos…