Tagged Questions
The students tag has no wiki summary.
49
votes
18answers
4k views
What version-control system is most trivial to set up and use for toy projects?
I teach the third required intro course in a CS department. One of my homework assignments asks students to speed up code they have written for a previous assignment. Factor-of-ten speedups are ...
6
votes
6answers
358 views
Practical tasks for students who learn design patterns
I need to compose some tasks (problems) for students who learn design patterns.
Please suggest me some practical short-term tasks that would help students understand the theory.
I need some ...
3
votes
3answers
68 views
Removing character in list of strings
If I have a list of strings such as:
[("aaaa8"),("bb8"),("ccc8"),("dddddd8")...]
What should I do in order to get rid of all the 8s in each string? I tried using strip or replace in a for loop but ...
3
votes
2answers
402 views
Roman to decimal conversion
What do you think about this code? Is it the best way? Any improvement?
Roman.h
#ifndef ROMAN_H
#define ROMAN_H
#include <string>
#include <map>
typedef unsigned long int UL_I;
...
2
votes
1answer
60 views
Project organization with professionals and students
I am working as a PhD student developing scientific/engineering simulations and algorithms to be tested in these simulations. These days the first student started to work on my project (for his ...
2
votes
3answers
295 views
Core principles, rules, and habits for CS students
No doubt there is a lot to read on blogs, in books, and on Stack Overflow, but can we identify some guidelines for CS students to use while studying?
For me these are:
Finish your course books ...
1
vote
3answers
51 views
parsing an html page and sending the parsed data to a another page
i'm required to pass an entire content of an html , in a manner that the blank html page (the destination) will be the exact duplicate of the source page .
i'm a real noob in web programming and ...
1
vote
2answers
73 views
passing forms between html pages
iv'e got an assignment to pass data between 2 .htm pages , in a manner which the source gets copied to the destination
sourcePage.htm contains a form. (it contains more controls this is just a ...
1
vote
1answer
88 views
UITableViewCell is getting allocated again and again while scrolling
If a UITableViewCell has been allocated ,while scrolling ,it should not be reallocated.
Can somebody please help me in this.
1
vote
1answer
39 views
Google's educational programs for students [closed]
Does google have program for students like microsoft's MSP (Microsoft Student Partner)?
1
vote
1answer
274 views
Playing game music in Java - How to stop the stream of data?
I have this music class for a game I'm making in an Introduction Course in high school. You can see the source where I got the code from.
I originally was using a Clip, but found out that had pretty ...
1
vote
3answers
153 views
Does anyone know the algorithm used for navigating a Pac-Man maze?
http://www.cyberiapc.com/javagames/pacman/pacman.htm
hi i need algorithm for this pacman maze can any one help.
Thanks.
1
vote
0answers
125 views
I'm looking to start a Computer Science club in my high school next year. What should I do? [closed]
I'm currently an 8th grader who will be moving on to high school next year. I was recently looking over all the classes my high school offers and I saw that they offer Computer Science but only in the ...
1
vote
1answer
577 views
Regression in Matlab assuming Student's t Distributed Error Terms
I see that it is possible to use regress/regstats for OLS, and I found an online implementation of L1-Regression (Laplace), but I can't quite seem to figure out how to implement t distributed error ...
0
votes
2answers
96 views
Which language should I learn next? [closed]
I'm familiar with VB.NET and currently learning Java, PHP and JS at school, but I want to learn another language so I have more tools in my toolbox and so I easier can pick up new languages later on ...
0
votes
6answers
60 views
String with non-letters
This is my second week of learning python and I got an homework assignment which I have already finished.
The thing is that one of the first stages was to take a string and delete all non letters from ...
0
votes
4answers
65 views
Combining strings
Lets say I have 2 lists of strings, and I want to make a new list by combining the two lists.
so that the first string in the first list, will be in a tuple with the first word in the second list, ...
0
votes
0answers
79 views
Time it would take me to learn c++ knowing seeing my speed? [closed]
I am a student in second year of engineering and my life is hard nowadays, to make my future secure and at least get good jobs, I have started learning c++. I have learned J2SE, ASP.NET(Little, Basic ...
0
votes
3answers
54 views
How to remember different language syntaxes and technologies (as a student)? [closed]
As a student I have many languages/technologies to learn. Many times I forget past languages within 2-3 years unless I am practicing them on a regular basis.
Suppose on a later date, you have to ...
0
votes
3answers
102 views
python random guessing
Im trying to find the right way to do the next thing. I have 40 cards. 10 yellow. 10 red. 10 blue and 10 green. I need to pick 25 random cards, and then give them to 500 people. Each one needs to ...
0
votes
1answer
39 views
Explaining Association Mapping in doctrine2 to my students
I am preparing a class about doctrine2 association mapping , in doctrine ref they are talking about 2 kinds bidirectional & unidirectional for each
one to one mapping
one to many mapping
many ...
0
votes
0answers
60 views
Learning PHP with a Rails/Django/Lift background [closed]
While I have been at university studying a CS degree I have been picking up web development on the side. As I started in the last couple of years, I have mainly been using Rack/Ruby based frameworks ...
0
votes
1answer
52 views
how do i append a string to form results using javascript
iv'e a form which posts its results using "get" method
i was wondering how i could add some additional values to these results before they are submitted
what i did so far is overload the submit ...
0
votes
2answers
304 views
Values over UITextField placed over UITableViewCell are getting lost
I have placed UITextField over each UITableView cell .While scrolling the UITableView cell the text over the UITextField are getting lost..
Can anybody please help me..
0
votes
2answers
103 views
Micro-economics for CS students
I recently went through the article on "Advice for Computer Science College Students", by Joel Spolsky - http://www.joelonsoftware.com/articles/CollegeAdvice.html .
In that Joel says that a ...
-1
votes
6answers
100 views
list, strings, anagrams , python
If I have a list of strings for example:
["car", "tree", "boy", "girl", "arc"....]
What should I do in order to find anagrams in that list? For example (car, arc).
I tried using for loop for each ...
-1
votes
2answers
37 views
To what extent are open source projects liable for trademark infringement?
Lawyers (and Lawyers too, if you're on here for whatever reason),
I recently developed a little project with a friend at a student hackathon and gave it whatever name we could think of on the fly. ...
-1
votes
3answers
299 views
Generic Data Access Layer in an Multi-Layer Arcitechture
I need to create an generic data access layer to use in my final assignment in Software Enigeneering, but my data access layer that i have currently created is can automatically generate CRUD(Create, ...
-2
votes
1answer
69 views
(Python32)How to convert numbers in a list into decimal and octal?
I am in need of urgent help and would be very gratefull if you help me with your expertise. I need to convert some numbers from a list which i made into decimal and octal.The list works and so does ...