From 53c0d815100d8c41c933428f30950cb849675abf Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Wed, 23 Mar 2022 00:40:11 +0100 Subject: [PATCH] Renamed file endings from 'jpeg' to 'jpg' and 'PNG' to 'png' For consistency reasons. It also helps while listing the files ex. if you want to see how many JPGs are there previously you would need to remember about .jpeg too. If someone would use grep to list PNGs that one particular file would not show as grep is case-sensistive. --- ...nose_Mai_Teaches_Introduction_to_Algorithms.jpg} | Bin ...ohata_Mira_Reads_Introduction_to_Algorithms.jpg} | Bin ... Manaka_Ao_Holds_Introduction_to_Algorithms.jpg} | Bin ...rai_Mikage_Holds_Introduction_to_Algorithms.jpg} | Bin ...On_Lisp_Advanced_Techniques_for_Common_Lisp.jpg} | Bin Ruby/{rubyist.jpeg => rubyist.jpg} | Bin ...ng_SICP.PNG => Saki_Sukinasaki_holding_SICP.png} | Bin SICP/{Satania_SICP.jpeg => Satania_SICP.jpg} | Bin 8 files changed, 0 insertions(+), 0 deletions(-) rename Algorithms/{Inose_Mai_Teaches_Introduction_to_Algorithms.jpeg => Inose_Mai_Teaches_Introduction_to_Algorithms.jpg} (100%) rename Algorithms/{Konohata_Mira_Reads_Introduction_to_Algorithms.jpeg => Konohata_Mira_Reads_Introduction_to_Algorithms.jpg} (100%) rename Algorithms/{Manaka_Ao_Holds_Introduction_to_Algorithms.jpeg => Manaka_Ao_Holds_Introduction_to_Algorithms.jpg} (100%) rename Algorithms/{Sakurai_Mikage_Holds_Introduction_to_Algorithms.jpeg => Sakurai_Mikage_Holds_Introduction_to_Algorithms.jpg} (100%) rename Lisp/{Original_by_om5han_On_Lisp_Advanced_Techniques_for_Common_Lisp.jpeg => Original_by_om5han_On_Lisp_Advanced_Techniques_for_Common_Lisp.jpg} (100%) rename Ruby/{rubyist.jpeg => rubyist.jpg} (100%) rename SICP/{Saki_Sukinasaki_holding_SICP.PNG => Saki_Sukinasaki_holding_SICP.png} (100%) rename SICP/{Satania_SICP.jpeg => Satania_SICP.jpg} (100%) diff --git a/Algorithms/Inose_Mai_Teaches_Introduction_to_Algorithms.jpeg b/Algorithms/Inose_Mai_Teaches_Introduction_to_Algorithms.jpg similarity index 100% rename from Algorithms/Inose_Mai_Teaches_Introduction_to_Algorithms.jpeg rename to Algorithms/Inose_Mai_Teaches_Introduction_to_Algorithms.jpg diff --git a/Algorithms/Konohata_Mira_Reads_Introduction_to_Algorithms.jpeg b/Algorithms/Konohata_Mira_Reads_Introduction_to_Algorithms.jpg similarity index 100% rename from Algorithms/Konohata_Mira_Reads_Introduction_to_Algorithms.jpeg rename to Algorithms/Konohata_Mira_Reads_Introduction_to_Algorithms.jpg diff --git a/Algorithms/Manaka_Ao_Holds_Introduction_to_Algorithms.jpeg b/Algorithms/Manaka_Ao_Holds_Introduction_to_Algorithms.jpg similarity index 100% rename from Algorithms/Manaka_Ao_Holds_Introduction_to_Algorithms.jpeg rename to Algorithms/Manaka_Ao_Holds_Introduction_to_Algorithms.jpg diff --git a/Algorithms/Sakurai_Mikage_Holds_Introduction_to_Algorithms.jpeg b/Algorithms/Sakurai_Mikage_Holds_Introduction_to_Algorithms.jpg similarity index 100% rename from Algorithms/Sakurai_Mikage_Holds_Introduction_to_Algorithms.jpeg rename to Algorithms/Sakurai_Mikage_Holds_Introduction_to_Algorithms.jpg diff --git a/Lisp/Original_by_om5han_On_Lisp_Advanced_Techniques_for_Common_Lisp.jpeg b/Lisp/Original_by_om5han_On_Lisp_Advanced_Techniques_for_Common_Lisp.jpg similarity index 100% rename from Lisp/Original_by_om5han_On_Lisp_Advanced_Techniques_for_Common_Lisp.jpeg rename to Lisp/Original_by_om5han_On_Lisp_Advanced_Techniques_for_Common_Lisp.jpg diff --git a/Ruby/rubyist.jpeg b/Ruby/rubyist.jpg similarity index 100% rename from Ruby/rubyist.jpeg rename to Ruby/rubyist.jpg diff --git a/SICP/Saki_Sukinasaki_holding_SICP.PNG b/SICP/Saki_Sukinasaki_holding_SICP.png similarity index 100% rename from SICP/Saki_Sukinasaki_holding_SICP.PNG rename to SICP/Saki_Sukinasaki_holding_SICP.png diff --git a/SICP/Satania_SICP.jpeg b/SICP/Satania_SICP.jpg similarity index 100% rename from SICP/Satania_SICP.jpeg rename to SICP/Satania_SICP.jpg