Results for "Volume: C_Volume2"
Read large text files faster. Reads lines in text files about 30% faster then the TextStream class. Skips much faster.
It's the most advanced alarm clock i've seen in PSC, try it and if u like it, don't forget to vote for me :)
Processes transactions like an ATM machine. When complete it produces an out file with updates made on the account.
This is a VB.NET wrapper class for the shell32.dll SHFileOperation function. What makes this function special is it incorporates its own copy, move and delete animated dialog boxes. The FileDelete function can place the deleted file(s) in the recycle bin if you include the ALLOWUNDO flag. If you are copying a file, the animated dialog will only be displayed if the copy time exceeds approximately 10 seconds.
MasterString is a string api library thats is thought to sit on top of string.h. It provides intensive searchs, using c- style string manipulation, as well as C++ style using classes. Includes a base class for inheritance, and a higher level class, using it to show you how you can build your own string classes with it. Includes newer types of string manipulation like findstrloc which will actualy record every single instance of a specific string within a string into a structure. Theres a structure to convert strings into a series of arrays, for each line etc. Most users wont have a need for all these intensive algorithm's, but are VERY useful when writing your own scripting languages.
Heres a function, which will allow you to setup doevents in your C++ program. What I mean by that is DoEvents is a VB keyword it allows your program to continue updating windows while a specific function is in a loop. Well do this in C++ have that function in your source and say while(whatever) { // processing cppDoEvents(); } and thats it!. thanks to inc for the info on how to do this!
Heres the first tutorial on how to manipulate the MasterX objects to create a 2d video game. Sorry about the formating and spelling and grammer, I didnt spell check was just typed off top of my head. :)
Free Guestbook, you can download it to use with your website, it is free. but please leave my name anywhere of the page. this is the PHP code working with MySql Database. PHP Recordset paging. as I try to search the net for long and I can not find one of recordset paging in php so, i decided to write my own and work for all user. just edit it. not so hard I just write a function so, you just give the total row and dipslay per page, and page number. that's all want to test check out at: http://www.kindcam.org/freeware/guestbook/index.php
you can put your name in system tray with this very simple code!
This code demonstrate how you could send email mail using form and PHP. Also added some server-side validation.Compatibility is for PHP 4.2.0++ A simple remodification of source code from http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=953&lngWId=8 I just think that it could be better.
This article is for people who are interested in how PHP deals with uploaded files and databases. It walks through the steps of creating a database-driven picture repository, and includes the code to set you on the correct track. It starts out with how PHP deals with forms, then progresses to files, it deals with PHP's interaction with MySQL, and finally ends putting it all together to build a simple picture repository. The tutorial is 11 pages and is in PDF format.
This code shows how to add controls to ListviewItems, and make them size into a ListviewColumn. Very usefull
A StreamCipher encryption similar to the first 'Cipher' but now it can encrypt any text or binary file.
This project will show you how to insert a file (any file) into an XML file, and then later read the file back out. Is a good demonstration of how to read/write XML files and filestreams. As always, please vote and comment. Thanx.
Create a simple client/server connection using winsock. Also shows how one might detect whether or not the address entered is an IP or a hostname, and then how to format that address.
Templates are very useful for CGI programming, because adding HTML to your PHP code clutters your code and forces you to do any HTML modifications. By putting all of your HTML in seperate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let them muck around in your PHP code. This is a modified version of the CGI::FastTemplate man page, originally written by Jason Moore jmoore@sober.com. It was ported to PHP by CDI cdi@thewebmasters.net. In 1999 it was abbandoned by CDI but survived as a good template system over the time. Since then several people tried to add new fucntionalities to Fast Template and also to make the code to be compatible with newest PHP versions. We find Fast Template very usefull in our projects and we decided to put together all the time modifications and also to add some new functionalities to the program and release it. So we merged CACHE function, debug console, silient removal of not-assigned dynamic blocks, ability of including php code into templates and also we added a NEW functionality, Pattern Assign. So when variables or constants are the same as the template keys, these functions may be used as they are. Using these functions, can help you reduce the number of the assign functions in the php files, very useful for language files. Why again FAST TEMPLATE? We find Fast Template very usefull in our projects, even if now is on the market other template systems, like Smarty. Most PHP projects today use Smarty for this, but we won't. Smarty puts too much logic into the template itself. To avoid confusing or upsetting the web designer, the core template must look as much like a regular HTML page as possible. That means no strange looking iteration code and such. Instead, we'll use Fast Template. FastTemplate may not be as advanced and featureful as Smarty, but its syntax is definitely better suited for this problem.
This project is just to show how to navagate though the active directory in an AD enabled network. You can get any peice of information using these techniques. Active Directory is a very complex animal and as you will see it can go pretty deep and get to be a real mess. Using this technology you can build an even better browser and do all kinds of things.
**UPDATED** This function will double check and validate an E-mail address by checking the sintaxis first and the domain's MX, A and CNAME records to be valid and active. It will return TRUE if the email is valid or FALSE if not, very simple. The best approach I've made to validate an Email. Let me know this has been useful, your comments and suggestions are very much appreciate it. **Please Vote**
Extends DataGrid Functionalities (AutoSearch, AutoSize and MultiStyle)
**UPDATED** This function will parse your favorite XML and RSS news feeds in a nice format. Only one variable to set up and easy to integrate and modify. Tested on several sources. Let me know this has been useful. Comments and suggestions are very much appreciate it. **Please Vote**