From 8432ce927a2975694e862db6abd06a1e54bd6ddf Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Tue, 21 Feb 2023 22:56:54 +0200 Subject: [PATCH 01/11] Adding cearing --- books/book_ideas.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/books/book_ideas.md b/books/book_ideas.md index 1a92ca4e..eff38d6c 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -8,3 +8,6 @@ - [ ] Fortran for fun and profit - [x] RxSwift by tutorials - [ ] Mastering git +- [ ]Take care to follow the same format as the other entries +- [x] Mastering git ++- [x] Mastering Git \ No newline at end of file From 68a732bff3e749a4f6b6a774702458dbd14986e2 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 19:37:17 +0200 Subject: [PATCH 02/11] Adding some tutorial ideas --- books/management_book_ideas.md | 0 videos/content_ideas.md | 9 --------- 2 files changed, 9 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 diff --git a/videos/content_ideas.md b/videos/content_ideas.md index 24abf5e6..e69de29b 100644 --- a/videos/content_ideas.md +++ b/videos/content_ideas.md @@ -1,9 +0,0 @@ -# Content Ideas - -Suggestions for new content to appear as videos: - -[x] Beginning Pascal -[ ] Mastering Pascal -[ ] Getting started with Symbian -[ ] Coding for the Psion V -[ ] Flash for developers From 75b0366baf3c39bc3cad17b63c4b9d8fd3c81d6b Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 19:48:55 +0200 Subject: [PATCH 03/11] Update book ideas for Symbian and MOS 6510 --- books/management_book_ideas.md | 0 videos/content_ideas.md | 11 +++++++++++ 2 files changed, 11 insertions(+) delete mode 100644 books/management_book_ideas.md diff --git a/books/management_book_ideas.md b/books/management_book_ideas.md deleted file mode 100644 index e69de29b..00000000 diff --git a/videos/content_ideas.md b/videos/content_ideas.md index e69de29b..562c3e96 100644 --- a/videos/content_ideas.md +++ b/videos/content_ideas.md @@ -0,0 +1,11 @@ +# Content Ideas + +Suggestions for new content to appear as videos: + +[x] Beginning Pascal +[ ] Mastering Pascal +[x] Getting started with Symbian +[ ] Coding for the Psion V +[ ] Flash for developers +[ ] Advanced MOS 6510 Programming +[ ] Advanced android kotlin From b687db92629b1f9e0e2cdd4859f1788b880825ae Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:07:22 +0200 Subject: [PATCH 04/11] 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 15f2a2120424528db4366a604a590c9ffa9fdf01 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:08:39 +0200 Subject: [PATCH 05/11] Moves platform ideas website directory --- books/management_books_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 books/management_books_ideas.md diff --git a/books/management_books_ideas.md b/books/management_books_ideas.md new file mode 100644 index 00000000..e69de29b From 74d616740e069ad1c58437fe961bbbc3c50f49e9 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:16:56 +0200 Subject: [PATCH 06/11] Remove terrible live streaming 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 32b6b25991018b882dd4a1e6f7892f8a90410da9 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:26:44 +0200 Subject: [PATCH 07/11] Move file maingement_books_ideas from books to website --- {books => website}/management_books_ideas.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {books => website}/management_books_ideas.md (100%) diff --git a/books/management_books_ideas.md b/website/management_books_ideas.md similarity index 100% rename from books/management_books_ideas.md rename to website/management_books_ideas.md From e21496ff9a5301f205af3b8ab7b276128ff5cb93 Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sat, 25 Feb 2023 20:52:23 +0200 Subject: [PATCH 08/11] Adding .gitignore files and HTML --- .gitignore | 1 + htmlrefs/.gitignore | 1 + htmlrefs/utils.html | 0 3 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 htmlrefs/.gitignore create mode 100644 htmlrefs/utils.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0b84df0f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.html \ No newline at end of file diff --git a/htmlrefs/.gitignore b/htmlrefs/.gitignore new file mode 100644 index 00000000..14c86970 --- /dev/null +++ b/htmlrefs/.gitignore @@ -0,0 +1 @@ +!/*.html diff --git a/htmlrefs/utils.html b/htmlrefs/utils.html new file mode 100644 index 00000000..e69de29b From 663094878c1b407a248097f10f9155b011f67a0d Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 20:39:03 +0200 Subject: [PATCH 09/11] Adding more details to the README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f667be68..4b715abf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # ideas The "ideas" repository for the raywenderlich.com book Git Apprentice. + +This repository is a collection of ideas for articles, content +and features at raywenderlich.com. +Feel free to add ideas and mark taken ideas as "done". \ No newline at end of file From 0861d321cd8a824c2ec0f57cddb2d738898b6c6c Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 19:52:11 +0200 Subject: [PATCH 10/11] Create new file code and addition new code --- README.md | 6 ------ code/main.java | 0 code/main.xml | 0 desc.md | 0 4 files changed, 6 deletions(-) delete mode 100644 README.md create mode 100644 code/main.java create mode 100644 code/main.xml create mode 100644 desc.md diff --git a/README.md b/README.md deleted file mode 100644 index 4b715abf..00000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# ideas -The "ideas" repository for the raywenderlich.com book Git Apprentice. - -This repository is a collection of ideas for articles, content -and features at raywenderlich.com. -Feel free to add ideas and mark taken ideas as "done". \ No newline at end of file diff --git a/code/main.java b/code/main.java new file mode 100644 index 00000000..e69de29b diff --git a/code/main.xml b/code/main.xml new file mode 100644 index 00000000..e69de29b diff --git a/desc.md b/desc.md new file mode 100644 index 00000000..e69de29b From 7ab3cfeece598989a6dd0bbd55ed1951fe718deb Mon Sep 17 00:00:00 2001 From: Doaa Mosalam Date: Sun, 26 Feb 2023 20:06:40 +0200 Subject: [PATCH 11/11] Adding README contact information --- README.md.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md.txt diff --git a/README.md.txt b/README.md.txt new file mode 100644 index 00000000..cc9e553c --- /dev/null +++ b/README.md.txt @@ -0,0 +1,6 @@ +This repository is a collection of ideas for articles, content +and features at raywenderlich.com. +Feel free to add ideas and mark taken ideas as "done". + +Contact: support@razeware.com +author:"Doaa Mosalam" \ No newline at end of file