Login to ZARP





  • Page:
  • 1
  • 2

TOPIC: does zarpr having any more devs?

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

is there any more devs except for emp and chuteuk now that TheXnator has left

Warning: Spoiler! [ Click to expand ]
  • Comfy
  • Comfy's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Zarp’s future CD
  • Posts: 587
  • Thanks received: 49
  • Karma: -7
Last Edit: 7 years 3 months ago by Comfy.
Login or register to post a reply.

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

What have you developed during your experience
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • I love Henny
  • Posts: 17055
  • Thanks received: 9695
  • Karma: 982
Login or register to post a reply.

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

Clarky wrote:
What have you developed during your experience
Once i developed a arma 3 server
kill me
  • steeve ho you fat
  • steeve ho you fat's Avatar
  • Offline
  • Loyal Boarder
  • ZARP VIP
  • Posts: 9078
  • Thanks received: 2670
  • Karma: -105
Login or register to post a reply.

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

ToBeHonest wrote:
Clarky wrote:
What have you developed during your experience
Once i developed a arma 3 server
kill me

I've developed cancer during my time here at ZARP Gaming!
  • Getzco
  • Getzco's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Posts: 520
  • Thanks received: 299
  • Karma: 3
Login or register to post a reply.
The following user(s) said Thank You: Ella A Pompeii

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

Clarky wrote:
What have you developed during your experience
I developed arthritis(no joke)
  • Kill me lmao
  • Kill me lmao's Avatar
  • Offline
  • Fresh Boarder
  • Posts: 39
  • Thanks received: 7
  • Karma: 0
Login or register to post a reply.

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

I think to be a developer, you actually need to develop shit; so no. Zarp has none.
  • narexa
  • narexa's Avatar
  • Offline
  • Divine Boarder
  • ZARP VIP
  • Posts: 8287
  • Thanks received: 4844
  • Karma: 252
Login or register to post a reply.
The following user(s) said Thank You: Getzco, catboy sven ツ

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

Clarky wrote:
What have you developed during your experience
havent done jack shit in over a year can't really find anything i really want to develop

I prefer to develop by people throwing idea's / things they want and I create it and i haven't had anyone request anything in a while

PS: I can't make models or effects
  • Comfy
  • Comfy's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Zarp’s future CD
  • Posts: 587
  • Thanks received: 49
  • Karma: -7
Last Edit: 7 years 3 months ago by Comfy.
Login or register to post a reply.

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

I can give you a project i found enjoyment working on a couple of months ago. Took me personally about 2-3 hours in java to create - Let's see if you can do it faster:

You basically input two values that acts as the X and Y. Let's say you give the computer 3 and 3. That would then print out a square of stars. Kinda like this:
*   *   *
*        *
*   *   *

- Note that the computer scales and can get as big as you as the user wish to.


Good luck and no excuses, lol
  • 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 zarp having any more devs? 7 years 3 months ago #912977

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
  • leon21
  • leon21's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • AEK Athens/Original 21
  • Posts: 242
  • Thanks received: 138
  • Karma: 30
Last Edit: 7 years 3 months ago by leon21.
Login or register to post a reply.

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

leon21 wrote:
Aspect wrote:
I can give you a project i found enjoyment working on a couple of months ago. Took me personally about 2-3 hours in java to create - Let's see if you can do it faster:

You basically input two values that acts as the X and Y. Let's say you give the computer 3 and 3. That would then print out a square of stars. Kinda like this:
*   *   *
*        *
*   *   *

- Note that the computer scales and can get as big as you as the user wish to.


Good luck and no excuses, lol
tables are super easy
just
for i from 1 till x
     for j from 1 till y 
        if i=1 or i=x then
           A[i,j]<--3
        else_if j=1 or j=y then
           A[i,j]<--3
       else
           A[i,j]<--' '
       end_if 
     end_repeat
end_repeat
that's pseudolanguage, just recreate it in a real language, this is the logic you'd use to create the table

I actually think he's a beginner, so try to not scare him with that? Besides the book i use explained it that way (even without my super cool concept of stars), so i don't see anything bad with simplicity.
  • 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 #912979

