I am running a diskspace used query in Prometheus and would like to return only the top 5 or 10 entries from the search result. Is there anyway I can achieve th
this is my class i've been tryinng to get the imageviewcard which is an xml id un the cardview, and no matter if i do it with findviewbyid or just itemview. it
I have this code that creates, check the existence, deletes, etc a file: string _myFilePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.L
I’m trying to add a RegexValidator validator to a contact form (forms.py) to prevent spammers from adding http:// and https:// links in the message. I&rsq
I need LinkedIn API for showing the feeds of my profile what I have posted from the day first. posts include media, images, video etc. I had tried with LinkedIn
Can some go through my code and see what is the mistake I have done.React and Axios code import React, { useState, useEffect } from "react"; import { useParams,
Given something like this public bool Hidden { get => _hidden; private set => _hidden = value; } Or public bool Hidden { get; private set; } I w
I use rotateX, rotateY, perspective to achieve the effect of flipping (x-axis and y-axis) pictures and perspective How can I do this to the actual image? Becaus