This commit is contained in:
Miloslav Ciz 2024-06-19 13:45:56 +02:00
parent cb4007d9d6
commit 1866e797d0
5 changed files with 1800 additions and 1795 deletions

View file

@ -40,9 +40,10 @@ This place is for suggesting programming projects that will in first place serve
### Level 1: Easy, *I'm Too Young To Die*
1. **[fizzbuzz](fizzbuzz.md)**: Write the classic fizzbuzz program.
2. **[anagram](anagram.md) checker**: Make a program that reads one line of text from the user and checks if it's an anagram (i.e. if it's spelled the same forward and backwards) or not -- you can just output *yes* or *no*.
2. **[palindrome](palindrome.md) checker**: Make a program that reads one line of text from the user and checks if it's a palindrome (i.e. if it's spelled the same forward and backwards) or not -- you can just output *yes* or *no*. { I fucked up and had an "anagram" checker here before, I get the two confused, thanks to a reader for correction <3 ~drummyfish }
3. **number [encyclopedia](encyclopedia.md)**: Make a program that writes numbers from 0 to 1000 (including both) and about each of which it writes some facts. These facts have to include at least the number's square, square root, sum of its decimal digits, its [binary](binary.md) representation, prime factorization and whether the number itself is [prime](prime.md), perfect number and [Fibonacci](fibonnaci.md) number.
4. **[game of life](game_of_life.md)**: Make a program that simulates game of life on a finite *N * N* grid, with wrapping space (i.e. a cell on the very left of the grid is considered a neighbor of the cell on the very right in the same row, same thing with top and bottom). Make *N* configurable at least as a compile time option, draw the world as [ASCII art](ascii_art.md) to terminal, make the user step forward by pressing some key. You can initialize the grid values randomly, but thumbs up for allowing setting the initial world state (e.g. reading it from a file or something).
5. **[anagram](anagram.md) checker**: Make a program that reads two words and checks if they are an anagram of each other or not (i.e. one can be made from the other just by rearranging the letters). You can just output *yes* or *no*.
5. **text adventure**: Make an interactive [CLI](cli.md) text adventure that will take an average player at least 10 minutes to finish. Part of game mechanics must involve inventory, i.e. picking up items, carrying them around and using them.
6. **calculator**: Make an interactive calculator -- it can be a purely [command line](cli.md) program into which user types expressions and your program evaluates them. The functionality must be at least on the level of the most plain physical calculators, i.e. it doesn't have to parse whole complex expressions, but it should be able to add, subtract, multiply, divide and find square roots. Results can be approximate, showing just 3 fractional decimal digits. Thumbs up for more features like handling expressions with brackets, having a variable storing last result, converting between bases and so on.
7. **[bytebeat](bytebeat.md)**: Make at least three cool sounding bytebeat songs.

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -2,10 +2,10 @@
This is an autogenerated article holding stats about this wiki.
- number of articles: 581
- number of commits: 823
- total size of all texts in bytes: 3981393
- total number of lines of article texts: 30276
- number of articles: 582
- number of commits: 824
- total size of all texts in bytes: 3996963
- total number of lines of article texts: 30317
- number of script lines: 262
- occurences of the word "person": 7
- occurences of the word "nigger": 89
@ -13,9 +13,9 @@ This is an autogenerated article holding stats about this wiki.
longest articles:
- [c_tutorial](c_tutorial.md): 124K
- [exercises](exercises.md): 100K
- [exercises](exercises.md): 104K
- [how_to](how_to.md): 72K
- [capitalism](capitalism.md): 68K
- [how_to](how_to.md): 68K
- [less_retarded_society](less_retarded_society.md): 60K
- [chess](chess.md): 56K
- [number](number.md): 52K
@ -35,60 +35,81 @@ longest articles:
top 50 5+ letter words:
- which (2281)
- there (1727)
- people (1521)
- example (1313)
- other (1241)
- number (1133)
- software (1117)
- about (1065)
- program (907)
- their (849)
- because (821)
- would (805)
- called (777)
- being (772)
- language (750)
- which (2286)
- there (1732)
- people (1526)
- example (1317)
- other (1245)
- number (1135)
- software (1121)
- about (1070)
- program (912)
- their (855)
- because (827)
- would (814)
- called (781)
- being (777)
- language (751)
- computer (742)
- numbers (738)
- something (739)
- numbers (739)
- things (734)
- something (733)
- simple (722)
- simple (724)
- without (682)
- programming (665)
- function (665)
- these (642)
- different (634)
- however (631)
- world (590)
- system (578)
- should (575)
- doesn (569)
- function (670)
- programming (666)
- these (643)
- different (637)
- however (632)
- world (592)
- system (588)
- should (578)
- doesn (570)
- games (566)
- point (558)
- point (559)
- society (550)
- while (534)
- though (526)
- drummyfish (517)
- while (537)
- though (529)
- drummyfish (521)
- using (510)
- still (508)
- memory (508)
- still (506)
- possible (500)
- similar (491)
- possible (501)
- similar (497)
- simply (494)
- course (491)
- simply (490)
- technology (484)
- technology (485)
- https (463)
- really (449)
- always (449)
- value (444)
- extremely (443)
- basically (440)
- really (450)
- always (450)
- value (446)
- extremely (446)
- basically (444)
latest changes:
```
Date: Tue Jun 18 16:48:37 2024 +0200
atheism.md
czechia.md
disease.md
exercises.md
football.md
how_to.md
island.md
linux.md
loquendo.md
newspeak.md
nigger.md
often_confused.md
people.md
political_correctness.md
random_page.md
soyence.md
wiki_pages.md
wiki_stats.md
wikipedia.md
windows.md
Date: Sun Jun 16 20:14:55 2024 +0200
3d_model.md
4chan.md
@ -107,27 +128,6 @@ Date: Sun Jun 16 20:14:55 2024 +0200
racism.md
random_page.md
tattoo.md
update_culture.md
wiki_pages.md
wiki_stats.md
Date: Sat Jun 15 01:24:09 2024 +0200
21st_century.md
bloat.md
bloat_monopoly.md
capitalism.md
drummyfish.md
elon_musk.md
go.md
history.md
lrs_dictionary.md
main.md
nigger.md
programming_style.md
random_page.md
security.md
shortcut_thinking.md
slowly_boiling_the_frog.md
smart.md
```
most wanted pages:
@ -144,47 +144,47 @@ most wanted pages:
- [drm](drm.md) (10)
- [complex_number](complex_number.md) (10)
- [tree](tree.md) (9)
- [gpl](gpl.md) (9)
- [syntax](syntax.md) (8)
- [sdl](sdl.md) (8)
- [pointer](pointer.md) (8)
- [html](html.md) (8)
- [gpu](gpu.md) (8)
- [gpl](gpl.md) (8)
- [cryptography](cryptography.md) (8)
- [waiver](waiver.md) (7)
most popular and lonely pages:
- [lrs](lrs.md) (282)
- [lrs](lrs.md) (283)
- [capitalism](capitalism.md) (222)
- [c](c.md) (214)
- [c](c.md) (215)
- [bloat](bloat.md) (205)
- [free_software](free_software.md) (169)
- [free_software](free_software.md) (170)
- [game](game.md) (140)
- [suckless](suckless.md) (137)
- [proprietary](proprietary.md) (119)
- [proprietary](proprietary.md) (120)
- [kiss](kiss.md) (96)
- [computer](computer.md) (96)
- [modern](modern.md) (94)
- [minimalism](minimalism.md) (89)
- [linux](linux.md) (89)
- [gnu](gnu.md) (85)
- [gnu](gnu.md) (88)
- [free_culture](free_culture.md) (81)
- [programming](programming.md) (80)
- [fun](fun.md) (79)
- [fun](fun.md) (80)
- [censorship](censorship.md) (78)
- [less_retarded_society](less_retarded_society.md) (77)
- [censorship](censorship.md) (77)
- [fight_culture](fight_culture.md) (77)
- [math](math.md) (76)
- [public_domain](public_domain.md) (75)
- [hacking](hacking.md) (75)
- [foss](foss.md) (75)
- [fight_culture](fight_culture.md) (75)
- [bullshit](bullshit.md) (73)
- [art](art.md) (72)
- [programming_language](programming_language.md) (71)
- [shit](shit.md) (70)
- [float](float.md) (68)
- [chess](chess.md) (67)
- [corporation](corporation.md) (67)
- ...
- [wiki_pages](wiki_pages.md) (4)
- [whale](whale.md) (4)

View file

@ -107,6 +107,7 @@ Here is a list of almost all historically notable women:
- **Judit Polgar**: best non-fictional female [chess](chess.md) player that at her peak managed the incredible feat of ranking #56 in the world while actually existing.
- **[Marie Curie](marie_curie.md)**: this one was actually probably quite skilled and based, won two Nobel Prizes (at the time when there were no diversity quotas so it actually counts), though she probably stole most of her work from her husband. She was quite ugly tho.
- **Lisa Nowak**: a female astronaut, military pilot, i.e. someone who would ideally be among those with highest mental stability and reliability, who nonetheless one day went on a rage frenzy over a sexual affair with some army chad, pepper sprayed some other bitch and was subsequently charged with attempted murder after weapons were found in her car... women... :D
- **Lisa Simpson**: smart girl, fictional.
- **Miss Marple**: smart woman detective, fictional.
- **Olga Hepnarova**: ran over 8 people with a truck, later executed.
- **Yoko Ono**: destroyed the most famous music band in history.