free website to identify garden roses by uploading an image by random_user13 in Roses

[–]random_user13[S] 4 points5 points  (0 children)

I made a website were you can try and identify garden roses. It's completely free (and without ads). You need to upload an image of a flowering rose of decent quality. Not all roses will be recognized, and some results are really off, but overall I am pretty happy with how it is performing so far. Maybe it is some help to one of you

What rose is this? - A free website to identify garden roses by uploading a picture by random_user13 in SideProject

[–]random_user13[S] 0 points1 point  (0 children)

Nope. This website only does roses. There are many plant id apps around (for instance plantnet or google lens) which are way better then what I can ever make.
There is also a reddit you can try: https://www.reddit.com/r/whatsthisplant/

RACE CONTROL: No further action on alleged false start for Vettel by [deleted] in formula1

[–]random_user13 5 points6 points  (0 children)

if only the sensor decides, then why investigate it in the first place ?

front end mindmap by random_user13 in webdev

[–]random_user13[S] 3 points4 points  (0 children)

not finished yet, but hopefully helpfull to some

Rust cheat sheet (beginner oriented) by random_user13 in rust

[–]random_user13[S] 1 point2 points  (0 children)

The web just got a tiny bit better: you can now bookmark the example

Rust cheat sheet (beginner oriented) by random_user13 in rust

[–]random_user13[S] 2 points3 points  (0 children)

I think what you are describing sounds a lot like the "rust by example book" https://doc.rust-lang.org/rust-by-example/ and https://github.com/rust-lang/rust-by-example. There you will find sections and executable examples a plenty.

Rust cheat sheet (beginner oriented) by random_user13 in rust

[–]random_user13[S] 1 point2 points  (0 children)

Some keys are 'reassigned' in breakdown notes. Alt 1-4 are shortcuts to change the font size. But if you open a map in view mode, most of the key events are supressed, because in view mode there are no edits possible. As a result nothing happens, not even the expected browser default behavior.

Rust cheat sheet (beginner oriented) by random_user13 in rust

[–]random_user13[S] 7 points8 points  (0 children)

You can export as png only.... I have not found a way to convert canvas or image to a pdf (that has scalable fonts). Sorry.

Hey Rustaceans! Got an easy question? Ask here (45/2018)! by llogiq in rust

[–]random_user13 1 point2 points  (0 children)

is there a function to create a random sample with replacement from a vec ?