Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
ANONYMOUS wrote
Hi,
Having finished the planned material, and done revision on Monday, there was no final lecture this morning (Wed 22 May).
Good luck with the exams.
Cheers
MichaelW
Hello Mr. Wise,
The lecture you uploaded today doesn't show any audio or video. I did not come to class so I'm not sure if anything happened or if you didn't record. Could you kindly let me know?
ANONYMOUS wrote
Hi,
Yes. I follow UWA Assessment Policy guidelines for CITS4407, which provide for max 7 days late, but a deduction of 5 of the full mark (so 1 out of 20) for each day late, or part thereof.
Cheers
MichaelW
Hi Andre,
Alexandra is correct. UWA Assessment Policy mandates up to 7 days for late submissions for most assessment items, but with a penalty of 5 of the full mark (so 1 mark out of 20) per late day, part thereof. That is how things are run for CITS...
Dear Professor,
2 Marks
Ans git add configure.sh (1 mark)
git commit (1 mark)
OR
git commit -a (2 marks)
OR
git add -A (1 mark)
git commit (1 mark)
Can I use git add . rather than the ones above? Will I get marks? Thanks
Pretty sure they have to stick to what's in the outline, i.e. 7 days with penalties. I've never even seen a unit with a hard deadline on the original due date, so I doubt there's one for this unit.
Did we talked about Shell Functions and Make Makefiles in a certain lecture? There is a related lecture slide file on LMS but I don't remember I have learned that topic. I don't come to morning classes so I have to watch online lectures instead (pity...
Hi
Given the current non-working state of my assignment, I don't think it will be ready for submission by tonight's 11.59pm cut off.
Is tonight's deadline a hard deadline or could we submit the assignment later - with relative penalties applied per the...
No, let's say we have a country code JPN which is having rows of year 2011 and 2012 in one file, and in another file it doesn't have rows of 2011 and 2012 instead the file contains rows of year 2014 and 2014. Should we retain all that rows with year ...
ANONYMOUS wrote
Hi,
Having removed the rows for entities which do not have a country code, the combination of country code - year will be unique. You need to do a join across that shared combined code, and taken in all the data (including empty cell...
ANONYMOUS wrote
Also
- is the provided output in LMS is what we need to get ? Or it's just a sample output ?
And
Also, if there are rows with cells not matched with header column count, do we need to just report it or supposed to exit the program ?