Sanjaay R.
@Whippingdot
From time to time I check out the community and upload my projects there. Email me at [email protected] to contact me.
0
My Adventure Story (L)WOAH CRAZY MIND BLOWING STORY BE LIKE
I have no idea why I am doing this. Python EZ and I probably am not going to learn something new...
30
0
0
1
3 - Input StoryLowest ever repl I have ever posted. Just a story that takes inputs to finish. Pretty generic for yesterday's prompt.
63
5
1
MattDESTROYER I did exactly what it said:
```
Enter an item: an item
Enter noun: noun
Enter another noun: another noun
Enter a place: a place
Enter a verb: a verb
Enter a verb again: a verb again
Wow another verb: another verb
Enter anything(one word): anything(one word)
A kid was going to a place on a an item when he got a verbed by a noun! He started a verb againing and a verbed the noun back. The noun retaliated by another verbing the kid. The kid a verbed a sad a verb!
THE ANYTHING(ONE WORD).
```
;)10 months ago
CoderGautamYT A kid was going to replit headquarters on a scooter when he got sleepinged by a me! He started cryinging and sleepinged the me back. The me retaliated by jumpinging the kid. The kid sleepinged a sad sleeping!
THE END.9 months ago
0
2 - Aging Symbol TimerThis is a 5x5 grid which changes as seconds go on. Unfortunately you can only go up to 625 seconds with this program currently, but if you fork it you can change the timer for as many seconds as you want to increase the time (also change the outputting variables by multiplying it by the amount you are multiplying the original seconds). Late by one day but internet died again...
7
0
0
3
1 - APPLE WEBSITE OMG!Amazing Website about Apple devices and how customizable and affordable they are. Press the button at the bottom of the website to buy an Apple iPhone (AppleID Creditionals required)
90
3
3
2
Cricket RNGThis is a rng generator that is weighted to make it more realistic for cricket. The program randomly generates a number between 1 and 100 and if that number falls between a certain range, a certain value is displayed in the console. This also includes run rate, total score/wickets, wides, timelines of overs and a full timeline of each inning, powerplay weighted percentages and special percentages when a score is high or low, etc.
Most people on replit are from America so a lot of you won't know what cricket is. If so ask away in the comments and I will do my best to help!
Oh and yes this is a console program built in C++. I understand it is a bit simple but have tons of features planned in my trello.
If you think any of the percentages should be changed, or if you find any bugs (most are related to all out as that doesn't happen frequently), please feel free to tell me in the comments!
Fatster Code, Fixed Bugs, and UBs no more
Though I made this update for the Creator's Fund and actually missed the deadline due to my internet dying, this project still was terrific for me. It taught me about UB (Undefined Behavior) and OOB (Out of Bounds), two essential contents for errors in C++. I also learned ways to make the code function faster and reduce the size of the code, as the code was a bit lengthy.
Thanks creator fund for the 'opportunity', though I didn't deliver lmho!
Oh and if you are wondering why I had to wait until the last minute to submit, it was a mixture of laziness, me not knowing the creator fund was only for three months, late responses from helpers on discord, and UB errors (which wasted over a week of me trying to find out why first the program crashed when incrementing and integer and second why pushing back to a vector crashed the program).
Oh, one last thing - I reduced the code's length from 709 characters to 472 (237 difference), this being the major change in the program as I didn't add any new features. I felt like bug fixes (mainly occurring with all out messages) needed to be attended to and the code's repetition needed to be cut as it added way too much extra lines.2
Cricket RNGThis is a rng generator that is weighted to make it more realistic for cricket. The program randomly generates a number between 1 and 100 and if that number falls between a certain range, a certain value is displayed in the console. This also includes run rate, total score/wickets, wides, timelines of overs and a full timeline of each inning, powerplay weighted percentages and special percentages when a score is high or low, etc.
Most people on replit are from America so a lot of you won't know what cricket is. If so ask away in the comments and I will do my best to help!
Oh and yes this is a console program built in C++. I understand it is a bit simple but have tons of features planned in my trello.
If you think any of the percentages should be changed, or if you find any bugs (most are related to all out as that doesn't happen frequently), please feel free to tell me in the comments!
Intro and more context
I added a better intro screen that allows you to continuously have different matches (like if you finish one you get a choice to continue). There is also a better explanation of what cricket is if you choose and option and a how to play that tells you how I use this program to play a game.
Also instead of spamming c and enter all you have to do is press enter now to continue. You can also hold enter to skip through the game.
If wanted ask in comments and I will add a barrier of spamming enter in a match where an innings ends so you know how much was hit in the first innings and who won in the second innings.2
Cricket RNGThis is a rng generator that is weighted to make it more realistic for cricket. The program randomly generates a number between 1 and 100 and if that number falls between a certain range, a certain value is displayed in the console. This also includes run rate, total score/wickets, wides, timelines of overs and a full timeline of each inning, powerplay weighted percentages and special percentages when a score is high or low, etc.
Most people on replit are from America so a lot of you won't know what cricket is. If so ask away in the comments and I will do my best to help!
Oh and yes this is a console program built in C++. I understand it is a bit simple but have tons of features planned in my trello.
If you think any of the percentages should be changed, or if you find any bugs (most are related to all out as that doesn't happen frequently), please feel free to tell me in the comments!
382
20
2
Pleasepeoplelookatmyrepls I don't play cricket but i know the rules (this game is SO fun)9 months ago
1
WeeklyChallenges9This repl is my submission for the weekly challenge # 9. This month is based on math and I am amazing at math so I hope I excel this month! This first challenge is pretty complex but I think I can tackle it without my dad's help!
Hey @TheDrone7 I, unfortunately, cannot finish the whole program (this is the biggest program I have ever done anyway) so this for the weekly challenge will only be a simplifier. I will simplify both sides but will not find the value of the variable.
20
1
1
Whippingdot Oh and @TheDrone7 take this submission if I do not change anything by 10:30 / 11:002 years ago
Hey, I just wanted to share a cool snippet I made for C++. I have been doing C++ for well over a year and almost 2 years now but I am still very under
C++
Whippingdot A sample project with this snippet:
#include
#include
#define cout std::cout
#define cin std::cin
typedef std::string string;
int main()
{
bool dogWuver;
string checkDogwuver;
string status;
cout > checkDogwuver;
if (checkDogwuver == "Yes" || checkDogwuver == "yes" || checkDogwuver == "True" || checkDogwuver == "True")
{
dogWuver = true;
}
else
{
dogWuver = false;
}
if (dogWuver)
{
status = "WUVER";
}
else
{
status = "HATER";
}
cout << "Ri2 years ago
Intro
This is my weekly challenge 5 submission. If you read the README you would see that I actually submitted this a whole day late to TheDrone7 so
HTML, CSS, JS
0
Built off Weekly 5This was my submission for the Weekly Challenges #5, but I submitted it late so it didn't get scored. So instead of being a normal person and moving on with my life to do Weekly #6, I decided to instead work on this submission and make it awesome! I just finish my HTML, CSS, and JS course so I wanted to make my first project a very good one. I can't say this one is awesome, but it is a very nice project. The website, according to the maker, says it looks pretty nice. I hope you like it!
Oh and also the product I chose was Windows 11 ;)
84
8
0
Whippingdot @TheDrone7 I know I submitted it late but do you think this would get a higher score?
If so, how much?
I basically added a dark mode and smoother animations2 years ago
Bruhter ok something is wrong with me...
WRITE INTO DA Q
So I am going to create a bug report about this later but for now I am going to teach you h
Coder100 This is basically just help I can't use python on the web
If a solution exists, use it, the lack of a builtin solution is not a bug, rather it is an inconvenience.2 years ago
0
WeeklyChallenges5This is my submission for the weekly challenge 5. My internet gets cut out at 10:00 PM so I wasn't able to submit it at the correct time, unfortunately...
This is still a work in progress but this is my submission for the weekly challenge - I will improve it later to add a light and dark mode, more responsiveness, and other things before I share it to repl talk
I hope you still take my submission!
27
10
0
Whippingdot Hey, @TheDrone7 & @DynamicSquid I am really sorry I submitted this late. I finished the whole project on VS Code yesterday night but I couldn't submit it cause my internet got cut out (at 10:00 PM my dad does every day). I know 10:00 PM is too late to be working on it anyway but still...if you see my readme you can see that I almost worked on it every day! Please accept the submission - just edit the website with the scores, not necessarily the post but just the website at least. I want to have a chance in this month's monthly challenges!2 years ago