Login to ZARP





  • Page:
  • 1
  • 2

TOPIC: does zarpr having any more devs?

does zarp having any more devs? 7 years 3 months ago #913226

leon21 wrote:
Reens wrote:
leon21 wrote:
Warning: Spoiler! [ Click to expand ]

tables are super easy
just
Warning: Spoiler! [ Click to expand ]

that's pseudolanguage, just recreate it in a real language, this is the logic you'd use to create the table
Is that Turtle graphic?? Man so different from the text book XD
it's pseudocode what are you talking about ? turtle graphic is very different
Looks like it tho haha XD (Sry man is dumb)
  • Rae
  • Rae's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Posts: 2024
  • Thanks received: 121
  • Karma: -4

Login or register to post a reply.

does zarp having any more devs? 7 years 3 months ago #913246

leon21 wrote:
Aspect wrote:
Well i read that wrong, my bad. Was awake all night sadly.

By the way idk if you're good at java but i like sharing my projects and (and giving critism obv)

have a read if you got time and if you find ways to make it better or simply more readable feel free to let me know, (i used pastebin since it's only 1 class, and i'm lazy)

program is pretty self explanatory but i'll ask any questions you have
to be honest I don't know too much about java, but if you could give me what is the function of the program, I probably could write it in pseudocode at the best of my abilities, and you could make any applicable fixes

Sure, the program asks for 3 values to work with. In this case it randomizes numbers up to 20, then it prints out 10 per row. After that it creates another 4 tables after the first one. It then adds up the sum from every row and sort it (using insertion sort), printing out the highest, lowest and total amount of tables. Incase I explained it badly here's the input (5,10,20) and output (everything else).

Warning: Spoiler! [ Click to expand ]
  • catboy sven ツ
  • catboy sven ツ's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Respected Zarp Contributor
  • Posts: 7199
  • Thanks received: 1545
  • Karma: -44

ex-minecraft owner, zarp legend (Was there during the infancy of Zarp), ex-ssrp admin, ex-teamspeak emblem (For SSRP admin & minecraft owner)








Last Edit: 7 years 3 months ago by catboy sven ツ.
Login or register to post a reply.

does zarp having any more devs? 7 years 3 months ago #913291

Aspect wrote:
leon21 wrote:
Aspect wrote:
Well i read that wrong, my bad. Was awake all night sadly.

By the way idk if you're good at java but i like sharing my projects and (and giving critism obv)

have a read if you got time and if you find ways to make it better or simply more readable feel free to let me know, (i used pastebin since it's only 1 class, and i'm lazy)

program is pretty self explanatory but i'll ask any questions you have
to be honest I don't know too much about java, but if you could give me what is the function of the program, I probably could write it in pseudocode at the best of my abilities, and you could make any applicable fixes

Sure, the program asks for 3 values to work with. In this case it randomizes numbers up to 20, then it prints out 10 per row. After that it creates another 4 tables after the first one. It then adds up the sum from every row and sort it (using insertion sort), printing out the highest, lowest and total amount of tables. Incase I explained it badly here's the input (5,10,20) and output (everything else).

Warning: Spoiler! [ Click to expand ]
your syntax is sweet and you did a pretty good job on this little program, how long have you been into python?
Warning: Spoiler! [ Click to expand ]

well done on using insertion sort, it works wonders with very few data
unfortunately I can't make constructive criticism, I often deal with problems myself that do not have too much coding difficulties, but they're rather hard to solve without writing a shitton of commands. An example would be writing a KENO program that behaves exactly like the real , actual version obviously.
en.wikipedia.org/wiki/Keno
This has to be maybe the second most hard exercise I've had to solve, it took me almost 2 hours start to end.
The hardest exercise I've done yet was a program that I shortened from 220 lines to 127 by creating a triple insertion sort , amazing stuff
  • leon21
  • leon21's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • AEK Athens/Original 21
  • Posts: 242
  • Thanks received: 138
  • Karma: 30
Login or register to post a reply.

does zarpr having any more devs? 7 years 3 months ago #913292

You’re barely capable of stringing together a sentence that can actually be read, I can’t imagine your spaghetti code...
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Posts: 18888
  • Thanks received: 8727
  • Karma: -380
Login or register to post a reply.
The following user(s) said Thank You: illegalimmigrant

does zarp having any more devs? 7 years 3 months ago #913299

leon21 wrote:
Aspect wrote:
leon21 wrote:
Aspect wrote:
Well i read that wrong, my bad. Was awake all night sadly.

By the way idk if you're good at java but i like sharing my projects and (and giving critism obv)

have a read if you got time and if you find ways to make it better or simply more readable feel free to let me know, (i used pastebin since it's only 1 class, and i'm lazy)

program is pretty self explanatory but i'll ask any questions you have
to be honest I don't know too much about java, but if you could give me what is the function of the program, I probably could write it in pseudocode at the best of my abilities, and you could make any applicable fixes

