|
-
Aug 8th, 2005, 06:30 AM
#1
Thread Starter
Addicted Member
Searchable code repository
Hello,
Currently i an looking for deploying a searchable code repository within my organization.
The code repository will list source code in varity of programming languages and ideally should be arranged with the task the source code is performing.
For example: A user will submit his code snippet for "registry modifications" in say VB. Somebody else doing the same in C# etc.
Are there any tools you are aware of?
I will not prefer a open-source tool, but say a tool which is particularly designed for corporates and should get support if we are not able to use it fully,
-
Aug 8th, 2005, 06:36 AM
#2
Re: Searchable code repository
It sounds like you are talking about a CodeLibrary. Why don't you just build your own? That way, you could totally configure it for your exact needs rather than try and "shape" someone else's app to fit those needs.
-
Aug 8th, 2005, 06:43 AM
#3
Thread Starter
Addicted Member
Re: Searchable code repository
Shaping somebody else's application is not mandatory.
What i am stressing is that i need a tool which is really generic, and used accross by many.
-
Aug 8th, 2005, 07:12 AM
#4
Re: Searchable code repository
I still think you would be better off building your own, but, after quite a lengthy Google session (that is not much out there that I saw that fits your bill), I did find this. Hope it helps.
-
Aug 8th, 2005, 07:57 AM
#5
Thread Starter
Addicted Member
Re: Searchable code repository
Thanks Hack,
I will look into it.
I have a discussion with my peers here and they pointed out that there is something similar available with M$ Office.
i am currently searching for that will will update if i find something
-
Aug 8th, 2005, 08:08 AM
#6
Re: Searchable code repository
There is another source code library product out there that I really like (although I made my own Code Library years and years ago, and still use it), but it advertises as being specific to VB/VBA.
It comes with all sorts of routines for both, but I'm guessing you could store other code tips/snippets from other languages in it. If you want a link to that, let me know.
-
Aug 8th, 2005, 08:14 AM
#7
Thread Starter
Addicted Member
Re: Searchable code repository
-
Aug 8th, 2005, 08:15 AM
#8
Re: Searchable code repository
-
Aug 8th, 2005, 08:24 AM
#9
Thread Starter
Addicted Member
Re: Searchable code repository
Thanks!
As you mentioned, it is indeed for VB more.
You mentioned you developed your own code library. Is it available for sale?
If you can send over the links.
Problem is that it is a corporate codebank, so there will be ppl accessing it.
-
Aug 8th, 2005, 08:24 AM
#10
Thread Starter
Addicted Member
Re: Searchable code repository
I mean, i need a corporate wide codeback application
-
Aug 8th, 2005, 08:35 AM
#11
Re: Searchable code repository
 Originally Posted by mayurvb
Thanks!
As you mentioned, it is indeed for VB more.
You mentioned you developed your own code library. Is it available for sale?
If you can send over the links.
Problem is that it is a corporate codebank, so there will be ppl accessing it.
No, this is just something that I, and I alone use. However, making it a company wide application would seem as simple as switching from an Access database, which I currently use, to SQL Server or Oracle.
I have a TreeView control which lists all of my source categories (i.e., SQL, C#, Visual Basic, Java, VBScript, ASP, Tips, etc. Once you have expdanded one of the above "root" treelines, all of the nodes under that "root" are displayed. Right next to the Treeview is a Richtextbox which displays the contents of whatever TreeView child node you clicked on.
It is pretty simple, and works for me. My search function needs some serious work, but I can get by with it. It wouldn't take you that long to build I don't think, and then all you would have to do is rollout the VB front end to everyone.
-
Aug 9th, 2005, 02:35 AM
#12
Re: Searchable code repository
I've come up with 392 project samples, mostly from this forum of VB code that I made into projects. Most have a zip file of the folder, and it currently is 100Mb counting everything. All but a few of them are redistributable.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|