I have a SearchViewController that contains a UITableView that presents articles. When pressing on an article, a navigation with segue command is called and the
So I tried to create a bar plot for my silhouette data: def silMe(way, sil, silhouette_df): silhouette_df = silhouette_df.sort_values([way, sil]) silhou
I have two endPoints that returns this Json : "type": { "nbrCurrentRemainingDays": 0, "desc": "put desc here !", "id": 32 } I need to ma
I am trying to use an OpenAPI spec from an existing Python demo to create a similar demo in Java, and have used the "spring" generator with openapi-generator-ma
I wonder how to compress (if that's what it's called) the image without loosing the quality (or loosing a little)? I want it to be compressed in order to it bei
I am debugging one memory issue it has some relation with the std::list::erase method. While reading the documentation for std::list::erase, I saw this statem
My Quicksort code works for some values of N (size of list), but for big values (for example, N = 82031) the error returned by OCaml is: Fatal error: excep
Can't make Bold font for label. What is wrong with my code? self.label = QtGui.QLabel('Bla', self) self.label.setFont(QtGui.QFont.setBold(True))
I have a question regarding the use of Armadillo. I'm using Ubuntu 12.10, and the gcc compiler in Code::Blocks. I installed LAPACK and BLAS using the synaptic