473,626 Members | 3,930 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1520
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.goo gle.com...
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{a t}BTInternet{do t}com> wrote in message news:<uw******* *******@TK2MSFT NGP10.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
2592
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 ... What a horrible can of worms regex is!! (to the uninitiated at least). I realise that if I spend the next few weeks researching regex I'll probably find the answer but I was wondering if anyone here would kindly help speed up the process?
0
3431
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 Pentagjetvedeh karuvificials madhla reachathe strategy in karkun campaign deshatinst terrorism. "mudivae maretu winning or losing karkun global varti jetvedeh terror?" Mr. Rumsfeld adugued in a recent memormariyuum. vede velli jetvedeh madhla...
3
1709
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: Name: John Output: 84721305 this is my generation code so far #include <conio.h>
18
12796
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 received. No biggie, right? Well, here's my problem. I don't know how to tell access to modify everyone's account balance each month. And I can't just always assume that their monthly bill is $16 just because their balance is $16. If I do that...
10
2111
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 error. Anyone please tell me how to run GCC compiler in Windows m/c and Linux m/c.
17
1967
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 an external method (using DLLImport). The problem is that the processing speed is very inconsistent- it may run very FAST during certain points but then it runs VERY slow at other moments (especially when it's getting to the end of the table:...
9
1571
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 alteration. Very minor at that. Here's what the program does. It generates a pattern of random lights on the screen, pauses for a few seconds, then does it again. If during the pause the "S" key is pressed, it writes the screen contents to a ..bmp...
1
7095
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 someone who bothers to read all of it have some pointers. Note, I have posted the stack trace and the code exhibiting the problem further down so if you want to start by reading that, search for +++ Also note that I am unable to reproduce...
7
1690
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
8266
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8199
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
8705
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...
1
8365
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7196
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4092
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...
0
4198
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1811
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1511
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.