Sure, the program asks for 3 values to work with. In this case it randomizes numbers up to 20, then it prints out 10 per row. After that it creates another 4 tables after the first one. It then adds up the sum from every row and sort it (using insertion sort), printing out the highest, lowest and total amount of tables. Incase I explained it badly here's the input (5,10,20) and output (everything else).

Warning: Spoiler! [ Click to expand ]
your syntax is sweet and you did a pretty good job on this little program, how long have you been into python?
Warning: Spoiler! [ Click to expand ]

well done on using insertion sort, it works wonders with very few data
unfortunately I can't make constructive criticism, I often deal with problems myself that do not have too much coding difficulties, but they're rather hard to solve without writing a shitton of commands. An example would be writing a KENO program that behaves exactly like the real , actual version obviously.
en.wikipedia.org/wiki/Keno
This has to be maybe the second most hard exercise I've had to solve, it took me almost 2 hours start to end.
The hardest exercise I've done yet was a program that I shortened from 220 lines to 127 by creating a triple insertion sort , amazing stuff

Nice, that looks like fun. Haha nice, always fun getting creative. (Also it was in Java not python, even though i'm considering getting into that aswell ^_^.

@Nafe you referring to me?
  • catboy sven ツ
  • catboy sven ツ's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Respected Zarp Contributor
  • Posts: 7199
  • Thanks received: 1545
  • Karma: -44

ex-minecraft owner, zarp legend (Was there during the infancy of Zarp), ex-ssrp admin, ex-teamspeak emblem (For SSRP admin & minecraft owner)








Last Edit: 7 years 3 months ago by catboy sven ツ.
Login or register to post a reply.
The following user(s) said Thank You: leon21

does zarpr having any more devs? 7 years 3 months ago #913302

Nafe wrote:
You’re barely capable of stringing together a sentence that can actually be read, I can’t imagine your spaghetti code...
  • Warren
  • Warren's Avatar
  • Offline
  • Expert Boarder
  • ZARP VIP
  • Posts: 1016
  • Thanks received: 192
  • Karma: 11

Black Nova Gang Owner

Ex SSRP Admin
Ex BHOP Admin
Ex Deathrun Admin
Ex Surf Admin


My Steam
My Discord: Warren#3986
My Gang Thread
My Gang Discord
Login or register to post a reply.

does zarp having any more devs? 7 years 3 months ago #913815

Aspect wrote:
leon21 wrote:
Aspect wrote:
leon21 wrote:
Aspect wrote:
Well i read that wrong, my bad. Was awake all night sadly.

By the way idk if you're good at java but i like sharing my projects and (and giving critism obv)

have a read if you got time and if you find ways to make it better or simply more readable feel free to let me know, (i used pastebin since it's only 1 class, and i'm lazy)

program is pretty self explanatory but i'll ask any questions you have
to be honest I don't know too much about java, but if you could give me what is the function of the program, I probably could write it in pseudocode at the best of my abilities, and you could make any applicable fixes

Sure, the program asks for 3 values to work with. In this case it randomizes numbers up to 20, then it prints out 10 per row. After that it creates another 4 tables after the first one. It then adds up the sum from every row and sort it (using insertion sort), printing out the highest, lowest and total amount of tables. Incase I explained it badly here's the input (5,10,20) and output (everything else).

Warning: Spoiler! [ Click to expand ]
your syntax is sweet and you did a pretty good job on this little program, how long have you been into python?
Warning: Spoiler! [ Click to expand ]

well done on using insertion sort, it works wonders with very few data
unfortunately I can't make constructive criticism, I often deal with problems myself that do not have too much coding difficulties, but they're rather hard to solve without writing a shitton of commands. An example would be writing a KENO program that behaves exactly like the real , actual version obviously.
en.wikipedia.org/wiki/Keno
This has to be maybe the second most hard exercise I've had to solve, it took me almost 2 hours start to end.
The hardest exercise I've done yet was a program that I shortened from 220 lines to 127 by creating a triple insertion sort , amazing stuff

Nice, that looks like fun. Haha nice, always fun getting creative. (Also it was in Java not python, even though i'm considering getting into that aswell ^_^.

@Nafe you referring to me?

No I was referring to OP.

I’ve seen stuff you’ve done with Javascript
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Posts: 18888
  • Thanks received: 8727
  • Karma: -380
Login or register to post a reply.

does zarp having any more devs? 7 years 3 months ago #914413

Who’s op and is chuteuk going to come back
  • Comfy
  • Comfy's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Zarp’s future CD
  • Posts: 587
  • Thanks received: 49
  • Karma: -7
Login or register to post a reply.
  • Page:
  • 1
  • 2
Moderators: Clarky

Time to create page: 0.151 seconds

178 PLAYERS ONLINE

Connect to server View Gametracker DarkRP
17/127
Online
Connect to server View Gametracker Deathrun
0/40
Online
Connect to server View Gametracker TTT
0/47
Online
Connect to server View Gametracker Bhop
0/32
Online
Connect to server View Gametracker Surf
4/32
Online
Connect to server View Gametracker Prop Hunt
7/42
Online
Connect to server View Gametracker Sandbox
0/42
Online
Connect to server Discord
150/973
Online
Top