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

Hello I'm still a beginner in uni so if you will please show me how to draw a flowchart for this pattern

*
***
*****
*******

Asked by Shatha over 10 years ago

I can't. The last time I drew a flowchart was...possibly never. They're not much used anymore.

Hello,
i'm building a sharing website for an internet providing company, i want this website to be accessed by only registered users for that company or else the website would be forbidden, how can i manage that? depending on their IP's or what ?

Asked by Sarah almost 11 years ago

You should only do this by IPs if the site is going to be used exclusively from their internal network. Otherwise, for a number of reasons, it's not a reliable technique.

If that's not the case, I'd see about implementing single-sign on with their site.

a certain electrical company charges for electricity as follows:

kilowatt-hours cost

1-200 50.00
201-100 50.00+.05
1001 and more 50.00+.03

Asked by Xel over 10 years ago

That's nice.

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 over 10 years ago

Ask the professor for help.

What programming language would be best to code a program that identifies, manipulates, and processes audio inputs like music or tones?

This program would be used to eg. distinguish different tones, and instruments.

Asked by Jackie over 10 years ago

It's not a matter of the language. Most programming languages are general-purpose. It's like asking "Is English or French better for writing novels?"

The answer is whichever one you know and can either find appropriate libraries for, or can write them in.

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

Asked by Sherif over 10 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.

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 almost 11 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.