Search Results

Search: Posts Made By: Octal
Forum: Programming 03-04-2008
2,950
Posted By Octal
To explain this better: You write the program...
To explain this better:
You write the program into a file called "cprog.c".
Then after you execute "gcc cprog.c -o cprog", use the command "ls" to list the current files in the directory ("man ls"...
Forum: Programming 03-02-2008
2,793
Posted By Octal
After trying '&&' instead of '||', I noticed that...
After trying '&&' instead of '||', I noticed that the function doesn't work correctly for black's, or white's moves.
Forum: Programming 02-25-2008
2,793
Posted By Octal
Reversi Game - Function help
So I am making a Reversi program, and I found that a function doesn't work correctly as it should.


int check_file(int x, int y, int xinc, int yinc, int xmax, int ymax, int xmin,
int...
Forum: What is on Your Mind? 09-06-2007
32
12,530
Posted By Octal
Ohh, thanks.
Ohh, thanks.
Forum: What is on Your Mind? 09-05-2007
32
12,530
Posted By Octal
For years I have thought that the egg came first,...
For years I have thought that the egg came first, and I still do. Though I accidentally clicked that the chicken came first...
Forum: What is on Your Mind? 08-25-2007
2,855
Posted By Octal
It will obviously be biased, as it is from...
It will obviously be biased, as it is from Microsoft's own website, so should you really take this seriously?
Forum: Programming 08-24-2007
8,813
Posted By Octal
The real question is "why not try?" The worst...
The real question is "why not try?" The worst thing that can happen is I don't succeed.
Forum: Programming 08-24-2007
8,813
Posted By Octal
I'm looking at some of the code (on my system:...
I'm looking at some of the code (on my system: /usr/src/linux-2.6.21.5/drivers/char/keyboard.c), and I just seem lost in the code. Do you have any documents on this subject that I should read?
Forum: What is on Your Mind? 08-20-2007
40,614
Posted By Octal
One. This laptop I am typing on right now. It's...
One. This laptop I am typing on right now. It's got 1GB RAM, 120GB HDD, and I forget any other specs. It's dual booting Windows XP and Slackware Linux; I use Linux for just about everything, but if...
Forum: What is on Your Mind? 08-15-2007
11,645
Posted By Octal
I choose "Less Government". My other options...
I choose "Less Government". My other options where "Less religion and beliefs" and "Less pollution".
Forum: What is on Your Mind? 08-15-2007
11,645
Posted By Octal
Can you make the poll so you can select multiple...
Can you make the poll so you can select multiple things?
Forum: What is on Your Mind? 08-13-2007
5,524
Posted By Octal
Perderabo, I have the same weather here in...
Perderabo, I have the same weather here in Pennsylvania.
Forum: What is on Your Mind? 08-10-2007
3,712
Posted By Octal
http://bbspot.com/Images/News_Features/2003/01/os_...
http://bbspot.com/Images/News_Features/2003/01/os_quiz/os2_warp.jpg
Forum: Programming 07-22-2007
8,813
Posted By Octal
I haven't, and how would i?
I haven't, and how would i?
Forum: Programming 07-22-2007
8,813
Posted By Octal
If you execute the program it echoes what you...
If you execute the program it echoes what you type into it, so it must be reading into the hardware correctly, right?
Forum: Programming 07-22-2007
8,813
Posted By Octal
I'm sorry I forgot to clarify these things. ...
I'm sorry I forgot to clarify these things.

This is meant to be a user process.
Forum: Programming 07-22-2007
8,813
Posted By Octal
I have an Intel processor, and this is under the...
I have an Intel processor, and this is under the Linux 2.6 kernel.
Forum: Programming 07-21-2007
8,813
Posted By Octal
inb(); not reading charaters as expected
I am sorry if this is in any way against the rules; the code isn't intended to be malicious, though it could be. If it is that bad, please delete/lock the thread instead of banning me.

So, I'm...
Forum: What is on Your Mind? 07-19-2007
17,447
Posted By Octal
Chinese/Japanese are great. Yellow Tail sashimi...
Chinese/Japanese are great. Yellow Tail sashimi FTW! And I love Mexican food. We have an authentic Mexican food store in my town. Not Tex-Mex or anything like that, but *real* Mexican food. It's...
Forum: Programming 07-19-2007
1,838
Posted By Octal
Though this doesn't do any networking... ...
Though this doesn't do any networking...
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

#define MAXLINE 1000
#define QUIT "/q"

int getline(char [], int);
int string_search(char...
Forum: What is on Your Mind? 06-27-2007
3,437
Posted By Octal
I don't mind the 'ur' stuff that much, being as I...
I don't mind the 'ur' stuff that much, being as I am 12, and everyone I know types like that. I don't approve of it, but I don't care. On unix.com, words are the only thing you have to communicate...
Forum: Programming 06-26-2007
2,536
Posted By Octal
It is /usr/include on my Linux box. Do an ls...
It is /usr/include on my Linux box.

Do an ls in /usr/include and post the results.
Forum: Programming 06-26-2007
35,042
Posted By Octal
#include <stdio.h> #define BITS_PER_BYTE 8 ...
#include <stdio.h>

#define BITS_PER_BYTE 8

void hex(long);
void octel(long);
void binary(long);

main()
{
long n;

while (scanf("%ld", &n)) {
hex(n);
...
Forum: Programming 06-25-2007
35,042
Posted By Octal
Does anyone have a tutorial on these? I've been...
Does anyone have a tutorial on these? I've been fooling around with them and trying to see what they do to diffrent characters, but reading a tutorial would be much more efficient then conducting my...
Forum: Programming 06-25-2007
35,042
Posted By Octal
Alright, let me see if I understand. These Hex...
Alright, let me see if I understand. These Hex Values can refer to a certain bit in a word, but how could I use this? Is there an operator (if so, I'm assuming a bitwise) that would declare that...
Showing results 1 to 25 of 67

 
All times are GMT -4. The time now is 11:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy