Maybe you were looking for...

Extract year from cognos report expression

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

how to make a responsive navigation on the top

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

Does future in c++ corresponding to promise in javascript?

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

Apache poi 5.2.2 - XWPFRun setText() error

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

RStudio, set relative R path

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

how to pass object into web service and consuming that web service

consider following code.. [Serializable] public class Student { private string studentName; private double gpa; public Student() { }

Discord.py warn command not sending embed

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

How can I add a new to-do item to my Ajax web app?

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

pass input file to background script

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