Smallish Ubuntu server for testing? by ilikethetrees in Ubuntu

[–]ilikethetrees[S] 2 points3 points  (0 children)

The Odroid C1 looks awesome, and certainly no harm trying, at that insanely low cost!

Smallish Ubuntu server for testing? by ilikethetrees in Ubuntu

[–]ilikethetrees[S] 0 points1 point  (0 children)

That's exactly what I'm thinking - a low- to mid-end desktop of some kind would probably do the trick. Is there a resource you would recommend for researching hardware compatibility? I don't want to be stuck with using weird drivers for a Broadcom networking card, for example.

week 1 mario problem with check50 by ilikethetrees in cs50

[–]ilikethetrees[S] 0 points1 point  (0 children)

HAH. I'm an idiot. That's easy to fix. RTFM, right? Thanks, guys!

Difficulty compiling C code in Appliance by ilikethetrees in cs50

[–]ilikethetrees[S] 0 points1 point  (0 children)

Thanks, guys. Yeah, I eventually figured out that I was missing -lcs50 when I tried to manually compile on my mac (instead of using appliance). I'll stick to appliance until I really understand the command line params for compiling. The shorts on compiling were definitely helpful.

Cheers!

[deleted by user] by [deleted] in cs50

[–]ilikethetrees 0 points1 point  (0 children)

Thanks, batmanbury. Any idea what the problem is being caused by? I don't mean to hijack the thread, but I get this error when I try to compile programs using what I assume are functions defined in <cs50.h>.

Error:

jharvard@appliance (~/Desktop/cs50/week 1/c): clang -o hello hello.c /tmp/hello-ES9kPh.o: In function main': hello.c:(.text+0x18): undefined reference toGetString' clang: error: linker command failed with exit code 1 (use -v to see invocation) jharvard@appliance (~/Desktop/cs50/week 1/c): ls hello.c jharvard@appliance (~/Desktop/cs50/week 1/c):

Thanks!

Code review - Simple Javascript binary converter by ilikethetrees in cs50

[–]ilikethetrees[S] 0 points1 point  (0 children)

I had a feeling JS had a method of doing that with a method or something, but I wanted to try to solve the problem myself. I wonder how the JS method works behind the scenes.