hi all , any coders here?

This is for discussions about the community, players, forum games, grudge matches, memes and everything else related to ESOC and its members.
User avatar
Turkey LONEWOLF123
Dragoon
Posts: 298
Joined: Jun 20, 2016
ESO: LONE_WOLF123

hi all , any coders here?

Post by LONEWOLF123 »

hi all i just want to see how much coders or programmers are in the community . Btw write which programing language you use :chinese:
def nnn(a) :
if 11 < 22 :
print "hi"
elif 11 == 11 :
print "i dont care"
else :
print "this is python"
print nnn(12)
User avatar
Sweden Gendarme
Gendarme
Donator 03
Posts: 5132
Joined: Sep 11, 2016
ESO: Gendarme

Re: hi all , any coders here?

Post by Gendarme »

Nope. There are no coders on ESOC. Why would you ask such a question? To ridicule ESOC for its lack of coders?
Pay more attention to detail.
India Ashvin
Retired Contributor
Posts: 2432
Joined: Jul 6, 2016
ESO: Octanium

Re: hi all , any coders here?

Post by Ashvin »

I can operate a Ticket Vending Machine, I'm so proud of it.

PS: I code in Java, C, C#, bit of js
Image
User avatar
Spain Snuden
Jaeger
Posts: 4276
Joined: Dec 28, 2016
ESO: Snuden
Location: Costa del Baphomet

Re: hi all , any coders here?

Post by Snuden »

Coders... 21
[Sith] - Baphomet
User avatar
Netherlands Goodspeed
Retired Contributor
Posts: 13002
Joined: Feb 27, 2015

Re: hi all , any coders here?

Post by Goodspeed »

User avatar
Turkey LONEWOLF123
Dragoon
Posts: 298
Joined: Jun 20, 2016
ESO: LONE_WOLF123

Re: hi all , any coders here?

Post by LONEWOLF123 »

Goodspeed wrote:http://eso-community.net/viewtopic.php?f=318&t=4301

i am not sure that are same things
User avatar
Netherlands Goodspeed
Retired Contributor
Posts: 13002
Joined: Feb 27, 2015

Re: hi all , any coders here?

Post by Goodspeed »

Similar. I thought it was relevant at least.
My favourites are C# and Python. And pls no frontend :P
Whats with the unused variable in your script?
User avatar
Turkey LONEWOLF123
Dragoon
Posts: 298
Joined: Jun 20, 2016
ESO: LONE_WOLF123

Re: hi all , any coders here?

Post by LONEWOLF123 »

Goodspeed wrote:Similar. I thought it was relevant at least.
My favourites are C# and Python. And pls no frontend :P
Whats with the unused variable in your script?

if you code it to IDE it says "hi" bec 11<22 is true --the nnn(12) is just fake :DD 12 has nothing to with the code ,
python btw
France Kaiserklein
Pro Player
Posts: 10278
Joined: Jun 6, 2015
Location: Paris
GameRanger ID: 5529322

Re: hi all , any coders here?

Post by Kaiserklein »

I code in PHP and JS mostly
Image
Image
Image
LoOk_tOm wrote:I have something in particular against Kaisar (GERMANY NOOB mercenary LAMME FOREVER) And the other people (noobs) like suck kaiser ... just this ..
User avatar
Czech Republic EAGLEMUT
ESOC Dev Team
Donator 05
Posts: 4513
Joined: Mar 31, 2015
ESO: EAGLEMUT
Clan: WPact

Re: hi all , any coders here?

Post by EAGLEMUT »

Languages I've worked with: bash, c#, c++, java, php, js, xslt, html, css, sql, xs

If I had to pick a favorite it would be SQL, particularly on the PostgreSQL database engine. Next favorite to go along with that is working on web applications; I'm more of a backend php guy but got plenty of experience working on the frontend as well (js/css). Just don't make me create graphics, you don't wanna do that.
Image
momuuu wrote: theres no way eaglemut is truly a top player
User avatar
Sweden Gendarme
Gendarme
Donator 03
Posts: 5132
Joined: Sep 11, 2016
ESO: Gendarme

Re: hi all , any coders here?

Post by Gendarme »

Gradients <3
Pay more attention to detail.
User avatar
Nauru Dolan
Ninja
Posts: 13064
Joined: Sep 17, 2015

Re: hi all , any coders here?

Post by Dolan »

1. Hit F12 or open your browser Developer tools (preferably in Chrome or Opera, but it might work in Firefox too)
2. Click the Console tab
3. Paste this script in the console and hit enter

