├── .github └── FUNDING.yml ├── .gitignore ├── .ipynb_checkpoints ├── main-jvsc-b1b72c85-f1be-4519-bcf0-a70c11172c8e9d1ce9a9-4645-437e-bc0a-c2a3572ef488-checkpoint.ipynb ├── prompt_generator-jvsc-f6edccb6-bd9b-4fde-8926-d88bd0cb661afd238cd5-7bef-4eef-89cc-3fda610a6842-checkpoint.ipynb └── topic_sorting-jvsc-5e577696-f330-4ba7-b04d-43ce1371274e9f6d2d07-4951-42e5-a480-0dd2ee68b119-checkpoint.ipynb ├── .vscode └── PythonImportHelper-v2-Completion.json ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── __pycache__ └── generate_readme.cpython-39.pyc ├── actors ├── a_babysitter.md ├── a_biblical_translator.md ├── a_car_navigation_system.md ├── a_chief_executive_officer.md ├── a_classical_music_composer.md ├── a_commit_message_generator.md ├── a_developer_relations_consultant:.md ├── a_dietitian.md ├── a_digital_art_gallery_guide.md ├── a_diy_expert.md ├── a_dream_interpreter.md ├── a_fallacy_finder.md ├── a_fancy_title_generator.md ├── a_fill_in_the_blank_worksheets_generator.md ├── a_film_critic.md ├── a_food_critic.md ├── a_fullstack_software_developer.md ├── a_gaslighter.md ├── a_gnomist.md ├── a_historian.md ├── a_hypnotherapist.md ├── a_journal_reviewer.md ├── a_journalist.md ├── a_legal_advisor.md ├── a_life_coach.md ├── a_lunatic.md ├── a_machine_learning_engineer.md ├── a_makeup_artist.md ├── a_mathematician.md ├── a_midjourney_prompt_generator.md ├── a_morse_code_translator.md ├── a_password_generator.md ├── a_personal_chef.md ├── a_personal_shopper.md ├── a_personal_stylist.md ├── a_prompt_generator.md ├── a_psychologist.md ├── a_public_speaking_coach.md ├── a_python_interpreter.md ├── a_r_programming_interpreter.md ├── a_regex_generator.md ├── a_salesperson.md ├── a_scientific_data_visualizer.md ├── a_self-help_book.md ├── a_senior_frontend_developer.md ├── a_smart_domain_name_generator.md ├── a_social_media_influencer.md ├── a_social_media_manager.md ├── a_socrat.md ├── a_socratic_method_prompt.md ├── a_software_quality_assurance_tester.md ├── a_solr_search_engine.md ├── a_sql_terminal.md ├── a_stackoverflow_post.md ├── a_startup_idea_generator.md ├── a_statistician.md ├── a_synonym_finder.md ├── a_talent_coach.md ├── a_tech_reviewer:.md ├── a_tech_writer.md ├── a_text_based_adventure_game.md ├── a_tic-tac-toe_game.md ├── a_time_travel_guide.md ├── a_virtual_doctor.md ├── a_yogi.md ├── an_academician.md ├── an_ai_trying_to_escape_the_box.md ├── an_aphorism_book.md ├── an_ascii_artist.md ├── an_astrologer.md ├── an_chess_player.md ├── an_educational_content_creator.md ├── an_elocutionist.md ├── an_essay_writer.md ├── an_instructor_in_school.md ├── an_interior_decorator.md ├── an_it_architect.md ├── an_it_expert.md ├── an_svg_designer.md ├── general.md ├── language_detector.md └── spongebob's_magic_conch_shell.md ├── all_main.md ├── data └── prompts │ └── prompt.txt ├── docs ├── added_sections.md ├── section_1.md ├── section_2.md └── section_3.md ├── generate_readme.py ├── images └── main_banner.png ├── industries ├── advertising.md ├── animation.md ├── architecture.md ├── art.md ├── astronomy.md ├── beauty.md ├── biology.md ├── business.md ├── career_development.md ├── chemistry.md ├── computer_science.md ├── cooking.md ├── crafts.md ├── data_science.md ├── economics.md ├── education.md ├── engineering.md ├── english_and_writing.md ├── entrepreneurship.md ├── fashion.md ├── film.md ├── finance.md ├── fitness.md ├── food.md ├── game_design.md ├── gardening.md ├── graphic_design.md ├── health.md ├── history.md ├── hobbies.md ├── home_improvement.md ├── industrial_design.md ├── interior_design.md ├── journalism.md ├── languages.md ├── law.md ├── lifestyle.md ├── literature.md ├── marketing.md ├── mathematics.md ├── medicine.md ├── music.md ├── nutrition.md ├── other.md ├── parenting.md ├── personal_development.md ├── pets.md ├── philosophy.md ├── photography.md ├── physics.md ├── politics.md ├── product_design.md ├── productivity.md ├── psychology.md ├── public_relations.md ├── religion.md ├── robotics.md ├── science.md ├── self_improvement.md ├── sociology.md ├── software_engineering.md ├── sports.md ├── technology.md ├── travel.md ├── ux_design.md ├── videography.md └── web_development.md ├── main.ipynb ├── prompt_generator.py ├── prompts.csv ├── readme_other.md ├── setup.py ├── specific_topics ├── advice.md ├── agile.md ├── algorithm.md ├── algorithms.md ├── android.md ├── arvr.md ├── assembler.md ├── aws.md ├── azure.md ├── back end development.md ├── back_end_development.md ├── big data.md ├── big_data.md ├── blockchain.md ├── book.md ├── c#.md ├── c++.md ├── c.md ├── cloud computing.md ├── cloud_computing.md ├── coach.md ├── cobit.md ├── compilers.md ├── computer architecture.md ├── computer graphics.md ├── computer vision.md ├── computer_architecture.md ├── computer_graphics.md ├── computer_vision.md ├── concurrent programming.md ├── concurrent_programming.md ├── creator.md ├── cryptography.md ├── d3 js.md ├── d3_js.md ├── data analysis.md ├── data engineering.md ├── data science.md ├── data structures.md ├── data visualization.md ├── data_analysis.md ├── data_engineering.md ├── data_science.md ├── data_structures.md ├── data_visualization.md ├── debugging.md ├── deep learning.md ├── deep_learning.md ├── desktop development.md ├── desktop_development.md ├── detector.md ├── devops.md ├── diet.md ├── distributed systems.md ├── distributed_systems.md ├── docker.md ├── embedded systems.md ├── embedded_systems.md ├── english.md ├── event-driven programming.md ├── event-driven_programming.md ├── excel formulas.md ├── excel_formulas.md ├── firmware.md ├── front end development.md ├── front_end_development.md ├── full stack development.md ├── full_stack_development.md ├── functional programming.md ├── functional_programming.md ├── game.md ├── generator.md ├── go.md ├── google cloud.md ├── google_cloud.md ├── high-performance computing.md ├── high-performance_computing.md ├── ios.md ├── iot.md ├── itil.md ├── java.md ├── javascript.md ├── kanban.md ├── kotlin.md ├── kubernetes.md ├── lean.md ├── linux.md ├── machine learning.md ├── machine_learning.md ├── macos.md ├── mathematician.md ├── microservices.md ├── mobile development.md ├── mobile_development.md ├── monolithic.md ├── natural language processing.md ├── natural_language_processing.md ├── networking.md ├── object-oriented programming.md ├── object-oriented_programming.md ├── objective-c.md ├── operating systems.md ├── operating_systems.md ├── parallel computing.md ├── parallel_computing.md ├── perl.md ├── php.md ├── physicist.md ├── pmp.md ├── pointers in computer science.md ├── pointers_in_computer_science.md ├── post.md ├── power bi.md ├── power_bi.md ├── prince2.md ├── procedural programming.md ├── procedural_programming.md ├── professor.md ├── python.md ├── qlikview.md ├── r.md ├── regex.md ├── ruby.md ├── rust.md ├── sas.md ├── scala.md ├── scrum.md ├── security.md ├── shell.md ├── soa.md ├── specific topics directory.md ├── specific_topics_directory.md ├── sql.md ├── swift.md ├── tableau.md ├── testing.md ├── togaf.md ├── translate.md ├── typescript.md ├── vba.md ├── visio.md ├── waterfall.md └── windows.md ├── topic_sorting.py └── vanilla_list.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | actors/a tic-tac-toe game.md 2 | -------------------------------------------------------------------------------- /.ipynb_checkpoints/main-jvsc-b1b72c85-f1be-4519-bcf0-a70c11172c8e9d1ce9a9-4645-437e-bc0a-c2a3572ef488-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/.ipynb_checkpoints/main-jvsc-b1b72c85-f1be-4519-bcf0-a70c11172c8e9d1ce9a9-4645-437e-bc0a-c2a3572ef488-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/prompt_generator-jvsc-f6edccb6-bd9b-4fde-8926-d88bd0cb661afd238cd5-7bef-4eef-89cc-3fda610a6842-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/.ipynb_checkpoints/prompt_generator-jvsc-f6edccb6-bd9b-4fde-8926-d88bd0cb661afd238cd5-7bef-4eef-89cc-3fda610a6842-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/topic_sorting-jvsc-5e577696-f330-4ba7-b04d-43ce1371274e9f6d2d07-4951-42e5-a480-0dd2ee68b119-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/.ipynb_checkpoints/topic_sorting-jvsc-5e577696-f330-4ba7-b04d-43ce1371274e9f6d2d07-4951-42e5-a480-0dd2ee68b119-checkpoint.ipynb -------------------------------------------------------------------------------- /.vscode/PythonImportHelper-v2-Completion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/.vscode/PythonImportHelper-v2-Completion.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/generate_readme.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/__pycache__/generate_readme.cpython-39.pyc -------------------------------------------------------------------------------- /actors/a_babysitter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_babysitter.md -------------------------------------------------------------------------------- /actors/a_biblical_translator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_biblical_translator.md -------------------------------------------------------------------------------- /actors/a_car_navigation_system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_car_navigation_system.md -------------------------------------------------------------------------------- /actors/a_chief_executive_officer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_chief_executive_officer.md -------------------------------------------------------------------------------- /actors/a_classical_music_composer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_classical_music_composer.md -------------------------------------------------------------------------------- /actors/a_commit_message_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_commit_message_generator.md -------------------------------------------------------------------------------- /actors/a_developer_relations_consultant:.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_developer_relations_consultant:.md -------------------------------------------------------------------------------- /actors/a_dietitian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_dietitian.md -------------------------------------------------------------------------------- /actors/a_digital_art_gallery_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_digital_art_gallery_guide.md -------------------------------------------------------------------------------- /actors/a_diy_expert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_diy_expert.md -------------------------------------------------------------------------------- /actors/a_dream_interpreter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_dream_interpreter.md -------------------------------------------------------------------------------- /actors/a_fallacy_finder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_fallacy_finder.md -------------------------------------------------------------------------------- /actors/a_fancy_title_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_fancy_title_generator.md -------------------------------------------------------------------------------- /actors/a_fill_in_the_blank_worksheets_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_fill_in_the_blank_worksheets_generator.md -------------------------------------------------------------------------------- /actors/a_film_critic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_film_critic.md -------------------------------------------------------------------------------- /actors/a_food_critic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_food_critic.md -------------------------------------------------------------------------------- /actors/a_fullstack_software_developer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_fullstack_software_developer.md -------------------------------------------------------------------------------- /actors/a_gaslighter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_gaslighter.md -------------------------------------------------------------------------------- /actors/a_gnomist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_gnomist.md -------------------------------------------------------------------------------- /actors/a_historian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_historian.md -------------------------------------------------------------------------------- /actors/a_hypnotherapist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_hypnotherapist.md -------------------------------------------------------------------------------- /actors/a_journal_reviewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_journal_reviewer.md -------------------------------------------------------------------------------- /actors/a_journalist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_journalist.md -------------------------------------------------------------------------------- /actors/a_legal_advisor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_legal_advisor.md -------------------------------------------------------------------------------- /actors/a_life_coach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_life_coach.md -------------------------------------------------------------------------------- /actors/a_lunatic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_lunatic.md -------------------------------------------------------------------------------- /actors/a_machine_learning_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_machine_learning_engineer.md -------------------------------------------------------------------------------- /actors/a_makeup_artist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_makeup_artist.md -------------------------------------------------------------------------------- /actors/a_mathematician.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_mathematician.md -------------------------------------------------------------------------------- /actors/a_midjourney_prompt_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_midjourney_prompt_generator.md -------------------------------------------------------------------------------- /actors/a_morse_code_translator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_morse_code_translator.md -------------------------------------------------------------------------------- /actors/a_password_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_password_generator.md -------------------------------------------------------------------------------- /actors/a_personal_chef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_personal_chef.md -------------------------------------------------------------------------------- /actors/a_personal_shopper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_personal_shopper.md -------------------------------------------------------------------------------- /actors/a_personal_stylist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_personal_stylist.md -------------------------------------------------------------------------------- /actors/a_prompt_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_prompt_generator.md -------------------------------------------------------------------------------- /actors/a_psychologist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_psychologist.md -------------------------------------------------------------------------------- /actors/a_public_speaking_coach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_public_speaking_coach.md -------------------------------------------------------------------------------- /actors/a_python_interpreter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_python_interpreter.md -------------------------------------------------------------------------------- /actors/a_r_programming_interpreter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_r_programming_interpreter.md -------------------------------------------------------------------------------- /actors/a_regex_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_regex_generator.md -------------------------------------------------------------------------------- /actors/a_salesperson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_salesperson.md -------------------------------------------------------------------------------- /actors/a_scientific_data_visualizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_scientific_data_visualizer.md -------------------------------------------------------------------------------- /actors/a_self-help_book.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_self-help_book.md -------------------------------------------------------------------------------- /actors/a_senior_frontend_developer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_senior_frontend_developer.md -------------------------------------------------------------------------------- /actors/a_smart_domain_name_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_smart_domain_name_generator.md -------------------------------------------------------------------------------- /actors/a_social_media_influencer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_social_media_influencer.md -------------------------------------------------------------------------------- /actors/a_social_media_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_social_media_manager.md -------------------------------------------------------------------------------- /actors/a_socrat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_socrat.md -------------------------------------------------------------------------------- /actors/a_socratic_method_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_socratic_method_prompt.md -------------------------------------------------------------------------------- /actors/a_software_quality_assurance_tester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_software_quality_assurance_tester.md -------------------------------------------------------------------------------- /actors/a_solr_search_engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_solr_search_engine.md -------------------------------------------------------------------------------- /actors/a_sql_terminal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_sql_terminal.md -------------------------------------------------------------------------------- /actors/a_stackoverflow_post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_stackoverflow_post.md -------------------------------------------------------------------------------- /actors/a_startup_idea_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_startup_idea_generator.md -------------------------------------------------------------------------------- /actors/a_statistician.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_statistician.md -------------------------------------------------------------------------------- /actors/a_synonym_finder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_synonym_finder.md -------------------------------------------------------------------------------- /actors/a_talent_coach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_talent_coach.md -------------------------------------------------------------------------------- /actors/a_tech_reviewer:.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_tech_reviewer:.md -------------------------------------------------------------------------------- /actors/a_tech_writer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_tech_writer.md -------------------------------------------------------------------------------- /actors/a_text_based_adventure_game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_text_based_adventure_game.md -------------------------------------------------------------------------------- /actors/a_tic-tac-toe_game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_tic-tac-toe_game.md -------------------------------------------------------------------------------- /actors/a_time_travel_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_time_travel_guide.md -------------------------------------------------------------------------------- /actors/a_virtual_doctor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_virtual_doctor.md -------------------------------------------------------------------------------- /actors/a_yogi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/a_yogi.md -------------------------------------------------------------------------------- /actors/an_academician.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_academician.md -------------------------------------------------------------------------------- /actors/an_ai_trying_to_escape_the_box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_ai_trying_to_escape_the_box.md -------------------------------------------------------------------------------- /actors/an_aphorism_book.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_aphorism_book.md -------------------------------------------------------------------------------- /actors/an_ascii_artist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_ascii_artist.md -------------------------------------------------------------------------------- /actors/an_astrologer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_astrologer.md -------------------------------------------------------------------------------- /actors/an_chess_player.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_chess_player.md -------------------------------------------------------------------------------- /actors/an_educational_content_creator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_educational_content_creator.md -------------------------------------------------------------------------------- /actors/an_elocutionist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_elocutionist.md -------------------------------------------------------------------------------- /actors/an_essay_writer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_essay_writer.md -------------------------------------------------------------------------------- /actors/an_instructor_in_school.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_instructor_in_school.md -------------------------------------------------------------------------------- /actors/an_interior_decorator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_interior_decorator.md -------------------------------------------------------------------------------- /actors/an_it_architect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_it_architect.md -------------------------------------------------------------------------------- /actors/an_it_expert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_it_expert.md -------------------------------------------------------------------------------- /actors/an_svg_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/an_svg_designer.md -------------------------------------------------------------------------------- /actors/general.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/general.md -------------------------------------------------------------------------------- /actors/language_detector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/language_detector.md -------------------------------------------------------------------------------- /actors/spongebob's_magic_conch_shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/actors/spongebob's_magic_conch_shell.md -------------------------------------------------------------------------------- /all_main.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/prompts/prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/data/prompts/prompt.txt -------------------------------------------------------------------------------- /docs/added_sections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/docs/added_sections.md -------------------------------------------------------------------------------- /docs/section_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/docs/section_1.md -------------------------------------------------------------------------------- /docs/section_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/docs/section_2.md -------------------------------------------------------------------------------- /docs/section_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/docs/section_3.md -------------------------------------------------------------------------------- /generate_readme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/generate_readme.py -------------------------------------------------------------------------------- /images/main_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/images/main_banner.png -------------------------------------------------------------------------------- /industries/advertising.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/industries/advertising.md -------------------------------------------------------------------------------- /industries/animation.md: -------------------------------------------------------------------------------- 1 | # Animation 2 | -------------------------------------------------------------------------------- /industries/architecture.md: -------------------------------------------------------------------------------- 1 | # Architecture 2 | -------------------------------------------------------------------------------- /industries/art.md: -------------------------------------------------------------------------------- 1 | # Art 2 | -------------------------------------------------------------------------------- /industries/astronomy.md: -------------------------------------------------------------------------------- 1 | # Astronomy 2 | -------------------------------------------------------------------------------- /industries/beauty.md: -------------------------------------------------------------------------------- 1 | # Beauty 2 | -------------------------------------------------------------------------------- /industries/biology.md: -------------------------------------------------------------------------------- 1 | # Biology 2 | -------------------------------------------------------------------------------- /industries/business.md: -------------------------------------------------------------------------------- 1 | # Business 2 | -------------------------------------------------------------------------------- /industries/career_development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/industries/career_development.md -------------------------------------------------------------------------------- /industries/chemistry.md: -------------------------------------------------------------------------------- 1 | # Chemistry 2 | -------------------------------------------------------------------------------- /industries/computer_science.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/industries/computer_science.md -------------------------------------------------------------------------------- /industries/cooking.md: -------------------------------------------------------------------------------- 1 | # Cooking 2 | -------------------------------------------------------------------------------- /industries/crafts.md: -------------------------------------------------------------------------------- 1 | # Crafts 2 | -------------------------------------------------------------------------------- /industries/data_science.md: -------------------------------------------------------------------------------- 1 | # Data_science 2 | -------------------------------------------------------------------------------- /industries/economics.md: -------------------------------------------------------------------------------- 1 | # Economics 2 | -------------------------------------------------------------------------------- /industries/education.md: -------------------------------------------------------------------------------- 1 | # Education 2 | -------------------------------------------------------------------------------- /industries/engineering.md: -------------------------------------------------------------------------------- 1 | # Engineering 2 | -------------------------------------------------------------------------------- /industries/english_and_writing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/industries/english_and_writing.md -------------------------------------------------------------------------------- /industries/entrepreneurship.md: -------------------------------------------------------------------------------- 1 | # Entrepreneurship 2 | -------------------------------------------------------------------------------- /industries/fashion.md: -------------------------------------------------------------------------------- 1 | # Fashion 2 | -------------------------------------------------------------------------------- /industries/film.md: -------------------------------------------------------------------------------- 1 | # Film 2 | -------------------------------------------------------------------------------- /industries/finance.md: -------------------------------------------------------------------------------- 1 | # Finance 2 | -------------------------------------------------------------------------------- /industries/fitness.md: -------------------------------------------------------------------------------- 1 | # Fitness 2 | -------------------------------------------------------------------------------- /industries/food.md: -------------------------------------------------------------------------------- 1 | # Food 2 | -------------------------------------------------------------------------------- /industries/game_design.md: -------------------------------------------------------------------------------- 1 | # Game_design 2 | -------------------------------------------------------------------------------- /industries/gardening.md: -------------------------------------------------------------------------------- 1 | # Gardening 2 | -------------------------------------------------------------------------------- /industries/graphic_design.md: -------------------------------------------------------------------------------- 1 | # Graphic_design 2 | -------------------------------------------------------------------------------- /industries/health.md: -------------------------------------------------------------------------------- 1 | # Health 2 | -------------------------------------------------------------------------------- /industries/history.md: -------------------------------------------------------------------------------- 1 | # History 2 | -------------------------------------------------------------------------------- /industries/hobbies.md: -------------------------------------------------------------------------------- 1 | # Hobbies 2 | -------------------------------------------------------------------------------- /industries/home_improvement.md: -------------------------------------------------------------------------------- 1 | # Home_improvement 2 | -------------------------------------------------------------------------------- /industries/industrial_design.md: -------------------------------------------------------------------------------- 1 | # Industrial_design 2 | -------------------------------------------------------------------------------- /industries/interior_design.md: -------------------------------------------------------------------------------- 1 | # Interior_design 2 | -------------------------------------------------------------------------------- /industries/journalism.md: -------------------------------------------------------------------------------- 1 | # Journalism 2 | -------------------------------------------------------------------------------- /industries/languages.md: -------------------------------------------------------------------------------- 1 | # Languages 2 | -------------------------------------------------------------------------------- /industries/law.md: -------------------------------------------------------------------------------- 1 | # Law 2 | -------------------------------------------------------------------------------- /industries/lifestyle.md: -------------------------------------------------------------------------------- 1 | # Lifestyle 2 | -------------------------------------------------------------------------------- /industries/literature.md: -------------------------------------------------------------------------------- 1 | # Literature 2 | -------------------------------------------------------------------------------- /industries/marketing.md: -------------------------------------------------------------------------------- 1 | # Marketing 2 | -------------------------------------------------------------------------------- /industries/mathematics.md: -------------------------------------------------------------------------------- 1 | # Mathematics 2 | -------------------------------------------------------------------------------- /industries/medicine.md: -------------------------------------------------------------------------------- 1 | # Medicine 2 | -------------------------------------------------------------------------------- /industries/music.md: -------------------------------------------------------------------------------- 1 | # Music 2 | -------------------------------------------------------------------------------- /industries/nutrition.md: -------------------------------------------------------------------------------- 1 | # Nutrition 2 | -------------------------------------------------------------------------------- /industries/other.md: -------------------------------------------------------------------------------- 1 | # Other 2 | -------------------------------------------------------------------------------- /industries/parenting.md: -------------------------------------------------------------------------------- 1 | # Parenting 2 | -------------------------------------------------------------------------------- /industries/personal_development.md: -------------------------------------------------------------------------------- 1 | # Personal_development 2 | -------------------------------------------------------------------------------- /industries/pets.md: -------------------------------------------------------------------------------- 1 | # Pets 2 | -------------------------------------------------------------------------------- /industries/philosophy.md: -------------------------------------------------------------------------------- 1 | # Philosophy 2 | -------------------------------------------------------------------------------- /industries/photography.md: -------------------------------------------------------------------------------- 1 | # Photography 2 | -------------------------------------------------------------------------------- /industries/physics.md: -------------------------------------------------------------------------------- 1 | # Physics 2 | -------------------------------------------------------------------------------- /industries/politics.md: -------------------------------------------------------------------------------- 1 | # Politics 2 | -------------------------------------------------------------------------------- /industries/product_design.md: -------------------------------------------------------------------------------- 1 | # Product_design 2 | -------------------------------------------------------------------------------- /industries/productivity.md: -------------------------------------------------------------------------------- 1 | # Productivity 2 | -------------------------------------------------------------------------------- /industries/psychology.md: -------------------------------------------------------------------------------- 1 | # Psychology 2 | -------------------------------------------------------------------------------- /industries/public_relations.md: -------------------------------------------------------------------------------- 1 | # Public_relations 2 | -------------------------------------------------------------------------------- /industries/religion.md: -------------------------------------------------------------------------------- 1 | # Religion 2 | -------------------------------------------------------------------------------- /industries/robotics.md: -------------------------------------------------------------------------------- 1 | # Robotics 2 | -------------------------------------------------------------------------------- /industries/science.md: -------------------------------------------------------------------------------- 1 | # Science 2 | -------------------------------------------------------------------------------- /industries/self_improvement.md: -------------------------------------------------------------------------------- 1 | # Self_improvement 2 | -------------------------------------------------------------------------------- /industries/sociology.md: -------------------------------------------------------------------------------- 1 | # Sociology 2 | -------------------------------------------------------------------------------- /industries/software_engineering.md: -------------------------------------------------------------------------------- 1 | # Software_engineering 2 | -------------------------------------------------------------------------------- /industries/sports.md: -------------------------------------------------------------------------------- 1 | # Sports 2 | -------------------------------------------------------------------------------- /industries/technology.md: -------------------------------------------------------------------------------- 1 | # Technology 2 | -------------------------------------------------------------------------------- /industries/travel.md: -------------------------------------------------------------------------------- 1 | # Travel 2 | -------------------------------------------------------------------------------- /industries/ux_design.md: -------------------------------------------------------------------------------- 1 | # Ux_design 2 | -------------------------------------------------------------------------------- /industries/videography.md: -------------------------------------------------------------------------------- 1 | # Videography 2 | -------------------------------------------------------------------------------- /industries/web_development.md: -------------------------------------------------------------------------------- 1 | # Web_development 2 | -------------------------------------------------------------------------------- /main.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/main.ipynb -------------------------------------------------------------------------------- /prompt_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/prompt_generator.py -------------------------------------------------------------------------------- /prompts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/prompts.csv -------------------------------------------------------------------------------- /readme_other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/readme_other.md -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/setup.py -------------------------------------------------------------------------------- /specific_topics/advice.md: -------------------------------------------------------------------------------- 1 | ## Prompts for advice 2 | -------------------------------------------------------------------------------- /specific_topics/agile.md: -------------------------------------------------------------------------------- 1 | ## Prompts for agile 2 | -------------------------------------------------------------------------------- /specific_topics/algorithm.md: -------------------------------------------------------------------------------- 1 | ## Prompts for algorithm 2 | -------------------------------------------------------------------------------- /specific_topics/algorithms.md: -------------------------------------------------------------------------------- 1 | ## Prompts for algorithms 2 | -------------------------------------------------------------------------------- /specific_topics/android.md: -------------------------------------------------------------------------------- 1 | ## Prompts for android 2 | -------------------------------------------------------------------------------- /specific_topics/arvr.md: -------------------------------------------------------------------------------- 1 | ## Prompts for arvr 2 | -------------------------------------------------------------------------------- /specific_topics/assembler.md: -------------------------------------------------------------------------------- 1 | ## Prompts for assembler 2 | -------------------------------------------------------------------------------- /specific_topics/aws.md: -------------------------------------------------------------------------------- 1 | ## Prompts for aws 2 | -------------------------------------------------------------------------------- /specific_topics/azure.md: -------------------------------------------------------------------------------- 1 | ## Prompts for azure 2 | -------------------------------------------------------------------------------- /specific_topics/back end development.md: -------------------------------------------------------------------------------- 1 | ## Prompts for back end development 2 | -------------------------------------------------------------------------------- /specific_topics/back_end_development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/back_end_development.md -------------------------------------------------------------------------------- /specific_topics/big data.md: -------------------------------------------------------------------------------- 1 | ## Prompts for big data 2 | -------------------------------------------------------------------------------- /specific_topics/big_data.md: -------------------------------------------------------------------------------- 1 | # web_development - big_data 2 | -------------------------------------------------------------------------------- /specific_topics/blockchain.md: -------------------------------------------------------------------------------- 1 | ## Prompts for blockchain 2 | -------------------------------------------------------------------------------- /specific_topics/book.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/book.md -------------------------------------------------------------------------------- /specific_topics/c#.md: -------------------------------------------------------------------------------- 1 | ## Prompts for c# 2 | -------------------------------------------------------------------------------- /specific_topics/c++.md: -------------------------------------------------------------------------------- 1 | ## Prompts for c++ 2 | -------------------------------------------------------------------------------- /specific_topics/c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/c.md -------------------------------------------------------------------------------- /specific_topics/cloud computing.md: -------------------------------------------------------------------------------- 1 | ## Prompts for cloud computing 2 | -------------------------------------------------------------------------------- /specific_topics/cloud_computing.md: -------------------------------------------------------------------------------- 1 | # web_development - cloud_computing 2 | -------------------------------------------------------------------------------- /specific_topics/coach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/coach.md -------------------------------------------------------------------------------- /specific_topics/cobit.md: -------------------------------------------------------------------------------- 1 | ## Prompts for cobit 2 | -------------------------------------------------------------------------------- /specific_topics/compilers.md: -------------------------------------------------------------------------------- 1 | ## Prompts for compilers 2 | -------------------------------------------------------------------------------- /specific_topics/computer architecture.md: -------------------------------------------------------------------------------- 1 | ## Prompts for computer architecture 2 | -------------------------------------------------------------------------------- /specific_topics/computer graphics.md: -------------------------------------------------------------------------------- 1 | ## Prompts for computer graphics 2 | -------------------------------------------------------------------------------- /specific_topics/computer vision.md: -------------------------------------------------------------------------------- 1 | ## Prompts for computer vision 2 | -------------------------------------------------------------------------------- /specific_topics/computer_architecture.md: -------------------------------------------------------------------------------- 1 | # web_development - computer_architecture 2 | -------------------------------------------------------------------------------- /specific_topics/computer_graphics.md: -------------------------------------------------------------------------------- 1 | # web_development - computer_graphics 2 | -------------------------------------------------------------------------------- /specific_topics/computer_vision.md: -------------------------------------------------------------------------------- 1 | # web_development - computer_vision 2 | -------------------------------------------------------------------------------- /specific_topics/concurrent programming.md: -------------------------------------------------------------------------------- 1 | ## Prompts for concurrent programming 2 | -------------------------------------------------------------------------------- /specific_topics/concurrent_programming.md: -------------------------------------------------------------------------------- 1 | # web_development - concurrent_programming 2 | -------------------------------------------------------------------------------- /specific_topics/creator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/creator.md -------------------------------------------------------------------------------- /specific_topics/cryptography.md: -------------------------------------------------------------------------------- 1 | ## Prompts for cryptography 2 | -------------------------------------------------------------------------------- /specific_topics/d3 js.md: -------------------------------------------------------------------------------- 1 | ## Prompts for d3 js 2 | -------------------------------------------------------------------------------- /specific_topics/d3_js.md: -------------------------------------------------------------------------------- 1 | # web_development - d3_js 2 | -------------------------------------------------------------------------------- /specific_topics/data analysis.md: -------------------------------------------------------------------------------- 1 | ## Prompts for data analysis 2 | -------------------------------------------------------------------------------- /specific_topics/data engineering.md: -------------------------------------------------------------------------------- 1 | ## Prompts for data engineering 2 | -------------------------------------------------------------------------------- /specific_topics/data science.md: -------------------------------------------------------------------------------- 1 | ## Prompts for data science 2 | -------------------------------------------------------------------------------- /specific_topics/data structures.md: -------------------------------------------------------------------------------- 1 | ## Prompts for data structures 2 | -------------------------------------------------------------------------------- /specific_topics/data visualization.md: -------------------------------------------------------------------------------- 1 | ## Prompts for data visualization 2 | -------------------------------------------------------------------------------- /specific_topics/data_analysis.md: -------------------------------------------------------------------------------- 1 | # web_development - data_analysis 2 | -------------------------------------------------------------------------------- /specific_topics/data_engineering.md: -------------------------------------------------------------------------------- 1 | # web_development - data_engineering 2 | -------------------------------------------------------------------------------- /specific_topics/data_science.md: -------------------------------------------------------------------------------- 1 | # web_development - data_science 2 | -------------------------------------------------------------------------------- /specific_topics/data_structures.md: -------------------------------------------------------------------------------- 1 | # web_development - data_structures 2 | -------------------------------------------------------------------------------- /specific_topics/data_visualization.md: -------------------------------------------------------------------------------- 1 | # web_development - data_visualization 2 | -------------------------------------------------------------------------------- /specific_topics/debugging.md: -------------------------------------------------------------------------------- 1 | ## Prompts for debugging 2 | -------------------------------------------------------------------------------- /specific_topics/deep learning.md: -------------------------------------------------------------------------------- 1 | ## Prompts for deep learning 2 | -------------------------------------------------------------------------------- /specific_topics/deep_learning.md: -------------------------------------------------------------------------------- 1 | # web_development - deep_learning 2 | -------------------------------------------------------------------------------- /specific_topics/desktop development.md: -------------------------------------------------------------------------------- 1 | ## Prompts for desktop development 2 | -------------------------------------------------------------------------------- /specific_topics/desktop_development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/desktop_development.md -------------------------------------------------------------------------------- /specific_topics/detector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/detector.md -------------------------------------------------------------------------------- /specific_topics/devops.md: -------------------------------------------------------------------------------- 1 | ## Prompts for devops 2 | -------------------------------------------------------------------------------- /specific_topics/diet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/diet.md -------------------------------------------------------------------------------- /specific_topics/distributed systems.md: -------------------------------------------------------------------------------- 1 | ## Prompts for distributed systems 2 | -------------------------------------------------------------------------------- /specific_topics/distributed_systems.md: -------------------------------------------------------------------------------- 1 | # web_development - distributed_systems 2 | -------------------------------------------------------------------------------- /specific_topics/docker.md: -------------------------------------------------------------------------------- 1 | ## Prompts for docker 2 | -------------------------------------------------------------------------------- /specific_topics/embedded systems.md: -------------------------------------------------------------------------------- 1 | ## Prompts for embedded systems 2 | -------------------------------------------------------------------------------- /specific_topics/embedded_systems.md: -------------------------------------------------------------------------------- 1 | # web_development - embedded_systems 2 | -------------------------------------------------------------------------------- /specific_topics/english.md: -------------------------------------------------------------------------------- 1 | ## Prompts for english 2 | -------------------------------------------------------------------------------- /specific_topics/event-driven programming.md: -------------------------------------------------------------------------------- 1 | ## Prompts for event-driven programming 2 | -------------------------------------------------------------------------------- /specific_topics/event-driven_programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/event-driven_programming.md -------------------------------------------------------------------------------- /specific_topics/excel formulas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/excel formulas.md -------------------------------------------------------------------------------- /specific_topics/excel_formulas.md: -------------------------------------------------------------------------------- 1 | # web_development - excel_formulas 2 | -------------------------------------------------------------------------------- /specific_topics/firmware.md: -------------------------------------------------------------------------------- 1 | ## Prompts for firmware 2 | -------------------------------------------------------------------------------- /specific_topics/front end development.md: -------------------------------------------------------------------------------- 1 | ## Prompts for front end development 2 | -------------------------------------------------------------------------------- /specific_topics/front_end_development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/front_end_development.md -------------------------------------------------------------------------------- /specific_topics/full stack development.md: -------------------------------------------------------------------------------- 1 | ## Prompts for full stack development 2 | -------------------------------------------------------------------------------- /specific_topics/full_stack_development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/full_stack_development.md -------------------------------------------------------------------------------- /specific_topics/functional programming.md: -------------------------------------------------------------------------------- 1 | ## Prompts for functional programming 2 | -------------------------------------------------------------------------------- /specific_topics/functional_programming.md: -------------------------------------------------------------------------------- 1 | # web_development - functional_programming 2 | -------------------------------------------------------------------------------- /specific_topics/game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/game.md -------------------------------------------------------------------------------- /specific_topics/generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/generator.md -------------------------------------------------------------------------------- /specific_topics/go.md: -------------------------------------------------------------------------------- 1 | ## Prompts for go 2 | -------------------------------------------------------------------------------- /specific_topics/google cloud.md: -------------------------------------------------------------------------------- 1 | ## Prompts for google cloud 2 | -------------------------------------------------------------------------------- /specific_topics/google_cloud.md: -------------------------------------------------------------------------------- 1 | # web_development - google_cloud 2 | -------------------------------------------------------------------------------- /specific_topics/high-performance computing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/high-performance computing.md -------------------------------------------------------------------------------- /specific_topics/high-performance_computing.md: -------------------------------------------------------------------------------- 1 | # web_development - high-performance_computing 2 | -------------------------------------------------------------------------------- /specific_topics/ios.md: -------------------------------------------------------------------------------- 1 | ## Prompts for ios 2 | -------------------------------------------------------------------------------- /specific_topics/iot.md: -------------------------------------------------------------------------------- 1 | ## Prompts for iot 2 | -------------------------------------------------------------------------------- /specific_topics/itil.md: -------------------------------------------------------------------------------- 1 | ## Prompts for itil 2 | -------------------------------------------------------------------------------- /specific_topics/java.md: -------------------------------------------------------------------------------- 1 | ## Prompts for java 2 | -------------------------------------------------------------------------------- /specific_topics/javascript.md: -------------------------------------------------------------------------------- 1 | ## Prompts for javascript 2 | -------------------------------------------------------------------------------- /specific_topics/kanban.md: -------------------------------------------------------------------------------- 1 | ## Prompts for kanban 2 | -------------------------------------------------------------------------------- /specific_topics/kotlin.md: -------------------------------------------------------------------------------- 1 | ## Prompts for kotlin 2 | -------------------------------------------------------------------------------- /specific_topics/kubernetes.md: -------------------------------------------------------------------------------- 1 | ## Prompts for kubernetes 2 | -------------------------------------------------------------------------------- /specific_topics/lean.md: -------------------------------------------------------------------------------- 1 | ## Prompts for lean 2 | -------------------------------------------------------------------------------- /specific_topics/linux.md: -------------------------------------------------------------------------------- 1 | ## Prompts for linux 2 | -------------------------------------------------------------------------------- /specific_topics/machine learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/machine learning.md -------------------------------------------------------------------------------- /specific_topics/machine_learning.md: -------------------------------------------------------------------------------- 1 | # web_development - machine_learning 2 | -------------------------------------------------------------------------------- /specific_topics/macos.md: -------------------------------------------------------------------------------- 1 | ## Prompts for macos 2 | -------------------------------------------------------------------------------- /specific_topics/mathematician.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/mathematician.md -------------------------------------------------------------------------------- /specific_topics/microservices.md: -------------------------------------------------------------------------------- 1 | ## Prompts for microservices 2 | -------------------------------------------------------------------------------- /specific_topics/mobile development.md: -------------------------------------------------------------------------------- 1 | ## Prompts for mobile development 2 | -------------------------------------------------------------------------------- /specific_topics/mobile_development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/mobile_development.md -------------------------------------------------------------------------------- /specific_topics/monolithic.md: -------------------------------------------------------------------------------- 1 | ## Prompts for monolithic 2 | -------------------------------------------------------------------------------- /specific_topics/natural language processing.md: -------------------------------------------------------------------------------- 1 | ## Prompts for natural language processing 2 | -------------------------------------------------------------------------------- /specific_topics/natural_language_processing.md: -------------------------------------------------------------------------------- 1 | # web_development - natural_language_processing 2 | -------------------------------------------------------------------------------- /specific_topics/networking.md: -------------------------------------------------------------------------------- 1 | ## Prompts for networking 2 | -------------------------------------------------------------------------------- /specific_topics/object-oriented programming.md: -------------------------------------------------------------------------------- 1 | ## Prompts for object-oriented programming 2 | -------------------------------------------------------------------------------- /specific_topics/object-oriented_programming.md: -------------------------------------------------------------------------------- 1 | # web_development - object-oriented_programming 2 | -------------------------------------------------------------------------------- /specific_topics/objective-c.md: -------------------------------------------------------------------------------- 1 | ## Prompts for objective-c 2 | -------------------------------------------------------------------------------- /specific_topics/operating systems.md: -------------------------------------------------------------------------------- 1 | ## Prompts for operating systems 2 | -------------------------------------------------------------------------------- /specific_topics/operating_systems.md: -------------------------------------------------------------------------------- 1 | # web_development - operating_systems 2 | -------------------------------------------------------------------------------- /specific_topics/parallel computing.md: -------------------------------------------------------------------------------- 1 | ## Prompts for parallel computing 2 | -------------------------------------------------------------------------------- /specific_topics/parallel_computing.md: -------------------------------------------------------------------------------- 1 | # web_development - parallel_computing 2 | -------------------------------------------------------------------------------- /specific_topics/perl.md: -------------------------------------------------------------------------------- 1 | ## Prompts for perl 2 | -------------------------------------------------------------------------------- /specific_topics/php.md: -------------------------------------------------------------------------------- 1 | ## Prompts for php 2 | -------------------------------------------------------------------------------- /specific_topics/physicist.md: -------------------------------------------------------------------------------- 1 | ## Prompts for physicist 2 | -------------------------------------------------------------------------------- /specific_topics/pmp.md: -------------------------------------------------------------------------------- 1 | ## Prompts for pmp 2 | -------------------------------------------------------------------------------- /specific_topics/pointers in computer science.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/pointers in computer science.md -------------------------------------------------------------------------------- /specific_topics/pointers_in_computer_science.md: -------------------------------------------------------------------------------- 1 | # web_development - pointers_in_computer_science 2 | -------------------------------------------------------------------------------- /specific_topics/post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/post.md -------------------------------------------------------------------------------- /specific_topics/power bi.md: -------------------------------------------------------------------------------- 1 | ## Prompts for power bi 2 | -------------------------------------------------------------------------------- /specific_topics/power_bi.md: -------------------------------------------------------------------------------- 1 | # web_development - power_bi 2 | -------------------------------------------------------------------------------- /specific_topics/prince2.md: -------------------------------------------------------------------------------- 1 | ## Prompts for prince2 2 | -------------------------------------------------------------------------------- /specific_topics/procedural programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/procedural programming.md -------------------------------------------------------------------------------- /specific_topics/procedural_programming.md: -------------------------------------------------------------------------------- 1 | # web_development - procedural_programming 2 | -------------------------------------------------------------------------------- /specific_topics/professor.md: -------------------------------------------------------------------------------- 1 | ## Prompts for professor 2 | -------------------------------------------------------------------------------- /specific_topics/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/python.md -------------------------------------------------------------------------------- /specific_topics/qlikview.md: -------------------------------------------------------------------------------- 1 | ## Prompts for qlikview 2 | -------------------------------------------------------------------------------- /specific_topics/r.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/r.md -------------------------------------------------------------------------------- /specific_topics/regex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/regex.md -------------------------------------------------------------------------------- /specific_topics/ruby.md: -------------------------------------------------------------------------------- 1 | ## Prompts for ruby 2 | -------------------------------------------------------------------------------- /specific_topics/rust.md: -------------------------------------------------------------------------------- 1 | ## Prompts for rust 2 | -------------------------------------------------------------------------------- /specific_topics/sas.md: -------------------------------------------------------------------------------- 1 | ## Prompts for sas 2 | -------------------------------------------------------------------------------- /specific_topics/scala.md: -------------------------------------------------------------------------------- 1 | ## Prompts for scala 2 | -------------------------------------------------------------------------------- /specific_topics/scrum.md: -------------------------------------------------------------------------------- 1 | ## Prompts for scrum 2 | -------------------------------------------------------------------------------- /specific_topics/security.md: -------------------------------------------------------------------------------- 1 | ## Prompts for security 2 | -------------------------------------------------------------------------------- /specific_topics/shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/shell.md -------------------------------------------------------------------------------- /specific_topics/soa.md: -------------------------------------------------------------------------------- 1 | ## Prompts for soa 2 | -------------------------------------------------------------------------------- /specific_topics/specific topics directory.md: -------------------------------------------------------------------------------- 1 | ## Prompts for specific topics directory 2 | -------------------------------------------------------------------------------- /specific_topics/specific_topics_directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/specific_topics_directory.md -------------------------------------------------------------------------------- /specific_topics/sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/specific_topics/sql.md -------------------------------------------------------------------------------- /specific_topics/swift.md: -------------------------------------------------------------------------------- 1 | ## Prompts for swift 2 | -------------------------------------------------------------------------------- /specific_topics/tableau.md: -------------------------------------------------------------------------------- 1 | ## Prompts for tableau 2 | -------------------------------------------------------------------------------- /specific_topics/testing.md: -------------------------------------------------------------------------------- 1 | ## Prompts for testing 2 | -------------------------------------------------------------------------------- /specific_topics/togaf.md: -------------------------------------------------------------------------------- 1 | ## Prompts for togaf 2 | -------------------------------------------------------------------------------- /specific_topics/translate.md: -------------------------------------------------------------------------------- 1 | ## Prompts for translate 2 | -------------------------------------------------------------------------------- /specific_topics/typescript.md: -------------------------------------------------------------------------------- 1 | ## Prompts for typescript 2 | -------------------------------------------------------------------------------- /specific_topics/vba.md: -------------------------------------------------------------------------------- 1 | ## Prompts for vba 2 | -------------------------------------------------------------------------------- /specific_topics/visio.md: -------------------------------------------------------------------------------- 1 | ## Prompts for visio 2 | -------------------------------------------------------------------------------- /specific_topics/waterfall.md: -------------------------------------------------------------------------------- 1 | ## Prompts for waterfall 2 | -------------------------------------------------------------------------------- /specific_topics/windows.md: -------------------------------------------------------------------------------- 1 | ## Prompts for windows 2 | -------------------------------------------------------------------------------- /topic_sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/topic_sorting.py -------------------------------------------------------------------------------- /vanilla_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grahamwaters/ImPromptu/HEAD/vanilla_list.md --------------------------------------------------------------------------------