Programmer

Programmer

ManWithComputer

The Internet, IP

Male, 37

I've worked at multiple Internet startups of different shapes, sizes and ambitions. Now I'm the CTO (Chief Technical Officer) of another small company with big dreams. I look nothing like the picture above.

If you copy and paste your homework question in here, I will answer with something that will, at best, get you an F on your project, and at worst, will get you kicked out of school. You have been warned.

SubscribeGet emails when new questions are answered. Ask Me Anything!Show Bio +

Share:

Ask me anything!

Submit Your Question

76 Questions

Share:

Last Answer on September 07, 2015

Best Rated

Write an application (name the class “AddCash”) that adds a number of coins (stored in 6 integer variables) and displays the total in dollars and cents. Define a variable (type double) to store the total number of cents.

Asked by Elpz almost 12 years ago

10 PRINT "I think some random programmer on the Internet is going to do my homework for me"

20 GOTO 10

 

 

Give that a try.

using RAM Chips of size 1024*1bit, Design 32 k words of memory for a 32-bit process system.

1-calculate the number of chips used
2-determine the number of address line

Asked by yasser about 12 years ago

No.

Can you please explain very basically what REST and SOAP are and also if either of them are actually needed in a simple web application.

Asked by Zac about 12 years ago

The absolute simplest explanation I can think of, is they're both ways of using other people's systems on the web, and if you don't need to do that for your application, you don't need to worry about them yet.

Problem : Compiler Design - Limit the loops
Rajni is a newbie to the programming and while learning the programming language he came to know the following rules:
???• Each program must start with '{' and end with '}'.
???• Each progr

Asked by periyasamy almost 12 years ago

Ask the professor for help.

hello , What is better visualbasic.net or c ???

Asked by Sherif over 11 years ago

C. But if you're asking because you're looking for a language to learn as your first language, I recommend Python over both of these.

how do i write a simple algorithm that will check win for tic tac toe diagonals?

Asked by John over 11 years ago

The details depend on how you've represented your tic-tac-toe grid internally. But in general, observe that there are only two possible diagonal wins: upper-left to lower-right, or upper-right to lower-left. That's just two possibilities you have to check.

Hello, is it possible to write a Windows application (.exe) that will check something on a website (check if a string is on a website page source), and if the string isn't found then run a shortcut from my desktop or an .exe. Thank you!

Asked by Sam over 11 years ago

Well, it's been maybe 20 years since I wrote a program for Windows. But that said, although I can't tell you exactly how to do it, that should be eminently possible.