Click here to Skip to main content
15,890,845 members

peterchen - Professional Profile



Summary

    Blog RSS
46,920
Author
2,896
Authority
98,630
Debator
37
Editor
232
Enquirer
4,330
Organiser
5,438
Participant
Peter is tired of being called "Mr. Chen", even so certain individuals insist on it. No, he's not chinese.

Peter has seen lots of boxes you youngsters wouldn't even accept as calculators. He is proud of having visited the insides of a 16 Bit Machine.

In his spare time he ponders new ways of turning groceries into biohazards, or tries to coax South American officials to add some stamps to his passport.

Beyond these trivialities Peter works for Klippel[^], a small german company that wants to make mankind happier by selling them novel loudspeaker measurement equipment.


Where are you from?[^]



Please, if you are using one of my articles for anything, just leave me a comment. Seeing that this stuff is actually useful to someone is what keeps me posting and updating them.
Should you happen to not like it, tell me, too

Groups

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

United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
This is a Collaborative Group
This member has Member status in this group

41 members
United States United States
This _private_ forum is set up to be a place where political and social issues, including American politics and global warming, can be discussed in a reasonably civil manner. Anyone who has been an active member* of Code Project for six months is welcome to apply for membership but this forum does not tolerate trolling posts, or posters who wish to be disagreeable. Those who choose to become uncivil, insulting, or childish will be warned and, for repeated violations, removed from membership.

* That means that you have posted regularly or had at least one article published.

For member complaints and suggestions, contact the forum administrator at ...
cp[soapbox1[0 at gmail.com
Remove the [ characters and replace them by a period.
This is a Social Group
This member has Member status in this group

192 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.


 
GeneralRe: Proposal: Code Snippet Library Pin
Paul Watson6-Jun-03 2:52
sitebuilderPaul Watson6-Jun-03 2:52 
GeneralRe: Proposal: Code Snippet Library Pin
Jason Henderson6-Jun-03 3:01
Jason Henderson6-Jun-03 3:01 
GeneralRe: Proposal: Code Snippet Library Pin
Stephane Rodriguez.4-Jun-03 19:23
Stephane Rodriguez.4-Jun-03 19:23 
GeneralRe: Proposal: Code Snippet Library Pin
peterchen4-Jun-03 20:45
peterchen4-Jun-03 20:45 
GeneralRe: Proposal: Code Snippet Library Pin
Paul Watson6-Jun-03 4:03
sitebuilderPaul Watson6-Jun-03 4:03 
GeneralRe: Proposal: Code Snippet Library Pin
Jason Henderson7-Jun-03 17:56
Jason Henderson7-Jun-03 17:56 
GeneralRe: Proposal: Code Snippet Library Pin
Paul Watson7-Jun-03 23:07
sitebuilderPaul Watson7-Jun-03 23:07 
GeneralRe: Proposal: Code Snippet Library Pin
Jason Henderson7-Jun-03 18:58
Jason Henderson7-Jun-03 18:58 
Paul Watson wrote:
Snippet items must definitley be stored as seperate physical files. This may be bad for performance but it will ensure Christian Graus can say "Sod it, I hate this app" then go into the store folder, copy all his code out as files and then kill the app. No proprietary single-file storage mechanism, no "exporting" to get at your code etc. Search performance can easily be managed by managing a search index file where with each edit, delete or update the index is updated. It also makes it easy to email files to co-workers or friends who do not have the app. The system must not lock people into using it for their code, it needs to be open like that.

Really? So we'd have a few hundred files to sift through if we didn't want the app? What's the big deal with exporting to separate files in this scenario?

How would it be easy to find a file (out of hundreds) to email? I think using windows explorer is a pain in the rear, especially when we would have an interface for the user to send a snippet through email in the app.

I don't like the idea of a real database like SQL Server, but a flat file with indexing sounds fine. The app could easily search it, export from it, and if its simple enough, the user may be able to open it in wordpad and find the code he needs.

Paul Watson wrote:
Storage of binary files (maybe a screenshot of the code in action or a compiled assembly DLL)

You realize what kind of crap people would be sending around in CodeCommunity? Pr0n, virii, mp3s, star trek episodes, etc. We'd be making the next Kazaa. Not to mention, its not code and this is a code snippet library. I think binaries should be left out.

Paul Watson wrote:
Syntax colouring

This could probably be built in the app without saving it in the file(s) depending on the language and user settings. Good idea.

Paul Watson wrote:
Do we need versioning?

Hmmm. Would the app do this automatically, or would the user just say this is version 2.0 if they choose to?

Paul Watson wrote:
For the CodeCommunity and CodeTeam systems a robust security model is needed so that we can assign Editors, Administrators etc.

Why not have a community rating system that deletes community snippets if they fall below a threshold?

Paul Watson wrote:
I must put together a Visio file of how I see the architecture working.

I don't have Visio. Is there a viewer or can you export to another format?

All very good ideas and well thought out I might add.



Jason Henderson

latest CPP news

"If you are going through hell, keep going." - Winston Churchill


GeneralRe: Proposal: Code Snippet Library Pin
Paul Watson7-Jun-03 23:28
sitebuilderPaul Watson7-Jun-03 23:28 
GeneralRe: Proposal: Code Snippet Library Pin
Jason Henderson7-Jun-03 19:00
Jason Henderson7-Jun-03 19:00 
GeneralSecond Foundation Pin
Paul Watson7-Jun-03 23:45
sitebuilderPaul Watson7-Jun-03 23:45 
GeneralRe: Second Foundation Pin
Jason Henderson8-Jun-03 9:36
Jason Henderson8-Jun-03 9:36 
GeneralRe: Proposal: Code Snippet Library Pin
peterchen9-Jun-03 23:57
peterchen9-Jun-03 23:57 
GeneralRe: Proposal: Code Snippet Library Pin
Steve McLenithan8-Jul-03 1:15
Steve McLenithan8-Jul-03 1:15 
GeneralRe: Proposal: Code Snippet Library Pin
woodsprite24-Jul-09 12:27
woodsprite24-Jul-09 12:27 
GeneralWhy not SourceForge? Pin
peterchen2-Jun-03 4:42
peterchen2-Jun-03 4:42 
GeneralRe: Why not SourceForge? Pin
Jamie Hale2-Jun-03 5:14
Jamie Hale2-Jun-03 5:14 
GeneralAuthoring Pin
Paul Watson2-Jun-03 6:41
sitebuilderPaul Watson2-Jun-03 6:41 
GeneralRe: Authoring Pin
Jamie Hale2-Jun-03 6:48
Jamie Hale2-Jun-03 6:48 
GeneralRe: Authoring Pin
jhaga2-Jun-03 7:00
professionaljhaga2-Jun-03 7:00 
GeneralRe: Authoring Pin
peterchen2-Jun-03 9:02
peterchen2-Jun-03 9:02 
GeneralRe: Authoring Pin
jhaga2-Jun-03 10:41
professionaljhaga2-Jun-03 10:41 
GeneralRe: Authoring Pin
Jason Henderson2-Jun-03 7:02
Jason Henderson2-Jun-03 7:02 
GeneralRe: Why not SourceForge? Pin
jhaga2-Jun-03 5:17
professionaljhaga2-Jun-03 5:17 
GeneralRe: Why not SourceForge? Pin
Andreas Saurwein2-Jun-03 5:34
Andreas Saurwein2-Jun-03 5:34 

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.