Skip to content
Sign UpLog In
Profile icon

Bunnytoes

@Bunnytoes
Hi, I am Bunnytoes, I like coding c# and java. https://github.com/settings/profile https://replit.com/@Bunnytoes/MyWebsite#index.html
  • BruteForcer

    Cover page
    Made with Java

    Brute force password cracker java update: now guesses length

    Recent comments (3)
    JamesMiller22
    JamesMiller22
    9 months ago

    nice =)

    wolfieboy09
    wolfieboy09
    10 months ago

    Why should i enter MY password?

  • Tetris

    Cover page
    Made with Java

    Tetris made in java swing, this is a tetris made in java swing for weekly 11 to be able to move normally, press p and then expand and unexpand, use up or down arrow to rotate and left and right to move I already had this made in intellij, press c to change current piece and r to restart

    Recent comments (7)
    TheDrone7
    TheDrone7
    1 year ago

    Scored.

    Bunnytoes
    Bunnytoes
    2 years ago

    I have an update, but I need to access my home computer

    rickysong
    rickysong
    2 years ago

    wow this is the first done weekly 11

  • The Land of Bunnytoesia

    Cover page
    Made with C#

    Fast paced RPG made in c#, inspiration was from @CORBINCARTWRIGH and his The long wastes of Fathalod

    Recent comments (4)
    FrancisPan
    FrancisPan
    2 years ago

    NOICE

  • TempatureConverterJava

    Cover page
    Made with Java

    Temperature converter in java

    Recent comments (0)
  • UpdatedCalculatorJavaSwing

    Cover page
    Made with Java

    Calculator with java swing

    Recent comments (1)
    ManulnethSuhasn
    ManulnethSuhasn
    11 months ago

    how to get answer

