Search Results

Search: Posts Made By: Errigour
Forum: Programming 11-02-2012
2,619
Posted By Errigour
just close it then
just close it then
Forum: Programming 11-02-2012
2,619
Posted By Errigour
Corono please compile the file and use valgrind....
Corono please compile the file and use valgrind. The errors are so long. and you may be right this desktop might not copy the /n character for some reason but to do what you want is a very...
Forum: Programming 11-02-2012
2,619
Posted By Errigour
I must have missed that part of the document...
I must have missed that part of the document could you show an example? Lemme post the errors i got also for these guys. It's funny because every error usually has a line number of the problem but...
Forum: Programming 11-02-2012
2,619
Posted By Errigour
what do you mean release the ncurses objects?
what do you mean release the ncurses objects?
Forum: Programming 10-30-2012
2,619
Posted By Errigour
Cannot understand the C errors
I have this peice of code I was hoping someone could look at. I use valgrind ./a.out to test it and it comes up with errors but none that I can understand.
Maybe someone here could help me.
The...
Forum: Programming 10-01-2012
2,130
Posted By Errigour
Alright, thank you
Alright, thank you
Forum: Programming 09-29-2012
2,130
Posted By Errigour
vga assembly question
Im trying to make a vga program for linux Im wondering if anyone knows of a simple document on the subject or if someone could show me some basics. What system calls should I use what parameters...
Forum: Programming 07-01-2012
1,179
Posted By Errigour
would you show me an example?
would you show me an example?
Forum: Programming 07-01-2012
1,179
Posted By Errigour
Quick ncurses question
Is there a way to use the mouse in tty1 with the ncurses library? I can use mouse event features only in x terminals because theres no mouse pointer in tty1.
Forum: Programming 05-10-2012
2,729
Posted By Errigour
Well I solved my problem I was just hoping you...
Well I solved my problem I was just hoping you would show me how to concatenate. Thanks anyway.
Forum: Programming 05-10-2012
2,729
Posted By Errigour
I was asking if someone would show me a way...
I was asking if someone would show me a way without using dup. Is is possible to do that just using the x86 instruction set?

---------- Post updated at 02:13 AM ---------- Previous update was at...
Forum: Programming 05-10-2012
2,729
Posted By Errigour
Is there a lower level way to add '$' to the end...
Is there a lower level way to add '$' to the end of receive?
Forum: Programming 05-10-2012
2,729
Posted By Errigour
Here's receive it's kind of like the line right...
Here's receive it's kind of like the line right before it accept it defines a line that is 30 bytes long and everything else is truncated.

Receive db 30d
Here's line 18 This code sends a string...
Forum: Programming 05-09-2012
2,729
Posted By Errigour
alright could you show me how to concatenate '$'...
alright could you show me how to concatenate '$' to dx before I print Receive. Here's a cleaner version of the program. Line number eighteen is the line that needs concatenating.

ORG 100h ; Start...
Forum: Programming 05-08-2012
2,729
Posted By Errigour
Ok i have a small assembly question
I have this small program that runs with the flat assembler. My problem is that at the receive line function it receives the line and if there isn't a $ typed at the end of the user input the program...
Forum: Programming 05-07-2012
2,028
Posted By Errigour
That sucks because I rely on rebytes = 3 which is...
That sucks because I rely on rebytes = 3 which is what I thought every program would send. How do you know when you receive one byte and only one byte this way.
Forum: Programming 05-06-2012
2,028
Posted By Errigour
Ok so please answer this, if receive is sent data...
Ok so please answer this, if receive is sent data then "\r\n" can be sent without "\r\n" if the sender sees to it, and "\r\n" isn't from gcc ending receives with "\r\n" but "\r\n" is from the...
Forum: Programming 05-06-2012
2,028
Posted By Errigour
is it possable to send data to me without a...
is it possable to send data to me without a "\r\n" trailer? If so how and how should I handle special cases like that in my loop?
Forum: Programming 05-06-2012
2,028
Posted By Errigour
Yea I figured that out with dump. Does recv...
Yea I figured that out with dump. Does recv always receive "\r\n" at the end of data or are there special cases where it does not?
Forum: Programming 05-05-2012
2,028
Posted By Errigour
I just want to share this function
If you receive data from a remote host you might like this. I just used it to find out what data the recv function terminates strings with.


void dump(const unsigned char *data_buffer, const...
3,014
Posted By Errigour
Aliases are cool
Aliases are cool
3,014
Posted By Errigour
I just wanted to share this bash script for linux
If your Unix box doesn't support bash scripts then do not do the following.
Create a file named version. type chmod 755 version and then copy and paste the code below into the file. Then type "mv...
Forum: Programming 05-04-2012
2,860
Posted By Errigour
Thanks!
Thanks!
Forum: Programming 05-04-2012
2,860
Posted By Errigour
How can I tell when recv is finished with pending data?
I'm working with recv and I am having a heck of a lot of trouble ignoring excess data that I did not ask for. I was hoping someone could shine some light on the subject for me because I'm not getting...
Forum: Programming 05-04-2012
38,013
Posted By Errigour
No I changed it to 14 to tell myself if they...
No I changed it to 14 to tell myself if they entered 12 characters or not heh,.
U fixed my connection problem real good.
I'm still trying to understand and duplicate it.
And thank you.
Showing results 1 to 25 of 65

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