Skip to content

Commit c2e37a4

Browse files
committed
Renaming book to Computer Science from Scratch
1 parent b03b797 commit c2e37a4

34 files changed

+38
-38
lines changed

.idea/FunComputerScienceProjectsInPython.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Brainfuck/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Brainfuck/__main__.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

Brainfuck/brainfuck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Brainfuck/brainfuck.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

Chip8/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Chip8/__main__.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

Chip8/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Chip8/vm.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

Impressionist/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Impressionist/__main__.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

Impressionist/impressionist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Impressionist/impressionist.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

Impressionist/svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Impressionist/svg.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

KNN/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# KNN/__main__.py
2-
# From Fun Computer Science Projects in Python
2+
# From Computer Science from Scratch
33
# Copyright 2024 David Kopec
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)