Search:

Type: Posts; User: Goxy

Search: Search took 1.96 seconds.

  1. Thread: Arduino

    by Goxy
    Replies
    1
    Views
    1,236

    Re: Arduino

    Ok, after a lot of trial and error I finally found where the bug was.
    It seems to me that those Adafruit libraries were not correctly included on my sketch.
    In addition to downloading and...
  2. Thread: Arduino

    by Goxy
    Replies
    1
    Views
    1,236

    Arduino

    Is anyone here working by any chance working with Arduino ?
    So I bought a 8x8 Matrix LED, and I hooked it up with my Arduino, everything was cool, downloaded the needed libraries for the backpack...
  3. Replies
    3
    Views
    1,121

    Re: HTML - Main page [Click Logo]

    I would appreciate if you could actually read what I have written before commenting, thanks.
    But yeah am getting into it slowly and learning how to code HTML pretty basic stuff, very easy I just...
  4. Replies
    3
    Views
    1,121

    HTML - Main page [Click Logo]

    Ok, am using Wordpress and I have pretty much most of mine site done. Am creating my band's website, but I don't understand how to make a main page.
    I would like to make a main page where you could...
  5. Replies
    10
    Views
    1,292

    [SOLVED] Re: Building a calculator

    Lel, ok am back sooner than I thought, it seems like this was very easy now that I reread everything I have learned, I can't believe this was so simple:
    All I had to do is just created an int, name...
  6. Replies
    10
    Views
    1,292

    [SOLVED] Re: Building a calculator

    As a matter of a fact since I literally just started programming, been a week or so, after looking for an actual solution to my given task I have come to conclusion that's it was too early for me to...
  7. Replies
    10
    Views
    1,292

    [SOLVED] Re: Building a calculator

    As i said in my last post: Am just going to add a function that once I have executed the calculation it doesn't end the program strait away.
    That is, once the give calculation is calculated, I would...
  8. Replies
    10
    Views
    1,292

    [SOLVED] Re: Building a calculator

    I've solved and written it. Crash thanks for the help with a code mate!



    package project1;
    import java.util.Scanner;

    public class Learning
    {
    public static void main(String args[])
  9. Replies
    10
    Views
    1,292

    [SOLVED] Re: Building a calculator

    I found the mistake after a lot of messing around, basically you cannot type number1 = Scanner.nextDouble(); i realised that my code was actually looking at the input so for the code to work I had to...
  10. Replies
    10
    Views
    1,292

    [SOLVED] Building a calculator

    Hi guys, am pretty new to java, i have few websites with alot of tutorials and help, besides that i have a friend also who started programming java this year, long story short, am getting a lot of...
Results 1 to 10 of 11