Tagged Questions
The study tag has no wiki summary.
25
votes
14answers
2k views
“Pet Projects” - Should We Each Have One? [closed]
Basically, I have recently started a "pet project" (side project/whatever) working with RESTful APIs that are on the Internet. I have never done this before, and I have found that it has really ...
15
votes
5answers
553 views
Studies showing the effect of code quality/QA?
I am looking for studies about applied code quality, comparing costs before and after. They should show a clear benefit in cost (or maybe a negative effect of too much cost). I need hard facts like ...
14
votes
7answers
1k views
Is the Amazon Kindle DX suitable for programming books?
Is Kindle DX good for programming books? Is it good for read technical stuff, like listings/codes, table comparisons, UML diagrams and so on?
Is the Kindle DX that difficult to "study" from?
12
votes
12answers
872 views
Study Strategies [closed]
OK, I am not sure if I should be posting this question since it is not obviously a programming question per se.. However, I will throw myself to the wolves, and if deemed inappropriate, I will happily ...
10
votes
11answers
924 views
How do Programmers go about learning programming? [closed]
There are a lot of skills that needs to be acquired by programmers to create software in a professional way. My question is, how do programmers go about acquiring these skills. For example, to be a ...
8
votes
6answers
1k views
Programming qualifications and career paths [closed]
I'm not quite sure if this question is strictly correct for SO, but i know you guys can help. If it isn't however, no hard feelings about voting to lock.
I am very interested in learning to program, ...
8
votes
3answers
1k views
What are some good study resources for the Zend PHP certification?
I'm preparing to take the Zend PHP exam and want to find some resources for study materials. I already have php|Architect's Zend PHP 5 study guide, and of course there is the documentation at the PHP ...
7
votes
11answers
1k views
Should I study Operating Systems or Compilers? [closed]
I have a compiler book, Compilers, and an operating systems book, Operating System Concepts. I have read some of both and, eventually, I plan on completing both. However, for right now, I would like ...
6
votes
6answers
464 views
Recommendations for books/articles/posts about boosting concentration
Mostly while studying CS, or at work.
5
votes
4answers
381 views
Language Books/Tutorials for Groovy
I am a complete newbie in groovy . I have basic knowledge of Java, C#, .NET and now i want to learn groovy beacause of some reasons like this .
I have currently started it from here but trying to ...
5
votes
6answers
4k views
which is the best django study book
There u a lot of book teaching django, I just don't know which one is the best, so can anybody give me an answer
5
votes
18answers
556 views
List of fundamental data structures - what am I missing?
I've been studying my fundamental data structures a bunch recently, trying to make sure I've got them down cold.
By "fundamental", I mean the real basic ones. Fancy ones like Red-Black Trees and ...
5
votes
9answers
331 views
Effective strategies for studying frameworks/ libraries partially
I remember the old effective approach of studying a new framework. It was always the best way to read a good book on the subject, say MFC. When I tried to skip a lot of material to speed up coding it ...
4
votes
5answers
477 views
Is there any book studying Java open source code?
I like reading open-source code to see how particular problems have been solved, or simply to study how to create nice and clean code.
I was wondering if there actually was any good book out there ...
4
votes
6answers
499 views
Learning Advanced PHP
I have been using PHP for quite some time now and was wondering what to study for looking into advanced topic - and what advanced topics those are. Please could you offer ideas on what type of ...
3
votes
4answers
212 views
Is a degree in Industrial engineering helpful for programmers
I am currently pursuing my MS in Software Engineering. I am considering the option of doing a part time programme in Industrial Engineering as most of the courses (Operations Research, Accountancy, ...
3
votes
4answers
646 views
How sets, multisets, maps and multimaps work internally
How do multisets work? If a set can't have a value mapped to a key, does it only hold keys?
Also, how do associative containers work? I mean vector and deque in the memory is located sequentially it ...
3
votes
12answers
2k views
What does it take to become a Java expert?
I was just reading this thread and wondered if it's easier to become a Java expert than a C++ one? Is it because it's very easy to write wrong code in C++ while in Java you have less flexibility ...
3
votes
5answers
725 views
Study Informatics because I like programming? [closed]
Maybe this question is not really programming related, but since I believe that a good number of SOlers had to ask themselves the same question once SO seems to be the right place to ask.
Next year I ...
2
votes
2answers
132 views
Python list functions
Mind you that python is my first language and I am a student but this isn't homework, I was just hoping someone could show me something I am curious about
I know that python has built in list ...
2
votes
3answers
48 views
Need help to understand SQL query (oracle10g)
I'm new in SQL and need little help to understand parts in this SQL statement
select BUY_VALUE,
SELL_VALUE,
RATE_DAY,
RATE_TIME
from ( SELECT TRIM (b.ticker),
TRIM (TO_CHAR ...
2
votes
3answers
218 views
C programming's (K&R 1-22) fold input problem
I'm a Delphi, Ruby, and Javascript programmer that is finally learning C - starting with K&R. I'm trying my best not to jump ahead and use libraries and concepts not yet introduced. Since this ...
2
votes
1answer
177 views
tools to study source code using git history
Are there any recommended tools to study the source code of a git repository?
My aim is to understand how has the code evolved with the incremental addition of new
features to the code that is in ...
2
votes
1answer
79 views
What is a good approach when tackling technical questions in an exam? How to “be” the compiler?
When practising mock exams (for Java certification, but this question could apply to any language), I often look at the code in question and struggle to find somewhere to start.
Often, one of the ...
2
votes
5answers
253 views
.net multithreading study material
Can any one share some study material for multithreading on .net?
EDIT: I don't want to learn too much details
2
votes
1answer
761 views
Best way to self study Compilers: Principles, Techniques & Tools
I'm trying to study the book referenced in the title but am having a hard time. Can anyone suggestion some tips?
2
votes
3answers
326 views
“Silverlight 3 Jumpstart” book, is it worth to read?
There are several Silverlight 3 books available right now on Amazon, but some of them are based on BETA version - which I don't like.
Silverlight 3 Jumpstart book is based on the Release version ...
2
votes
5answers
202 views
Most useful Website links for a .Net developer
While working in new technologies we all tend to do a lot of googling on our problems. And while doing so we encounter a lot of useful sites. One of my favs is obviously Stackoverflow.com. To name a ...
2
votes
3answers
1k views
Best preparation material for TAOCP? [closed]
There are apparently a lot of people who don't finish reading TAOCP. One thing I've consistently noted in people's responses is being unable to handle all of the math in the series. What books or ...
2
votes
8answers
454 views
Is writing code out still considered an algorithmic representation?
I just lost 50% of my answer on a test because I wrote the code out instead of an algorithm on my midterm, bumping me from an A to a C. Is writing code out still considered an algorithmic ...
2
votes
4answers
206 views
Have there ever been any studies relating productivity to coding conventions?
There is always a lot of discussion about various coding conventions, with strongly held beliefs on all sides. But I am curious if there have been any studies comparing equivalent projects where ...
1
vote
1answer
29 views
What am I missing with this recursion call? (dynamic programing)
Im going over the solution to a previous midterm of mine below, and i dont understand line 9 in the pseudo code. For the first iteration when s=1 and i=1, A[i] would equal 12, whixh would make C[i,s] ...
1
vote
1answer
38 views
Maven Learning Questions
Where to start?
Alright then I've spent, or say more precisely lost two days of trying to understand ideology behind it and now sitting already with crazy smile.
Quoting Chandler: "Why why why?" It ...
1
vote
1answer
72 views
Sample source code to learn spring aop
I am looking for a sample spring AOP code which I can download and play with. I have read Spring in Action to understand the basic concept on AOP and want to experiment by coding.
I searched ...
1
vote
3answers
161 views
Javascript form & Ajax request to PHP
Why is this not working? When the Ajax code IS NOT wrapped in function xmlhttpGet() it does work: PHP returns the called page and inserts it into the DIV. In this code i have wrapped the code into the ...
1
vote
6answers
493 views
base case for recursive quick-sort on singly linked list
I'm trying to get my head around a recursive quick-sort on a singly linked list. What is the base case and what do i need to do when i reach it in order for the function to 'rewind' and print a sorted ...
1
vote
4answers
113 views
two dimensional lists
I have this problem on my study guide that calls for a function that gets the average of two dimensional lists and prints them as one list.
I don't really have experience messing with two dimensional ...
1
vote
2answers
237 views
MVVM WPF screencasts?
I have just changed my job, and I need to learn MVVM pattern deeply.
What are the best screencasts of using MVVM pattern for WPF?
What can you recommend for this?
1
vote
5answers
145 views
Returning to development: what tools, languages, frameworks, techniques to learn?
I started my professional career in software development 31 years ago (yikes). Over the years, my working life has moved to different areas (project and program management, consultancy, solution ...
0
votes
1answer
39 views
How good are (or have to be) programmers after study / education? [closed]
Since I don't have much practical experience and I'm not studiing computer science directly (rather multimedia focused programming) I really would like to know how good (and maybe how old) People are ...
0
votes
2answers
78 views
Stuck on a Concurrent programming example, in pseudocode(atomic actions/fine-grained atomicity)
My book presents a simple example which I'm a bit confused about:
It says, "consider the following prog., and assume that the fine-grained atomic actions are reading and writing the variables:"
int ...
0
votes
3answers
136 views
1. Order of operations precedence, 2. Someone make up a really complicated loop for me with i's and j's and x's etc
in the C programming language for both questions, not C++, C
This I do not understand. Is it saying that (for example) if += is after -= in a statement, the += is evaluated first? Or if * is ...
0
votes
3answers
273 views
passing Form value to a xmlhttpPost function
HI
How do i pass a value from a form to an Ajax function which will use that value to build a URL
<FORM id="form" METHOD="GET" ACTION="">
<b> Enter argument: </b>
<input ...
0
votes
0answers
88 views
Java Exam Prep Tips [closed]
I'm preparing for a java exam. I'll be covering the following:
Recursion
Exceptions
Stacks
Polymorphism
Wrapper
Extends
Comparable
Interface
Data Abstraction
Inheritance
Does anyone have tips or ...
0
votes
4answers
369 views
Good books about advanced iPhone development
What books about iPhone development have you read & can advice to read (and not to read also:)
I've seen this thread, books discussed there are actually for begginers.
Are there any for those ...
0
votes
3answers
172 views
Where to start for understanding databases internals?
Q: Where to start for understanding databases internals? And developing a (simple) database?
Note: STSDb has a fascinating performance as an embedded database. I took a look on the source but I can't ...
0
votes
3answers
134 views
What is fast way of developing project in PHP?
I am Java Developer. But, I am required to develop & submit a sample project of PHP (Online Shopping Management). This is just for learning basic programming in PHP.
I have been using w3schools ...
0
votes
1answer
92 views
Guidance for making a program with only pure assembly on Mac OS X?
I have realized I have to study Assembly language to understand programming deeply during trying to implement coroutine.
So I decided to start study Assembly. I want to start this by making small ...
0
votes
1answer
71 views
sociological studies about free-libre open source software [closed]
I wonder if anybody can recommend me any sociological studies or book about the world of free-libre open source software
I think it's a very interesting case, specially when it comes to answer the ...
0
votes
1answer
145 views
IPTables Exam Questions
My prof has told me that our final exam will contain a couple questions on IPTables. This is the first networking class offered at out university, but it is also a third year class.
I am wondering if ...