summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2024-11-27 00:54:43 +0100
committernasrlol <nsrddyn@gmail.com>2024-11-27 00:54:43 +0100
commitdf6d2c51b15d55a30b8515de637aa7af490b2d95 (patch)
tree25afa36b2be61783997eb59633e9c7e4aff438b7
parent4e86a2ee9f5578cbaae6cc7dd52616e3e3751764 (diff)
small modifications to the file system
-rw-r--r--bin/assets/text/quotes.txt30
-rw-r--r--docs/guide.md (renamed from docs/guide.txt)0
-rw-r--r--public/api.py (renamed from templates/api.py)0
-rw-r--r--public/api_server.service (renamed from templates/api_server.service)0
-rw-r--r--public/index.html (renamed from templates/index.html)0
5 files changed, 0 insertions, 30 deletions
diff --git a/bin/assets/text/quotes.txt b/bin/assets/text/quotes.txt
deleted file mode 100644
index 9f778ed..0000000
--- a/bin/assets/text/quotes.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-“Code is like humor, it’s better if it’s clean.”
-“Software is a great combination.”
-“Computers are like a bicycle for the mind.”
-“Simplicity is the soul of efficiency.”
-“Good code is its own best documentation.”
-“In programming, clarity is key.”
-“Programs must be written for people.”
-“Computers are only tools.”
-“The best way to predict the future is to invent it.”
-“Talk is cheap. Show me the code.”
-"It’s not a bug, it’s a feature.”
-“The computer is mightier than the pen.”
-"Code is the art of telling computers what to do.”
-"Make it work, make it right, make it fast.”
-“Every problem can be solved with code.”
-“The only limit is your imagination.”
-“Programming is thinking, not typing.”
-"Design is the soul of programming.”
-“There’s no place like 127.0.0.1.”
-“Without algorithms, there’s no solution.”
-“Compilers turn ideas into machine code.”
-“A program is only as good as its design.”
-"Code never lies, comments sometimes do.”
-“Debugging is twice as hard as writing.”
-"Computers don’t make mistakes, programmers do.”
-“Code fast, debug slow, optimize last.”
-“Keep it simple, stupid (KISS).”
-“Without testing, code is poetry.”
-“Good software comes from great design.”
-“The harder you work, the luckier you get.” \ No newline at end of file
diff --git a/docs/guide.txt b/docs/guide.md
index b248f49..b248f49 100644
--- a/docs/guide.txt
+++ b/docs/guide.md
diff --git a/templates/api.py b/public/api.py
index b04ef77..b04ef77 100644
--- a/templates/api.py
+++ b/public/api.py
diff --git a/templates/api_server.service b/public/api_server.service
index b69c5e4..b69c5e4 100644
--- a/templates/api_server.service
+++ b/public/api_server.service
diff --git a/templates/index.html b/public/index.html
index 5436dbd..5436dbd 100644
--- a/templates/index.html
+++ b/public/index.html