-
- [x] Getting Started
- [x] Learn Rust
- [x] Guessing Game
- [x] Dining Philosophers
- [x] Rust Inside Other Languages
- [x] Syntax and Semantics
- [x] Variable Bindings
- [x] Functions
- …
vessd updated
7 years ago
-
On the 48-core machine, `./dining_philosophers.native 8 100` deadlocks. This is most likely a bug in the channel implementation.
-
**Originally by _mvysny2_**
___
According to http://stackoverflow.com/questions/25392398/is-session-replication-a-part-of-java-ee-standard the JavaEE server is allowed to serialize and transfer the s…
-
I've been using QMSI to program the Arduino101, but recent QMSI-1.1 ROM apparently broke the serial output. I have not investigated further, but the attached patch makes it work again for me.
As far …
-
I am learning rust and reading the book for the first time
The [guessing-game](https://github.com/rust-lang/rust/blob/01d76099f261abe50342d9261fad618c5323274b/src/doc/book/guessing-game.md#complete) …
-
This only has one execution:
``` haskell
{-# LANGUAGE FlexibleContexts #-}
module Terminal where
import Control.Monad.Monitor
import Control.Monad.Monitor.Property
import Control.Concurrent.Classy
…
-
3/3に1.7が出るらしいですね。アップデートのこと考えないと。
Downloads · The Rust Programming Language
https://www.rust-lang.org/downloads.html
KeenS updated
8 years ago
-
Hello Ponies !
New to pony and still not quite at ease with the many new concepts. Anyway, I tried myself at the dining philosophers problem and got at last my code compiled.
The program sort of work…
-
`unwrap()` is used several times throughout the chapter.
There is only a single vague mention of it, despite it being used several times in the code:
> Since this shouldn’t happen, we just use `unwr…
-
in the end of dining philosophers sample there is mentioned that `Only two philosophers can eat at any one time, and so you’ll get some output like this:`.
But it doesn't work for me this way. `Only …
ghost updated
8 years ago