I want to extract current year, last year in report expression field but am not able to get it. date2timestamp(Today()) and Today() This works fine to get date
I want to make a responsive navigation on my website. i didn't use a grid I tried @media screen and (max-width: 600px) { .menu{ height: 100%; width: 15p
I am a c++ programmer and tried to study std::future and std::promise these days. When I randomly search some information about future/promise, I found some dis
I used Apache poi 4.1.2 and everything worked well . I tried the same code with the new version of Apache poi (5.2.2) and the error occurs when I use run.setTex
I'm using RStudio, and I have R in a folder inside the RStudio folder, I want to move this folder to other places to work, but I don't want to install it in eve
consider following code.. [Serializable] public class Student { private string studentName; private double gpa; public Student() { }
I am trying to make a warn command using discord.py and mongodb as the database. The database is used to store the punishment and find the channel the logging e
I am currently undertaking the Udacity Full Stack developer "degree" and it seems that the lesson on Ajax is incorrect (the code presented on the lesson does no
I want to pass the input file from content page to extension background script, and then load it with FileReader() in the extension background script. So in th