Do you still use spaghetti code , like QBasic?

1 Answer

Answer :

talljasperman Sorry I didn’t know that spaghetti code was a pejorative. My teacher called it that and I did not look it up.

Related questions

Description : I love programming in Qbasic... and can't seem to learn C+ or Java... am I doomed?

Last Answer : answer:Try Just BASIC if you don’t plan to write code as a career. If you’re wanting a “bridge” to C++ or Java, try the PHP server-side scripting language or Python.

Description : How to sort the sum of numbers in qbasic?

Last Answer : You use the relevant formula.

Description : Which of the following programming language started from second generation? A) LISP B) C C) QBASIC D) FORTRAN

Last Answer : Answer : D

Description : What kinda of code commenting system do you use?

Last Answer : answer: I write bad code. Seriously, that is in stuff viewable be to public. And I comment the fuck out of everything.

Description : How do I simply repeat a line of code 4x in Javascript?

Last Answer : something like a for loop is pretty simple, and gives you a handy counter if needed. for(var i = 0; i < 4; i++) { forward(); }

Description : Programmers: Thoughts on this AI game where you fight via code?

Last Answer : answer:Hmm. Cool, but so far I’m stuck on the tutorial with some sort of error: > Game.mothership.moveTo(1,0) undefined

Description : I understand what the PL/SQL code below is supposed to do, but when I run the code, it won't compile. Can anybody help with why this is so?

Last Answer : answer:PL\SQL really isn’t my thing, but I believe you need something between the first IF statement and the ELSIF. What do you want it to do with the number if it is 50 or 90?

Description : How can I swap two integers without temporary variables using JavaScript code?

Last Answer : answer:This is a trick using the exclusive or operator ^ that was used when computers were short on memory. a = (a ^ b) /* a^b, b */ b = (a ^ b) /* a^b, a */ a = (a ^ b) /* b, a */ You can also do it using subtraction for numeric ... = a - b /* a - b, b */ b = b -a /* a-b, a */ a = b - a /* b, a */

Description : What does this short snippet of C code do? (see details)

Last Answer : answer:It's been a long time since I did much in C but It looks like it reads a file (or url?) and assigns that reference to the variable handle to use later, then reads each ... meant to return file contents in an expected format for use elsewhere. More of the context would provide more clues.

Description : How does computer code break?

Last Answer : Errors in logic, programming errors with the language used; type of programming involved eg. application prgm, operating system executable, etc . operating system upgrades can be any number of items ... is alway helpful when fixing programming problems.. Albeit,a general answer, I hope it helps

Description : How to implement a JavaScript code that doing "Set as my Home Page" in Google Chrome?

Last Answer : So, you’re saying the JavaScript code for doing this works in IE and Firefox, but not Chrome? That’s weird. Let me see if I can find a script for you.

Description : Would appreciate tips on reading someone else's code and understanding it .

Last Answer : First hint: if there are no coments smack the someone else in the face with a crowbar. That said there's really not much to say, you should be able to figure out what the code says ... trying to understand what the subroutines are for and then from that wrking out why the bigger parts need them.

Description : Python Code error?

Last Answer : You have too many parens in that line—you’re passing in a tuple instead of two integers.

Description : Do I have to give up my source code to a .NET DLL I wrote?

Last Answer : It depends on the contract that you had with the client. You might want to check Free Lance Switch. It’s a community of Freelance designers/coders. They might be able to help you out more.

Description : Is there somewhere where I can have someone look at my code and give me suggestions on how to make it better?

Last Answer : There are dozens of PHP forums on the web where you can submit things like that. Just search for PHP community or PHP forum. Most web design forums and communities will have an area for programming ... own forums as well. Just post a thread showing your code and asking for whatever help you need.

Description : The OpenGL source code for an open source Breakout game?

Last Answer : Here is one Learning and copying from others code is cool. Using code is cool if credits are made.

Description : Do I have to be in U.S to be able to participate in Google's Summer of Code?

Last Answer : http://socghop.appspot.com/document/show/program/google/gsoc2009/faqs#student_eligibility

Description : What's the worst single line of code/script/command you have ever written/seen?

Last Answer : You might enjoy this story.

Description : What's some good music to code to?

Last Answer : EDIT: Panic at The Disco. Period.

Description : How much sample code should you give when asked for it as part of a programming job application?

Last Answer : answer:I've recently gone through an interview process where they did ask to see some code that I've written, but didn't ask to actually have the code sent to them. I would assume that a majority of ... you shouldn't have too much of a problem sending the code to them if they insist upon it too.

Description : Do you code on white or black?

Last Answer : I used to do it in white too, and I am definitely liking the change to black. makes my code stand out more and well it saves some battery use :P

Description : What is the HTML code of Visit Count below Needsbd.wapkiz.com ?

Last Answer : You can find http://redowan.wapkiz.com on this website.

Description : What is Html Code to Red Text ?

Last Answer : Your writing! You can color the text using the HTML code .

Description : Want HTML code to enlarge text ?

Last Answer : HTML to enlarge text: your text or your text

Description : Enter the HTML code to color the text ?

Last Answer : + font color = "lime"> Your writing . When using the code, give + example

Description : Web site link that can copy all the code to design Wapkiz site ?

