Again, I can bring the Computer (Server) and also a http://www.Domain for all of us.
From The Best Island in the Universy (also parallel Universe too): Dominican Republic.
Printable View
Again, I can bring the Computer (Server) and also a http://www.Domain for all of us.
From The Best Island in the Universy (also parallel Universe too): Dominican Republic.
I have a couple of cool voice activated programs, and I can supply whatever graphics and support. How old is this thread? I see stuff from June in here. Is this still an active project?
PsyVision Software started making the server for this but due to our lack of knowledge for winsock we abandoned it. We would feel happy to help as we are not too busy. There are about 3 of us that could program and some artists and web page builders and some help page writers. As far as i know the projsct that Doc Scheinder is doing is still going and we need to get in touch with him.
I would be interested in the program.
[Edited by spiritwolf on 12-14-2000 at 02:12 PM]
How far did you guys get and what type of architure did you decide on? I like the file sharing idea. But instead why don't we set up web virtual memory drives and store the code there? This can be central point of storage and retrieval.
.....Im in the final stages of perfecting a web server so i should be able to help with the making of the server. General structure.
You would need to have an array/index of winsock controls.
For I = 0 to 32760
Load sckServer(I)
Next I
Then they connect and u cycle through all of them to find the first one thats not in use. Then you need to check there user/pass.
Then they send a request to serach for a file and then it sends that request to the clients and then it checks their pc for the files and send back to the main server success or failure
Ok no prob. I'll create the login in process and connect the socket layers. Anyone good at creating agent graphics?
I talked the idea over with some more VB programmers and had some co-workers look at the solution plan/algorithm, they are all ready to help. We are live ladies and gentlemen. Let's get to the design. The process will be slow due to other obligations however, you can believe that I am giving every spare moment to this. Oh yeah there are a couple of college professors interested in using the technology. Anyone have any material typed up? Such as logic, coding, or suggestions.
...Busy web designing at the mo but can help when thats done. Whats agent graphics thingy. I'm pretty good at coding and winsock etc, like with all of the sending commands like to be able to login/out and searching. No good at gui though. Also make the gui better than napster !
Not skinned, this is for the pros and not to look all nice and cuddly for word and excel users if u get what i mean.
Has any work been done on this program yet?
btw thats a 404 error on your xoom page =p
I dont have an xoom account in use, my web site is http://www.psyvision-soft.net which i know has a 404 because i havent put anything on my m8's pc with the server on it. The site shall be up in January but at the mo, u can see it at
http://psyvision-soft.members.easyspace.com
Who is gonna do this program?
Is it started?
Who is gonna host the server?
Also if ya need help with winsock or internet tranfering send reciveing data I can help
i am good in logic i will make one right now
User-Client
1)The user sign's up.
2)The user get on the server with the client
3)The user make a project file using our project make and the project maker will only let vb project in or c++ or what file be in the project files.
4)The new project file will be listed in the database
Server/Database
1) The server must have a sql database or it will not work
2) The server request to search throgh the databse well do so then . and then it will retrun the list of thing and the search will be done by Type or subject type can be like butlit and so on subject is what the user names the Project
3)i will add more later tell me if you liek this
I think that the idea of the database on the Web a good idea. We could make a web page and get user input(or source code) and classify it under different categories and keywords. Then by putting a search engine on the thing, it would filter through the db and find results that have been gathered.
Yeah that'd how I'm designing the file data storage and retreival system. Any one know of any idrive web sites?
Stick,
Stick around, I know I will need your expertise. I finish the web site template and have started on the program. Anyone good at SQL? If so, your help in creating the database would be helpful. I'm loving this guys it seems like this is finally going to be completed.
Hi,
I like the sound of your idea.. and I have available a machine running on a 10meg line, with win2k running on it, and ms sql server 7.0 If your interested, I can put you on that? Its free, so I cant guarantee 100% uptime, but it will be up as much as is humanly possible, because my websites are on it.
Tony.
I have no sig. Sigs are the devils tag-nuts.
Sorry I didn't read all the messages coz it's too damn long!
So don't hate me if it was said in this thread already!
This idea was proposed here a while ago and there was a team starting to do this (I was one of them). We made a pretty good progress but then meny people just stopped doin this coz it was too hard. Just ask []PRIVATE1[]. He was the manager of this thing.
If anybody will actually start doing this he should talk to []PRIVATE1[] for the already made project so they wouldn't have to start from scratch.
I'm warning you, this project might stop at any second since the moment you start the project, but anyways GOOD LUCK if anyone decides to do something with that idea.
,Asaf Sagi
I've been working on a program to share files myself..
But I stopped when I realised that it's not very likely to be accepted by the IRC server hosts...
ok here's the idea:
It works kinda like Gnutella.
The client logs into an IRC server under some name (maybe random, that's still to be considered) and joins a channel.
Then he retrieves the list of the people in that channel. If the user of the client wants to search for some file, the program retrieves the IP of 5 or 6 users in the channel and sends a request to them using UDP.
The request could be something like:
"123.45.55.22:3545|somesong.mp3|01:02:03 PM|ID:4546356"
"123.45.55.22:3545" is the sender IP, "somesong.mp3" is the file he's looking for and "01:02:03 PM" is the search's start time. ID is a randomly generated number (I'll explain this in a second..).
If some client receives a search request, he looks if he's got the file. If he hasn't he passes on the request (again looking for 5 or 6 random users in the channel).
If he has the file, he asks the client looking for the file if he wants it. If it's accepted, he starts sending (using TCP).
Every request contains the IP so that everyone knows who wants the file. It also contains the sending time and a unique ID. This is to prevent that a client passes the same request more than one time to another client (we could get an eternal triangle otherwise... three clients sending the same request on and on.). The time is for a timeout so that the file won't be searched forever.
The main problem of that idea is that we could get problem with some IRC Server admins...
But tell me what you think anyway
Razzle we need to get together! Here is what I'm doing. I'm sending and retrieving the files from an idrive, that the user would set up. This is done so no one is responsible for the contents of any file uploaded. This also provides better file availability than everyone on the network having to leave thier computer on, in order for the file to be available. For those of you guys that have started on this allways please feel free to offer any form of help. I'm starting over completely in an effort not to become dependant on any one person, so that the project won't die like it did before. But for anyone serious in helping, the following coding samples could help greatly and speed up the project's development:
File Transfer
*.txt
*.doc
*.wav
*.avi
*.mpg
Chat
Encryption
MP3 File sharing and playback
Database web technology
- Sending
- Retrieving
I will use only the most effcient coding.
Also sample coding using winzip, would greatly help out.
Wow Long vb post.....Any way....I think we should prolly get together somtime cuase well I am wanting to help and also not completly sure what is going on?
Any onee up for a meeting (chat) somewhere?
Sometime? Soon?
Hi!
I had a similar idea a few days ago. One thing that modern code databases lack is the integration between different languages. Say I am coding an Access app in VBA, but then change my mind to go to VB, or C++. Going to VB would be quite simple, but C++ - a pain. Another thing is different functions of Common Controls, common ActiveX and DLL function libraries, etc. It is possible in theory to make an application that would do 2 things:
1) Allow a developer to enter his own code into the application and retrieve it. The application will have context menus (like a tray icon that would present a tree-like menu to the user, allowing him to copy the code to the clipboard in user-defined formats). The main thing is to make the program easy to use and very useful. Then we could get all sorts of people to download and start using the program.
Important here is to get people with experience in all main coding languages: VB, VC++, C, Delphi, Perl, PHP, Access VBA, Cobol, Python, you name it. Then we could find out what we need to create in the database structure to support all existing languages.
2) Allow the developer to upload his code to the server. Of course once uploaded code would not upload, if it has not been modified.
3) Allow the developer to do a search and download only the related code, or optionally update the code on the disk if it has been updated in the central db.
4) Support for language functions is also very important. The other day, I noticed that PHP guys added a few functions to the language. How in the world is the developer supposed to know??? Sit on PHP.net all day? Say a new version of listbox came out, how do you know its functions? A new cool and free DLL library was coded, we could make notifications to each developer to try the library.
This approach would get attention of millions of people. VB may not be the language of choice, Delphi users will never even try to use the application that supports only VB. With all languages supported, a central international code database could be created. This, of course, would need a server network similar to the one Napster has, if not stronger. And this places a great deal of responsibility on developers who use the library. We could Moderate Code and use Developer Ranking system to restrict some poor code or allow the user to download better code.
What do you think? I have some experience with Jet databases and VB, as well as PHP. You can count me in.
Best regards,
Stanislav
Hi!
I had a similar idea a few days ago. One thing that modern code databases lack is the integration between different languages. Say I am coding an Access app in VBA, but then change my mind to go to VB, or C++. Going to VB would be quite simple, but C++ - a pain. Another thing is different methods, properties and events of Common Controls, common ActiveX and DLL function libraries, custom classes, useful user-defined types etc. It is possible in theory to make an application that would do 2 things:
1) Allow a developer to enter his own code into the application and retrieve it. The application will have context menus (like a tray icon that would present a tree-like menu to the user, allowing him to copy the code to the clipboard in user-defined formats). The main thing is to make the program easy to use and very useful. Then we could get all sorts of people to download and start using the program.
Important here is to get people with experience in all main coding languages: VB, VC++, C, Delphi, Perl, PHP, Access VBA, Cobol, Python, you name it. Then we could find out what we need to create in the database structure to support all existing languages.
2) Allow the developer to upload his code to the server. Of course once uploaded code would not upload, unless it has not been modified.
3) Allow the developer to do a search and download only the related code, or optionally update the code on the disk if it has been updated in the central db.
4) Support for language functions is also very important. The other day, I noticed that PHP guys added a few functions to the language. How in the world is the developer supposed to know??? Sit on PHP.net all day? Say a new version of listbox came out, how do you know its functions? A new cool and free DLL library was coded, we could make notifications to each developer to try the library.
For some developers who like to code from scratch, the last thing is an ideal one from my point of view.
This approach would get attention of millions of people. VB may not be the language of choice, Delphi users will never even try to use the application that supports only VB. With all languages supported, a central international code database could be created. This, of course, would need a server network similar to the one Napster has, if not stronger. And this places a great deal of responsibility on developers who use the library. We could Moderate Code and use Developer Ranking system to restrict some poor code or allow the user to download better code.
What do you think? I have some experience with Jet databases and VB, as well as PHP. You can count me in.
Best regards,
Stanislav
stanis.Sorry for mispelling your name. I guess it shows that I am a spell check junkie! : )
ok but there's a big problem with i-drive:
for some reasons the fastest download speed I can get from it is 100 bit/sec and I'm on ISDN... I don't know why but maybe there could be other users with the same problem..
Anyway..
concerning your requested code samples:
Filetransfer: You can get a very good sample from here (vb-world). I can show you how to implement a progress bar if you want...
playback of mp3s: I recommend the use of directX (can provide a sample) or the media player control (included w/ VB)
Encryption: what do you prefer? asymetric encryption like the one PGP uses? Or the normal encryption with a superkey?
Database: I have some experience with accessing local databases..haven't tried it on web databases yet though.
Razzle send me some URLs. This morning I'm working on the web browser.
Hi!
Thanks for you reply, Doc Scheinder!
I just wrote an veritable essay but Opera croked, so I have to rewrite it.
I like your idea very much, but there are 3 downsides. First, the database can be populated by commercial ActiveX and other illegal things, and we could get sued. If Napster or IDrive can withstand the pressure, I don't think we will. The second is that if many users start using the application, moderation of space usage will become impossible. The only way will be to buy more space. With a free database, we'll quickly lose interest. And last, if we host the database on a university network, etc that can dump us any minute or switch off its servers for a holiday, users will become disappointed.
My idea is not new. Rational Rose, for example, allows to make a UML model of an application and recreate a model in any language. But it does not support language functions, common API, classes, it just makes a code framework. Only big programming teams can afford it, plus it's complicated and expensive.
With today's constantly evolving programming world new languages appear every day, some of them more robust than existing ones. Existing languages update and introduce new functions, API, etc.
Many developers on this forum, I noticed, code not only in Microsoft languages. Thus, SourceSafe is useless for those who code in Delphi and VB. For PHP or C developers, it's easier to find free tools, but those may only be useful for one code alone.
My idea is to create a database of code that would allow to store code in all programming languages. We have a central database on one web site. A developer has a frontend with backend on his hard drive. If he needs to store his code in this backend, he/she will create a Code Package and store it in the backend (code package is especially important in PHP, C, etc, where Includes are used). The Code Package will consist of several code chunks. For Visual languages, it can consist of a global module, API declarations + class module part. Now, suppose the developer wants to get all functions related to the Listbox component. He enters the criteria, his frontend connects with the central database and returns results. The developer selects what he wants to download and downloads updates to his database. If a function uses a class library, includes, etc that the developer's database does not have, then the entire tree of components utilized by the function is downloaded. Among other things, the developer will use search criteria such as Developer Ranking (to restict hypothetically "bad" code), and many other things to retrieve code that he needs.
The database will unite: language functions, methods/events/properties of known common class libraries, DLLs; Windows API and API of other programs with extendable interface; developers' code. After we get around 100,000 people to use the program, we can expect that language, API and DLL developers will release documentation in the format suitable for import into this database.
The application may start out as a code library, and then grow to include a forum component and a code exchange component.
Support for notifications if a new function is introduced in a programming language. This is possible if programming language developers make their function syntax available to our database. I guess they will.
By becoming a member of the developer network, the developer will be able to upload/download code, post resumes (in the future), etc. Personal information about each user will be stored in the central database. Developer Ranking, for example, will be used in Search Options as above.
A code exchanging system like Napster might be built in, and it would be partly connected with the database. If, for example, someone on "CodeNapster" offers me code and wants something in exchange, I just look up my personal code and press the button. The entire code package is uploaded to the person, with optional libraries or classes.
Other features:
- The application will have to be ported to all major OSs.
People with knowledge of all programming languages will have to come together to supply ideas for this application.
- We can build a web site for this project. I can volunteer for this. - The application may come in 2 flavours: Network and Single Desktop editions. Programmer teams, if they choose to, can work with the app and optionally upload their code if they think it can become public domain.
I know that most people will say it's a pipe dream, but frankly there are no ideas that may not be put into effect.
Tell me what you think. I don't know, maybe someone already did this, but if it were free and worldwide chances are we would already know of something so great.
The first step is to make the database structure. It should be bullet proof and well thought out to allow for connection failures, faulty coding and class linking (such as if I link to a library but in fact the code doesn't even have a reference to any of the methods of it). It is also important to find people with experience in web software updating mechanisms.
PHP could be used to make the website and builtin forum system. PHP has a lot of useful function, even built-in zipping function, which would allow developers to download archives based on their criterias (a query from the database would be used to form a new update db and then packaged inside an archive).
Deep inside I think this database is not as complex as a Napster-like application. The main thing is to get different developers with experience in all major programming languages, and make a strong database structure that would support all these languages. I am already writing the db structure of this database, but with my limited programming experience and the scope of language I worked in I know I won't be able to pull it off alone.
You may contact me at [email protected]
Thanks in advance!
Best regards,
Stanislav
I like your energy! This is the deal, I'm not going worry about the legal segments of the site. This is the reason for the idrives or some other storage procedure that users will be responsible for. The only thing we will be reponsible for is the transfer of information and the content that we post, not the content that users post. The content will be posted by whomever wants to. I want this site to be become the quickest and most reliable site for information not just code. I want users to be able to share all sorts of information. I have a better understanding about what you want to accomplish and I think it's a good idea, but call me slow, I'm still not sure exactly what it is. Tell me what it is and what it will include as if you are talking to someone that has never touched a computer let along the internet. If you keep the definition and functionality simple, there may be others who are view this thread that may have the solutions. Remember no one person has all the answers. Keep me posted. For all those reading or that want to get in touch with me I'm on line from 9am to 5pm Mon-Fri. Any other time you will be lucky if you catch me. <[email protected]>
Am i in on this ?
I'm working on a similar program but for a different purpose. I would like to help out and learn and share as much as I can so that we can construct this and learn a lot so I can make my program. We need to have a chat!
I think that the idea seems cool at first, but in my opinion, programming code has totally different aspects than music. Napster was created for easy and free download. Programmers don't need all this. I mean, there's somethin easier. It's called e-mail.
Well The problem with idrive and such is that we are relying on a diffrent company. We don't want to do this becuase we don't have to there have been a few ppl to voluteer a server. About the legal problems if we get enough ppl involved we can have a few ppl have a speacil version that allows to view what ppl are sharing and the administration to kick/boot a person off.......Now I know what you are thinking WHO THE HELL is gonna sit there and watch for ppl doing bad ****...well I have no good answer but if ppl are really interested in doing this and making it work there should be some ppl. Also for the idea of allowing other ppl to make this program work for them we should have some kinda of "open source" not a fully open source but more of a way for ppl to creat there own add ins such as simple thing as skins to more complicated thing as a speed controller to limit the amout of speed the program can allow ppl to download at. Those are just a few wild ideas for the add ins. Also we need to get ppl that are interested in this to START THIS I mean this post can go one for years about how it can do this why it can't do this and so on. Also we need 1 or 2 ppl to be a leader of it to listen for EVERY ONES IDEAS and make a decision for the whole group. There is no way it will work if 25 ppl with simliar but diffrent ideas can make one program without a finail decision. I would like to take on the responsiblty along with someone else that wants it.
If you would conatact me ICQ: 9639200 or Email [email protected] Or MSN [email protected]
We also need to get a meeting (chat) going so we can decide on who is doing what when how and all that stuff.
WOW kinda long post for me :) !! !
Heres a setup offer for you guys. I have access to a server and a web site (don't believe? check http://www.esdevel.com/) I am running a sort of developer team from there at the moment; beta version of code you've been discussing is at http://www.esdevel.com/members/ but of course you can't log in without a password.
Anyway, my site is doing exactly what you need and its all set up and kool, no problems.
Drop me a line at [email protected] if interested in membership.
Here's the deal. I run a small computer consulting company. I've been programming in Basic for 8 years -- GWBASIC, QuickBasic, Visual Basic 3, 5, and 6. I'm not exactly butt-rich but I make a dang good profit on my stuff; only problem is, I don't have enough hands to do all my work. As it is, I've got two. Mine.
I've got an interest in doing some co-op type work. My site is screwed to heck because the host is doing some major contracts with some company in California, so it may or may not work. Anyway. Anybody interested is welcome to hop on the train. I have no promises to make except a good programming experience and whatever money your projects make. My company is pretty much a come-and-go-as-your-whims-dictate type of place, so no obligations.
And about all this chat crap. Those with AIM, use AIM (even tho it sucks) Those with ICQ, use ICQ. mIRC, etc same story. Then use EMAIL to COMMUNICATE your IDEAS between those without YOUR SOFTWARE. (brilliant idea, huh?) Thatway everybody's happy and we don't have to write this four-page-long bunch of cheap crap about who's chat program sucks worse.
For reference. I exist in AIM (as ashamed of that fact as I am, I admit it--its good for business) as ml1416esd and on ICQ (which is 4.37x10^9313 times better If you have enough brains to figure out what I mean) under the same name, also as number 84222889.
Any takers? (my opinion says youd be an idiot to pass up an opportunity like this)
What is illegal about sharing source code??????
PPL could share other files that are not source code or source code to copyrighted programs and such. If it shaared that, then that is how it would be illegal. ? answer your ¿ ?
Well give me a rreply to my above post.
Don't you think some people might steal the coding? I think it's pretty low but you should consider the posibility, most people will be using it for that purpose
For my program I've decided that it takes huge amounts of money to run Napster for no reasonable benefits over Gnutella -- Gnutella is more robust! We need to base the code on Gnutella protocol, but edit it so we don't connect to Gnutella, where all that controversial stuff is...
For all you guys arguing about illegal stuff. Two words of advice: Public Domain. Don't post copyrighted code. And if you do, make sure its written plainly, such as:
' FOOBAR.VBP
' A foobar generator algorithm
'
' COPYRIGHT (C) 2001 FRED SCHMUTZ COMPUTING
' ALL RIGHTS RESERVED
you can register a copyright for $20 US and have the power to sue if someone jacks around with your code. And if you see something that's copyrighted, you can be sure that if you get caught jacking with that code you'll be in big crap.
Maybe I'm the only one that's heard of this, or maybe its just paranoia, but its easy to protect against piracy--if you know how. :rolleyes:
Where can u get the copyrights from ?
The copyright registrar of each individual country on earth that supports the Berne convention for copyrights provides copyright registration and enforcement services. Each submitted copyright requires three things: a copy of the item to copyright, a form listing some info about it, and a $20 fee. Just a simple process. The forms you can get at any public library for free. Mail a check and some other junk to the address on the forms, and in maybe 12 weeks you'll find out that they have issued you a copyright certificate. Be sure to hold on to it, as well as record the copyright ID number they give you.
Note: results may vary depending on your country.
Excelent!!!
I've been off-line for a while but I'm back. Let me address the copyright issue. Copyrights are good for songs or printed material. Patents are more needed by developers than copyrights. A copyright only tells the world that you came up with this first, IT DOES NOT PREVENT SOMEONE FROM DUPLICATING YOUR WORK! Trust me this was a big issue over a lot of programs and systems that I have created. It was such an issue that I took several business law courses. So if your goal is to keep someone from duplicating your work you need a patent. If you just want to say "I came up with this first."then a patent is your route. Keep in mind that copyrighted software normally makes money for everyone else for the simple reason that you are basically giving the idea away for $20. Patent are expensive the are generally $12,000. A final word of advice DO NOT CALL ANY OF THOSE NUMBERS ON TV, most of these "I will patent your idea ..." companies are looking to rip you off. It's best to go to a patent attorny. Now the issue of file sharing. I have brought aboard 3 network specialist to help with the download and transfer issue. Where is all this headed besides a file sharing program? All persons involved in the project will recieve stock in the company. I have set up over 5 million shares of stock in this new idea/application. I'm doing everything by the book. I have enlisted the aid of a couple of bank presidents and accountants. I also have several investors ready to go. I have devloped the chat system, voice activation protocols, some of the graphical design, and 50% of the file transfer portion. I'm planning on purchasing an application server and a hosting server. This is the real deal people, the more work we put in the better the outcome. At the end of this we should have some promising results. I will begin to write the requirements and setting up a beta version. If you are serious about helping out, send me an email [email protected]
Could Visual Component Manager be used with some
sort of online database?
Doc Scheinder
This is not questioning your ability, but don't you thinkQuote:
All persons involved in the project will recieve stock in the company. I have set up over 5 million shares of stock in this new idea/application. I'm doing everything by the book. I have enlisted the aid of a couple of bank presidents and accountants. I also have several investors ready to go.
there will be great complexities involved. Also how many will jump into it with a fair mind(no offence to anybody). Are you sure you want to go this way? What about all others?
I can only give you the 212 (Truth). I've been an entrepreneur for over 5 years. I have software packages that college professors are either involved in and/or are currently taking to market. I spent 7 years studying business and entrepreneurship. Essentially "I ain't no joke." All those involved in the project will be GIVEN stock based on their contribution. I think that is fair enough. You will be getting something for something. I don't believe in people working and not reaping the rewards of your work. You don't know me so I can't tell you to trust me, but in the end, hell what do you have to lose? It's going to be done reguardless if Susy helps or Bobby helps. So it's on who ever wants to be apart of the project. At worst case senario you will get a nice file sharing program and new direction/code that would have taken you years to develop. It's a win win situation. By the way half of the stock is already in place. This project started out as a couple of programmers readily wanting to share coding easily via the web. It has the potential to be such more. Like I said for those intrested in the project send me an email to the address I listed above. Also as stated earlier this thread is getting too long and if this project is to move forward we need to both stop getting off the subject and bickering about why we can't. My thing is this, if trust is your issue then that's a PP (Personal Problem), if your thing is the project then let's get serious and do this! Can we start another thread? This may eliminate all of this excess junk.
This post will last for YEARS! We need to get a chat going when eveyone that will be working on this app can be there!
LETS GET THIS **** GOING !!
Fancy that I had my name mentioned . it's god awfull hard .
[]P
As stated earlier I am online 9am to 5pm Mon - Fri. I can sign on for a different time if this is not convient for everyone. Listen guys I'm loving the energy. Only good things can come out energy this strong. I'm not good at scheduling chats, so if anyone can schedule it I will be there.
I started a new thread called "File Sharing Application" This is so we can only have the most recent suggestions and only the serious ppl can convey some ideas that we can take directly to the keyboard.
Here is the chat group information that I have set up for this project:
Addresses:
Post message: [email protected]
Subscribe: [email protected]
Unsubscribe: [email protected]
List owner: [email protected]
URL to this page: http://www.egroups.com/group/computerdope
My availability is Mon - Fri 9am-5pm any other time can be scheduled with at least 8 hours notice. I purpose Mon-Fri 4pm as a set meeting time.
.... if no one has mentioned it to you, log into http://www.planetsourcecode.com they have exactly what you are after. Downloadable projects that demonstarted just about anything you would want vb to do.
Hope that helps.
We are attempting a little something more than just a web site that allows you download coding. We are designing a file sharing program that will bring order out of the internet. Your ideas and suggestions are more than welcome, but please read page 6 of this thread, so we can move forward on the same page of established ideas.
Try:
Nuzzly at http://www.andreaphp.f2s.com
It supposedly already does source code file sharing. I haven't checked it as I have no interest in it. It was posted at extreme-vb.
Paul
It has been done already.
The program is called wrapseter and allows all files to be available to internet users.
use their idea and create archives out of projects and rename them to .mp3.
We are aware of these programs. But we are also aware of their limitations. Our mission is to overcome these limitations. Why re-invent the wheel? Because it wasn't invented correctly the first time. : ) Keep us posted. See you guys tomorrow! doc out!