www.w3resource.com/java-exercises/
I heavily suggest doing exercises from this site
  • leon21
  • leon21's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • AEK Athens/Original 21
  • Posts: 242
  • Thanks received: 138
  • Karma: 30
Last Edit: 7 years 3 months ago by leon21.
Login or register to post a reply.

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

leon21 wrote:
Aspect wrote:
leon21 wrote:
Aspect wrote:
I can give you a project i found enjoyment working on a couple of months ago. Took me personally about 2-3 hours in java to create - Let's see if you can do it faster:

You basically input two values that acts as the X and Y. Let's say you give the computer 3 and 3. That would then print out a square of stars. Kinda like this:
*   *   *
*        *
*   *   *

- Note that the computer scales and can get as big as you as the user wish to.


Good luck and no excuses, lol
tables are super easy
just
for i from 1 till x
     for j from 1 till y 
        if i=1 or i=x then
           A[i,j]<--3
        else_if j=1 or j=y then
           A[i,j]<--3
        else
           A[i,j]<--' '
        end_if 
     end_repeat
end_repeat
that's pseudolanguage, just recreate it in a real language, this is the logic you'd use to create the table

I actually think he's a beginner, so try to not scare him with that?
but thats simple...

Maybe for you, but probably not for him. He's supposed to learn what you wrote with my assignment...

edit: I didn't really read your code but how does that code even scale by the way? Yours only provide a solution if you type 3x3. What about 5x5 etc...
  • 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 #912982

Aspect wrote:
leon21 wrote:
Aspect wrote:
leon21 wrote:
Aspect wrote:
I can give you a project i found enjoyment working on a couple of months ago. Took me personally about 2-3 hours in java to create - Let's see if you can do it faster:

You basically input two values that acts as the X and Y. Let's say you give the computer 3 and 3. That would then print out a square of stars. Kinda like this:
*   *   *
*        *
*   *   *

- Note that the computer scales and can get as big as you as the user wish to.


Good luck and no excuses, lol
tables are super easy
just
for i from 1 till x
     for j from 1 till y 
        if i=1 or i=x then
           A[i,j]<--3
        else_if j=1 or j=y then
           A[i,j]<--3
        else
           A[i,j]<--' '
        end_if 
     end_repeat
end_repeat
that's pseudolanguage, just recreate it in a real language, this is the logic you'd use to create the table

I actually think he's a beginner, so try to not scare him with that?
but thats simple...

Maybe for you, but probably not for him. He's supposed to learn what you wrote with my assignment...

edit: I didn't really read your code but how does that code even scale by the way? Yours only provide a solution if you type 3x3. What about 5x5 etc...
read x,y
for i from 1 till x
     for j from 1 till y 
        if i=1 or i=x then
           show 3
        else_if j=1 or j=y then
           show 3
        else
           show ' '
        end_if 
     end_repeat
end_repeat
this literally scales till you hit the maximum bytes the (assigned) variable(s) can occupy
edit: now it doesn't use tables, which means less mem usage and more flexibility ! weeew
  • leon21
  • leon21's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • AEK Athens/Original 21
  • Posts: 242
  • Thanks received: 138
  • Karma: 30
Last Edit: 7 years 3 months ago by leon21. Reason: hur dur
Login or register to post a reply.

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

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
  • 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 zarpr having any more devs? 7 years 3 months ago #913002

Narexa wrote:
I think to be a developer, you actually need to develop shit; so no. Zarp has none.

but but but ;-;
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9279
  • Thanks received: 3800
  • Karma: 80

...
Login or register to post a reply.
The following user(s) said Thank You: Wolfi

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

Hidden deep in :zarp:.
  • Sally
  • Sally's Avatar
  • Offline
  • Forum Administrator
  • ZARP VIP
  • Can You Understand How Strange It Is To Be Alive?
  • Posts: 7028
  • Thanks received: 3551
  • Karma: 62



Brother Gustro: sally is a minge
Login or register to post a reply.

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

leon21 wrote:
www.w3resource.com/java-exercises/
I heavily suggest doing exercises from this site

I will check it out Thanks
  • 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.

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

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
  • 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 zarp having any more devs? 7 years 3 months ago #913214

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
  • 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 #913224

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
  • 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.
  • Page:
  • 1
  • 2
Moderators: Clarky

Time to create page: 0.219 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