1,684 Posted Topics

Member Avatar for roshan_iiita
Member Avatar for coolbeanbob
Member Avatar for seriousgeek

[QUOTE=abhimanipal;1205031]Not stupid ... Just less informed than you[/QUOTE] No, it's really a question of stupidity, because you'd have to have a seriously questionable understanding of what you can do with computation if you have to wonder whether programs could take input in other languages.

Member Avatar for amaithianantham
0
423
Member Avatar for pseudorandom21

The people in this thread are apparently completely wrong, ignorant hicks. [b]Can I use my own code that I slapped a GPL on and provided to sourceforge in my own commercial application?[/b] Yes. [b]In that way, does the GPL somehow relinquish my own rights to my IP?[/b] No. It only …

Member Avatar for Rashakil Fol
0
214
Member Avatar for stakeMyHeart

A flat text file could have an index too. You can't be too strict about these sorts of definitions.

Member Avatar for stakeMyHeart
0
4K
Member Avatar for Ron2794
Member Avatar for Vyoam
Member Avatar for Rashakil Fol
0
168
Member Avatar for daviddoria

> It works if I changie the functor operator() to be const std::shared_ptr<Test>, but can't you always pass a mutable object to a function expecting a const object? Uh, yeah. And your error was that you were trying to pass a const object to a function expecting a non-const reference.

Member Avatar for vijayan121
0
4K
Member Avatar for jim_underpants

Uh, what? What is a "block"? Also the output of mergesort is as big as the input, it's not half as big the way you say.

Member Avatar for Rashakil Fol
0
200
Member Avatar for apines

Speaking of worthless contrived examples, here's mine: An [tex]O(n \log n)[/tex] algorithm: [code]for (int i = 0, e = int(n * log(n)); i < e; ++i) { printf("ho "); } [/code] How illuminating! [quote] all comparison-based sorting algorithms need at least [tex]O(n\log n)[/tex] comparisons in order to complete the sort …

Member Avatar for Rashakil Fol
13
1K
Member Avatar for rithish
Member Avatar for tformed

