python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I return the amount of times number A can be divided by number B untill it includes a remainder?
for context here is my problem:
I have a table of parts. A part is produced from a set of materials, let's call the constant materials variable z. So this table is a table of parts all produced from a...
test3r123
Votes: 0
Answers: 3
How to calculate (a^b^c^d) mod 10^9+7?
i tried using this.
import java.io.*; // for handling input/output
import java.util.*; // contains Collections framework
// don't change the name of this class
// you can add inner classes if needed
...
Shubham44
Votes: 0
Answers: 1
gradlew genSource command in terminal is not working
I am trying to make a Minecraft mod but when I need to do
.\gradlew genSource it keeps showing this error:
Fabric Loom: 0.10.66
Error: Could not find or load main class worker.org.gradle.process.inter...
ConanPro
Votes: 0
Answers: 0
go: gopkg.in/ldap.v3@v3.1.3: parsing go.mod
go: cannot find main module, but found Gopkg.lock in
C:\Users\<github>
to create a module there, run:
cd ..\..\.. && go mod init
I get the following error after executing go mod...
Chethan C
Votes: 0
Answers: 1