computer

How to uniquely identify a computer based on Gmail, Skype and Apple updates

Hi folks, I bought an iMac some time ago. Although it was stolen some time ago, I managed to get the Serial Number from the provider who sold it to me. The point is that I know who took it and also that he is using it. I have received gmail from him and also Skype. Could I somehow identify that serial number based on those messages? I...

Good ethical hacking book

What is the best book to start learning ethical hacking ? ...

What is an irrational number relevant to computer science?

For a project we're working on right now, we want to pull a Donald Knuth and have a version number that converged towards some irrational number. However, we don't want to use something boring like pi, e, sqrt(2), etc. Is there an irrational number that is particularly relevant to computer science that we could employ? ...

Date is disappeared (ASP classic - VB Script)

Dear All, I have a little problem but it makes me crazy. I made an application using asp, and I created a text box which would be filled by the date of today. It works well in my computer and the other clients, but some don't. and it always asks to input the date till the clients get bored and no result... At first I thought that was ...

Record video from Hulu

How can I record video from Hulu? Do I need special software to do that? ...

Scaling and repositioning cirlces based on Resolution

Hi, We are building an application in Flex where we have to scale and reposition the circles based on the changed screen resolutions. Example: Current resolution: (800, 600) I draw a circle at position (410,290) with radius 10 Now If i change the resolution of screen to (1440, 960) then the circle should be drawn at the same place o...

how can i make computer based measurement system for voltages from 0 to 24 volts

i want to design computer based measurement system to measure different low level voltages the net search suggested for ADC and serial port programming if someone can help me how to program serial port or if any other mean to creat the measurement system ...

How to save data entered in textfields onto a database?

For example: Name: 'textfield1' Surname: 'textfield2' Age: 'textfield3' Save those three textfields and make a file where it would print it like this: textfield1, textfield2, textfield3 ...

Required Reading for each CS Class

I'd like to make (or find - if it's already been made) a list of texts that are well respected in the CS community for each CS class you can take in college. I think a lot of people are educating themselves in CS (like me, I only took a few classes in college) and it would be very helpful if such a list existed. I'm talking every subje...

How do I communicate between devices connected to a WiFi Access Point?

I have got a couple of phones and another couple of PC's connected to a Wifi access point and need to send and receive messages between either of these, I mean anyone can send a message to anyone and receive a message from anyone. I am willing to write apps on the phones(Symbian OS, S60 platform) or PC(Windows), but what I can't understa...

C#: Startup a computer programmatically at a given time

How do I startup a computer from C# code at a given time? This should be done locally from the computer that is to startup, but other alternatives can be interesting. Are there any prerequisites to get this to work? Like the computer has to just be in sleep mode, not shut down? ...

how would you like computer science classes to be taught?

hello I am a graduate student now, and hopefully someday I will teach. my interests are C++, Python, embedded languages, and scientific computing. Meanwhile I daydream about how I would teach. I was not quite happy with my undergraduate university as I found many computer science classes lacking. so I would like to ask you, if you w...

Image orientation maps

Hello, What is the most common way to get 4 Orientaton maps at 0, 45, 90 and 135 angles from Image. I want to apply orientation kernels. Is that good solution ? for 0 orientation -1 -1 -1 2 2 2 -1 -1 -1 for 45 orientation -1 -1 2 -1 2 -1 2 -1 -1 for 90 orientation -1 2 -1 -1 2 -1 -1 2 -1 for 135 orientation 2 -1 -1 -1 2 -1 -1 -...

Netlogo Programming question - Chemical Equilibrium temperature and pressure implementation

Hi I am trying to code something in Netlogo..I am using an existing model Chemical Equilibrium and am trying to implement the following: turtles-own [speed ] ask turtles [ ;; set velocity ( ambient-temperature = 30 ) ;; fd velocity if temp > 40 [ "speed" increases of turtles ] ifelse temperature < 30 [ speed of turtles decrease...

How do I lock the workstation from a windows service?

I need to lock the workstation from a windows service written in VB.Net. I am writing the app on Windows 7 but it needs to work under Vista and XP as well. User32 API LockWorkStation does not work as it requires an interactive desktop and I get return value of 0. I tried calling %windir%\System32\rundll32.exe user32.dll,LockWorkStation...

Optimally place a pie slice in a rectangle.

Given a rectangle (w, h) and a pie slice with a radius less or equal to the smaller of both sides (w, h), a start angle and an end angle, how can I place the slice optimally in the rectangle so that it fills the room best (from an optical point of view, not mathematically speaking)? I'm currently placing the pie slice's center in the ce...

How to find PC MAC address using jQuery

Is there a way to retrieve system information like MAC Address, computer name, etc. from the host PC using jQuery? ...

Becoming a professional programmer / software engineer

This isn't strictly about programming, more about being a programmer, so I'm sorry if its not the right kind of question to ask on this forum (mod, please delete if it isn't) I'm a computer tech in the US Army, and once I'm out I'll have eight years on the job. I'm about to start a degree through an online school (the only way I can get...

Computer Generated Vocals

Is this even possible? I.e. suppose you were given: 1) Lyrics to a song. 2) Background music of a song. 3) Timing of what syllables should be uttered when. 4) What note what each syllable should hit. Given the above, is it possible to automatically generated the vocals via a computer program? Thanks! ...

A Good Final High School AP Computer Science Programming Project?

Hey guys this question might seem very specific but I am in need of some ideas for a project to do for my last month or so in my AP Computer Science class. I've been looking at some college final ideas and a lot of them just seem plain boring. At first I thought about writing a IRC client in JAVA but I wouldn't really be learning anythin...