473,394 Members | 1,770 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Help finding specific source code

Hi,

I teach a VB .NET class, and one of the students obviously cheated on
the final exam (which was to write a Tic Tac Toe game). They were
smart enough to change all of the variables from the program that was
copied, though, and I'm having a difficult time finding the original
source.

Can anyone suggest a place that would let me search their database of
codes for snips of code, or something like that? I'm hesitant to post
the source code here, but I will if all else fails.

TIA,

Mike
Nov 20 '05 #1
6 1500
Mike,
Google is a great source, for instance I found this:

http://www.planet-source-code.com/vb...odeId=58&lngWI
d=10
"Mike" <cs****@hotmail.com> wrote in message
news:46**************************@posting.google.c om...
Hi,

I teach a VB .NET class, and one of the students obviously cheated on
the final exam (which was to write a Tic Tac Toe game). They were
smart enough to change all of the variables from the program that was
copied, though, and I'm having a difficult time finding the original
source.

Can anyone suggest a place that would let me search their database of
codes for snips of code, or something like that? I'm hesitant to post
the source code here, but I will if all else fails.

TIA,

Mike

Nov 20 '05 #2
* cs****@hotmail.com (Mike) scripsit:
I teach a VB .NET class, and one of the students obviously cheated on
the final exam (which was to write a Tic Tac Toe game). They were
smart enough to change all of the variables from the program that was
copied, though, and I'm having a difficult time finding the original
source.

Can anyone suggest a place that would let me search their database of
codes for snips of code, or something like that? I'm hesitant to post
the source code here, but I will if all else fails.


Did you try Google Web Search and Google Groups Search?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
Mike,

Plagiarism goes on all the time in 'This' newsgroup and many others, your
asking the right people don't you know !

My advice; It's Christmas, you dont know for 'sure' they cheated otherwise
you would not be trying to 'prove' it. So why not give them the benefit of
the doubt and mark it as seen.

Regards - OHM
Mike wrote:
Hi,

I teach a VB .NET class, and one of the students obviously cheated on
the final exam (which was to write a Tic Tac Toe game). They were
smart enough to change all of the variables from the program that was
copied, though, and I'm having a difficult time finding the original
source.

Can anyone suggest a place that would let me search their database of
codes for snips of code, or something like that? I'm hesitant to post
the source code here, but I will if all else fails.

TIA,

Mike


Regards - OHM# OneHandedMan{at}BTInternet{dot}com
Nov 20 '05 #4
Cor
Hi Mike,

I thought there was someone who asked to help him with a Tic Tac Toe game
but that is as far as I remember me some months ago and I thought to
remember me that that student was very active himself to find the best
solution.

What is wrong if students are learning the places where they can find
solutions for there problems.

One of the very active regulars from this newsgroup is a student and he is
very good in that.

I myself have always said, it is better to remember where to find the
solution, than trying to remember the solution.

(But don't wory, the sentence "We are not doing your homework" is often used
in this newsgroup")

Cor


Nov 20 '05 #5
Mike,
Thinking about this more. In the world we live in now, the age
of the Internet with tools like google, its so easy to leach of the examples
of others, and in fact it plays a very important part in academic and
professional life. However, it can also be a negative thing if used
improperly.

You have to assume that all humans are lazy and usually take the path of
least resistance. After all, what would you prefer to do, go down the pub
and spend the night with your girlfriend or spend 10 hours slaving over
virgin code.

We, so don't make it easy on them. Next time you set them an example, stop
using other people examples to code to ( like you did ) and make something
up new which is unlikely to be on the internet. Something local perhaps to
your college or school, which is a problem waiting to be solved.

Hey who knows, you might even invent a new board game !

I hope this gives you food for thought.

Regards - OHM


Mike wrote:
Hi,

I teach a VB .NET class, and one of the students obviously cheated on
the final exam (which was to write a Tic Tac Toe game). They were
smart enough to change all of the variables from the program that was
copied, though, and I'm having a difficult time finding the original
source.

Can anyone suggest a place that would let me search their database of
codes for snips of code, or something like that? I'm hesitant to post
the source code here, but I will if all else fails.

TIA,

Mike


Regards - OHM# OneHandedMan{at}BTInternet{dot}com
Nov 20 '05 #6
Hi all,

Thanks for the advice. I had been searching on Google Groups and Web
for a few days, without a lot of luck, and I was mainly hoping for a
place like PlanetSource, but with a search into the actual scripts.

In this particular case, I know for a fact that the student cheated.
The program has several bits of code that I didn't teach, including
several bits that were done differently than I taught, and the student
couldn't explain why they did it that way. In fact, the student
couldn't explain any of the code. Furthermore, the code was extremely
complex (12 pages printed), when the code I expected would have been
much simpler (another student turned in 3 pages printed).

Really, the fact is that if they had taken original code and worked
with it, I wouldn't really have a problem. After all, that's how I
learned in the beginning, too. But in this case, it's fairly obvious
that they downloaded someones code, changed the variable names, and
that's it.

You know, OHM, you're right, I did get out lazy on the assignment. I
always like to assign games, since most students have fun writing
them, and I've always tried to use a game that they're familiar with.
I've got some time to think about it now, though (new semester and
all), so I guess I will come up with a totally new game or something.
Thanks for the brain food.

