From 4b7da2645370361dfdb175129a24369e0cc0f977 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Sun, 24 Nov 2024 01:31:48 +0100 Subject: worked on the GUI for the application, added a couple of new features, updated the readme, added a quotes file for making a daily quote feature thats going to reset at midnight, also did some small bug fixing --- bin/quotes.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bin/quotes.txt (limited to 'bin/quotes.txt') diff --git a/bin/quotes.txt b/bin/quotes.txt new file mode 100644 index 0000000..a6c9d84 --- /dev/null +++ b/bin/quotes.txt @@ -0,0 +1,30 @@ +“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.” -- cgit v1.2.3-70-g09d2