Click here to Skip to main content
15,867,867 members

Anders Molin - Professional Profile



Summary

    Blog RSS
7,190
Author
978
Authority
4,669
Debator
9
Enquirer
77
Organiser
2,632
Participant
0
Editor
Huh! Wink | ;-)

 

Groups

Below is the list of groups in which the member is participating

CEO Integrated Ideas
India India
gasshopper.iics is a group of like minded programmers and learners in codeproject. The basic objective is to keep in touch and be notified while a member contributes an article, to check out with technology and share what we know. We are the "students" of codeproject.

This group is managed by Rupam Das, an active author here. Other Notable members include Ranjan who extends his helping hands to invaluable number of authors in their articles and writes some great articles himself.

Rupam Das is mentor of Grasshopper Network,founder and CEO of Integrated Ideas Consultancy Services, a research consultancy firm in India. He has been part of projects in several technologies including Matlab, C#, Android, OpenCV, Drupal, Omnet++, legacy C, vb, gcc, NS-2, Arduino, Raspberry-PI. Off late he has made peace with the fact that he loves C# more than anything else but is still struck in legacy style of coding.
Rupam loves algorithm and prefers Image processing, Artificial Intelligence and Bio-medical Engineering over other technologies.

He is frustrated with his poor writing and "grammer" skills but happy that coding polishes these frustrations.
This is a Organisation
This member has Member status in this group

115 members

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralGeneral Comments Pin
Anders Molin5-Jun-03 1:09
professionalAnders Molin5-Jun-03 1:09 
GeneralRe: General Comments Pin
Terry Denham5-Jun-03 3:34
Terry Denham5-Jun-03 3:34 
I am so glad someone else sees a need here for a better multiuser bug tracker and version control software than we have with SourceSafe without having to turn our Windows machines into Unix boxes to use CVS. Plus the CVS documentation is horible in trying to setup a Windows machine.

I've been looking at Subversion (which is trying to make a better version of CVS) but it's hard to get it to compile on Windows (plus you have to turn your box into Unix to actually do the compile) so I've started working on my own design trying to make a better version control software with integrated issue tracking.

So let me just give you my ideas so we can get the discussion rolling.

1. The version constrol software (VCS) should store it's information in a database and allow the interoperability with different vendor's databases. I would like to see at a minimum a SQL Server and a MySQL implementation.

2. Should be client/server from the start. CVS wasn't designed with client/server in mind and has way too many usage for the CVSROOT. It must have 4 different meaning. Subversion uses WebDAV/Delta-V HTTP extensions but I think that this is the older way to solve problems. I think the newer way would be with Web Services to allow the service to be consumed over the internet.

There should be different web services to manage the different aspects of the VCS. So there should be a service for Administration, Development, Issue Tracking and maybe Project Management if it grows to be big enough.

These web services could then be consumed by a client side project that would either integrate with VS.Net, Stand Alone app or Explorer Extension.

3. Should allow easy branching of the source code. This is where I think CVS/Subversion did it right compared to how difficult/confusing this concept is in SourceSafe.

4. Take advantage of the Windows operating system and be made to show off these strength instead of writing to the lowest common denominator so that the code is multiplatform. This means writing any services that we may have to use, or the EventLog.

5. I would like to see it integrate with the VS.Net interface but I think we have to get a NDA from MS for the SCCI interface. Maybe this could be a subproject that is not release with the rest of the project.

6. Issuetracking should be a feature rich as BugZilla but made to run on Windows using a backend database as it's storage mechanism.

7. I would like to see an integration between the VCS and the IssueTracker so that issues could be tied to checkins into the VCS.

Well that's about all that I can think of at the moment and I look forward to hearing other peoples' comments and suggestions.
GeneralRe: General Comments Pin
Anders Molin6-Jun-03 3:39
professionalAnders Molin6-Jun-03 3:39 
GeneralRe: General Comments Pin
Terry Denham12-Jun-03 13:17
Terry Denham12-Jun-03 13:17 
GeneralWhat languages do we use to make this product Pin
Anders Molin5-Jun-03 0:07
professionalAnders Molin5-Jun-03 0:07 
GeneralRe: What languages do we use to make this product Pin
Heinz R. Vahlbruch5-Jun-03 1:21
Heinz R. Vahlbruch5-Jun-03 1:21 
GeneralRe: What languages do we use to make this product Pin
Anders Molin6-Jun-03 3:40
professionalAnders Molin6-Jun-03 3:40 
GeneralRe: What languages do we use to make this product Pin
Chris Austin5-Jun-03 4:39
Chris Austin5-Jun-03 4:39 
GeneralRe: What languages do we use to make this product Pin
Anders Molin6-Jun-03 3:41
professionalAnders Molin6-Jun-03 3:41 
GeneralRe: What languages do we use to make this product Pin
Paul Watson6-Jun-03 0:24
sitebuilderPaul Watson6-Jun-03 0:24 
GeneralRe: What languages do we use to make this product Pin
Heinz R. Vahlbruch6-Jun-03 0:31
Heinz R. Vahlbruch6-Jun-03 0:31 
GeneralRe: What languages do we use to make this product Pin
Anders Molin6-Jun-03 3:44
professionalAnders Molin6-Jun-03 3:44 
GeneralRe: What languages do we use to make this product Pin
Joseph Dempsey6-Jun-03 8:23
Joseph Dempsey6-Jun-03 8:23 
GeneralRe: What languages do we use to make this product Pin
Jason Henderson6-Jun-03 9:05
Jason Henderson6-Jun-03 9:05 
GeneralRe: What languages do we use to make this product Pin
LBushkin1-Jul-03 7:30
LBushkin1-Jul-03 7:30 
GeneralWhat would you want to see in a new Source Control System Pin
Anders Molin5-Jun-03 0:04
professionalAnders Molin5-Jun-03 0:04 
GeneralRe: What would you want to see in a new Source Control System Pin
Chris Austin5-Jun-03 4:48
Chris Austin5-Jun-03 4:48 
GeneralRe: What would you want to see in a new Source Control System Pin
Anders Molin6-Jun-03 3:44
professionalAnders Molin6-Jun-03 3:44 
GeneralRe: What would you want to see in a new Source Control System Pin
Marc Clifton5-Jun-03 11:28
mvaMarc Clifton5-Jun-03 11:28 
GeneralRe: What would you want to see in a new Source Control System Pin
Anders Molin6-Jun-03 3:37
professionalAnders Molin6-Jun-03 3:37 
GeneralRe: What would you want to see in a new Source Control System Pin
Paul Watson5-Jun-03 23:36
sitebuilderPaul Watson5-Jun-03 23:36 
GeneralRe: What would you want to see in a new Source Control System Pin
Anders Molin6-Jun-03 3:45
professionalAnders Molin6-Jun-03 3:45 
GeneralRe: What would you want to see in a new Source Control System Pin
mbh@ito9-Jun-03 19:20
mbh@ito9-Jun-03 19:20 
GeneralRe: What would you want to see in a new Source Control System Pin
Anders Molin10-Jun-03 0:07
professionalAnders Molin10-Jun-03 0:07 
GeneralRe: What would you want to see in a new Source Control System Pin
Nitron11-Jun-03 13:22
Nitron11-Jun-03 13:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.