Here I am stuck in a rut with JavaScript... :x
What's got you stuck? You learning it still, or have a project at hand?Here I am stuck in a rut with JavaScript... :x
This is when you learn that the second door is labeled "washroom_mens" and it just has a urinal ($DEITY help you if you're a man and need to go #2, because womenstoilet($male) is not permitted). and this my friends is why php is terrible. use anything else, thank youThis is usually the part when someone comes along and mentions that programming languages can be industry-specific and wildly fluctuating from one day to the next, meaning the one important skill you can pick up as an engineer is simply your ability to quickly switch and learn from one language to another. :)
Yeah, I definitely feel you there. Even in Linux, things like Qt have taken the text out of UI building. Most of the time I would just use a browser to get things done, whether that's on a server or in Electron/Muon or whatnot is whatever.Am I the only one who's fed up with GUI designers? Those things are litterally only capable of creating gigantic overblown monstrosities and whenever you decide to write your own GUI component it turns out to be a hugh mess getting this thing to actually show up in them.
And then people give me flak whenever I mention that I prefer writing GUIs with a simple text editor. <_<
Team projects at school, I tell you...we gat an assignment to write a piece of software for another group of pupils at school. Leaving out the fact that I'm in that one group who was not allowed to demand another group to build some software for me, I also managed to get the most competent team members.
It's only a two man team, mind you. Thing is: my first partner bailed out and moved back one year leaving me on my own. Shortly after I got a replacement. Haven't heard anything from him for months. Well, supposedly he just doesn't want to go to school, for whatever reason, as well. Doesn't change the fact, that I'm on my own, again. It also doesn't help, that my teacher told us, to write a 15 papers long assignment including documentation, specs, test scenarios, etc.
Well, at least I got pretty far into the development of this thing and I also happen to still have my LaTeX template I made for another assignment. Also, next year I need to develop something on my own anyway, so: good practice, I guess?
I also learnt a bit about OOP GUI development, so that's nice.
Do you guys have any experience with Java Applets? I was tasked with making educational interactive materials for kids about basic data structures. And because I was working pretty much only in Java for the last year I was thinking about using it for this.
Also, I wanted to make real life example for each structure. I was thinking about comparing queue to the queue in the school cafeteria, but I don't know what I should compare to stack. Do you have any ideas?
Add me to the list. I'm Danny and I'm pretty good at Java and C#. FBI is top bae.
They are completely different. JavaScript is a Scripting Language used primarily for web development whereas Java is more of a general purpose language, aimed for software projects, that claims to be crossplatform.I am interested in learning and am currently studying coding. Java and Javascript are separate things, correct?
while ( (name[c++] = ch = fgetc(load)) != '~');