Mike


"One Handed Man [ OHM# ]" <OneHandedMan{at}BTInternet{dot}com> wrote in message news:<uw**************@TK2MSFTNGP10.phx.gbl>...
Mike,
Thinking about this more. In the world we live in now, the age
of the Internet with tools like google, its so easy to leach of the examples
of others, and in fact it plays a very important part in academic and
professional life. However, it can also be a negative thing if used
improperly.

You have to assume that all humans are lazy and usually take the path of
least resistance. After all, what would you prefer to do, go down the pub
and spend the night with your girlfriend or spend 10 hours slaving over
virgin code.

We, so don't make it easy on them. Next time you set them an example, stop
using other people examples to code to ( like you did ) and make something
up new which is unlikely to be on the internet. Something local perhaps to
your college or school, which is a problem waiting to be solved.

Hey who knows, you might even invent a new board game !

I hope this gives you food for thought.

Regards - OHM


Mike wrote:
Hi,

I teach a VB .NET class, and one of the students obviously cheated on
the final exam (which was to write a Tic Tac Toe game). They were
smart enough to change all of the variables from the program that was
copied, though, and I'm having a difficult time finding the original
source.

Can anyone suggest a place that would let me search their database of
codes for snips of code, or something like that? I'm hesitant to post
the source code here, but I will if all else fails.

TIA,

Mike


Regards - OHM# OneHandedMan{at}BTInternet{dot}com

Nov 20 '05 #7

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

Similar topics

5
by: Sorby | last post by:
Hi I've been coding in PHP for a little while now and was starting to feel pretty confident but then realise I need to understand regular expressions to solve a particular problem I've got ......
0
by: abcd | last post by:
kutthaense Secretary Djetvedehald H. Rumsfeld legai predicted eventual vicmadhlary in Iraq mariyu Afghmadhlaistmadhla, kaani jetvedehly after "a ljetvedehg, hard slog," mariyu vede legai pressed...
3
by: John | last post by:
I am new to c++ programming and i just want to make a program that takes a users name, then converts it to a hex string, then puts it together in a fixed order. An example output would be: ...
18
by: Jeremy Weiss | last post by:
I'm trying to build a database that will handle the monthly billing needs of a small company. I'm charting everything out and here's what I see: table for customers sub table to track payments...
10
by: Ardhendu Nandan | last post by:
I am trying to compile Gcc compiler in Windows O/S.I have downloaded entire source Code of this compiler at tries to run it in DEVCPP but I am gating some linker error and some header files missing...
17
by: VM | last post by:
In my Windows app, I'm running a batch process that's composed of a FOR loop that'll run 15,000 times (datatable row count), copy cthe data of each row -3 fields- to a struct, and send the strct to...
9
by: kileran | last post by:
I used to program. However i'm finding that statment now means as much as a 40 year old saying "I used to be cool". I've got a program here, and the code for it, and i want to make a custom...
1
by: =?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?= | last post by:
I get the above error in some of the ASP.NET web applications on a server, and I need some help figuring out how to deal with it. This is a rather long post, and I hope I have enough details that...
7
by: joproulx | last post by:
Hi, I was wondering if there was a way with Reflection to find dynamically if an object was referencing indirectly another object. A simple example would be: Object1 | --Object2 |
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...

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.