Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

beginner question

  1. M

    C++ How to get C++ to identify colors in a webcam.

    Hello Everyone, I am working on a project, and it is a marble track like Marbula One. It's like a formula one track for marbles. I need a way to get a program to identify different colored marbles and to start, stop, and record times for them when they pass a certain part of the track. What...
  2. Gigiux

    JavaScript How to draw a PacMan with sin/cos in JavaScript (for beginners)?

    Hello, I am new to JS and I would like to create a function to draw a PacMan using sin/cos functions. I defined a function draw_pacman that takes the context, the angle of the open mouth, the x/y position of the object and the radius of the object. The angle is defined as a mouth object...
  3. J

    HTML & CSS Need Help Using Semantic Elements - Refactor Code

    Hi Everyone, I am starting out on learning how to code (the proper way) and I simply am at a total loss or confusion. I need to be able to refactor code using semantic elements in HTML & CSS. I cant figure out where to break each section or where to use its proper semantic element so that its...
  4. J

    HTML & CSS How to Properly refactor your code using Semantic Elements HTML & CSS

    Hi Everyone, I am starting out on learning how to code and I simply am at a total loss or confusion. I need to be able to refactor code using semantic elements in HTML & CSS. I cant figure out where to break each section or where to use its proper semantic element so that its not using so many...
  5. K

    Node.JS Calculate something locally and show the results on server (newbe question)

    Hello, can somebody please help me. I'm new to nodejs. I have to do the following task (without any further explonation); "Please implement the HTML form and calculate with JavaScript (locally in the browser) and on the server with Node.js the result" It's a currency excahnge app. I can build...
Back
Top Bottom