Advertisement

Results for "Author: vitaly"

Java_Volume1 #97073
Dictionary.com

Very simple code that using the Internet Explorer OCX and the Dictionary.com to translate words (English/English). Useful as application and you might learn something from the code (even though there is not much of it).

Java_Volume1 #100086
The Array, the Pointer and the String tutorial.

The article teaches more about the way strings, arrays, pointers and pointer's pointers work. The article goes step by step and shows a few examples in which strings are manipulated.

Java_Volume1 #100087
Function is left value

For anyone who thought that function can only be right value - See this code.

Java_Volume1 #100154
Creating a comfortable ToDo list in "Visual C++" using "Visual C++" macros (Not an add-in).

Using this tutorial you will be able to create a ToDo file wich writes the dates and marks the done tasks. All this using macros.

1_2002 #107691
Object Oriented aggregation tutorial

This is an example to Object Oriented aggregation in Visual Basic. The example uses classes to emulate getting info from the selected item and displaying it.

1_2002 #107692
Dictionary.com

Very simple code that using the Internet Explorer OCX and the Dictionary.com to translate words (English/English). Useful as application and you might learn something from the code (even though there is not much of it).

1_2002 #107693
Proper case function! hi! iT is CoOl -> Hi! It is cool

To fix the input of the user. For example if the user inputs a bad case sentance it will make it normal: what do yOu think? -> What do you think? It checks for ./?/!. Have fun.

1_2002 #107694
BeMUD - Mud code source (Winsock protocol multiplayer game)

This code is almost playable mud code. It supports: - Multiplaying (2 or more people can connect at time). - Ansi color - Rooms and movement - Say command: Communication between people standing in the same room - Emote, news, quit commands - Working and only minor bugs Tell me what you think. There is a new version aviable of BeMud: http://planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=14000

1_2002 #107695
Unqiue ASCII drawing program

I've made this program to a mud I played. In the game there was a drawing scroll, to draw on it I had to use annoying dot commands (e.g dot 1,1 white, dot 2,2 white bold) needless to say that because of the bother no one used this drawing scroll. That's why I did this program. You use the mouse and the colors just as any simple drawing program to draw your picture, then you press "Generate Draw" (In the menu) and there you get it, all the dot commands are generated for you. Enjoy the code, I am sure you will find it a good use =).

1_2002 #107696
BeMud v1.0 - Multiplayer text rpg game

This is my next version of BeMud, here are the current features of the version: General - DAO based database connection - Code supports all popular telnet clients: Windows telnet, zMUD and gMUD - Text is automatically wrapped - Ansi colors - Prompt - Better command stacking and spam protection - Character movement - Room structure - Areas structure (Characters can move from area to area) Communication - 'Say' command - 'Emote' command - Socials Items - 'Get' command - 'Drop' command - 'Invenory' command - 'Give' command - Item aliasing and choosing (e.g "get weapon 2") Fighting - 'Hit' command - 'Approach' command - 'Retreat' command - Using weapons in fight - Bleeding and death - Bare hands fighting - Skills and easy skill adding - 'missile' command (skill) Mobs - Socials work on mobs - Pc to mobs fighting - Basic online mob creation - 'loadmob' admin command - Simple mob artifical intelligence - can attack the player - Mobs bleed Commands - 'Who' command - 'Look' command - 'News' command - 'Spy' admin command - Code is heavily commented Happy mudding =)

1_2002 #107697
Random name creator (For creating nicknames and RPGs names)

The code generates a random name. I am giving basically two simple functions with which you can create a loop that will make many thousands of nicknames or names for roleplay games. Check it out.

1_2002 #111424
Creating a comfortable ToDo list in "Visual C++" using "Visual C++" macros (Not an add-in).

Using this tutorial you will be able to create a ToDo file wich writes the dates and marks the done tasks. All this using macros.

2_2002-2004 #116840
Proper case function! hi! iT is CoOl -> Hi! It is cool

To fix the input of the user. For example if the user inputs a bad case sentance it will make it normal: what do yOu think? -> What do you think? It checks for ./?/!. Have fun.

2_2002-2004 #117491
BeMUD - Mud code source (Winsock protocol multiplayer game)

This code is almost playable mud code. It supports: - Multiplaying (2 or more people can connect at time). - Ansi color - Rooms and movement - Say command: Communication between people standing in the same room - Emote, news, quit commands - Working and only minor bugs Tell me what you think. There is a new version aviable of BeMud: http://planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=14000

2_2002-2004 #118530
Object Oriented aggregation tutorial

This is an example to Object Oriented aggregation in Visual Basic. The example uses classes to emulate getting info from the selected item and displaying it.

2_2002-2004 #118831
Random name creator (For creating nicknames and RPGs names)

The code generates a random name. I am giving basically two simple functions with which you can create a loop that will make many thousands of nicknames or names for roleplay games. Check it out.

2_2002-2004 #120558
BeMud v1.0 - Multiplayer text rpg game

This is my next version of BeMud, here are the current features of the version: General - DAO based database connection - Code supports all popular telnet clients: Windows telnet, zMUD and gMUD - Text is automatically wrapped - Ansi colors - Prompt - Better command stacking and spam protection - Character movement - Room structure - Areas structure (Characters can move from area to area) Communication - 'Say' command - 'Emote' command - Socials Items - 'Get' command - 'Drop' command - 'Invenory' command - 'Give' command - Item aliasing and choosing (e.g "get weapon 2") Fighting - 'Hit' command - 'Approach' command - 'Retreat' command - Using weapons in fight - Bleeding and death - Bare hands fighting - Skills and easy skill adding - 'missile' command (skill) Mobs - Socials work on mobs - Pc to mobs fighting - Basic online mob creation - 'loadmob' admin command - Simple mob artifical intelligence - can attack the player - Mobs bleed Commands - 'Who' command - 'Look' command - 'News' command - 'Spy' admin command - Code is heavily commented Happy mudding =)

2_2002-2004 #122951
Unqiue ASCII drawing program

I've made this program to a mud I played. In the game there was a drawing scroll, to draw on it I had to use annoying dot commands (e.g dot 1,1 white, dot 2,2 white bold) needless to say that because of the bother no one used this drawing scroll. That's why I did this program. You use the mouse and the colors just as any simple drawing program to draw your picture, then you press "Generate Draw" (In the menu) and there you get it, all the dot commands are generated for you. Enjoy the code, I am sure you will find it a good use =).

2_2002-2004 #124220
Dictionary.com

Very simple code that using the Internet Explorer OCX and the Dictionary.com to translate words (English/English). Useful as application and you might learn something from the code (even though there is not much of it).

2_2002-2004 #127233
The Array, the Pointer and the String tutorial.

The article teaches more about the way strings, arrays, pointers and pointer's pointers work. The article goes step by step and shows a few examples in which strings are manipulated.

Languages
Top Categories
Global Discovery