473,804 Members | 2,201 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Who is the code sherriff around here?

No offense to anyone in this group, particularly Tom Shelton, Michael M, or
Newbie Coder. But who the hell is Crouchie1998 and why is he accusing every
submission I make to Planet Source Code to be plagiarized?

In one submission to retrieve the XP key using native .NET function instead
of the API, he said I copied the code from him when I clearly gave credit to
the original authors of the API code and said that I had removed the API
calls in favor of the .NET functions. Crouchie wasn't the original author of
the code I used. When I asked him for the link to his code so I could
compare, I received no response.

In my latest submission, he rips me for not giving credit to the above
mentioned people for their contribution to my code. No offense, but the code
I posted was completely my own. Notice here from Crouchie's feedback on my
submission:

----------------Begin Crouchie's Feedback---------------------------------
A user has submitted feedback to your submission at
http://www.Planet-Source-Code.com. Your submission: Printers and Ports
using PRNADMIN.DLL Comment From: Crouchie1998 Email:
cr**********@xy z123.com Comment: Hi Terry

So, this is one of the submissions that you were asking the Microsoft VB.NET
newsgroup about a few days ago. Does this ring any bells:

I need to create a file printer port. I can do it using the PRNADMIN.DLL
like so:

Public Sub CreateFilePort( ByVal FilePath As String)
Dim PRNADMIN As New PRNADMINLib.Pri ntMaster
Dim port As New PRNADMINLib.Por t
port.PortName = FilePath
port.PortType = 3 'Standard Local Port
PRNADMIN.PortAd d(port)
End Sub

Is there any way I can do it without using this COM assembly?

....

=============== ===============

So, you are asking questions in the newsgroup, getting everyone to code it
for you then you release it on here & call it your own.

You should at least mention:

Tom Shelton
Newbie Coder
Michael M

For their contribution of creating the printer port

Plus, you have hard coded names whereas you could have easily got those
names via WMI

-------------------End Crouchie's Feedback------------------------------

Correct me if I'm wrong, but wasn't this me posting MY OWN code and asking
for an ALTERNATIVE method?

Sorry for the rant, but this is starting to really get on my nerves...
Feb 27 '07 #1
1 1151

Well i remember Crouchie1998 as a pretty active member of this group , so
yes he does come here

in the past when i was myself verry active in those websites ( mostly DevX
as i felt that planetsourcecod e was a litle to scriptkiddy , weekendcoders
for me )
, i added the following to my postings of code that was pure M. Posseth
>>>>
This code is Pure M. Posseth code but I make it public domain with this
publication, use it as you will, no need to name me (would be appreciated if
you did) free to distribute or modify with only one restriction: if you can
improve it with the same functionality you must sent me the Code.
>>>>
just to avoid these situations , i also see all my contributions to the
newsgroups as in the above context

just my thoughts

Michel


"Terry Olsen" <to******@hotma il.comschreef in bericht
news:eu******** ******@TK2MSFTN GP04.phx.gbl...
No offense to anyone in this group, particularly Tom Shelton, Michael M,
or Newbie Coder. But who the hell is Crouchie1998 and why is he accusing
every submission I make to Planet Source Code to be plagiarized?

In one submission to retrieve the XP key using native .NET function
instead of the API, he said I copied the code from him when I clearly gave
credit to the original authors of the API code and said that I had removed
the API calls in favor of the .NET functions. Crouchie wasn't the original
author of the code I used. When I asked him for the link to his code so I
could compare, I received no response.

In my latest submission, he rips me for not giving credit to the above
mentioned people for their contribution to my code. No offense, but the
code I posted was completely my own. Notice here from Crouchie's feedback
on my submission:

----------------Begin Crouchie's Feedback---------------------------------
A user has submitted feedback to your submission at
http://www.Planet-Source-Code.com. Your submission: Printers and Ports
using PRNADMIN.DLL Comment From: Crouchie1998 Email:
cr**********@xy z123.com Comment: Hi Terry

So, this is one of the submissions that you were asking the Microsoft
VB.NET newsgroup about a few days ago. Does this ring any bells:

I need to create a file printer port. I can do it using the PRNADMIN.DLL
like so:

Public Sub CreateFilePort( ByVal FilePath As String)
Dim PRNADMIN As New PRNADMINLib.Pri ntMaster
Dim port As New PRNADMINLib.Por t
port.PortName = FilePath
port.PortType = 3 'Standard Local Port
PRNADMIN.PortAd d(port)
End Sub

Is there any way I can do it without using this COM assembly?

...

=============== ===============

So, you are asking questions in the newsgroup, getting everyone to code it
for you then you release it on here & call it your own.

You should at least mention:

Tom Shelton
Newbie Coder
Michael M

For their contribution of creating the printer port

Plus, you have hard coded names whereas you could have easily got those
names via WMI

-------------------End Crouchie's Feedback------------------------------

Correct me if I'm wrong, but wasn't this me posting MY OWN code and asking
for an ALTERNATIVE method?

Sorry for the rant, but this is starting to really get on my nerves...

Feb 27 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

53
5757
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is difficult to know what is going on. One of these Order Forms you can see here... http://www.cardman.co.uk/orderform.php3
171
7826
by: tshad | last post by:
I am just trying to decide whether to split my code and uses code behind. I did it with one of my pages and found it was quite a bit of trouble. I know that most people (and books and articles) like it because you can split the code from the design. That is logical. But if you are the only one working on the code, it seem a little overkill. I use Dreamweaver to do my design and find it a bit of a hassle to have multiple files open...
2
6209
by: Don | last post by:
I've looked high and low for some code that will allow me to have a combobox with a flat borderstyle. I found a few examples, but nothing that was really usable for me. I had the following criteria that I wanted to meet, but nothing did: - No reliance on a separate library - No unmanaged code - Easy subclassing of System.Windows.Forms.Combobox (i.e. no custom control monstrosity) - No extra funky features that I didn't need
7
2414
by: Andrea | last post by:
Hi there - I'm hoping someone can help me; I've been struggling with this for a few days! :-) I have a webpage that is comprised of many forms containing questions. As the user answers one of the questions, that form is hidden and the next is displayed. Also, as the user answers each question a "count" variable is updated based on their response. I would like the question to show up on the left side and the answer to show up in the...
6
1666
by: RJ | last post by:
I'm trying to teach myself Python (probably running into the old dog new tricks issue) and I'm trying to start with the very basics to get a handle on them. I'm trying to write code to get the computer to flip a coin 100 times and give me the output of how many times heads and tails. After solving a few syntax errors I seem to be stuck in an endless loop and have to kill python. A few times I would get it to print 'heads 0 (or 1) times...
2
1878
by: Justin Powell | last post by:
Hi, I'm looking for suggestions on how to accomplish something in python. If this is the wrong list for such things, I appologize and please disregard the rest. My application needs to allow users to create scripts which will be executed in a statement-by-statement fashion. Here's a little pseudo-code: def someUserProgram(): while 1: print "I am a user program"
30
3554
by: galiorenye | last post by:
Hi, Given this code: A** ppA = new A*; A *pA = NULL; for(int i = 0; i < 10; ++i) { pA = ppA; //do something with pA
36
3119
by: The Frog | last post by:
Hi Everyone, I am trying to find a solution for handling zipped data without the need to ship / install any DLL files with the database. Does anybody know of code to handle ZIP files that does not require any external references? If I can ship it 'built-in' as either a class module or standard module then that would be perfect. Any help would be greatly appreciated.
0
9593
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10595
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10088
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7633
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5529
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4306
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.