@abdul Well, that's up you you of course. You need to implement the features you'd like to have in your bot by yourself or find some libraries to do the work for you.
Alternatively you could use .endsWith(".class") so you can skip one check and your code will not fail for other files that contain ".class" in weird places.
Sorry, I'm a little late to the party but I'd still like to welcome you to this forum, @Pidgy ! Hope you have a good time here. Funny btw, anther one who started programing with batch 😁
Actually, I haven't been reading lots of technical literature. Mostly I've encountered a problem and tried solving it "learning by doing". Of course this is not a good answer to all kinds of problems and as it is, I had to read some books when I did my studies in scientific programing. Most of...
Thanks mate. Actually more complex shapes are much harder, especially in 3d. Haven't tried too much in that direction yet, but in general the more complex the shape is, the more complex the calculation will become. And there are even completely other levels of complexity, like non-linear...
Increase the size of the canvas
Currently, the canvas containing our objects is pretty small. Let's increase the size a little bit using some styling in html and in TypeScript.
<html>
<head>
<script type="text/javascript" src="collisions.js"></script>
</head>
<body>...
Introduction
Everyone who plays computer games has seen it probably once at least: objects, falling right through other objects or surfaces. Collision detecting in games is a pretty complex thing but most game engines nowadays handle it without the game developer noticing it. So I thought I'd...
I agree with both of you guys. It mostly depends on the environment the coder is working in. Obviously if the coder is working on a personal project of small size there are completely different requirements on the code than if it was a large scaled project written by a team of multiple coders...
First of all there's LineageOS. LineageOS is a fork of AOSP that's specialized in privacy. In this case I'd love to contribute as device maintainer, but I haven't been able to produce stable builds yet for my device. I've been using their builds up to now but if their current maintainer stops...
Good day everyone, I'm The Nifty Coder. Some of you might know me using other names. I'm by now almost 30 years old and I was born and still live in Germany.
My first contact with Computers and Software was actually with Windows 3.11 and some DOS games like Commander Keen. I've always been...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.