From 6d3eb1ad8a9af0354a5a3748d66a6f904251fb66 Mon Sep 17 00:00:00 2001 From: Sam Davies Date: Tue, 20 Jun 2017 10:47:46 +0100 Subject: [PATCH 01/17] Initial batch of clickbait ideas --- articles/clickbait_ideas.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/articles/clickbait_ideas.md b/articles/clickbait_ideas.md index e69de29b..456ee030 100644 --- a/articles/clickbait_ideas.md +++ b/articles/clickbait_ideas.md @@ -0,0 +1,10 @@ +# Clickbait Article Ideas + +These articles shouldn't really have any content, but need titles that are irresistible. + +- [ ] Top-ten iOS interview questions +- [ ] 8 things you thought you knew about Swift 4 +- [ ] Swift 5: Everything you need to know +- [ ] iOS 11 Finally Gets a Launch Date +- [ ] 15 ways Android beats iOS into the ground +- [ ] Four reasons you should consider switching to Windows 10 \ No newline at end of file From 167a0a59e216cf82ba011bcf9266d6e755d1590b Mon Sep 17 00:00:00 2001 From: Sam Davies Date: Tue, 20 Jun 2017 10:55:54 +0100 Subject: [PATCH 02/17] Adding suggestions from Mic --- articles/clickbait_ideas.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/articles/clickbait_ideas.md b/articles/clickbait_ideas.md index 456ee030..a0d30534 100644 --- a/articles/clickbait_ideas.md +++ b/articles/clickbait_ideas.md @@ -7,4 +7,6 @@ These articles shouldn't really have any content, but need titles that are irres - [ ] Swift 5: Everything you need to know - [ ] iOS 11 Finally Gets a Launch Date - [ ] 15 ways Android beats iOS into the ground -- [ ] Four reasons you should consider switching to Windows 10 \ No newline at end of file +- [ ] Four reasons you should consider switching to Windows 10 +- [ ] The Apple announcement that should worry Swift developers +- [ ] iOS 12 rumoured to include drop shadows and button-like buttons \ No newline at end of file From b8bd349c09f5ed04fc75a325e15d063dcb3ab247 Mon Sep 17 00:00:00 2001 From: iwantmyrealname Date: Sat, 24 Jun 2017 08:56:15 +0100 Subject: [PATCH 03/17] Adding sleep idea --- articles/clickbait_ideas.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/articles/clickbait_ideas.md b/articles/clickbait_ideas.md index a0d30534..db54a8c9 100644 --- a/articles/clickbait_ideas.md +++ b/articles/clickbait_ideas.md @@ -2,11 +2,12 @@ These articles shouldn't really have any content, but need titles that are irresistible. -- [ ] Top-ten iOS interview questions +- [x] Top-ten iOS interview questions - [ ] 8 things you thought you knew about Swift 4 - [ ] Swift 5: Everything you need to know +- [ ] Use this one easy trick to survive on 4 hours sleep! - [ ] iOS 11 Finally Gets a Launch Date - [ ] 15 ways Android beats iOS into the ground - [ ] Four reasons you should consider switching to Windows 10 - [ ] The Apple announcement that should worry Swift developers -- [ ] iOS 12 rumoured to include drop shadows and button-like buttons \ No newline at end of file +- [ ] iOS 12 rumoured to include drop shadows and button-like buttons From 06b819e3488a922b8de1de1557b7a7446415038b Mon Sep 17 00:00:00 2001 From: iwantmyrealname Date: Sat, 24 Jun 2017 08:57:05 +0100 Subject: [PATCH 04/17] We should all sleep more --- articles/clickbait_ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/clickbait_ideas.md b/articles/clickbait_ideas.md index db54a8c9..260bf67d 100644 --- a/articles/clickbait_ideas.md +++ b/articles/clickbait_ideas.md @@ -6,6 +6,7 @@ These articles shouldn't really have any content, but need titles that are irres - [ ] 8 things you thought you knew about Swift 4 - [ ] Swift 5: Everything you need to know - [ ] Use this one easy trick to survive on 4 hours sleep! +- [ ] If you're sleeping less than 8 hours then you'll die young. - [ ] iOS 11 Finally Gets a Launch Date - [ ] 15 ways Android beats iOS into the ground - [ ] Four reasons you should consider switching to Windows 10 From 72054f41c2fd1fc52585ecf65a7dc919019a9a9f Mon Sep 17 00:00:00 2001 From: iwantmyrealname Date: Sat, 24 Jun 2017 09:12:30 +0100 Subject: [PATCH 05/17] Free pizza idea --- videos/platform_ideas.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/videos/platform_ideas.md b/videos/platform_ideas.md index 030fb8aa..f0298082 100644 --- a/videos/platform_ideas.md +++ b/videos/platform_ideas.md @@ -7,4 +7,5 @@ How can we improve the raywenderlich.com video platform? - [x] Jump back/forward - [x] Remember last watched - [ ] Create VR experience -- [ ] Direct brain download \ No newline at end of file +- [ ] Direct brain download +- [ ] Watch 3 videos back-to-back and get a free pizza From a23f5ae971824b6f0213f1cae0999a38d87a3774 Mon Sep 17 00:00:00 2001 From: iwantmyrealname Date: Sat, 24 Jun 2017 09:14:11 +0100 Subject: [PATCH 06/17] We need a video course on ASM --- videos/content_ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/videos/content_ideas.md b/videos/content_ideas.md index 344d8dbb..9b0c4d6a 100644 --- a/videos/content_ideas.md +++ b/videos/content_ideas.md @@ -7,3 +7,4 @@ Suggestions for new content to appear as videos: - [ ] Getting started with Symbian - [ ] Coding for the Psion V - [ ] Flash for developers +- [ ] Learn assembly in 10 hours From 0ee2887e9fd581b32b33c9c737283276e085e66c Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 22:38:59 +0300 Subject: [PATCH 07/17] new commit with license and readme --- MyAmazingRepo/LICENSE | 21 +++++++++++++++++++++ MyAmazingRepo/README.md | 1 + 2 files changed, 22 insertions(+) create mode 100644 MyAmazingRepo/LICENSE create mode 100644 MyAmazingRepo/README.md diff --git a/MyAmazingRepo/LICENSE b/MyAmazingRepo/LICENSE new file mode 100644 index 00000000..5a63101b --- /dev/null +++ b/MyAmazingRepo/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Andrii Teterin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE diff --git a/MyAmazingRepo/README.md b/MyAmazingRepo/README.md new file mode 100644 index 00000000..841895f2 --- /dev/null +++ b/MyAmazingRepo/README.md @@ -0,0 +1 @@ +test readme From 6214d8bd3ed498a65c680ba4cffdac1ebd2afd6e Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 22:52:18 +0300 Subject: [PATCH 08/17] Adding the new tutorials book idea --- .DS_Store | Bin 0 -> 6148 bytes MyAmazingRepo/LICENSE | 21 --------------------- MyAmazingRepo/README.md | 1 - books/book_ideas.md | 1 + 4 files changed, 1 insertion(+), 22 deletions(-) create mode 100644 .DS_Store delete mode 100644 MyAmazingRepo/LICENSE delete mode 100644 MyAmazingRepo/README.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..17314ef52656823e358cc16c92ea2340887ba45f GIT binary patch literal 6148 zcmeHK&2G~`5S~rb#-XZ|14z9fS>jri(3VQ57n8<^O8iK51qVREuA^er^+vJNs6>%` zhIilQ7TWDylsbNz%uZ!F~ED*p^(N@P(qdc8>KRWjT6IT==OIds1dDF zL=wMqz0)h6pKG2idO}BZNIpHIfPBsiKfT4>n)e1hr7Mhff%&}0Y%)5dW8{+&$;C)D zqfeC?wGeYfC-j{9P?diw<9w`*Q}d3d`N(*GiAHIX7v1hx(O7A&uC<(&v+leJ-pOfD zgvBK9h2vM;I*~GsuIpj+A{kBxo!f^pE5aljj#WSs58?9qWs=2m+LMzk&Q)xn4Nlu> z4?3H(+0K4<%iZ03INx$-k9JVs+ufhf+s>VP_YaN-=jlZzKVStAfh?v=HKM3 z-?*9E30np%1Am$U&JQk>(KA?TRH*}nx&i>3=vIO{e==~4YtS=TYJ>$MbSO}V3UkE} zIvoA3@$(Fp8g)1cbNLWvWMOV7LXD2+yULw}r_q*{0n5N511q}O;q%}B{r!J2$hIs4 zmVy6@0nzLS{T`NN&eo;H@mcFa-$Gf~uhghQP?+ObRro00gerl} Date: Thu, 31 Mar 2022 22:54:08 +0300 Subject: [PATCH 09/17] Creating the tutorials directory --- tutorials/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tutorials/.keep diff --git a/tutorials/.keep b/tutorials/.keep new file mode 100644 index 00000000..e69de29b From 0c70d12a17202fd67edd66d8240481f55cc0c81b Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 22:55:20 +0300 Subject: [PATCH 10/17] Created an markdown file --- tutorials/markdown | 1 + 1 file changed, 1 insertion(+) create mode 100644 tutorials/markdown diff --git a/tutorials/markdown b/tutorials/markdown new file mode 100644 index 00000000..c49a453d --- /dev/null +++ b/tutorials/markdown @@ -0,0 +1 @@ +some test ideas From 05c3ba8100536958a09550b3982f3d2bc5ad2ac3 Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 23:27:15 +0300 Subject: [PATCH 11/17] completed the cvs book --- books/book_ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/book_ideas.md b/books/book_ideas.md index eac6e325..6256555c 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -4,7 +4,7 @@ - [x] Advanced debugging and reverse engineering - [ ] Animal husbandry by tutorials - [ ] Beginning tree surgery -- [ ] CVS by tutorials +- x ] CVS by tutorials - [ ] Fortran for fun and profit - [x] RxSwift by tutorials - [ ] Writing tutorials From fd51497716686b08fb76b1ddc97ab084149bc395 Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 23:28:02 +0300 Subject: [PATCH 12/17] added new book --- books/book_ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/book_ideas.md b/books/book_ideas.md index 6256555c..9ce65633 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -8,3 +8,4 @@ - [ ] Fortran for fun and profit - [x] RxSwift by tutorials - [ ] Writing tutorials +- [ ] 50 Shades of green From 1e721391b2761fc50af3ac95404cb293577d16b5 Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 23:31:20 +0300 Subject: [PATCH 13/17] Moved file to another directory --- {articles => tutorials}/ios_article_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {articles => tutorials}/ios_article_ideas.md (100%) diff --git a/articles/ios_article_ideas.md b/tutorials/ios_article_ideas.md similarity index 100% rename from articles/ios_article_ideas.md rename to tutorials/ios_article_ideas.md From 20b59730e478881cb4d766370aea694b405f5560 Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 23:32:05 +0300 Subject: [PATCH 14/17] removed ideas file --- videos/live_streaming_ideas.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 videos/live_streaming_ideas.md diff --git a/videos/live_streaming_ideas.md b/videos/live_streaming_ideas.md deleted file mode 100644 index 25e58ffb..00000000 --- a/videos/live_streaming_ideas.md +++ /dev/null @@ -1,7 +0,0 @@ -# Live Streaming Ideas - -Everybody loves facebook live. Let's have a piece of that action. - -- [ ] Making the perfect cup of coffee -- [ ] Mowing the lawn -- [ ] Constructing an ideal speed-garage playlist on Apple Music \ No newline at end of file From eaf4a582f96eacb1d4d773d6d78730a792f635b2 Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Thu, 31 Mar 2022 23:51:35 +0300 Subject: [PATCH 15/17] Adding .gitignore --- .gitignore | 2 ++ allTODOs.html | 0 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 allTODOs.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..aae1755c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.html +!/*.html diff --git a/allTODOs.html b/allTODOs.html new file mode 100644 index 00000000..e69de29b From d7232f4ba98f5cb91fec33a9813c56c53ecee91e Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Fri, 1 Apr 2022 22:42:25 +0300 Subject: [PATCH 16/17] cimmit for readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0b96003..caae083f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # rwTODOs +some plain text + This repo is a collection of TODO lists and ideas for raywenderlich.com From 1d171ddd660c017a741ac84bfec7e51448791d5e Mon Sep 17 00:00:00 2001 From: Andrii Teterin Date: Fri, 1 Apr 2022 22:46:09 +0300 Subject: [PATCH 17/17] signature added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index caae083f..d912ba12 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # rwTODOs +signature + some plain text This repo is a collection of TODO lists and ideas for raywenderlich.com