From 5096c545075411b09a6861a4c447f1af453933c3 Mon Sep 17 00:00:00 2001 From: Chris Belanger Date: Thu, 10 Jan 2019 10:27:10 -0400 Subject: [PATCH 01/18] Adding first 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..b59d836c 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 10 iOS interview questions +- [ ] 8 hottest rumours about Swift 5 - EXPOSED +- [ ] Try these five weird Xcode tips to reduce app bloat +- [ ] Apple to skip iOS 13, eyes a piece of Android's pie +- [ ] 15 ways Android beats iOS into the ground and 7 ways it doesn't +- [ ] I migrated my entire IT department back to Windows XP - and then this happened From e69a76a6febf996a44a5de4dda6bde8569ef02bc Mon Sep 17 00:00:00 2001 From: Chris Belanger Date: Thu, 10 Jan 2019 10:28:14 -0400 Subject: [PATCH 02/18] Adding suggestions from Mic --- articles/clickbait_ideas.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/clickbait_ideas.md b/articles/clickbait_ideas.md index b59d836c..35ec4d3f 100644 --- a/articles/clickbait_ideas.md +++ b/articles/clickbait_ideas.md @@ -8,3 +8,5 @@ These articles shouldn't really have any content, but need titles that are irres - [ ] Apple to skip iOS 13, eyes a piece of Android's pie - [ ] 15 ways Android beats iOS into the ground and 7 ways it doesn't - [ ] I migrated my entire IT department back to Windows XP - and then this happened +- [ ] The Apple announcement that should worry Swift developers +- [ ] iOS 13 to bring back skeuomorphism amidst falling iPhone sales From fbe86a2169278ec62e3bbb3dce1c7f6fe4820d60 Mon Sep 17 00:00:00 2001 From: crispy8888 Date: Sun, 18 Oct 2020 20:09:30 -0300 Subject: [PATCH 03/18] Added another clickbait idea --- articles/clickbait_ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/clickbait_ideas.md b/articles/clickbait_ideas.md index 35ec4d3f..8c51caa5 100644 --- a/articles/clickbait_ideas.md +++ b/articles/clickbait_ideas.md @@ -10,3 +10,4 @@ These articles shouldn't really have any content, but need titles that are irres - [ ] I migrated my entire IT department back to Windows XP - and then this happened - [ ] The Apple announcement that should worry Swift developers - [ ] iOS 13 to bring back skeuomorphism amidst falling iPhone sales +- [ ] What they don’t want you to know about 5G From 26684f99f269aa3414d6c7826ae7cca46cbdec4f Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sun, 9 Oct 2022 18:20:58 +0300 Subject: [PATCH 04/18] Added new book entry and marked Git book complete --- .DS_Store | Bin 0 -> 6148 bytes books/book_ideas.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..f44cd22d20518de851abaf8298b915b2cbbe7c02 GIT binary patch literal 6148 zcmeH~L2uJA6vv;pZcUkxdSGIgNs+i#qZ<`$;*xdkVG?jy5F7xNW~m@r7EevO9;!;Y z!afW~_#}K6PVj%WC){@11!)50SJ{8Z@4ck{DYj!G675mEO;jf$4~4aI2h|nEel82P zWO~-1Lfzw-QW{Wxn9AdYXxHHgI0Ang0iL@a^=U{2C1lOtD3uX>yfEyeZ2eS*))n#5 zI6pJ-U!$`$$%|(5yI5MTtgKeOs<-C73qQ(nSoDig-tG_I@YPEx)9A9@k6tB%aj$;w zKxRch$p%A}ki-LoynUTyu^hMMD2sEI8)}DF^J=~N{mG=&+G+Stn$w0q+1qJ0{MMt# z(`n6HfAH|>QST%@&EzNb$4OwBQg+wqrF=$X0mFGX%u<z;fo6Mm?*=wJcG$ISF5t9AG)JXM&*+d2s7o&>q%JT0zsZPAdV($p6DH<;?Ks&|~y}WM(pWyaqUP z1RMcJz$U=!gO9=*7%jD`r2~~Z0zfP1R)#izGH{M>G%#9fg$E{dDpaQmbHorj9sRzE z3yhXpbvg-i_z>pF!kkcqdOGg!t8fy5R#!U$j=(H|Wqn!a{l9zt`F}RaT{!}dz<)(R zR61d&jUk!6bzyM4*ZL^$QP?=H)T&ZYneA9Lcq`sOQ3jvS4QODr)QTRM`w&nVT;&Md GDuG`Z)&)rb literal 0 HcmV?d00001 diff --git a/books/book_ideas.md b/books/book_ideas.md index 1a92ca4e..33ae5808 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -7,4 +7,5 @@ - [ ] CVS by tutorials - [ ] Fortran for fun and profit - [x] RxSwift by tutorials -- [ ] Mastering git +- [x] Mastering git +- [ ] Care and feeding of developers. From be8faa7c2d490fd013ca7dc1ed13a396e057fd8f Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sun, 9 Oct 2022 18:44:30 +0300 Subject: [PATCH 05/18] Adding empty 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 c79cd2dcb3f5532ef9cc41ee64072adea56e3d3d Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sun, 9 Oct 2022 19:06:27 +0300 Subject: [PATCH 06/18] Create file where we write ideas for tutorials --- .DS_Store | Bin 6148 -> 8196 bytes tutorials/tutorial_ideas.md | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 tutorials/tutorial_ideas.md diff --git a/.DS_Store b/.DS_Store index f44cd22d20518de851abaf8298b915b2cbbe7c02..55e2ab59c16a4b57fe5d9ea198a9f69b352da8da 100644 GIT binary patch delta 260 zcmZoMXmOBWU|?W$DortDU;r^WfEYvza8E20o2aMA$hR?IH}hr%jz7$c**Q2SHn1@A zP3B?opIpXT%3*A3siRln(fed8aypk=B tabv?pCP8MfsSFa_K-v}Lm(7A4- Date: Sun, 9 Oct 2022 22:09:59 +0300 Subject: [PATCH 07/18] Update book ideas for Symbain and MOS 6510 --- .DS_Store | Bin 8196 -> 8196 bytes videos/content_ideas.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 55e2ab59c16a4b57fe5d9ea198a9f69b352da8da..215cfb88e79b8e2ee195c09ae8e99f0005e5b956 100644 GIT binary patch delta 37 tcmZp1XmQveFEaVBP#L?Kk&c3qf$`+oBGQxjg;X}*647Da%r5bl9RTJk3$FkG delta 46 zcmZp1XmQveFT%KevVuq@Gos$KG Date: Sun, 9 Oct 2022 22:24:11 +0300 Subject: [PATCH 08/18] Moves platform ideas to website directory --- {videos => website}/platform_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {videos => website}/platform_ideas.md (100%) diff --git a/videos/platform_ideas.md b/website/platform_ideas.md similarity index 100% rename from videos/platform_ideas.md rename to website/platform_ideas.md From a2d3f164759c09994ebb9782ec2993bf4eb066da Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sun, 9 Oct 2022 22:39:16 +0300 Subject: [PATCH 09/18] Removes terrible live straeming ideas --- articles/live_streaming_ideas.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 articles/live_streaming_ideas.md diff --git a/articles/live_streaming_ideas.md b/articles/live_streaming_ideas.md deleted file mode 100644 index 1192339d..00000000 --- a/articles/live_streaming_ideas.md +++ /dev/null @@ -1,8 +0,0 @@ -# Live Streaming Ideas - -Everybody loves livestreaming. Let's have a piece of that action. - -- [ ] Making the perfect cup of coffee - developer-style -- [ ] Mowing the lawn - reaction videos -- [ ] Constructing an ideal speed-garage playlist on Apple Music - From 58245a51a61baebe70290c4adba8b6d78ebf1ee2 Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sun, 9 Oct 2022 22:42:19 +0300 Subject: [PATCH 10/18] Adds all the good ideas about management --- books/management_book_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 books/management_book_ideas.md diff --git a/books/management_book_ideas.md b/books/management_book_ideas.md new file mode 100644 index 00000000..e69de29b From 64c7b12e739d7bf3758160436d7b5b0b913b9a45 Mon Sep 17 00:00:00 2001 From: Olexsii Date: Mon, 10 Oct 2022 23:55:04 +0300 Subject: [PATCH 11/18] Adding .gitignore files and HTML --- .DS_Store | Bin 8196 -> 0 bytes .gitignore | 2 ++ htmlrefs/.gitignore | 1 + htmlrefs/.gitingore | 0 index.html | 0 5 files changed, 3 insertions(+) delete mode 100644 .DS_Store create mode 100644 .gitignore create mode 100644 htmlrefs/.gitignore create mode 100644 htmlrefs/.gitingore create mode 100644 index.html diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 215cfb88e79b8e2ee195c09ae8e99f0005e5b956..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeI1&uW3?92BLcZB$E4^{cXA zIoom{DiBX}LNWDecofT%1#fO(0!)AjFaajO1pWpBcxEee?s)E-Uapw{6ZkI)sQZJ9 zqSUiGH>z(PsB{Vd&7)Zxj*$oG7}u(2b#7FL;yq3FAZ)0xDTXlN=y#Pn)U!G_YQjmF za1!>)!e%H!UmbC-b|>K(<(dgFfkgr;cXy~q0~%43&fkMr2Ix~?rvsFoAKGxV#6Oq} z&#nL0;5?3oqiXe=$Zg~|w+c?d*>*nopXJ0K^+w}it2cP3&R$Cy2iM2F;7!z@bW0Bo zWiskTNq?XNqOcE__iv*ll#`YmC*e@X`liDvI>m0OJe}5`HY;we_H0&hr_EZm;_lV= zXS1U7@bQ!9$KBKTERkRICnsTVA9T;0-_)1O#&zKjl2|66(5K=yDIkg0soCL35xPQe zno!Df-E8(6wTipjXs*a6HKGia0==LkI;0N0BA+^H@8=g8@hC&4NXPIzpf=73rkpJW@C#kKqmSG2 yv8r6#Mfr%LO!>`?>JU^q9f#_49D4JIA&y Date: Tue, 11 Oct 2022 00:12:24 +0300 Subject: [PATCH 12/18] Done --- 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 33ae5808..2184ea00 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -1,6 +1,6 @@ # Ideas for new book projects -- [ ] Hotubbing by tutorials +- [x] Hotubbing by tutorials - [x] Advanced debugging and reverse engineering - [ ] Animal husbandry by tutorials - [ ] Beginning tree surgery From a5b6d490f067a544a9863d7db40298fb0075ac4b Mon Sep 17 00:00:00 2001 From: Olexsii Date: Wed, 12 Oct 2022 22:48:24 +0300 Subject: [PATCH 13/18] Adding HTML file --- htmlrefs/utils.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 htmlrefs/utils.html diff --git a/htmlrefs/utils.html b/htmlrefs/utils.html new file mode 100644 index 00000000..e69de29b From 3a0b3a166fffc63ec69969e816213dfb9f3192e0 Mon Sep 17 00:00:00 2001 From: Olexsii Date: Fri, 14 Oct 2022 23:16:47 +0300 Subject: [PATCH 14/18] Remove book --- books/book_ideas.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/book_ideas.md b/books/book_ideas.md index 2184ea00..393d7cae 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -8,4 +8,3 @@ - [ ] Fortran for fun and profit - [x] RxSwift by tutorials - [x] Mastering git -- [ ] Care and feeding of developers. From dff048340b8079bdf7a2c2a33f7ef42f48b2b806 Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sat, 15 Oct 2022 00:12:44 +0300 Subject: [PATCH 15/18] Change README file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f667be68..1dbcd0c6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # ideas The "ideas" repository for the raywenderlich.com book Git Apprentice. + +Contact: support@razeware.com From a7f90587ff8c85946a871d905beb10cec12eb168 Mon Sep 17 00:00:00 2001 From: Oleksii Levchenko <34953510+xlevchenko@users.noreply.github.com> Date: Sat, 15 Oct 2022 22:39:58 +0300 Subject: [PATCH 16/18] Update tutorial_ideas.md Adding new idea --- tutorials/tutorial_ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/tutorial_ideas.md b/tutorials/tutorial_ideas.md index d094323c..c0bea581 100644 --- a/tutorials/tutorial_ideas.md +++ b/tutorials/tutorial_ideas.md @@ -1,2 +1,3 @@ # Tutorial Ideas [ ] Mastering PalmOS +[ ] Blockchains with BASIC From 5536d7d06ee5f40c93bec65f0c66f7a3d76c8ead Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sat, 15 Oct 2022 22:45:35 +0300 Subject: [PATCH 17/18] Adding debugging book idea --- : | 6 ++++++ tutorials/tutorial_ideas.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 : diff --git a/: b/: new file mode 100644 index 00000000..4ae7a266 --- /dev/null +++ b/: @@ -0,0 +1,6 @@ +Merge branch 'new' +# Please enter a commit message to explain why this merge is necessary, +# especially if it merges an updated upstream into a topic branch. +# +# Lines starting with '#' will be ignored, and an empty message aborts +# the commit. diff --git a/tutorials/tutorial_ideas.md b/tutorials/tutorial_ideas.md index d094323c..81e8d008 100644 --- a/tutorials/tutorial_ideas.md +++ b/tutorials/tutorial_ideas.md @@ -1,2 +1,3 @@ # Tutorial Ideas [ ] Mastering PalmOS +[ ] Debugging with the Grace Hopper Method From 2433b01db2556c6650d5aaa09c63492c2ea3231a Mon Sep 17 00:00:00 2001 From: Olexsii Date: Sat, 15 Oct 2022 23:05:37 +0300 Subject: [PATCH 18/18] Update file --- tutorials/tutorial_ideas.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutorials/tutorial_ideas.md b/tutorials/tutorial_ideas.md index de7665b3..3a243da1 100644 --- a/tutorials/tutorial_ideas.md +++ b/tutorials/tutorial_ideas.md @@ -1,7 +1,4 @@ # Tutorial Ideas [ ] Mastering PalmOS -<<<<<<< HEAD [ ] Debugging with the Grace Hopper Method -======= [ ] Blockchains with BASIC ->>>>>>> a7f90587ff8c85946a871d905beb10cec12eb168