Tagged Questions

4
votes
2answers
125 views

What’s a good example of really clean and clear [R] code, for pedagogical purposes?

I'm working with a small team of analysts and statisticians on what will be a medium-sized body of R code. They're smart people, but they're not trained or experienced as programme …
5
votes
4answers
62 views

linux based submission script for CS student source code

I'm in the late stages of developing a Linux based computing lab for CS students at my university. In my undergraduate days I remember being able to submit my homework assignments …
1
vote
3answers
75 views

Best resources on how to teach computing ?

I always saw myself as a great pedagogue. Before being a freelance trainer, I used to teach my colleagues, and before that, I used to set up courses for my classmate to help them b …
6
votes
6answers
532 views

Matlab linked list

What are some possible ways to implement a linked list in Matlab? Note: I am asking this question for pedagogical value, not practical value. I realize that if you're actually …
3
votes
10answers
265 views

How to explain what is an application server to a non IT manager?

How to explain what is an application server to a non IT manager? Thanks :).