-
Just started on How to Code: Simple Data and noticed edX implemented a new paywall system that blocks all graded assignments and limits access to course to around 21 days. Is there any plannings on cr…
LShun updated
4 years ago
-
There is a compilation flag on the 16-bit wcc compiler:
`-zc place const data into the code segment`
which should include all CONST data inside the code segment that uses it.
Consider…
negge updated
4 years ago
-
See [**LATEST Proposal**](https://github.com/dotnet/corefxlab/blob/master/docs/specs/priority-queue.md) in corefxlab repo.
# Second Proposal options
Proposal from https://github.com/dotnet/coref…
-
**Activity Name**
Introduction to Competitive Programming
**Short Description**
Participants will be introduced to competitive programming, from weekly contests like Leetcode, or onsite competiti…
-
Righ now the documentation presents this simple table:
> 1. (), [], ., postfix ++ and --
> 2. prefix -, ~, prefix *, &, prefix ++ and --
> 3. infix *, /, %
> 4.
> 5. ^, |, infix &
> 6. +, inf…
-
At what point of the curriculum will I able to take part in competitive programming contests, what courses should i finish before i will be ready for spoj , codechef and topcoder sites?
ghost updated
5 years ago
-
Hey callaa, sorry if this is too personal of an issue to be posted here and should be sent through message but ive recently been IP banned from drawpile.net (hosting and joining servers on there) thro…
-
There seem to be a number of comments thoughts on language syntax. This issue will consildate general thoughts and suggestions. Other more specific issues can be created and referenced from here.
-
This thread has been created to capture, document and come to a decision on Static vs Dynamic Registration.
Initial analysis based on the workshop conducted on the 23rd August 2019 is attached belo…
-
wiki page: [database layout proposal](https://github.ugent.be/dodona/dodona/wiki/Database-layout-%28proposal%29)
## Questions
- why are some table names plural (users, repositories, judges, tags) and…