Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Search Forums > Search Results

Showing results 1 to 50 of 55
Search: Posts Made By: Syphor
Thread Thread Starter Last Post Replies Views Forum
Now nearly 2 years and no luck :P Here's my... 2,471 Views / 5 Replies  
Now nearly 2 years and no luck :P

Here's my re-write:


- (void) awakeFromNib
{
/* Authenticate */
[self authenticate];
Posted by Syphor, on Jul 29, 2006 at 09:55 PM, in Developer Center
just under a year later and I still haven't... 2,471 Views / 5 Replies  
just under a year later and I still haven't figured out the prob... any help would be appreciated
Posted by Syphor, on Oct 25, 2005 at 12:35 PM, in Developer Center
Well i got a Dual 1.42G4 with 512MB RAM and Win2k... 1,002 Views / 7 Replies  
Well i got a Dual 1.42G4 with 512MB RAM and Win2k runs smooth on VPC 7
Posted by Syphor, on Dec 12, 2004 at 10:04 PM, in Applications
Unable to install FreeBSD 5.3 on VirtualPC 7 487 Views / 1 Replies  
Hey all,
I've searched a few forums and I can't find anyone else who has had this problem... maybe its just a VPC 7 bug...

I've downloaded FreeBSD 5.3 mininst iso from their FTP site and I've...
Posted by Syphor, on Dec 12, 2004 at 09:59 PM, in Applications
Creating a sniffer app (Using libpcap) 2,471 Views / 5 Replies  
Hey all,
I'm having trouble with the following program. I want to be able to spy on my net-device (ppp0) and see all incoming and outgoing connection... just the IPs for now. Technically its working...
Posted by Syphor, on Nov 14, 2004 at 12:50 AM, in Developer Center
Thanks for pointing that out, though it still... 642 Views / 5 Replies  
Thanks for pointing that out, though it still doesn't work the way i want.


- (void)recieveData:(NSFileHandle*)handle
{
NSAutoreleasePool *apool=[[NSAutoreleasePool alloc] init];
...
Posted by Syphor, on Aug 22, 2004 at 01:00 AM, in Developer Center
It doesn't do this properly: ... 642 Views / 5 Replies  
It doesn't do this properly:


while((data=[handle availableData]) && [data length]) { // until EOF
NSString *string=[[NSString alloc] initWithData:[handle availableData]...
Posted by Syphor, on Aug 21, 2004 at 10:17 AM, in Developer Center
Wrapping wget 642 Views / 5 Replies  
Hi all,
I'm making a cocoa app in obj-c that wrapps a command line program. So to get started I thought I'd do some simple wrapping so I know how all this works.
There is no easy way to put this so...
Posted by Syphor, on Aug 21, 2004 at 12:21 AM, in Developer Center
C: String I/O Part 2 499 Views / 2 Replies  
Hey all thanks for the quick replies to part 1 of my post. Though it seems that I have stumbled onto another problem regarding strings :(

How can I insert this 1 character into another string. I...
Posted by Syphor, on Mar 5, 2004 at 04:39 AM, in Developer Center
So how could I get a specific character out of... 537 Views / 3 Replies  
So how could I get a specific character out of fileOutput?

The reason i need this is because i have something similar in a function in a larger program i'm creating, and when this function reads...
Posted by Syphor, on Mar 4, 2004 at 10:39 PM, in Developer Center
C: String i/o question 537 Views / 3 Replies  
In c, how do u print a specific amout of characters from a string. I always thought it was something like this:


char test[255] = "abcdefghijk";

printf("%s\n",test[3]);


Which...
Posted by Syphor, on Mar 4, 2004 at 09:43 PM, in Developer Center
yeah my problem was my gcc flags when... 603 Views / 2 Replies  
yeah my problem was my gcc flags when compiling...

all had to do was add -lpcap and it worked :)
Posted by Syphor, on Aug 29, 2003 at 07:36 AM, in Developer Center
libpcap - pcap - programming 603 Views / 2 Replies  
Hey all,
I have tried to install libpcap manuall on my MacOS X machine (10.2.6). I have done the usual...

sudo -s
./configure ppc
make
make install

then I try to compile this simple...
Posted by Syphor, on Aug 27, 2003 at 09:51 AM, in Developer Center
I have now installed Windows Xp and it still does... 661 Views / 2 Replies  
I have now installed Windows Xp and it still does the same thing. Just hangs on opening page...

Though I can ping the site, I can log into ssh, though browsing the net.. forget about it :/
Posted by Syphor, on Aug 16, 2003 at 09:46 PM, in Applications
VirtualPC - Windows98 - Internet Access 661 Views / 2 Replies  
Hey All,
I'm running VirtualPC 6.1, and I have Windows 98 installed with the latest VPC Additions. My internet connection is through my ethernet adaptor using PPPoE.

How can I get internet...
Posted by Syphor, on Aug 15, 2003 at 11:02 PM, in Applications
OpenSource Chat Program (SpyChat) 625 Views / 1 Replies  
Hey all,
As some of you know I have been working on a TCP based chat program which remains free and open-source. I thought I might post a link to it for some other developers to have a look...
Posted by Syphor, on Aug 12, 2003 at 07:27 AM, in Developer Center
.htaccess redirection for specific users 582 Views / 2 Replies  
Hey all,
I'm using apache 2.x and I've set up my DocumentRoot as my home directory (/Users/syphor) and I have setup .htaccess so only I can access this directory, which in turn will only...
Posted by Syphor, on Jul 29, 2003 at 08:21 PM, in Developer Center
Removing redundant data 463 Views / 0 Replies  
Hey all,
I have a NSMutableData item named dataItem... and it has some redundant data in it... eg:

NSLog(@"dataItem - %@",dataItem);

Outputs:

<040b7479 70656473 74726561 6d8103e8...
Posted by Syphor, on Jul 26, 2003 at 06:42 AM, in Developer Center
Wow, I would love to have that spiffy threaded... 659 Views / 2 Replies  
Wow, I would love to have that spiffy threaded version of smallsockets... if u can could u please email it to [email protected]

P.S. I meant version 0.6 :)
Posted by Syphor, on Jul 24, 2003 at 06:03 PM, in Developer Center
Recieving 2 packets or more as 1 659 Views / 2 Replies  
Hey all,
In my app I'm using smallsockets v0.9 to communicate over a tcp/ip network. Though I've run into a problem.
I'm sending data using the socket function

-...
Posted by Syphor, on Jul 24, 2003 at 06:07 AM, in Developer Center
All i basically want to do it get the colorwell's... 780 Views / 3 Replies  
All i basically want to do it get the colorwell's color and save it then load it
Posted by Syphor, on Jul 22, 2003 at 06:53 AM, in Developer Center
NSColor/NSColorWell saving help needed 780 Views / 3 Replies  
I get the above error with the code:

http://www.spymac.com/gallery/data/500/9ColorSpace.jpg


[prefDefaults setObject:[[chatColorIB color] colorNameComponent] forKey:@"ChatColorName"];
Posted by Syphor, on Jul 22, 2003 at 06:43 AM, in Developer Center
NSTextView formatting 1,103 Views / 3 Replies  
Hey all,
I just got a quick question is there any way of formatting a word/sentance/letter (colour, text, bold, italics etc) in a NSTextView, I know this can't be achieved by just drag and...
Posted by Syphor, on Jul 21, 2003 at 06:42 AM, in Developer Center
Apache Help 716 Views / 3 Replies  
Hey all,
I'm using apache 2.0.46 and I was wondering if there is a way to specify the DocumentRoot to change for different users..

EG.
www (default) - /Users/syphor/Sites
syphor (admin) - /...
Posted by Syphor, on Jul 21, 2003 at 03:49 AM, in Developer Center
NSString -> NSData 6,047 Views / 3 Replies  
Is there a way to convert a NSString variable to type NSData?
Posted by Syphor, on Jun 27, 2003 at 05:11 AM, in Developer Center
I figured it out in Cocoa... if u want the source... 522 Views / 1 Replies  
I figured it out in Cocoa... if u want the source it can be found on my iDisk under "Simple File Transfer"
Posted by Syphor, on Jun 26, 2003 at 06:41 AM, in Developer Center
Simple File Transfer 522 Views / 1 Replies  
Does anyone know any good sites for tutorials on creating a simple file transfer using Unix/BSD Sockets and C??

Or if someone wants to create on, feel free :)

P.S. I have background knowladge...
Posted by Syphor, on Jun 26, 2003 at 05:09 AM, in Developer Center
I can't debug, Framework problem 545 Views / 0 Replies  
I cannot debug a program i'm creating using the SMySQL framework.

This is the error I get in Project Builder:

GNU gdb 5.3-20021014 (Apple version gdb-250) (Sat Dec 7 02:14:27 GMT 2002)...
Posted by Syphor, on Jun 20, 2003 at 08:26 PM, in Developer Center
* BUMP * 514 Views / 1 Replies  
* BUMP *
Posted by Syphor, on Jun 4, 2003 at 10:55 PM, in Developer Center
OpenGL - Using models 514 Views / 1 Replies  
Hey all,
I've been getting back into OpenGL in cocoa again :). I'm trying to find some tutorials/source code for importing 3D OpenGL compatible models.

I've been experimenting with...
Posted by Syphor, on Jun 1, 2003 at 10:28 PM, in Developer Center
MacOS X - Darwin - Opengl/Md2 Models - Programming weirdnes 886 Views / 1 Replies  
I have made a program which will tell me the version number of the MD2 file called "tris.md2", I have compiled this on linux and freebsd though the very same program doesn't work on darwin/macos...
Posted by Syphor, on May 30, 2003 at 09:00 AM, in Developer Center
Here is some information regarding the CoreCrib... 1,662 Views / 25 Replies  
Here is some information regarding the CoreCrib computers:

http://www.insidemacgames.com/features/view.php?ID=227
http://www.wired.com/news/mac/0,2125,58310,00.html

Somthing Similar:...
Posted by Syphor, on May 12, 2003 at 08:52 PM, in Mac Desktops
MDD Logicboards & MidiTower ATX Cases 500 Views / 0 Replies  
---
Question has been answered
Posted by Syphor, on May 11, 2003 at 09:08 PM, in Mac Desktops
Omni Networking Compilation Problems 478 Views / 0 Replies  
When I try to compile the latest OmniNetworking framework on my machine running 10.1.2 I get the following message:

http://www.spymac.com/gallery/data/500/150omninetwork_prob.jpg
Posted by Syphor, on Oct 16, 2002 at 09:20 PM, in Developer Center
OmniBase compilation problems 558 Views / 2 Replies  
Can anyone help me with this:

http://www.spymac.com/gallery/showphoto.php?photo=7596
Posted by Syphor, on Oct 15, 2002 at 04:50 AM, in Developer Center
This is my ToolBar itmes action: -... 822 Views / 7 Replies  
This is my ToolBar itmes action:


- (void)toolbaritemclicked:(NSToolbarItem*)item {
[MainWindow setFrame:[CustomView frame] display:YES animate:YES];
[MainWindow...
Posted by Syphor, on Oct 12, 2002 at 06:52 AM, in Developer Center
Toolbar Questions 822 Views / 7 Replies  
How can I implement in a normal NSToolbar so when a user presses a button a new window will be attached on the toolbar and the old window will close...

like the System preferences
Posted by Syphor, on Oct 11, 2002 at 12:56 AM, in Developer Center
SMySQL Problems (Cocoa Obj-C) 1,087 Views / 1 Replies  
Hi all,
I'm building a cocoa program in Objective C and I'm using the SMySQL framework to interact with my mysql server. Though I am having some problems.

This is my database:

Name:...
Posted by Syphor, on Oct 9, 2002 at 11:06 AM, in Developer Center
I personally think the best way to interact with... 1,031 Views / 7 Replies  
I personally think the best way to interact with MySQL via cocoa (Obj-C) is SMySQL...

http://mysql-cocoa.sourceforge.net/

I absolutly love it!!
Posted by Syphor, on Oct 4, 2002 at 10:25 PM, in Developer Center
One rounded button (with multi tab-type buttons) 710 Views / 2 Replies  
How can I make these buttons in IB for a cocoa app...

http://www.spymac.com/gallery/showphoto.php?photo=6428
Posted by Syphor, on Sep 24, 2002 at 07:10 PM, in Developer Center
Typedef Struct - Problems 753 Views / 4 Replies  
How will I be able to make this work??


typedef struct tagA
{
B bb;
} A;

typedef struct
{
Posted by Syphor, on Sep 17, 2002 at 02:28 AM, in Developer Center
Thanks for that.. and yeah sorry I will... 562 Views / 4 Replies  
Thanks for that..

and yeah sorry I will check the archives next time :)
Posted by Syphor, on Sep 2, 2002 at 05:05 AM, in Developer Center
Finding a string within a string... 562 Views / 4 Replies  
Is there anway in cocoa (Obj-C) to have a NSString (Bam) and find an occurance of "BAM" in Bam.

sorta like:


NSString *Bam = [[NSString alloc] init];
Bam = @"abc def ghi";

if (Bam contains...
Posted by Syphor, on Sep 2, 2002 at 04:22 AM, in Developer Center
So if my nickname/username/realname is "Syphor" i... 812 Views / 4 Replies  
So if my nickname/username/realname is "Syphor" i should just reply to the server PINGs with "PONG : Syphor"??
Posted by Syphor, on Aug 31, 2002 at 11:36 PM, in Developer Center
Using variables from diff implementations 497 Views / 4 Replies  
How can i use a variable (NSString) "bam" from a different implementation called "bang"???

I tried something like this:


NSString *bam = [[NSString alloc] initWithFormat:@"bam - %@",...
Posted by Syphor, on Aug 28, 2002 at 07:38 AM, in Developer Center
I'm now using multithreads... 566 Views / 2 Replies  
I'm now using multithreads...
Posted by Syphor, on Aug 28, 2002 at 05:07 AM, in Developer Center
NSTask openssl dgst -md5 (string) 1,000 Views / 1 Replies  
Is there a way using openssl to get the md5 hash from a string instead of a file... this is what I use now...

Code:


NSTask *bam = [[NSTask alloc] init];

[bam...
Posted by Syphor, on Aug 27, 2002 at 10:06 PM, in Developer Center
Cocoa IRC (Ping Pong) 812 Views / 4 Replies  
Hi all, This is Syphor here again :) Can anyone explain to me how the IRC PONG system works?? I know when ther server PINGs? the client, the client is suppose to reply with a PONG. I have made a...
Posted by Syphor, on Aug 27, 2002 at 07:53 PM, in Developer Center
Download Progress 677 Views / 1 Replies  
Hi I'd like to make a very simple downloading program. Here is what I have and I want my progress bar to indicate where how much of the file the program has downloaded.

Anway here is my code:
...
Posted by Syphor, on Aug 27, 2002 at 07:52 PM, in Developer Center
SmallSockets OnConnection 566 Views / 2 Replies  
Hi all, Is there any way using smallsockets to do something like this:


if ([socket accecptConnection]) {
NSLog(@"Someone is trying to connect");
}

meaning... if someone tries to connect...
Posted by Syphor, on Aug 25, 2002 at 04:40 AM, in Developer Center
Showing results 1 to 50 of 55
 
Top
Privacy Policy
All times are GMT -4. The time now is 05:11 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,