So I'm trying to implement unity ads into my game, but it throws the error Assets/Scripts/UnityAds.cs(23,28): error CS0117: 'Advertisement' does not contain a d
I want to make a Mac Application using Java code I wrote, and I want to make it that the person using it doesn't require Java to be installed on their own compu
I designed a microservice system and now I need to create the data layer. I chose GraphQL Mesh to implement it. First Problem In the system there is a "load bal
I'm using a MERN and I'm very new to this so I got stuck. I'm creating a form where you enter some information and a location, I'm trying to save that latitude
I want to distribute what I have studied. In local , open a screen by typing the following in a terminal: "parcel index.html", "json-server --watch products.jso
I have an excel workbook containing 300 exam questions. Each sheet (tab) represents one question along with answers. Also, each sheet is named item#1,item#2,ite
If I have an expression such as c1 / (c2*s + c3) I would like sympy to transform the expression to a template looking like C1 / (s + C2) such that C1 = c1/c2 an
I'm trying to automate a process in R, but I still can't get to what I need. I have two matrix, one matrix represent the incidence of species that occur in samp
I'm trying to make a chat application based on Node.js. I'd like to force websocket server (ws library) to using ExpressJS session system. Unfortunately, I've g