VBF REALLY = teh carp -
damn it, It takes weeks to view a page, editing posts takes forever.
Totally bogus dudes.
My new carp -
My username -
Will a mod please format my username from 'carp' to 'Carp' ?
Usernames... -
Well, In my chat app I want to be able to send IM's.. I need a place to store which Winsock socket their using. Like is someone requests an IM to carp, It will look up what index carp is using and retuen it. I want something like this:
VB Code:
Dim IMIndexIMIndex = UserIndex
VBF REALLY = teh carp -
damn it, It takes weeks to view a page, editing posts takes forever.
Totally bogus dudes.
User Names -
Think he's wanting to know where he can store a list of names in place that would be safe for them.
Registry would be your best bet carp. Although, someone could always go in there and change them, so you could encrypt them, than put them in the registry.
Spread Sheet -
Hey people, I make a program for my dad to keep info about his TAX cleints. I need to be able to get a spread sheep to have something like this:
[NAME] [ID]
Carp 111
Carp1 112
Carp3 113
The file
Happy Birthday Kedaman -
*** Happy Birthday Kedaman ***
But lets not forget the others too !
FOOBAR , Levanich , Jos36 , Muhamamd Fazil , fstct , poorboy , Kerryman25 , Guo , DiaC , m_vairam , amjones , reznor , meijeq , nompi , subbu_av , WizzardGod , haris-raheem , carp ...
large dlls!!! small amount of code -
i make a dll with
int PStrReplace(char*,char*,char*,char*);
int PStrReplace(char* lpString,char* lpReplace,char* lpReplacewith,char* lpbuffer)
{
int RDTS_CCOUNTER;
__asm {
rdtsc;
mov RDTS_CCOUNTER,eax;
}
return 0;
}
and its 200k!!!!!!!!! and i debug it
Remove Dups -
Quote:
Originally posted by carp
Nevermind, I got it. Do you know how to open a HTML string in a browser (The VB control)?
I'm thinking that few people that know how to do this will be looking at a thread entitled "Remove Dups". You
Perl Problem -
I'm having a problem with this form to mail script, and I kept getting Internal Server Errors.
But then using:
Code:
use CGI;
use CGI::Carp qw/fatalsToBrowser/;
I was able to pinpoint the error which is:
Can't find string terminator "HTML" anywhere before EOF
Get form input values via their ID tag in Perl -
I'm new to perl and I wrote a basic form parser library that extracts any form name/value pairs and returns them via a hash (attached, renamed from .lib to .txt). This works fine for form inputs with the NAME attribute, but using XHTML I want to replace NAME with ID. Is there anyway I
Database updating problem.... -
I use the following code to try to update my Access database useing a datagrid control....
VB Code:
datBil.Fill(dsBil, "Cars") Dim tbP, tbID As TextBox Dim carP, carID As String Dim r
Why isnt this working... -
My simple VB program crashes at this line
adoRecordset.Open "select language, program, auditor from carp_045", adoConnection
the error is ...Method "open" of "object _recordset" failed
I swear it was working at work. I emailed it to my home comput
Open connection, Query, Generate RPT -
I want to open a connection, query a database, and generate a report. I do not need any ability to add, delete, or edit data.
Currently I am having difficulty displaying data. I can only display one field at a time in a text box. I would like to display everythign in a "table&q
How To Find The Nameservers (DNS) of my computer -
Hello,
Can someone help please, How to find the configured nameservers (primary DNS server, Secondary DNS server) on a computer, I caould not find any VB code for this, I just found some Perl module I think needs someone knows perl good called Net::DNS
VB Code:
package Net::
This is national Spam week -
Spam Week Cooks Up Old Memories
Fri Mar 15, 8:22 AM ET
By Tom Miles
LONDON (Reuters) - Monty Python immortalized it, the Soviet Union went to war on it and fish can't resist it.
Spam, the processed ham and pork luncheon meat that started life in America and was wolfed d
readdir -
Any CGI persons here? I have this code but it kept giving me that Cannot open mail.txt: No such file or directory, while in fact there's a mail.txt in that directory, please help.
VB Code:
#!usr/bin/perl use CGI qw(:standard);use CGI::Carp qw(warningsToBrowser
cgi link -
I have another question about cgi link format
VB Code:
#!usr/bin/perl use CGI qw(:standard);use CGI::Carp qw(warningsToBrowser fatalsToBrowser);use Fcntl qw(:seek :flock); require "path.cgi"; print header;print start_html("Test Blog"&