Questions tagged [knowledge]
The knowledge tag has no summary.
18 questions
3 votes
2 answers
2k views
Class diagrams and frames
UML class diagrams (1st pic) and frames (which belong to knowledge representation and artificial intelligence) (2nd pic) look pretty alike. But do class diagrams exactly type of frames or they just ...
0 votes
2 answers
654 views
Implementing a first basic interpreter: what should I learn first? [duplicate]
I'm about to implement my own very simple programming language, and an interpreter to execute code in that language. The language will be very basic. Example code: var x = 3 if x > 2 print x if x ...
-1 votes
1 answer
238 views
Is it necessary to science of DSP for a c++ programmer?
I am a C++ programmer. I would like to use DSP algorithms in C++. Is understanding the science behind Digital Signal Processing a prerequisite to implementing DSP algorithms?
1 vote
1 answer
244 views
Format text in a generic and reusable way
I would like to write some long text in some structure to allow a set of operations on that text. The question is which structure or format should I use, which suits best the use that I plan to do of ...
1 vote
5 answers
2k views
Effective way to gain practical knowledge [closed]
I am currently nearing the end of my first year of my CS degree and have been disappointed with the lack of coding I have been asked to do (one unit). I am basically looking for an effective way to ...
1 vote
2 answers
276 views
Sharing knowledge in activity-based working
My workplace will soon be shifting to the concept of 'activity based working', which moves from the idea of IT teams, BA teams, PM teams, etc to project-based work where people from across all facets ...
33 votes
15 answers
2k views
Saying "no" to people asking questions [duplicate]
Possible Duplicate: When do you not give help to less experienced programmers? Currently, I am finding a lot of my day is taken up by people asking domain knowledge/system questions. This impacts ...
8 votes
18 answers
6k views
Do some programmers know some secrets that we others don't? [closed]
I will not bother you with details of my discussion so I will present it in the form of a short instance. A java guy has been following articles and publications of a famous programmer (a kind of ...