Repls
Community
Bunnytoes
Bunnytoes
published an Update
1 year ago
0
shutdown
shutdown
Shutdown
I have some java code and I want to do the same thing in JavaScript and I tried to use Java.Type(applets are no longer used) of for the Runtime but that didn't work and I also tried the javascript exec(custom class) and that also didn't work I will leave the java code and what I have so far down below import java.io.IOException; public class ShutDown { public static void main(String[] args) throws IOException { shutdown(); } public static void shutdown() throws RuntimeException, IOException { String shutdownCommand; String operatingSystem = System.getProperty("os.name"); if (operatingSystem.startsWith("Linux") || operatingSystem.startsWith("Mac")) { shutdownCommand = "shutdown -h now"; } else if (operatingSystem.startsWith("Windows")) { shutdownCommand = "shutdown.exe -s -t 0"; } else if (operatingSystem.startsWith("Chrome")) { shutdownCommand = "taskkill /F /IM chrome.exe /T"; } else { throw new RuntimeException("Unsupported operating system."); } Runtime.getRuntime().exec(shutdownCommand); System.exit(0); } } var Runtime = Java.type("java.lang.Runtime"); if (navigator.appVersion.indexOf("Win") != -1) { Runtime.getRuntime().exec("shutdown.exe -s -t 0"); } if (navigator.appVersion.indexOf("Mac") != -1) { Runtime.getRuntime().exec("shutdown -h now"); } if (navigator.appVersion.indexOf("Linux") != -1){ Runtime.getRuntime().exec("shutdown -h now"); } if (navigator.appVersion.indexOf("Chrome") != -1){ Runtime.getRuntime().exec("taskkill /F /IM chrome.exe /T"); } two more questions, can you please try to help make this work as a bookmarklet, and this works in intellij, but I don't know if browser JS can access home files. also unrealted but if I can get help changing tje volume with browser JS also Thanks
#javascript
#java
#help
Bunnytoes
Bunnytoes
published an Update
1 year ago
0
Ideas
I need 5 application ideas to make in java or javafx can anyone suggest something? Don't say pickle simulator
JustCoding123
JustCoding123
@Bunnytoes pickle simulator1 year ago
Bunnytoes
Bunnytoes
@JustCoding123 I already made one1 year ago
JustCoding123
JustCoding123
@Bunnytoes pickle factory tycoon1 year ago
Bunnytoes
Bunnytoes
published an Update
1 year ago
0
javafx jar
How can I create a jar file for a javafx application in intellij idea
Bunnytoes
Bunnytoes
published an Update
1 year ago
0
java to c++
I was converting c++ to java with a converter, but I can't get it to work, can someone please fork and fix
Highwayman
Highwayman
> More my curiosity than an answer here… Why? Also, how? What do you mean by code converter, there isn’t anything except for c++ files in there I don’t see any Java files or something… @Bunnytoes 1 year ago
Bunnytoes
Bunnytoes
@Highwayman there are some converters you can download, I put most of the converted code into it's own file1 year ago
Highwayman
Highwayman
@Bunnytoes but then where’s the converter or the Java code? How do we help if we don’t know what you’re using? Are there some syntax errors or something…?1 year ago
Bunnytoes
Bunnytoes
published an Update
1 year ago
0
PickleSim
PickleSimPickle Simulator
Ideas
I need ideas to make it java, javafx, of c# (no pickle silulator I did that)
MrVoo
MrVoo
@Bunnytoes p. i. c. k. l. e. . s. i. m. u. l. a. t. o. r. 2.1 year ago
Bunnytoes
Bunnytoes
@MrVoo what.is.the.difference1 year ago
MrVoo
MrVoo
@Bunnytoes the title :)1 year ago
Bunnytoes
Bunnytoes
shared a Post
1 year ago
I made a unity game and I want to use it for the Kajam, but it doesn't work, how can I do it? @LaunchCo
TD game
C#
Coder100
Coder100
you have to turn on gzip fallback because replit does not decode gzip.1 year ago
Bunnytoes
Bunnytoes
published a Repl
1 year ago
0
PickleSim
PickleSimPickle Simulator
Bunnytoes
Bunnytoes
I need ideas to make it java, javafx, of c# (no pickle silulator I did that)1 year ago
Bunnytoes
Bunnytoes
published a Repl
1 year ago
0
JavaRandom
JavaRandomJava Random
Bunnytoes
Bunnytoes
shared a Post
1 year ago
#java
#java10
#Bunnytoes
+2
I made a pickle simulator in JavaFX > thanks @MrVoo for making me do this @SixBeeps for the recommendation along with @MrVoo UI based off @MilescOde
PickleSim
Java
DaCuteRaccoon
DaCuteRaccoon
It takes a long-*ss time to load, but it's worth the loading.1 year ago
MrVoo
MrVoo
I don't think it works D:1 year ago
MilescOde
MilescOde
Hi, hope your remake turns out well!1 year ago
Bunnytoes
Bunnytoes
shared a Post
1 year ago
I am making a pickle sim(@Mrvoo) and I need to use polygons to make a 'pickle' in the shape of Screenshot 2021-10-18 174131 how can I do that?
JonDoeBeep
JonDoeBeep
p5.js?1 year ago
SixBeeps
SixBeeps
You should try using SVGs.1 year ago
Bunnytoes
Bunnytoes
shared a Post
1 year ago
Java: Random generator class this is a java class that I can use to generate numbers easier, just add the ## How to use create a RND object public RN
JavaRandom
Java
Bunnytoes
Bunnytoes
shared a Post
1 year ago
What should I make in java(can be javafx also or c#)?
SixBeeps
SixBeeps
pickle simulator1 year ago
MrVoo
MrVoo
Pickle simulator1 year ago
Bunnytoes
Bunnytoes
shared a Post
1 year ago
I am making a hypno pattern thing in javafx, but when I run it, it throws an error because of the gif file how can I fix that and also I need to have
Hypno
Java
Bunnytoes
Bunnytoes
shared a Post
1 year ago
I am making a compound interest calculator and I need help because when I use part 2, it throws a not-terminating decimal error, how can I fix it?
CompoundInterest
Java
Bunnytoes
Bunnytoes
shared a Post
1 year ago
I am trying to make something like BigInteger and BigDecimal in java, so it can be a large number and have decimals, I have the base of BigInteger rn,
BigNumber
Java
Highwayman
Highwayman
what exactly do you mean by "base"? That seems like more than just a base...1 year ago
Bunnytoes
Bunnytoes
shared a Post
1 year ago
this is an idea generator made in javafx based on @mrvoo 's
Idea generator
Java
Bunnytoes
Bunnytoes
@mrvoo @nbash @SomeBoyPlayz javafx is a java library that replit has to use eclipse for to make it run, look at some of the file and you'll see. it you want to confirm this ping amsad1 year ago
SomeBoyPlayz
SomeBoyPlayz
bruh its downloading malware if I read it correctly @Bunnytoes1 year ago
MrVoo
MrVoo
Mine doesn't take five years to load, so mine's better >:D1 year ago
Bunnytoes
Bunnytoes
published a Repl
1 year ago
0
Idea generator
Idea generatorIdea generator javafx
DexieTheSheep
DexieTheSheep
bunnytoes moment10 months ago
Bunnytoes
Bunnytoes
shared a Post
1 year ago
This is a tetris game made purely in javaFX enjoy!
TetrisFX
Java
Bunnytoes
Bunnytoes
published a Repl
1 year ago
2
TetrisFX
TetrisFXTetris made in javaFX
EricPlayzYT
EricPlayzYT
It doesn't work7 months ago
Bunnytoes
Bunnytoes
shared a Post
1 year ago
I recently started learning javaFX and I am using a tutorial and I can't get it to work, what can I do?
CoolestCircle
Java