In Remix Rinkeby Network, I have built 2 contracts in the same folder: GetETHUSD.sol: to retrieve eth/usd exchange rate Send_2_SC: send wei to this contract an
hope all is well. I have been following Dapp University tutorial (https://www.youtube.com/embed/x-6ruqmNS3o?start=2111) to make a mintable NFT pairs game. I am
I'm working on a Solidity Smart Contract for Tron Network. I want the owner can set an array of address => uint. This is the code: pragma solidity ^0.8.0; s
I want to run a code from a paper by Julia. There is a function about data storage. The function need to insert a function called oracle. I create a c vector an
I am hoping to get some help formulating an array to more concisely view my data coming in from a google form. Is this something someone can help me with? I'm s
I have a 'diary' type blog in which I want to highlight all the posts made around the current day and month, regardless of the year. You could say they need to
I'm trying to create a linked list that has 2 data types and a function that inserts nodes. But in order to insert nodes, I have to create at least 1 empty node
I attempted to make my own mystrcpy() function, which takes the same arguments as the standard function. It is not responding. The array does not get copied. si
I came across this where one of the user comment says: A constructor cannot be called, it is not a function. It is invoked automatically when a new object is c
I created a Supabase Deno Edge Function that works perfectly well inside the Supabase Docker environment on my Mac, but whenever I execute it in production / th
I have a function in a Jenkins shared library which builds and returns a map object (class java.util.LinkedHashMap): #!/usr/bin/env groovy def call(Map config)
I tried to run MLE in r using the mle function. It was working fine but I encountered the following error all of a sudden. Can anyone help? Error in if (!all(lo
There is an error with the result of aggregation on series with * and where clause.The value of count(root.ln.wf02.wt02.temperature) should be 21 but it turned
I got two nested index arrays, which I want to populate with values using a function. But on a conditional basis: if this, populate the first array; if that, po
I have following types declared type TestFn func(id int, ctx context.Context) error var Func1 = TestFn(func(id int, ctx context.Context) error { // do some w
I want to know if is possible to get the name of the class and function (or at least the function) in the callMyFunc method below. I need to print something lik
When I create a function and use arguments as variable names in group_by() function there is error: comb <- function(z,x,y) { df <- z %>% group
I created a struct named products that contains multiple data types: struct products{ int ID; string Name; double Price; int Quantity; }; Then
here is my code const prefix = '!'; module.exports = { name: 'messageCreate', once: false, execute(client, message) { if (message.author.bo
I'm trying to modify a function to print NA when the function prints a warning message. I've tried using a return(NA) modifier, which you'll see in the functio