Tagged Questions
The preparation tag has no wiki summary.
11
votes
10answers
1k views
Hints for making programming even more pleasant
After my first large project, I've understood there are lots of things that can make programming more pleasant at such projects. I know some already but what else I could yet do when preparing for ...
3
votes
3answers
285 views
Choose variables based on name (simple regular expression)
I would like to incorporate variable names that imply what I should do with them. I imagine a dataframe "survey".
library(Rlab) # Needed for rbern() function.
survey <- data.frame(cbind(
id = ...
3
votes
10answers
233 views
When is a basic (webdev) education complete?
I'm an ICT student. I've been doing it for 2 years and recently I started following developper blogs, got a twitter account to keep track of new blogs, lists of tips, tricks, free templates and other ...
0
votes
2answers
365 views
get the consecutive factors ,c#
i need to solve this question but im stuck at getting the factors , but what i need to do is...
A positive number n is consecutive-factored if and only if it has factors, i and j where i > 1, j > 1 ...
-1
votes
4answers
899 views
c# mileage counter
A mileage counter is used to measure mileage in an automobile. A mileage counter looks something like this
0 5 9 9 8
The above mileage counter says that the car has travelled 5,998 miles. Each ...