Flashcard fixes.

main
Joshua Potter 2024-09-29 09:17:39 -06:00
parent 1fa7bd7675
commit baf5e52c0d
4 changed files with 34 additions and 15 deletions

View File

@ -783,7 +783,7 @@
"c17/enums.md": "9414fb67aa256a0a11b7240534c67bf6", "c17/enums.md": "9414fb67aa256a0a11b7240534c67bf6",
"c17/derived-types.md": "6fb8f23a2423f05d5bdccb6672a32e38", "c17/derived-types.md": "6fb8f23a2423f05d5bdccb6672a32e38",
"c17/basic-types.md": "7c6653bf6dc24c2f2aa72fc95c4f7875", "c17/basic-types.md": "7c6653bf6dc24c2f2aa72fc95c4f7875",
"c17/types/simple.md": "0edbd5da2138aa46669135a03b935db9", "c17/types/simple.md": "d9579d4f34e525494f63fbaa72e00f70",
"c17/types/enumerated.md": "e1f70a30677c776b7b44ac3e0ff4e76d", "c17/types/enumerated.md": "e1f70a30677c776b7b44ac3e0ff4e76d",
"c17/types/derived.md": "aff0d2b6d218fb67af3cc92ead924de3", "c17/types/derived.md": "aff0d2b6d218fb67af3cc92ead924de3",
"c17/types/basic.md": "5064e21e683c0218890058882e06b6f3", "c17/types/basic.md": "5064e21e683c0218890058882e06b6f3",
@ -847,7 +847,9 @@
"_journal/2024-09/2024-09-26.md": "2d3e8325e7ab63168c460f18e7aa1afc", "_journal/2024-09/2024-09-26.md": "2d3e8325e7ab63168c460f18e7aa1afc",
"_journal/2024-09-28.md": "7726baed125a2561def07dcaf48bf5a0", "_journal/2024-09-28.md": "7726baed125a2561def07dcaf48bf5a0",
"_journal/2024-09/2024-09-27.md": "d788fa04c029009f42387317c549d93e", "_journal/2024-09/2024-09-27.md": "d788fa04c029009f42387317c549d93e",
"encoding/binary.md": "0b9beb6913906aa2523d8ab193c67f67" "encoding/binary.md": "0b9beb6913906aa2523d8ab193c67f67",
"_journal/2024-09-29.md": "0afacc43ea98a86a50a5248e0d7afba6",
"_journal/2024-09/2024-09-28.md": "1b47792313acf09b1ae768d5918df703"
}, },
"fields_dict": { "fields_dict": {
"Basic": [ "Basic": [

View File

@ -0,0 +1,9 @@
---
title: "2024-09-29"
---
- [ ] Anki Flashcards
- [x] KoL
- [x] OGS
- [ ] Sheet Music (10 min.)
- [ ] Korean (Read 1 Story)

View File

@ -2,7 +2,7 @@
title: "2024-09-28" title: "2024-09-28"
--- ---
- [ ] Anki Flashcards - [x] Anki Flashcards
- [x] KoL - [x] KoL
- [x] OGS - [x] OGS
- [ ] Sheet Music (10 min.) - [ ] Sheet Music (10 min.)

View File

@ -350,7 +350,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of a `bool`? What is the minimum width of a `bool`?
Back: $1$ Back: $1$ bit.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341547--> <!--ID: 1727551341547-->
END%% END%%
@ -366,7 +366,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of an `unsigned char`? What is the minimum width of an `unsigned char`?
Back: $8$ Back: $8$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341549--> <!--ID: 1727551341549-->
END%% END%%
@ -390,7 +390,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of an `unsigned short`? What is the minimum width of an `unsigned short`?
Back: $16$ Back: $16$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341552--> <!--ID: 1727551341552-->
END%% END%%
@ -414,7 +414,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of an `unsigned int`? What is the minimum width of an `unsigned int`?
Back: $16$ Back: $16$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341555--> <!--ID: 1727551341555-->
END%% END%%
@ -430,7 +430,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of an `unsigned long`? What is the minimum width of an `unsigned long`?
Back: $32$ Back: $32$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341557--> <!--ID: 1727551341557-->
END%% END%%
@ -454,14 +454,22 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of an `unsigned long`? What is the minimum width of an `unsigned long`?
Back: $32$ Back: $32$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
END%% END%%
%%ANKI
Basic
What is the minimum width of an `unsigned long long`?
Back: $64$
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727613641635-->
END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum precision of an `unsigned long long`? What is the minimum precision of an `unsigned long long`?
Back: $32$ Back: $64$
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341560--> <!--ID: 1727551341560-->
END%% END%%
@ -563,7 +571,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of a `signed char`? What is the minimum width of a `signed char`?
Back: $8$ Back: $8$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341561--> <!--ID: 1727551341561-->
END%% END%%
@ -587,7 +595,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of a `signed short`? What is the minimum width of a `signed short`?
Back: $16$ Back: $16$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341564--> <!--ID: 1727551341564-->
END%% END%%
@ -603,7 +611,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of a `signed int`? What is the minimum width of a `signed int`?
Back: $16$ Back: $16$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341566--> <!--ID: 1727551341566-->
END%% END%%
@ -626,7 +634,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of a `signed long`? What is the minimum width of a `signed long`?
Back: $32$ Back: $32$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341568--> <!--ID: 1727551341568-->
END%% END%%
@ -642,7 +650,7 @@ END%%
%%ANKI %%ANKI
Basic Basic
What is the minimum width of a `signed long long`? What is the minimum width of a `signed long long`?
Back: $64$ Back: $64$ bits.
Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020). Reference: Jens Gustedt, _Modern C_ (Shelter Island, NY: Manning Publications Co, 2020).
<!--ID: 1727551341570--> <!--ID: 1727551341570-->
END%% END%%