HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Sianko

no profile record

投稿

Make Selfie in the Space

space.crunchlabs.com
1 ポイント·投稿者 Sianko·2 年前·0 コメント

Show HN: ThinkPad Keyboard Backlight Controller

github.com
2 ポイント·投稿者 Sianko·2 年前·0 コメント

コメント

Sianko
·2 年前·議論
Another "fancy" obsidian, with providing "cool" themes by quite a lot of bucks... I do not see even the syncing method here.
Sianko
·2 年前·議論
I think the value of a repeated number can be found much easier: ``` long sum = 0; for (int i = 0; i < n; i++) { if(i < n - 1) { sum -= i; } sum += array[i]; }

printf("Element %d\r\n", sum); ```
Sianko
·2 年前·議論
So there are many different flavors of crc32. Usually you can always change the initialization value. This algorithm is only one use case.

Check this table out https://www.crccalc.com/?crc=123456789&method=&datatype=0&ou...