im super stuck on my assignment i have found a code to make a basic version of this tree but i have no idea how its works. Can someone pls help explain how it w
I am trying to create a stored procedure whereupon I input a (simple for now) query into a temp table, and then replace some of the data with data from a differ
I want to use a static method in a class that gets a type list in the form std::tuple<T1, T2, T3,...>. Instead of working with std::tuple<...> I wan
I making calendar with events. Every event has start time and end time (both - dates). I want to make height of every event dynamic, that depends from event dur
I need to get all the Django request headers. From what I've read, Django simply dumps everything into the request.META variable along with a lot of other data.
Reading this post on StackOverflow, they tell you not to use persistent database connection when Apache is configured in Prefork Mode. Is this notice still vali
After running this query on df1, "SELECT 'max' type, user, MAX(daytime) time FROM df1 UNION ALL SELECT 'min' type, user, MIN(daytime) time FROM df1") I get som
Keep getting the TypeError of an unsupported operand. I believe it to be when calling the active_met_rate but I'm not sure what needs to be corrected. def bmr_c