Skip to content

Instantly share code, notes, and snippets.

View gbip's full-sized avatar

Paul FLORENCE gbip

View GitHub Profile
### Keybase proof
I hereby claim:
* I am gbip on github.
* I am gbip (https://keybase.io/gbip) on keybase.
* I have a public key whose fingerprint is 34AA 8027 42FB 57E1 0049 2E2B F6BF 735F D13D 3FE8
To claim this, I am signing this object:
dig chriswere.neocities.org
; <<>> DiG 9.10.3-P4-Ubuntu <<>> chriswere.neocities.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 55760
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 2
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
[dependencies]
embedded-hal = "0.2.1"
nb = "0.1.1"
[dependencies.cortex-m]
version = "0.5.7"
[dependencies.cortex-m-rt]
features = ["device"]
version = "0.5.7"
// Vélo
filters.add(new ArcInspector() {
@Override
public boolean isAllowed(Arc arc) {
return arc.getRoadInformation().getAccessRestrictions()
.isAllowedForAny(AccessMode.BICYCLE, EnumSet.complementOf(EnumSet
.of(AccessRestriction.FORBIDDEN, AccessRestriction.PRIVATE)));
}
; ce programme est pour l'assembleur RealView (Keil)
thumb
area myvar, data, readwrite
import the_struct
area moncode, code, readonly
export callback
E_POS equ 0
Compiling serialport v1.0.2-pre (file:///home/paul/repos/contributions/serialport-rs)
error[E0432]: unresolved import `nix::poll::POLLHUP`
--> src/posix/poll.rs:8:29
|
8 | use nix::poll::{EventFlags, POLLHUP, POLLIN, POLLNVAL, POLLOUT, PollFd};
| ^^^^^^^ no `POLLHUP` in `poll`
error[E0432]: unresolved import `nix::poll::POLLIN`
--> src/posix/poll.rs:8:38
|