In the MongoDB shell, how do I list all collections for the current database that I'm using?
What's the easiest way to do this from my bash prompt?
I have tried to puzzle out an answer to this question for many months while learning pandas. I use SAS for my
I want to query something with SQL's like query: SELECT * FROM users WHERE name LIKE '%m%' Ho
I have a setup involving Frontend server (Node.js, domain: localhost:3000) <---> Backend (Django, Ajax,
Recently I've realised that, some adblocker extensions (such as adBlocker plus) block some Ajax calls. I
I want to test some URLs in a web application I'm working on. For that I would like to manually create HT
Is there any way to disable the Same-origin policy on Google's Chrome browser?
I've been learning about different algorithms in my spare time recently, and one that I came across which
I recently came across the data structure known as a skip list. It seems to have very similar behavior to a bi
I'm trying to answer two questions in a definitive list: What are the underlying data structures used fo
This is a simple question from algorithms theory. The difference between them is that in one case you count nu
Suppose we have two stacks and no other temporary variable. Is to possible to "construct" a queue data struct
Say you have a linked list structure in Java. It's made up of Nodes: class Node { Node next; //
I feel a bit thick at this point. I've spent days trying to fully wrap my head around suffix tree constru
There're plenty of different CSS shapes over at CSS Tricks - Shapes of CSS and I'm particularly puzz
I want to be able to scroll through the whole page, but without the scrollbar being shown. In Google Chrome i
What is the most concise and efficient way to find out if a JavaScript array contains a value? This is the onl
I'm using localhost for development; and I'm directly including jquery from CDN. It seems that pres
For those of you running Go backends in production: What is your stack / configuration for running a Go web a