More specifically, one way is binary search. Given a range [low, high] in which your square root lies, you can test if the square of (low + high) / 2 is greater than the value you're square rooting or not. If it's greater, then your new range is [low, (low …

Member Avatar for mikrosfoititis
0
1K
Member Avatar for coolbeanbob

> My question is, if I decide software engineering is what I want to do, will having an Oracle certification be helpful? I would assume database knowledge is useful when developing software? Knowledge of SQL (including all knowledge about making efficient databases and software that uses them) is very useful …

Member Avatar for coolbeanbob
0
277
Member Avatar for Pnlakshmicse

Certainly. Certain inputs to your algorithm affect the behavior of the code's running time. An upper bound on the running time can usually be expressed by some measurement of the size of the input, either by the value itself or the number of elements or whatever. Suppose you have one …

Member Avatar for Rashakil Fol
0
80
Member Avatar for peter_budo
Member Avatar for blackrobe
Member Avatar for blackrobe
0
675
Member Avatar for hericles
Member Avatar for Netcode
0
216
Member Avatar for Smart_Viral
Member Avatar for platinum8
0
217
Member Avatar for asrockw7
Member Avatar for asrockw7
0
126
Member Avatar for stevanity

Obviously you don't need to know PHP, obviously. To be any good you need to know Javasrcipt. "AJAX" isn't really a technology, it's just a way of saying you use a certain function in browsers' Javascript API.

Member Avatar for Rashakil Fol
0
75
Member Avatar for Dean_Grobler

"When I grow up I want to be a webmaster!" [email]dean@deangrobler.com[/email] is pretty much ideal. It says it's the email for people who want to talk to you. [email]me@deangrobler.com[/email] would be fine too, but whatever. Using [email]dean.grobler@deangrobler.com[/email] is a great way to tell people you're infatuated with your own name.

Member Avatar for shineyray
0
222
Member Avatar for Spiderpig085

Would it be plagiarism if the code were in a tutorial written in HTML? Why do you think a video would be any different? It's as if there are people walking around without any sense of morality...

Member Avatar for sufyan2011
0
139
Member Avatar for pro_learner
Member Avatar for coolbeanbob
Member Avatar for Rashakil Fol
0
478
Member Avatar for TechSupportGeek
Member Avatar for Raaz_mystery
Member Avatar for MadSeason

[QUOTE=sidekickin]I am a very intelligent person...[/QUOTE] Apparently not as intelligent as you think you are.

Member Avatar for Rashakil Fol
0
419
Member Avatar for keroberos10

There is no such thing as separation compilation. Maybe you mean [i]separate[/i] compilation. It's where you compile things separately and then link object files together.

Member Avatar for Rashakil Fol
0
117
Member Avatar for jeffrogers1113

And... why don't you know how to solve this problem? Do you know what the "set number" is? What a 4-way set associative cache is? What a gigabyte is? Why do you not know how to solve this problem?

Member Avatar for gms7777
0
158
Member Avatar for lsvife

Being good at designing software requires being an analytic person. It's not a completely separate trait. (There are analytic people who can be bad at designing software though, like the archetypal too-smart-for-his-own-good software developer who doesn't need to make things simple and thus doesn't know how.) There is no escape …

Member Avatar for BitBlt
0
164
Member Avatar for king03

[QUOTE=Lightning03]Hello IT Pro's out there maybe you can help me with this. I want to know which field has more levels that can be achieved by an IT individual. I know that in Networking there are 3 levels namely CCNA, CCNP, and CCIE. But in programming, the way I see …

Member Avatar for jwenting
0
225
Member Avatar for saranyasreejith
Member Avatar for Rashakil Fol
-1
55
Member Avatar for Kavatae

Hook up some autonomous drone software with some facial recognition and build a flying killbot.

Member Avatar for stakeMyHeart
0
1K
Member Avatar for stevanity

They're all good. Since you're familiar with C# you might want to make your web app in C# using the MS MVC framework. Since you're familiar with Java, using Scala would be an excellent choice. I'd say these are your top choices.

Member Avatar for Rashakil Fol
0
135
Member Avatar for geeknick

Getting linear time is impossible unless you have some hard limit on the size of the values you're sorting. If you do have such a limit, than linear time is ordinary. Your algorithm is probably not good if it is what I think it is, since it'll be full of …

Member Avatar for Rashakil Fol
0
107
Member Avatar for amit28it

Same exact answer. If you want a real life example: every single piece of code I've written!

Member Avatar for Rashakil Fol
0
124
Member Avatar for phorce
Member Avatar for bigB0715

With some employers the question is, "fraud or murder"? Fraud is unacceptable, of course, but murder? That could be understandable. Drug possession could be, too. It might depend on the drug. Your biggest superficial drawback is certainly your inability to put together complete sentences. As for non-superficial drawbacks, being bad …

Member Avatar for Rashakil Fol
0
147
Member Avatar for NetJunkie

[b]1.) Are any of you Computer Software Engineers?[/b] Yes. That is, I am one. [b]2.) What do you do in your everyday job? (If Employed)[/b] Right now I work on a high performance database engine. [b]3.) What is your primary language? (VB.NET, C#, C++, etc.)[/b] I don't have a primary …

Member Avatar for firepit
0
227
Member Avatar for nathanpacker
Member Avatar for carlosreg
0
675
Member Avatar for coolbeanbob

> I don't think the order makes a difference, because the tree will just re-balance itself before it adds a level. Try reading how rebalancing works and then reconsider your opinion. Also your answer would be wrong regardless.

Member Avatar for coolbeanbob
0
188
Member Avatar for peter20
Member Avatar for Rashakil Fol
0
60
Member Avatar for amnakhan786

1. Use snprintf to generate the appropriate path name. 2. Think of an appropriate data structure, that's what this exercise is all about.

Member Avatar for Rashakil Fol
0
191
Member Avatar for enrichedd
Member Avatar for asif49

Companies to go for: Small companies. Companies that ask you to write code on the whiteboard in interviews. Companies that ask technical questions in basically all the interviews. Companies to avoid: Large sprawling companies. Companies that don't ask technical questions, or ask very easy ones. There's a bit of a …

Member Avatar for jwenting
0
342
Member Avatar for Adam508
Member Avatar for Scaffa

Uh yeah professionals copy files from one place to another... because they need them there. It's certainly a lot easier with the command line than opening up a couple of windows with the GUI, making sure they don't overlap, and navigating to the folder and dragging and dropping. Or opening …

Member Avatar for sloan31
0
308
Member Avatar for Sadun89

Memory limitations? What are you smoking? You're 100% wrong, there are no memory costs to OOP.

Member Avatar for snipsala
0
332
Member Avatar for ffakih08

Well your thesis is going to be scientifically speaking complete nonsense so maybe you should think of something else.

Member Avatar for vadriaan
0
141
Member Avatar for marco1497

Why are you even being asked such a question? Why are you not asked to write actual code?

Member Avatar for JeffGrigg
0
257

The End.