Sascha's Webmaster/Mapper/Coder Application

Locked
User avatar
Sascha8a
Registered user
Posts: 12
Joined: 08 Oct 2015, 15:45
Location: Austria, Wiener Neustadt

Sascha's Webmaster/Mapper/Coder Application

Post by Sascha8a » 10 Oct 2015, 06:13

Byond ID:
[list]Sascha8a[/list]
Gender:
[list]Male[/list]
Location:
[list]Austria, the great inventer of the Wieners and the Wiener Schnitzel.[/list]
Birth date:
[list]5 Feb 1999[/list]
Today's date:
[list]10 Oct 2015[/list]
Age:
[list]    
I am 6091 days old.
Which is 870 weeks and 1 day.
That's 16 years and 247 days, including 4 leap days,
or 16 years, 35 weeks and 2 days.

In other words, that's 200.16 months.
Therefore, I am 16.68 years old.
[/list]
How I would define myself (Coder, Mapper, Spriter):
  • I would define myself as a willing and enthusiastic webmaster and mapper, able to learn things quick and by himself.
    In addition I know how to map decently and I always try to come up with new and interesting ways/designs for the maps.
Programming Languages:
[list][*]Python
[*]LUA[/list]
Markup Languages:
[list][*]HyperText Markup Language[/list]
Stylesheet Languages:
[list][*]Cascading Style Sheets[/list]
Scripting Languages:
[list][*]JavaScript[/list]
Any previous experience developing with SS13?
[list][*]N/A[/list]
How well do you know Git?
[list]Pretty well. Addition:
[*]Github Educational Account[/list]
My primary job is server development, not policing the server. I may be given Moderator-level of access but I should *not* be invoking any administrative actions unless there are no moderators or Admins online. Do I understand?
[list]Yes, I do understand and support a strict restriction.[/list][/b]
Additional Skills/Hobbys of no/less relevance:
[list][*]SHA-256 Bitcoin Mining
[*]Setting up Web/Gameservers
[*]Russian and German Language
[*]Hyper-V Server Management
[*]SS13 Tcomms Codeing[/list]
Anything else you'd like to add?
[list]I am able, but not limited to useing the Programming Languages listed above. This means that I'm able to learn and apply new languages and skills very easily. In addition I'm currently attending the best higher technical High school in my Country. Further more I've got around 4-8 hours time to code or play daily. [/list]
Last edited by Sascha8a on 13 Oct 2015, 06:11, edited 4 times in total.
“The master has failed more times than the beginner has even tried” – Stephen McCranie

User avatar
AlexCraftHD
Registered user
Posts: 30
Joined: 02 Oct 2015, 12:45

Re: Sascha's Webmaster/Mapper/Coder Application

Post by AlexCraftHD » 10 Oct 2015, 07:01

That age brings chil to my spine
Image

User avatar
FatalEYES
Registered user
Posts: 114
Joined: 01 Aug 2015, 10:22
Location: Seattle, WA

Re: Sascha's Webmaster/Mapper/Coder Application

Post by FatalEYES » 10 Oct 2015, 07:35

I normally stay out of the coding apps and such since I know practically nothing about it, but you seem pretty well informed about the whole subject, and willing to learn anything that you may need to if you don't know it already. I'm sure you could be pretty useful to the other Devs on our server. Of course, this is up to them to decide.
Image
Image
Image

User avatar
apophis775
Host
Host
Posts: 6985
Joined: 22 Aug 2014, 18:05
Location: Ice Colony
Byond: Apophis775
Contact:

Re: Sascha's Webmaster/Mapper/Coder Application

Post by apophis775 » 10 Oct 2015, 19:13

None of the languages you listed, are programming languages, they are scripting languages.

Correction, LUA is, but the others are scripting.

User avatar
Stalin
Registered user
Posts: 80
Joined: 28 Jul 2015, 02:08
Location: Москва́

Re: Sascha's Webmaster/Mapper/Coder Application

Post by Stalin » 10 Oct 2015, 19:21

apophis775 wrote:None of the languages you listed, are programming languages, they are scripting languages.

