Recent content by sean1234
-
S
My Laptop Hurts My Lap - Solutions & Advice
I just purchased my first laptop computer about a month ago, and I am noticing some discomfort in my (male) lap. At first I thought perhaps it was due to the heat. But after moving it out of my lap to say a desk, I still noticed discomfort. I am thinking *maybe* it is related to the wireless...- sean1234
- Thread
- Laptop
- Replies: 21
- Forum: Biology and Medical
-
S
How to Use the Sudoku Module in Ruby to Solve Puzzles?
I guess that was a bit unclear for me. It says that it is a "module to solve Sudoku puzzles." I am not really certain what exactly that is.- sean1234
- Post #3
- Forum: Programming and Computer Science
-
S
How to Use the Sudoku Module in Ruby to Solve Puzzles?
I wrote the below code in a text editor, saved it as foo.rb Now I assume to run it, I simply go into the terminal and enter ruby foo.rb, yet nothing happens. module Sudoku class Puzzle ASCII = ".123456789" BIN = "\000\001\002\003\004\005\006\007\010\011" def initialize(lines) if...- sean1234
- Thread
- Program Ruby
- Replies: 3
- Forum: Programming and Computer Science
-
S
Can You Master the Art of Cow Chip Throwing?
There is MXC. http://youtube.com/watch?v=fvIybNaWKjg&feature=related"- sean1234
- Post #9
- Forum: General Discussion
-
S
Can You Master the Art of Cow Chip Throwing?
When I was in China watching TV in my hotel room I saw this strange competition that was a sumo match in principle though the only difference was that each participant had to hold one leg off the ground, with their knee up against their chest. I have no idea what it was called though. It was...- sean1234
- Post #4
- Forum: General Discussion
-
S
Monitor Color Problem - Desktop Troubleshooting
The cable was loose. haha- sean1234
- Post #2
- Forum: Computing and Technology
-
S
Monitor Color Problem - Desktop Troubleshooting
It appears my desktop monitor is not displaying red. Incidentally I just purchased a laptop and was running it in front of the desktop monitor. I don't believe the problem is related to any manual change of setting, as I have not adjusted anything.- sean1234
- Thread
- Color Monitor
- Replies: 1
- Forum: Computing and Technology
-
S
Create Apache Virtual Host: Step-by-Step Guide
I am attempting to create a virtual host here on my machine. I assume the place to do this is in the /etc/apache2/sites-enabled/000-default file. The file currently reads this: NameVirtualHost * <VirtualHost *> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory />...- sean1234
- Thread
- apache Virtual Web hosting
- Replies: 2
- Forum: Computing and Technology
-
S
PHP PHP Syntax Error: Unexpected '>' Character
Thanks for the support! It was the quote spacing.- sean1234
- Post #9
- Forum: Programming and Computer Science
-
S
PHP PHP Syntax Error: Unexpected '>' Character
"Order by date posted" is indented if that is what you mean xAXISx. It just pasted on here as if it wasn't.- sean1234
- Post #7
- Forum: Programming and Computer Science
-
S
PHP PHP Syntax Error: Unexpected '>' Character
<?php require("header.php"); $sql = "SELECT entries.*, categories.cat FROM entries, categories WHERE entries.cat_id = categories.id ORDER by dateposted DESC LIMIT 1;"; $result = mysql_query($sql); $row = mysql_fetch_assoc($result); fwrite(STDERR,__LINE__.": ".mysql_error()."\n")...- sean1234
- Post #6
- Forum: Programming and Computer Science
-
S
PHP PHP Syntax Error: Unexpected '>' Character
<?php require("header.php"); $sql = "SELECT entries.*, categories.cat FROM entries, categories WHERE entries.cat_id = categories.id ORDER by dateposted DESC LIMIT 1;"; $result = mysql_query($sql); $row = mysql_fetch_assoc($result); echo "<h2><a href='viewentry.php?id" . $row['id']...- sean1234
- Post #3
- Forum: Programming and Computer Science
-
S
PHP PHP Syntax Error: Unexpected '>' Character
<?php require("header.php"); $sql = "select entries. * , categories.cat FROM entries, categories WHERE entries.cat_id = categories.id ORDER BY dateposted DESC LIMIT 1;"; $result = mysql_query($sql); $row = mysql_fetch_assoc($result); echo "<h2><a href='viewentry.php?id=" ...- sean1234
- Thread
- Code Php
- Replies: 8
- Forum: Programming and Computer Science
-
S
Can I Get a Good-Paying Job with a Physics Degree and No Experience?
Ah, well i see now that you have worked a job. Again, I still suggest using an employment agency if nothing good comes up. You could find one specializing in scientific and engineering jobs, and work through that.- sean1234
- Post #15
- Forum: STEM Academic Advising
-
S
Can I Get a Good-Paying Job with a Physics Degree and No Experience?
Well I believe going into patent law, at least the part that makes 'serious money',would require a law degree. Why are you limiting yourself just to physics jobs? I suggest you try working through employment agency, as a temporary employee for a contract company. Since you have no work...- sean1234
- Post #14
- Forum: STEM Academic Advising