Skip to main content
Tour
About Us
Meta
current community
Stack Exchange
chat
Meta Stack Exchange
your communities
Sign up
or
log in
to customize your list.
more stack exchange communities
company blog
Log in
Stack Exchange
All Sites
Top 400 Users
Digests
user
top
accounts
reputation
activity
subscriptions
Top Questions
44
votes
How can you get the call tree with Python profilers?
python
tree
profiling
asked Dec 28, 2010 at 8:46
stackoverflow.com
38
votes
Standalone colorbar
python
matplotlib
colorbar
asked May 16, 2013 at 18:48
stackoverflow.com
34
votes
pythonic implementation of Bayesian networks for a specific application
python
bayesian
bayesian-networks
asked Sep 24, 2010 at 1:53
stackoverflow.com
28
votes
How the dual LP solves the primal LP
linear-programming
convex-optimization
asked Jan 27, 2013 at 18:05
math.stackexchange.com
25
votes
How do you convert a homogeneous std::tuple to a std::array?
c++
arrays
c++11
tuples
stdarray
asked May 15, 2012 at 16:13
stackoverflow.com
24
votes
Most elegant way to find node's predecessors with networkX
python
performance
networkx
parent
directed-graph
asked Sep 28, 2010 at 8:02
stackoverflow.com
21
votes
Is there a way to call a base function outside of the class in C++?
c++
oop
asked Jan 11, 2013 at 23:59
stackoverflow.com
20
votes
Cannot find -lgfortran
compiling
gcc
fortran
ld
asked Apr 1, 2013 at 19:47
askubuntu.com
19
votes
How to make a function that zips two tuples in C++11 (STL)?
c++
c++11
tuples
template-meta-programming
asked Jul 4, 2012 at 3:32
stackoverflow.com
18
votes
Why would array<T, N> ever be slower than vector<T>?
c++
optimization
stl
c++11
asked Jul 1, 2012 at 1:56
stackoverflow.com
1
2
3
4
5
next
Top Answers
75
Understanding the set() function
stackoverflow.com
26
Read/Write NetworkX Graph Object
stackoverflow.com
18
How to make a function that zips two tuples in C++11 (STL)?
stackoverflow.com
8
python: creating list from string
stackoverflow.com
6
How can I test if a list contains another list with particular items in Python?
stackoverflow.com
6
How to find the overlap between 2 sequences, and return it
stackoverflow.com
5
Why do I get an -fpermissive error with this code?
stackoverflow.com
5
Can I use an object (an instance of a class) as a dictionary key in Python?
stackoverflow.com