Search Results - JustLinux Forums


Search:

Type: Posts; User: Sepero

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    278
    Views
    668,909

    tecknophreak saves the day again. :)

    tecknophreak saves the day again. :)
  2. Replies
    278
    Views
    668,909

    cybertron is right. A good challenge is probably...

    cybertron is right. A good challenge is probably about 100-20 lines of code or less.

    Here is a common problem:
    Write a program that takes an unsigned integer, and outputs it in binary form.
  3. Replies
    278
    Views
    668,909

    Here's a new challenge. I was posed this problem...

    Here's a new challenge. I was posed this problem earlier today, and it took me a lot longer to figure out than I originally thought it would. I have yet to put it into code myslef.

    Create a...
  4. Replies
    278
    Views
    668,909

    You have awaken the beast... Can you define...

    You have awaken the beast...

    Can you define what a "2x2 matrix" is, for those of us that may not know. I have a couple of ideas, but I'm not sure if they match what you're thinking.
  5. Replies
    278
    Views
    668,909

    Yeah, I kinda wanna do it myself, but at the same...

    Yeah, I kinda wanna do it myself, but at the same time, I don't wanna spoil the fun for anyone else. ;)
  6. Replies
    278
    Views
    668,909

    If I may take that as a personal challenge... ;)...

    If I may take that as a personal challenge... ;)


    #include <stdio.h>
    #include <string.h>

    char s[] = "vroooom race";
    void f(char t)
    { printf("%c", t); }
  7. Replies
    278
    Views
    668,909

    Nice spx2. I hadn't expected a loop like that....

    Nice spx2. I hadn't expected a loop like that. There is definitely more than one way to do it. :)
  8. Replies
    278
    Views
    668,909

    LOL, yeah. Now this time, only use the string...

    LOL, yeah. Now this time, only use the string "vroooom race".



    EDIT:
    Good job technophreak. I guess I didn't make myself understood as well as I thought.
    I'll try again. :)


    Using:
  9. Replies
    278
    Views
    668,909

    Using a single recursive loop, Print this:...

    Using a single recursive loop, Print this:
    vroooom racecar vroooom

    You can use a string or array, but it should be printed one character at a time.
    :)
  10. Replies
    278
    Views
    668,909

    Take the sentence: "She sells sea shells by the...

    Take the sentence:
    "She sells sea shells by the sea shore"

    Reorder the words alphabetically, and do it in your favorite language.
    ;)
  11. Replies
    278
    Views
    668,909

    I can't program perl and I can't really read the...

    I can't program perl and I can't really read the code well(though, I would imagine the "?" and ":" pairs are of "if" and "else").

    It looks VERY repetitive though. Is there absolutely no way they...
  12. Replies
    278
    Views
    668,909

    bwkaz, you're like a regex guru or something. I...

    bwkaz, you're like a regex guru or something. I don't know how you remember all that stuff!
    :p
  13. Replies
    278
    Views
    668,909

    Nice one hop-frog. I thinking about trying it...

    Nice one hop-frog. I thinking about trying it with a shell script, but when you mentioned no punctuation, that got my mind really wondering. :)
  14. Replies
    278
    Views
    668,909

    bwkaz, don't you have anything to say about this?...

    bwkaz, don't you have anything to say about this? ;)
  15. Replies
    278
    Views
    668,909

    #!/bin/bash # pass the file with quotes as an...

    #!/bin/bash
    # pass the file with quotes as an argument

    # range = the lenth of quote file
    range=`cat $1 | wc -l`
    # line = a random number between one and range
    let "line=($RANDOM%$range)+1"
    #...
  16. Replies
    278
    Views
    668,909

    Calling me out? Heheh. I would, but I just...

    Calling me out?
    Heheh. I would, but I just accidentally deleted my whole hd. Partitioning error without backing up. (I know, I know... stupid idea) :D

    I'm gonna be spending the next few days...
  17. Replies
    278
    Views
    668,909

    Search google for "online bookmarks"....

    Search google for "online bookmarks".
    http://www.backflip.com/
    http://www.mybookmarks.com/
    http://murl.com/
    http://webfavorites.com/

    I used to use a site like this a couple years ago. I quit...
  18. Replies
    278
    Views
    668,909

    Re: Programming challenge

  19. Replies
    278
    Views
    668,909

    Ummm.... can we turn this back into a...

    Ummm.... can we turn this back into a "Programming Challenges" thread? For some reason it has become a "Mathematical Challenges" thread. :confused:
  20. Replies
    278
    Views
    668,909

    Nice job, techno.

    Nice job, techno.
  21. Replies
    278
    Views
    668,909

    Thanks for the compliment.(Notice my signature)...

    Thanks for the compliment.(Notice my signature) :D
    I was gonna use GPL, but I figured it's a little extreme for something small as this.
  22. Replies
    278
    Views
    668,909

    I'm attaching the binary for any non-C++...

    I'm attaching the binary for any non-C++ programmers. I might actually use this program sometime, so I thought you guys might too. :)
  23. Replies
    278
    Views
    668,909

    Cool. I only thought I had to do 36base, but...

    Cool. I only thought I had to do 36base, but after re-reading it, I see he wanted "up to base 36". After a few modifications, it does binary, octal, hex, up to base36 and everything inbetween!!! :D
  24. Replies
    278
    Views
    668,909

    Ok, I've got some good decyphering challenges...

    Ok, I've got some good decyphering challenges made especially for you guys. These are not impossible like some of the previous posts. They will all decypher into english text. Please Post Your Answer...
  25. Replies
    278
    Views
    668,909

    Cool. That was fun. How 'bout another. :p ...

    Cool. That was fun. How 'bout another. :p

    Written in C++. I deleted my previous post and included the file instead. This way it doesn't spoil the fun for others.

    Edit:
    This was in reply to...
Results 1 to 25 of 26
Page 1 of 2 1 2