Advertisement

Results for "Category: String Manipulation"

C_Volume2 #85290
Using an XML Document as Database

This program demonstrates using an XML document as a database. The example uses a fake forum database and allows you to view all of the members, view member information, edit a member's information, remove a member, and add a member.

C_Volume2 #85298
Metamorphosis.ApplicationBase

Main idea of Metamorphosis.ApplicationBase is to provide .Net developer set of base classes for creating database interfaces almost similar to MS Access and way of developing data forms as simple as in MS Access. You can create "Single Form", "Continuous forms", calculated bindings with any formula (through VSA), Master-Child functionality and so on. For more details see ReadMe.Doc. Also example for Northwind database included.

C_Volume2 #85309
SPORAGENEERATION

It generates store procedure to do INSERT,MODIFY,DELETE and VIEW operation for any Table

C_Volume2 #85381
ADO.NET Tutorial

Learn ADO.NET basics in shortest time possible. Contains 2 tutorials: Bound manually by code and bound by build-in Databinding. Shows you how to connect to an Access database, populate the controls with data, add new record, edit existing record, delete record, and save to the database. Well commented. Ideal to VB.NET beginners as well.

C_Volume2 #85389
Simple Cashier Application

This code show you a simple cashier application, which include user login, add to datagrid and manipulate it, OleDbDataAdapter, DataSet, OleDbDataReader and insert to Access with OleDbCommand

C_Volume2 #85391
Trainee Management System

Database Management Using ADO.NET/VB.NET/ACCESS 2003

C_Volume2 #85392
SmartDBBackUp

compressed backup of database. you can learn how to readxml update it to database and how to write xml files access to xml database backup and restore using ado.net.oledb database compact and compress upto 50 times use gzip in vb.net use app.path merge dataset update dataadapter

Java_Volume1 #85472
Change Color Of a Piece Of String In RichTextBox Without Flashing In It

Hi All .. This Function Solve Problm Of Flashing During Change the Color of a Piece of String in RichTextBox .. It's Useful For CodeBoxes ..

Java_Volume1 #85524
____A Listbox Rearrange With Mouse

This code allows you to move items in a list box just using the mouse. Every line commented. It is very simple. I have searched high and low for a code that JUST DOES THIS without any other jargon but couldn't find any so I made it and posted it. Please give me suggestions/comments. I have edited the code to allow multi select to be enabled due to someone asking for it.

Java_Volume1 #85527
Extract String Function

This code will search a string for a given starting point(strFind) and a given end point(strSentinel) and return all the text in between. You can also add to the length of the start point if you don't want to include a number of unknown characters in the result

Java_Volume1 #85531
Filter numbers or characters from sting

Filter a string and return numbers or characters

Java_Volume1 #85586
ASHRAE Unit Conversion Factors

Conversion factors derived from 2001 ASHRAE Fundamentals Handbook (SI) page 37.2

Java_Volume1 #85666
Change order of letters in a word

This code is just for fun, it demostrates an interesting phenomenon and some ways to manipulate strings, and arrays. According to research at an English university, it doesn't matter in which order the letters in a word are, the only important thing is that the first and last letters are in the right place. The rest can be a total mess and you can still read it without a problem. This is because we do not read every letter by itself but the word as a whole. This works with nearly every language. IMPORTANT: A similar program was posted a little before mine, but I posted mine without knowledge of that, and without seeing any portion of the code. This program (and I'm sure the other one too) was inspired in an email that got forwarded around the world a few days ago. The main difference between my program and the other one is that this one uses a byte array and totally randomizes the order of the words, the other program merely reverses the order of the letters. Thank you.

Java_Volume1 #85747
word searcher, see screen shot

word searcher with about 110,000 words, crossword finder, unscramble letters to words and more.

Java_Volume1 #85761
A CountChar - Better than looping through a string!!!

It used to be, when I wanted to count the number of times a charector appeared in a string, I would loop through the string letter by letter and keep a count. I have replace my old methodolgies with this one, which also allows you to search for substrings (more than 1-digit long)

Java_Volume1 #85804
CSV string parser

This function takes a comma separated string and parses the values into a variable-length array, which can then be assigned to a predefined number of variables, or iterated with a For-Next loop. This code is roughly based on Brant Gluth's submission entitled "Parse Delimited Text", with the addition of a demo form and improved string handling. Most noticeably, this code can handle strings enclosed in quotes and will not break on delimiter characters within the quotes.

Java_Volume1 #85805
RainbowText v1.00

This is just a trivial little app that creates actual rainbowed colored text (unlike that ubiquitous random colored letter code). See the README.txt for more info on the color conversion functions.

Java_Volume1 #85930
Hex Editing Protection

Have you ever had one of your Programs, VIOLATED? By little punk kids that HEXED it? Well this Tutorial Shows you how to Protect against this!

Java_Volume1 #85980
PHP style string explode function

This code extracts undetermined-legth-strings (separated by delimiter) from a single string. NOTE** UPLOADED A NEW EXAMPLE, LAST EXAMPLE HAD A MISTAKE IN IT. SORRY ABOUT THAT.

Java_Volume1 #86178
kalypso encryptor

this encrypts the text you enter in the text box. really cool and easy to understand code

Languages
Top Categories
Global Discovery