I am using hyper terminal. I wrote the following code to change the theme, but it gave the following error. Command to change theme: hyper i verminal zsh: comm
I want to create a matching card game in JavaScript. Firstly,i just want to generate 12 random cards into the body. When I press Start Game,the container is f
My company provided me with Visual Studio 2019. It has been working, (as much as this dinosaur can be said to be working,) and it has been showing my initials o
I am new in angularjs and I just install Node.js 16. After installation completed, I write this command npm install -g @angular/cli in the terminal of Visual
I'm trying to annotate a REST Controller with @Callback but I don't know how to define parameters. I have a simple Dto (Lombok used) with an id, a MultipartFile
Normally, we can access Facebook Graph API, and for that we need to create an app and access it via tokens. I am looking for some ways to automate this process,
CodeHi there, I am trying to make an app which shows the table of a number given by user. I am able to get only last answer of a table, for example, it only sho
In my VuePress project I have a code block that looks like this ```cs string pageName = getPageName("{{ $page.key }}"); ``` What I want to see on the static
I'm creating an application that downloads some applications (like FireFox, WinRar, RealPlayer) and then install them silently using Shell command. This is the