|
I have the task of developing an online examination software for a small university, I need to implement measures to prevent cheating...
What are your ideas on how to do this?
I would like to possibly disable all IE / firefox tabs, or some how log internet...
Started by mmattax on
, 22 posts
by 21 people.
Answer Snippets (Read the full thread at stackoverflow):
Short of having the application run put, no there is no realistic way to accomplish this if it is an online exam (assuming they are using ;-))
No, browsers are designed to limit....
You mean hacking your site, which is a different question .
|
|
Ok so a good few months back i started hearing about F# and all the goodness it has, i bought Don Syme's book and started reading. At first i was really excited at how elegant it seemed to make certain tasks. But then i found a problem, although the language...
Started by Kaius on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
So, to sum up: AI:MA will explain many.
Block, and online code samples in many languages .
|
|
Is there a library or application that can decompile Python 2.4+ bytecode to obtain the source code?
A search revealed:
http://depython.net - an online service that you need to upload a pyc or pyo file to the dis module - allows you to disassemble, but...
Started by Readonly on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I've used decompyle (the Ubuntu package, not the online service, I don't marshal import sys MAGIC23 = ';\xf2\r\n' def load_pyc(filename): f = open(filename, 'rb') try: magic = f.read(4) timestamp = f.read(4) codeobject....
The algorithm already.
|
Ask your Facebook Friends
|
I put my first Rails app online on Dreamhost, but I keep getting "Ruby on Rails application could not be started" ( you can see it directly ).
Then running rake exiftool process seems to be killed by DH: sh: line 1: 10645 Killed convert "/tmp/stream20...
Started by collimarco on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Didn't help ....
Solved the problems by freezing the Rails to 2.3 in my app .
Do you have all the correct versions of your Gems installed on the Dreamhost server? I had a similar error with my Rails 2.3 app, because Dreamhost only had Rails 2.2 installed .
|
|
Hi guys! I'm looking to start working on a web application and I'm almost done with the functional specification:
Where do I go now?
Do I begin work on creating the html and css? Do I begin creating the backend body of code? (setting up serverside email...
Started by Tyler on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Regards,
Arthur Ronald....
A functional User Interface can cover nearly all of the actual details that you run into when implementaing an application, at a fraction layer.
Of the actual details that you run into when implementing an application.
|
|
From my experience, one of the bigger problems we come across during our webdevelopment process is keeping different setups updated and secure across different servers.
My company has it's own CMS which is currently installed across 100+ servers. At the...
Started by Aron Rotteveel on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
You want to propagate the new version to all the servers running your application, because every machine was self....
And the distributed aspect means each of your deployed application is actually independent from the others 'Wiki' module.
|
|
I am trying to create my first GUI application using (Java + Eclipse + Swing). This is my code:
import java.awt.*; import javax.swing.*; public class HelloWorldSwing extends JFrame { JTextArea m_resultArea = new JTextArea(6, 30); // constructor public...
Started by Roman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Thanx go.
I just edited this post to correct that.
Did you try using pointed you i f**ed up the invokeLater() call.
Argh....
Coffee...
Sorry...
Wrong stuff...
That in most swing examples online.
|
|
Anyone applying to UT-Austin Pharmacy this application cycle?
Answer Snippets (Read the full thread at studentdoctor):
I know that there are alot of factors that....
During the interview thread:
http://forums.studentdoctor.net/showthread.php?t=847419 I already started my application.
application as an opportunity to really talk about yourself, experience, etc.
|
|
What's a good way to get into F# programming?
What's a good "Hello world" example and what simple examples can show me why I want to use it over C#.
Also what tools do I need? I have WindowsXP, Visual Studio 2008 etc.
Started by Ian Quigley on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Plus its free (as in "free at http://www.ctocorner.com/fsharp/book .....
Of F#, create new F# console application program in Visual Studio and play with it (for example is probably the best online resource for beginners wanting to learn F#.
|
|
What would you suggest what will be the next choice of language that could benefit an engineer in his career utmost? I am a Software Engineer and almost everything I engineered is for WWW.
I have decided to learn a language and keep it learning parallel...
Started by Ramiz Uddin on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe that for a C# developer of Python web development frameworks , and you can find a list of popular online projects using Python to benefit your productivity and....
With the free online book ' The F# Survival Guide ' is a good start.
|