Correction, LUA is, but the others are scripting.
They do provide a good basis to learn other languages, such as the one BYOND uses (which isn't much more advanced than LUA), assuming he's experienced in all of them. Give him a project to attempt.
Long live our Soviet motherland,
Built by the people's mighty hand.
Long live our people, united and free.
Strong in our friendship tried by fire.
Long may our crimson flag inspire,
Shining in glory for all men to see.

- Soviet Anthem 1944

User avatar
Sascha8a
Registered user
Posts: 12
Joined: 08 Oct 2015, 15:45
Location: Austria, Wiener Neustadt

Re: Sascha's Webmaster/Mapper/Coder Application

Post by Sascha8a » 11 Oct 2015, 03:17

apophis775 wrote:None of the languages you listed, are programming languages, they are scripting languages.

Correction, LUA is, but the others are scripting.
The term "scripting language" is used loosely to refer to dynamic high-level general-purpose language, such as Perl, Tcl, and Python, with the term "script" often used for small programs (up to a few thousand lines of code). That means Python does count as a Programming language.
“The master has failed more times than the beginner has even tried” – Stephen McCranie

User avatar
bustered1
Registered user
Posts: 127
Joined: 16 Sep 2015, 13:16
Location: Southern USA, 'murica

Re: Sascha's Webmaster/Mapper/Coder Application

Post by bustered1 » 12 Oct 2015, 10:34

Personally after mainly coding in c languages myself Python is so out there but Sascha is right it is a programming language and a scripting language.

User avatar
apophis775
Host
Host
Posts: 6985
Joined: 22 Aug 2014, 18:05
Location: Ice Colony
Byond: Apophis775
Contact:

Re: Sascha's Webmaster/Mapper/Coder Application

Post by apophis775 » 12 Oct 2015, 21:33

No, the difference between a scripting language and a programming language, is that scripting languages don't have a "compile" step. Your are just "scripting" the commands into a sequence, which is why python is a SCRIPTING language. Additionally, scripting languages don't generally allow the inclusion of libraries. I mean, I know some are coming along towards that, but the compilation step is a huge part that divides it. You can run a script without compiling (it will work or it won't). You can't run something you program without a compilation step.

And I only include LUA into programming languages, because it supports libraries.


If you have more questions, let me know. I team programming at a college level.

User avatar
Sascha8a
Registered user
Posts: 12
Joined: 08 Oct 2015, 15:45
Location: Austria, Wiener Neustadt

Re: Sascha's Webmaster/Mapper/Coder Application

Post by Sascha8a » 13 Oct 2015, 05:27

apophis775 wrote:No, the difference between a scripting language and a programming language, is that scripting languages don't have a "compile" step. Your are just "scripting" the commands into a sequence, which is why python is a SCRIPTING language. Additionally, scripting languages don't generally allow the inclusion of libraries. I mean, I know some are coming along towards that, but the compilation step is a huge part that divides it. You can run a script without compiling (it will work or it won't). You can't run something you program without a compilation step.

And I only include LUA into programming languages, because it supports libraries.


If you have more questions, let me know. I team programming at a college level.

And that's exactly the point! Python had got a compiler and it does allow the inclusion of "librarys" and Python does have a compiler.

I personally think it doesn't really matter wich one it is. The official definition of Python is:
http://www.Python.org/ wrote:Python is a programming language that lets you work quickly and integrate systems more effectively.
As I said, it doesn't really matter.
“The master has failed more times than the beginner has even tried” – Stephen McCranie

User avatar
Sascha8a
Registered user
Posts: 12
Joined: 08 Oct 2015, 15:45
Location: Austria, Wiener Neustadt

Re: Sascha's Webmaster/Mapper/Coder Application

Post by Sascha8a » 23 Oct 2015, 12:29

Stalin wrote: They do provide a good basis to learn other languages, such as the one BYOND uses (which isn't much more advanced than LUA), assuming he's experienced in all of them. Give him a project to attempt.

As Stalin stated above it would be a good idea to give me a task and I'll finish it to the best of my abilitys. It would be very appreciated if you give me the task soon, because I've got holidays the next week, wich means I've got a lot of time to finish the task.
“The master has failed more times than the beginner has even tried” – Stephen McCranie

User avatar
bustered1
Registered user
Posts: 127
Joined: 16 Sep 2015, 13:16
Location: Southern USA, 'murica

Re: Sascha's Webmaster/Mapper/Coder Application

Post by bustered1 » 26 Oct 2015, 12:17

apophis775 wrote:No, the difference between a scripting language and a programming language, is that scripting languages don't have a "compile" step. Your are just "scripting" the commands into a sequence, which is why python is a SCRIPTING language. Additionally, scripting languages don't generally allow the inclusion of libraries. I mean, I know some are coming along towards that, but the compilation step is a huge part that divides it. You can run a script without compiling (it will work or it won't). You can't run something you program without a compilation step.

And I only include LUA into programming languages, because it supports libraries.


If you have more questions, let me know. I team programming at a college level.
I understand you are a professor (which I assume is in programming from what you are saying here), but Python is both a scripting and programming language. Probably more-so programming. Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Now this is sort of becoming a discussion, and I feel bad that this is becoming sort of off topic...

Source? https://www.python.org/doc/essays/blurb/

Then again, I may not know as complicated code as you do. I've always just heard that Python is a programming language and a scripting language from people who have coded in Python before. A friend of a friend of mine uses Python to code security and maintain the network of a restaurant chain. I've talked enough with him to derive that it is mainly used for scripting, but is indeed a programming language.

User avatar
apophis775
Host
Host
Posts: 6985
Joined: 22 Aug 2014, 18:05
Location: Ice Colony
Byond: Apophis775
Contact:

Re: Sascha's Webmaster/Mapper/Coder Application

Post by apophis775 » 15 Nov 2015, 04:42

Again, the difference between a programming language and a scripting language, is the necessity for using a compiler.

It's still "code" but the "level" on the hierarchy of programming is VERY different.


Anyway, I'm going to deny this for now. Outside of this topic, I've never really seen you, and we take our code fairly seriously.

User avatar
Lostmixup
Donor
Donor
Posts: 1020
Joined: 20 May 2015, 16:25
Location: Cloud 9

Re: Sascha's Webmaster/Mapper/Coder Application

Post by Lostmixup » 02 Feb 2016, 18:50

Moved.
Default Scrolly Blur

Locked