Programming Thread

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

0 Members and 10 Guests are viewing this topic.

the-pi-guy


Legend


the-pi-guy

I now have books on databases.  

The only subject matter that I can think in CS, that I don't have a textbook is security.

the-pi-guy

Quote from: Legend on Mar 05, 2018, 03:19 PM.
Did you start off with any tutorials in Unity?  

Or did you just read documentation?

Legend

Quote from: the-Pi-guy on Mar 06, 2018, 03:20 PMDid you start off with any tutorials in Unity?  

Or did you just read documentation?
I happened upon this simple FPS tutorial and was just going through that to learn Unity and scripting.


(was a new video the last time I watched it  :P )

Before finishing that series, I started working on VizionEck and then just learned through documentation/google.

the-pi-guy

I gotta find time to do that.

Legend

Quote from: the-Pi-guy on Mar 06, 2018, 04:03 PMI gotta find time to do that.
Are you trying to learn Unity, or do you mean for Lumberyard?

the-pi-guy

Quote from: Legend on Mar 06, 2018, 04:26 PMAre you trying to learn Unity, or do you mean for Lumberyard?
Well either one.   ;D

Would like to do Lumberyard, but Unity might be a better segue. 

Being familiar with Unity is probably a plus whether I use unity or lumberyard at some point. 

Legend

Quote from: the-Pi-guy on Mar 06, 2018, 04:31 PMWell either one.   ;D

Would like to do Lumberyard, but Unity might be a better segue.  

Being familiar with Unity is probably a plus whether I use unity or lumberyard at some point.  
Unity is fairly easy especially if you like programing. You could probably pick it up in less than a day.

the-pi-guy

Quote from: Legend on Mar 06, 2018, 04:37 PMUnity is fairly easy especially if you like programing. You could probably pick it up in less than a day.
Just have to find a day when I can work on stuff.  :D

the-pi-guy

Quote from: the-Pi-guy on Mar 01, 2018, 03:37 PMHere comes first compiler test.  
First one done, and got the highest score.  96.5%

the-pi-guy

@Yo

Do you remember how to do precedence in a recursive descent parser?  

the-pi-guy

#237



I wonder if there are two stacks in the Bible.  That'd make it Turing Complete!  

Quote from: the-Pi-guy on Mar 07, 2018, 12:20 AM@Yo

Do you remember how to do precedence in a recursive descent parser?  
Got 100% on it!  

Legend

#238
Shader programming is hard/fun. It's really unique withh how it runs.

darkknightkryta

Quote from: Legend on Mar 24, 2018, 04:42 AMShader programming is hard/fun. It's really unique withh how it runs.
Did they make shader compilers?  Last time I looked at them was about 10 years ago.