Last Answer : I am giving you the names of some sites from where you can copy the code. Site- 1 Site- 2 From these two sites you will get all the code for creating Wapkiz site . If you need more sites, please let us know in the comments.

Description : The first computers were programmed using _____ 1) Assembly language 2) Machine language 3) Source code 4) Object code 5) Spaghetti code

Last Answer : Answer :2

Description : If my spaghetti squash is light yellow and slightly green is it still good?

Last Answer : Need Answer

Description : Can I use an RSS feed like this?

Last Answer : RSS is a pull technology, so you are relying on the client to refresh to get the update.

Description : Should I use a domain like youstre.am, or mystre.am or will no one remember it?

Last Answer : I think it’s memorable and clever. Go for it.

Description : How can I make pages like this in Tumblr?

Last Answer : answer:I don't know much about Tumblr but from what I understand it's not as fully functioning as other kinds of blogs, and it doesn't allow pages like Wordpress does. If Tumblr allows you ... If Tumblr doesn't support that feature you may be better off moving your blog to Wordpress or Blogger.

Description : Hey mathematicians, would you like to help me find patterns between rolling ball clocks?

Last Answer : answer:I read the article & watched the video, but I don't get it. It takes 27 balls to display 12:59 (12 balls on the hours rack, 11 on the 5-min, 4 on the 1-min). But ... there are no simple rules among the numbers you've compiled. In other words, your algorithm might be its shortest description!

Description : What kind of script/program/CMS/etc. is needed to make a site like care.com, airbnb.com, schoolofeverything.com, fiverr.com?

Last Answer : All the sites you posted are so different I don’t think you can use a CMS without being heavily modified. I would charge about 20K to even touch it if I was doing it from scratch.

Description : I want to start a site like ebay. (not another one!) How should I proceed?

Last Answer : answer:Sweet holy moly, How much would it cost? (in dollars and if I were to hire an American designer?) I think that would greatly be influenced if you go through a freelance designer, a company, and the ... either. With the detail you do have that is about the best I can do for you at the moment.

Description : Is there any sort of browser plugin or something like that that makes editing Wikipedia easier?

Last Answer : There’s a Wikipedia toolbar.

Description : Looking for a simple way to generate some permutation-like numbers!

Last Answer : answer:If you can take the time to learn it, Pure Data might be just what you are looking for. It is pretty good at managing number sequences and creating output, which appears to be what you are looking for… Good luck! :)

Description : How can I make Open Office look like a dictionary book?

Last Answer : I find it easier to create columnar data in a spreadsheet. If you already have Open Office, Calc should work fine for you.

Description : How do sites like this gain a "critical user mass"?

Last Answer : I don't know about other sites, but for Fluther it has happened gradually. In its early months, many of the members screen names had some variation of the name Finkel in them ... been publicity through magazine and newspaper articles, interviews of the founders and the SxSW conference in Austin.

Description : Make an archive-like page in PHP?

Last Answer : Hi Davey, Here is some quick and dirty code for your showarticlesfor($year)' function which should get the job done (NOTE: I am assuming you are using MySQL as your DBMS): function ... few breaks, and finally by the records (the while loop). References: MySQL DATE_FORMAT PHP mysql_fetch_assoc()

Description : How to make a structured-like web via those extensible markup language?

Last Answer : I’m not following your question.

Description : How do you get the "Loading..." or "Buffering..." images over videos that are played on video websites like youtube

Last Answer : answer:If you’re looking for a static image, you can just take a screenshot when the “Loading…” or “Buffering…” frame appears. If you’re looking for a spinner image, you can build a customized one here.

Description : How do I create a site like this ?

Last Answer : Create from WordPress or do a Google search.

Description : Can a site like TricBD be created in Wapkiz ?

Last Answer : Yes , sites like TricBD can also be created in Wapki. You see this link.

Description : Can a site like TricBD be created on wapkiz ? Such as tipsjano24.aino.pk

Last Answer : Yes , it can be made. You can visit this site visit korun

Description : I want to make a question and answer site like mind. Domain and hosting are ready. Can anyone make it ? Don't build with WordPress. Ans Bangla should not be made in this way. Knock if there is anyone like that.

Last Answer : You can contract with the admin of this website. He can make you a site.

Description : How to create a site like Abde17.Wapkiz.com ?

Last Answer : You can build such a site through skilled programming.

Description : Regulating email use?

Last Answer : What Operating System are you using and do you use a Desktop client for email or a web-based client?

Description : Why use ASP.NET MVC 4 over just HttpHandlers with JQuery Ajax?

Last Answer : answer:I'm not familiar with asp.net, so I'm not sure what it gives you, but a common problem with a single-page app using a lot of jQuery is that it can quickly become unmanageable, especially if ... you other questions, I'm a fan of using only as much as you need and your approach sounds fine.

Description : What does the use of the # symbol mean in XML Document Type Definitions?

Last Answer : answer:

Description : How to use cron in ruby on rails (2.3.5). Please help?

Last Answer : answer:At the UNIX prompt, type man crontab and help documentation will appear. - Crontab is the interface you use to schedule jobs in cron. It launches a basic text editor - usually vi but anything you want - and you enter in one ... . 30 21 * * 3 /path/to/maintenance.sh # #---------------------