Page 1 of 2

hi all , any coders here?

Posted: 02 Aug 2017, 09:33
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)

Re: hi all , any coders here?

Posted: 02 Aug 2017, 09:50
by Gendarme
Nope. There are no coders on ESOC. Why would you ask such a question? To ridicule ESOC for its lack of coders?

Re: hi all , any coders here?

Posted: 02 Aug 2017, 09:54
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

Re: hi all , any coders here?

Posted: 02 Aug 2017, 10:04
by Snuden
Coders... 21

Re: hi all , any coders here?

Posted: 02 Aug 2017, 10:50
by Goodspeed

Re: hi all , any coders here?

Posted: 02 Aug 2017, 10:52
by LONEWOLF123
Goodspeed wrote:http://eso-community.net/viewtopic.php?f=318&t=4301

i am not sure that are same things

Re: hi all , any coders here?

Posted: 02 Aug 2017, 10:54
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?

Re: hi all , any coders here?

Posted: 02 Aug 2017, 11:15
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

Re: hi all , any coders here?

Posted: 02 Aug 2017, 11:27
by Kaiserklein
I code in PHP and JS mostly

Re: hi all , any coders here?

Posted: 02 Aug 2017, 11:36
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.

Re: hi all , any coders here?

Posted: 02 Aug 2017, 11:45
by Gendarme
Gradients <3

Re: hi all , any coders here?

Posted: 03 Aug 2017, 00:48
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

Re: hi all , any coders here?

Posted: 03 Aug 2017, 01:47
by deleted_user
it appears there are some coders here

Re: hi all , any coders here?

Posted: 03 Aug 2017, 02:29
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.

Re: hi all , any coders here?

Posted: 03 Aug 2017, 09:26
by Laurence Drake
I'm pretty solid at BBCode, hit me up if you ever need any help with that.

Re: hi all , any coders here?

Posted: 13 Aug 2017, 16:46
by Goodspeed
Image

Re: hi all , any coders here?

Posted: 13 Aug 2017, 17:30
by Ashvin
JS is actually good

Re: hi all , any coders here?

Posted: 13 Aug 2017, 17:36
by Goodspeed
Ashvin wrote:JS is actually good
... the search continues

Re: hi all , any coders here?

Posted: 13 Aug 2017, 17:38
by LONEWOLF123
Goodspeed wrote:
Ashvin wrote:JS is actually good
... the search continues

15 ahahha intelegent life?

Re: hi all , any coders here?

Posted: 13 Aug 2017, 17:44
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.

Re: hi all , any coders here?

Posted: 13 Aug 2017, 17:50
by Goodspeed
Knew it would trigger you @Dolan 8-)

Re: hi all , any coders here?

Posted: 13 Aug 2017, 17:51
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.

Re: hi all , any coders here?

Posted: 13 Aug 2017, 18:10
by Kaiserklein
Why the hate towards js, out of curiosity?

Re: hi all , any coders here?

Posted: 13 Aug 2017, 18:35
by Dolan
Gotta Bing those arguments ;) 8-).

Re: hi all , any coders here?

Posted: 13 Aug 2017, 19:08
by Goodspeed
Kaiserklein wrote:Why the hate towards js, out of curiosity?
It's only a joke