I have array of objects person (int age; String name;). How can I sort this array alphabetically by name and then by age? Which algorithm would you use for th
I'm making a rating system to rate a post using 5 stars. I use the jQuery bar plugin for this (jQuery bar plugin). Users can vote posts from 1 to 5. The data is
As a new comer to ASP.Net looking for workaround on, redirecting to another URL at the end of the HttpResponseMessage POST api. In reference to Redirect from as
I want to create a Vector type that is generic over its internal data but may have differ in how the methods are implemented given the input type. type Supporte
I want to write a python function that automatically finds the key of any encrypted text and decrypt the text. I want to use the caesar cipher encryption algori
for ((i=000;i<040;i++));do ... From 0 to 39, there is 40 values!? ... for printing from A to Z??? for ((i=000;i<040;i++));do echo -
I have saved multiple figures by using pickle.dump on a computer device. Now, I want to load the files on my laptop using pickle.load. I wrote the following cod
I've been scratching my head for quite a while on this so any help is much appreciated. Let's say I have a model called Transaction. class Transaction(models.Mo