Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #230326
Controls in a Listview!

This code shows how to add controls to ListviewItems, and make them size into a ListviewColumn. Very usefull

7_2009-2012 #217404
CipherII

A StreamCipher encryption similar to the first 'Cipher' but now it can encrypt any text or binary file.

7_2009-2012 #233702
Insert Files Into XML 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.

7_2009-2012 #225595
IP Chat Client

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.

7_2009-2012 #234904
Fast Template 1.3.0

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.

7_2009-2012 #228626
Active Directory Viewer

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.

7_2009-2012 #226832
MEL :: Better Check Email Function

**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**

7_2009-2012 #235369
GridEx

Extends DataGrid Functionalities (AutoSearch, AutoSize and MultiStyle)

7_2009-2012 #226833
MEL :: RSS And XML Parse Function

**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**

7_2009-2012 #217483
Set ACL using low-level access control functions

This module provides a function that uses the Windows NT low-level access control functions to set the access rights on a folder (directory). The High-level access control functions (GetNamedSecurityInfo etc) do not function properly. They merge all ACEs for each SID. MS only acknowledges one of the four functions as malfunctioning, in fact they all are not suited for folders (directories).

7_2009-2012 #236433
WhiteBoard

It Simple Code For Paint. By It You Learn To use 'Canvas' In Delphi.

7_2009-2012 #225606
CaseCase

This is a clone from Tetris and it is my first real game. I tried to do something simple but object oriented. Just download it, build it with VC++ 6.0 and run it ! I am sure you will enjoy :) Good or bad opinion of this code, please rate it !

7_2009-2012 #217482
Print Screen (take a picture of the screen!)

Take a picture of the screen

7_2009-2012 #228627
Stock Tracker

This sample shows how to use some of the HTTP classes to get data from a web site. The code could be used for so many different things, but in this example it is used to get stock info from Yahoo. When you start it up it will get the stock info per spec time given of the stock code entered. Please vote if you find this useful.

7_2009-2012 #236582
Newswriter 2005

The Newswriter is a simple script to publish and administrate your News. There is no need for a database. The News a stored in a simple file. I've coded this script because the others I found were to complicated and not adaptable enough.

7_2009-2012 #225632
Expression calculator using stacks. Infix to Postfix.

Demonstration of Reverse Polish Notation expression calculation using Stacks.

7_2009-2012 #232351
Paragraph Program

This program helps with preparing text for posting on the Internet. It straightens out paragraphs, adds HTML tags, cleans high-bit characters, character swapping, mass tagging, and other things.

7_2009-2012 #225633
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

7_2009-2012 #230682
HTTP Web Server

updated (because of feedback)full code of a http server suports most file types now suports dll scipts.. :D plz vote.. i use it to control my pc and get files from anywhere! one full dll giving access to your pc from any place! http://urip/filename use the included dll to access files from any place on your pc http://urip/ListFiles.dll?Dir=C:\ this will list all the files in that drive\dir giving hyperlinks to them for download file resume is not suported but could be plz keep this opensource! stated by me :P change the server software to wat u like :D

7_2009-2012 #221906
Create Controls At Runtime

Creating controls at runtime based on the control name (like "System.Windows.Forms.Button"), the version number of the dll containning the control, culture and the public toke key. Fully commented!

Languages
Top Categories
Global Discovery