I have somes datas. I make a group by date et calculate a logarithm. The warning come when there only is data exclude because of a filter. There is the example
I was requested to build an app in kotlin that fetch 120 movies from tmdb api, using coroutines, mvvm and injections.My app worked great until I added the pagin
https://companyA.acme.org/custom/api/endpoint1 is hosted on a dedicated ec2 instance https://companyB.acme.org/another/custom/apiendpoint is hosted on a dedicat
I need to translate this C code to MIPS assembly. Here is the C code: int tmp = 0; for (int j = 0; j < 15; ++j) tmp = tmp * 2 + 3 This is my MIPS
I'm trying to add tablayout in one of my fragments. tablayout in mainActivity works well, but tablayout in fragment doesn't work. Tab menu shows well, but not
I am trying to find records in my database (SQL Server) that have values in common. I am grouping them and counting them as below: select count(ItemNum) as Reco
There are 20 line-graph(matplotlib.pyplot) as below picture. To differenciate lines , color coded. Is there a way to locate legend upward ? (Legend list is long
I am trying to create an application that connects and receives notifications from multiple bluetooth low energy devices. I am wondering how this can be achieve
in my templates/videos.html, <div class="grid grid-cols-3 gap-2"> {% for vid in videos.streams.filter(audio_only=True) %} <a href="{{vid.ur