Search Results

Search: Posts Made By: ignatius
2,899
Posted By ignatius
No, when I try to encase the code with the code...
No, when I try to encase the code with the code tags, it looks like it doesn't like the carriage returns and/or linefeeds.
2,899
Posted By ignatius
Mplayer fifo.
Hi all,

First of all, sorry for the pastebin link. The code tags aren't working for me.


#!/bin/bash # while-menu-dialog: a menu driven - Pastebin.com...
2,757
Posted By ignatius
Let me explain the pbtelnet function further. It...
Let me explain the pbtelnet function further. It uses the first array (testarray1) to display the name of the BBS. The second array (testarray2) contains the actual address of the BBS to connect to....
2,757
Posted By ignatius
Yes. The logic helps. However, i'm a newbie. And...
Yes. The logic helps. However, i'm a newbie. And it's just easier to write arrays... A new problem has arisen.

I created an array (testarray3), but for some reason it doesn't display when I do a ...
2,757
Posted By ignatius
Ok. I solved it. I just created a second array....
Ok. I solved it. I just created a second array. And it's working. Thanks to everyone.
2,757
Posted By ignatius
Displaying every other line in an array.
Hi,


I have an array, that works well. But, I want to have it display every other line. Like so, 1, 3, 5, 7, etc, etc.
Here is the relevant code:

I'm sorry for the pastebin link. For some...
1,868
Posted By ignatius
Byobu specific screen size.
There is away to make a window pane a specific size. I just forgot how to do it.


Something like this:


Ctrl-A : split-window -l xx -h xx


Anyone know the right way to do this?

...
2,790
Posted By ignatius
I have several shell accounts, and have had...
I have several shell accounts, and have had people on IRC try to DCC send me things, and I send them things. These systems have IRC (be it BitchX, iircII, Irssi, etc) installed. It simply does not...
2,790
Posted By ignatius
IRC, DCC send and DCC get.
I'm not sure if this is the "appropriate" place to be asking a question like this. So, here goes. I'm having problems with IRC (ircII is my client). DCC sends and DCC gets specifically. It seems like...
4,909
Posted By ignatius
Ok. Here's the code: #include...
Ok. Here's the code:



#include <arpa/telnet.h>
#include <netinet/in.h>
#include "libbb.h"
#include "common_bufsiz.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/types.h>...
4,909
Posted By ignatius
Ncurses status bar
Hi, all,

I'm writing a BBS telnet client, and am trying to implement a status bar into it, at the bottom of the screen.
I am using NCurses to accomplish this. So far, it appears to be working,...
2,358
Posted By ignatius
Thank you for the quick reply. Remember that old...
Thank you for the quick reply. Remember that old DOS game, Kroz? The ASCII character that is the player, is the "smiley face" i'm referring to.

--- Post updated at 11:56 PM ---

And also, that...
2,358
Posted By ignatius
Lower ASCII characters.
Hi,


I'm writing a BBS telnet program. I'm having issues with it not displaying lower ASCII characters. For example, instead of displaying the "smiley face" character (Ctrl-B), it displays ^B. Is...
9,792
Posted By ignatius
Also, I may not have mentioned it. But this is...
Also, I may not have mentioned it. But this is actually a terminal program for connecting to other BBSes.. The solution I posted was a solution for the Python project. I still can't get things...
9,792
Posted By ignatius
Thank you for that, sir. I'm actually using C for...
Thank you for that, sir. I'm actually using C for this project.
9,792
Posted By ignatius
Stty raw mode
Hi,


I'm writing a BBS terminal program. And have hit a major roadblock. My terminal works fine for every BBS out there, except Mystic BBSes. I've narrowed down the problem to the usage of the...
1,595
Posted By ignatius
Ok. Solved it. Basically used getchar() to get...
Ok. Solved it. Basically used getchar() to get user input to initiate Zmodem download.
1,595
Posted By ignatius
Thanks for the reply. Would popen() be of any use?
Thanks for the reply. Would popen() be of any use?
1,595
Posted By ignatius
Calling system() if certain text appears on the screen.
Hi.


I'm wondering if it is possible to execute system(), if a certain string of text appears on the screen or not?
I want to be able to run system("rz -Z") based on if "B00000000000000" appears...
4,852
Posted By ignatius
Ok. I solved it. Finally. I looked at Coron886's...
Ok. I solved it. Finally. I looked at Coron886's code, and extrapolated what I needed from it into my project. Everything is working now. Thanks to everyone who participated.
4,852
Posted By ignatius
Thanks for that. But, i'm having problems getting...
Thanks for that. But, i'm having problems getting the code to work. As it seems, now, it doesn't save the changes made to the array....


Thanks.

--- Post updated at 05:09 PM ---

Bleh. I'm...
4,852
Posted By ignatius
Advised by a friend. Someone who won't help out,...
Advised by a friend. Someone who won't help out, unfortunately. The background, and/or nature of my project, is, I want to create something I haven't yet seen in other terminal programs. Which is...
4,852
Posted By ignatius
I've been advised to create a "dynamic array" for...
I've been advised to create a "dynamic array" for what i'm trying to do... I have no idea how to do this.
4,852
Posted By ignatius
Excuse my ignorance, but how would I do that? ...
Excuse my ignorance, but how would I do that?


FILE *fp=fopen("file.txt", "r");
Is what i'm thinking.
4,852
Posted By ignatius
I'm writing a telnet BBS client. The code i've...
I'm writing a telnet BBS client. The code i've showed you is the user interface code. I have a telnet function, which, obviously, telnets to a certain address, specified by which line the arrow key...
Showing results 1 to 25 of 50

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