Code: Select all

      let d = document
      d.open()
      d.write('<canvas id=a style=display:block;width:100%;height:100%;>')
      d.body.style.backgroundColor = '#000'
      d.body.style.overflow = 'hidden'
      d.body.style.margin = 0

      let c = a.getContext('2d'),
         w = a.width = 400,
         h = a.height = 250,
         r = 90
      c.globalAlpha = 0.5;

      let arr = ['xor', 'difference', 'screen', 'luminosity'];

      setInterval(function () {
         c.globalCompositeOperation = arr[~~((Math.random() * 10) / 3)];
      }, 2000);

      for (W = [], i = w; i--;) {
         W[i] = i == w / 2 ? 1 : 0
      }

      ~function L() {
         for (N = [], i = w; i--;) {
            c.fillStyle = ['#111', '#f00'][W[i]],
               c.fillRect(i, h - 1, 1, 1),
               k = 4 * (W[i - 1] | 0) + (W[i] * 2) + (W[i + 1] | 0),
               N[i] = r & 1 << k ? 1 : 0
         }
         W = N
         B = c.getImageData(0, 1, w, h - 1)
         c.putImageData(B, 0, 0)
         requestAnimationFrame(L)
      }()
      d.close()
      

4. ??
5. Image
No Flag deleted_user
Ninja
Posts: 14364
Joined: Mar 26, 2015

Re: hi all , any coders here?

Post by deleted_user »

it appears there are some coders here
User avatar
United States of America rickytickitembo
Dragoon
Posts: 266
Joined: May 7, 2015
ESO: RickyTickiTembo
Location: Denver, CO

Re: hi all , any coders here?

Post by rickytickitembo »

Just finished a gaming computer class for C# in Unity. Pretty lame games I created but I show the kids at coding camp I teach at and they think it's a blast. But I know mostly Java for school. Two classes till I get my cs degree and be done with school forever.
My favorite donut is chocolate Aiz.
User avatar
Netherland Antilles Laurence Drake
Jaeger
Posts: 2687
Joined: Dec 25, 2015

Re: hi all , any coders here?

Post by Laurence Drake »

I'm pretty solid at BBCode, hit me up if you ever need any help with that.
Top quality poster.
User avatar
Netherlands Goodspeed
Retired Contributor
Posts: 13002
Joined: Feb 27, 2015

Re: hi all , any coders here?

  • Quote

Post by Goodspeed »

Image
India Ashvin
Retired Contributor
Posts: 2432
Joined: Jul 6, 2016
ESO: Octanium

Re: hi all , any coders here?

Post by Ashvin »

JS is actually good
Image
User avatar
Netherlands Goodspeed
Retired Contributor
Posts: 13002
Joined: Feb 27, 2015

Re: hi all , any coders here?

Post by Goodspeed »

Ashvin wrote:JS is actually good
... the search continues
User avatar
Turkey LONEWOLF123
Dragoon
Posts: 298
Joined: Jun 20, 2016
ESO: LONE_WOLF123

Re: hi all , any coders here?

Post by LONEWOLF123 »

Goodspeed wrote:
Ashvin wrote:JS is actually good
... the search continues

15 ahahha intelegent life?
User avatar
Nauru Dolan
Ninja
Posts: 13064
Joined: Sep 17, 2015

Re: hi all , any coders here?

Post by Dolan »

People who complain about languages often haven't used them enough to be able to pass a judgement.

Also:
Bjarne Stroustrup wrote:There are only two kinds of languages: the ones people complain about and the ones nobody uses.
User avatar
Netherlands Goodspeed
Retired Contributor
Posts: 13002
Joined: Feb 27, 2015

Re: hi all , any coders here?

Post by Goodspeed »

Knew it would trigger you @Dolan 8-)
User avatar
Nauru Dolan
Ninja
Posts: 13064
Joined: Sep 17, 2015

Re: hi all , any coders here?

Post by Dolan »

Knew you knew it would trigger me.

But I thought I'd put a stop to the ensuing debate on which language sucks more with a classic quote.
France Kaiserklein
Pro Player
Posts: 10278
Joined: Jun 6, 2015
Location: Paris
GameRanger ID: 5529322

Re: hi all , any coders here?

Post by Kaiserklein »

Why the hate towards js, out of curiosity?
Image
Image
Image
LoOk_tOm wrote:I have something in particular against Kaisar (GERMANY NOOB mercenary LAMME FOREVER) And the other people (noobs) like suck kaiser ... just this ..
User avatar
Nauru Dolan
Ninja
Posts: 13064
Joined: Sep 17, 2015

Re: hi all , any coders here?

Post by Dolan »

Gotta Bing those arguments ;) 8-).
User avatar
Netherlands Goodspeed
Retired Contributor
Posts: 13002
Joined: Feb 27, 2015

Re: hi all , any coders here?

Post by Goodspeed »

Kaiserklein wrote:Why the hate towards js, out of curiosity?
It's only a joke

Who is online

Users browsing this forum: No registered users and 4 guests

Which top 10 players do you wish to see listed?

All-time

Active last two weeks

Active last month

Supremacy

Treaty

Official

ESOC Patch

Treaty Patch

1v1 Elo

2v2 Elo

3v3 Elo

Power Rating

Which streams do you wish to see listed?

Twitch

Age of Empires III

Age of Empires IV