Robot | Path | Permission |
GoogleBot | / | ✔ |
BingBot | / | ✔ |
BaiduSpider | / | ✔ |
YandexBot | / | ✔ |
User-agent: * |
Title | Software developer stories | |
Description | Rust-03: Improving the simple Impressum Datenschutz nidomiro Software developer stories en de Rust-03: Improving the simple program 2022-04-11 Programming Rust Tutorials Niclas Roßberg |
Keywords | blog,personal,responsive |
WebSite | nidomiro.de |
Host IP | 202.61.247.129 |
Location | Australia |
Euro€2,204
Zuletzt aktualisiert: 2022-08-19 05:04:29
nidomiro.de hat Semrush globalen Rang von 12,067,839. nidomiro.de hat einen geschätzten Wert von € 2,204, basierend auf seinen geschätzten Werbeeinnahmen. nidomiro.de empfängt jeden Tag ungefähr 551 einzelne Besucher. Sein Webserver befindet sich in Australia mit der IP-Adresse 202.61.247.129. Laut SiteAdvisor ist nidomiro.de sicher zu besuchen. |
Kauf-/Verkaufswert | Euro€2,204 |
Tägliche Werbeeinnahmen | Euro€65,569 |
Monatlicher Anzeigenumsatz | Euro€22,040 |
Jährliche Werbeeinnahmen | Euro€1,653 |
Tägliche eindeutige Besucher | 551 |
Hinweis: Alle Traffic- und Einnahmenwerte sind Schätzungen. |
Host | Type | TTL | Data |
nidomiro.de. | A | 3600 | IP: 202.61.247.129 |
nidomiro.de. | NS | 3600 | NS Record: ns10.ovh.net. |
nidomiro.de. | NS | 3600 | NS Record: dns10.ovh.net. |
nidomiro.de. | MX | 3600 | MX Record: 20 mxext3.mailbox.org. |
nidomiro.de. | MX | 3600 | MX Record: 10 mxext1.mailbox.org. |
nidomiro.de. | MX | 3600 | MX Record: 10 mxext2.mailbox.org. |
nidomiro.de. | MX | 3600 | MX Record: 40 mx2f59.netcup.net. |
nidomiro.de. | TXT | 3600 | TXT Record: 1|www.nidomiro.de |
nidomiro.de. | TXT | 3600 | TXT Record: OSSRH-67336 |
nidomiro.de. | TXT | 3600 | TXT Record: google-site-verification=PNCMyeb6raofoB6RnszDkD5kFIlYq26jUviugI82tGY |
nidomiro.de. | TXT | 3600 | TXT Record: v=spf1 a mx ip4:185.228.136.166 include:mailbox.org include:_spf.webhosting.systems |
Impressum Datenschutz nidomiro Software developer stories en de Rust-03: Improving the simple program 2022-04-11 Programming Rust Tutorials Niclas Roßberger In the last post we created a simple program that would accept an input like 5+5 and calculates the result. In this post we will improve this program. To prepare for adding more operators we need to improve the input-parsing. Currently, we just split the input-string at the plus-sign. If we want to know the operator, we have to choose another approach. In this case I chose regex: #[derive(Debug)]struct Operation{left: i32,operator: char,right: i32,}implOperation{fn from_string(input: &String)-> Option<Operation>{letregex=Regex::new(r"^\s*(\d+)\s*([+])\s*(\d+)\s*$"). Continue reading Rust programming Rust-02: The beginning 2022-03-25 Programming Rust Tutorials Niclas Roßberger At first, I didn’t like Rust. Managing memory myself is something I don’t want to do. After a first look at Rust and setting it aside for a few |
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.2 Date: Sun, 19 Dec 2021 23:08:42 GMT Content-Type: text/html Content-Length: 169 Connection: keep-alive Location: https://nidomiro.de/ HTTP/2 200 server: nginx/1.20.2 date: Sun, 19 Dec 2021 23:08:42 GMT content-type: text/html content-length: 29048 last-modified: Fri, 21 May 2021 13:10:03 GMT etag: "60a7b12b-7178" accept-ranges: bytes strict-transport-security: max-age=31536000 |