├── 2022 ├── img │ ├── domains.svg │ ├── literature_review │ │ └── template_img.png │ └── p1_measuring_software │ │ ├── g1_browsercomparison │ │ ├── energy_boxplot.png │ │ └── power_boxplot.png │ │ ├── g2_stockfish │ │ ├── Scatterplot.png │ │ ├── elorating_1.png │ │ ├── energy_1-11.png │ │ └── energy_12-14.png │ │ ├── g3_videoplayer │ │ ├── bbb.png │ │ ├── charts.png │ │ └── logos.png │ │ ├── g5_assertj │ │ ├── energy.png │ │ ├── power.png │ │ └── time.png │ │ ├── g6_adblocker │ │ ├── adblocking.png │ │ ├── boxplot-complete-duration-with-duration-outliers.png │ │ ├── boxplot-complete-power-of-cpu.png │ │ └── digital-advertising-spending-worldwide.png │ │ └── g7_office │ │ ├── activitymonitor.png │ │ ├── document-all.png │ │ ├── document-boxplot.png │ │ ├── document-comparison.png │ │ ├── presentation-all.png │ │ ├── presentation-boxplot.png │ │ ├── presentation-file.png │ │ ├── presentation-pptx-boxplot.png │ │ ├── presentation-pptx-graph.png │ │ ├── spreadsheet-boxplot-xls.png │ │ ├── spreadsheet-curve-xls.png │ │ ├── spreadsheets-all.png │ │ ├── spreadsheets-boxplot.png │ │ └── spreadsheets-file.png ├── index.md ├── literature_review.md └── p1_measuring_software │ ├── g1_browsercomparison.md │ ├── g2_stockfish.md │ ├── g3_videoplayer.md │ ├── g4_frameworks.md │ ├── g5_assertj.md │ ├── g6_adblocker.md │ ├── g7_office.md │ ├── g8_template 2.md │ ├── g8_template.md │ └── index.md ├── 2023 ├── img │ ├── domains.svg │ ├── literature_review │ │ └── template_img.png │ ├── p1_measuring_software │ │ ├── g12_languageconsumption │ │ │ ├── Energy_Time_Correlation_GLE.png │ │ │ ├── Figure_5_flo.png │ │ │ ├── Figure_8_flo.png │ │ │ ├── Violin_GLE.png │ │ │ ├── post_sort.png │ │ │ ├── pre_sort.png │ │ │ ├── time_energy_elias.png │ │ │ └── violin_elias.png │ │ ├── g1_overleaf │ │ │ ├── blog.png │ │ │ ├── blog_power.png │ │ │ ├── book.png │ │ │ └── book_power.png │ │ ├── g2_Spotify │ │ │ ├── Container_Runtimes.png │ │ │ ├── Mann-Whitney1.png │ │ │ ├── Mann-Whitney2.png │ │ │ ├── Results1.png │ │ │ ├── Results2.png │ │ │ ├── Shapiro-Wilk1.png │ │ │ ├── Shapiro-Wilk2.png │ │ │ ├── ViolinPlot1.png │ │ │ └── ViolinPlot2.png │ │ ├── g6_power_profiles │ │ │ ├── boxplot_violinplot.png │ │ │ ├── kde.png │ │ │ └── lineplots.png │ │ ├── g8_energy_IDE │ │ │ ├── java DRAM.png │ │ │ ├── java usage.png │ │ │ ├── javascript DRAM.png │ │ │ ├── javascript usgae.png │ │ │ ├── python DRAM.png │ │ │ └── python usage.png │ │ ├── g8_framework_efficiency │ │ │ ├── vioplot.png │ │ │ └── without_lar.png │ │ └── g9_Python_Packages │ │ │ ├── carbonara.png │ │ │ ├── dask.png │ │ │ ├── group_energy.png │ │ │ ├── group_violin.png │ │ │ ├── merge_iteration.png │ │ │ ├── merge_violin.png │ │ │ ├── pandas.png │ │ │ ├── polars.png │ │ │ ├── vaex.png │ │ │ ├── write_iteration.png │ │ │ └── write_violin.png │ └── p2_hacking_sustainability │ │ ├── g11_energy_conversion │ │ ├── energyConversion-energy.jpg │ │ ├── energyConversion-examples.jpg │ │ └── energyConversion-input.jpg │ │ ├── g12_carbon_tracker │ │ ├── test.txt │ │ └── tracker_screenshot.png │ │ ├── g6_GATorch │ │ ├── figure1.png │ │ ├── figure2.png │ │ ├── figure3.png │ │ └── thumbnail.png │ │ ├── g9_susie │ │ └── susie-banner.png │ │ └── gX_template │ │ └── cover.png ├── index.md ├── literature_review.md ├── p1_measuring_software │ ├── g10_Container_Runtimes.md │ ├── g11_energy_IDE.md │ ├── g12_language_consumption.md │ ├── g1_overleaf.md │ ├── g2_Spotify.md │ ├── g6_power_profiles.md │ ├── g8_framework_efficiency.md │ ├── g8_template.md │ ├── g9_Python_Packages.md │ └── index.md ├── p2_hacking_sustainability │ ├── g10_greensoftware_procurement.md │ ├── g11_energy_conversion.md │ ├── g12_carbon_tracker.md │ ├── g1_boardgame.md │ ├── g2_JumboExtension.md │ ├── g6_GATorch.md │ ├── g8_vscode_measurements.md │ ├── g9_susie.md │ ├── gX_template.md │ └── index.md └── papers │ ├── SSE_g2_p2_paper.pdf │ ├── g10_paper.pdf │ ├── g11.pdf │ ├── g6_GATorch.pdf │ ├── g8_vscode_measurements.pdf │ └── g9_susie.pdf ├── 2024 ├── img │ ├── domains.svg │ ├── literature_review │ │ └── template_img.png │ ├── p1_measuring_software │ │ ├── g1_vscode_profiles │ │ │ ├── cover.png │ │ │ ├── image1.png │ │ │ └── image2.png │ │ ├── g2_text_editors │ │ │ ├── 600x400.png │ │ │ └── Fullscreen.png │ │ ├── g3_energy_consumption_ides │ │ │ ├── boxplot.png │ │ │ ├── graph.png │ │ │ ├── scatter.png │ │ │ └── violin.png │ │ ├── g4_Package_manager_efficiency │ │ │ ├── Energy.PNG │ │ │ ├── Power.PNG │ │ │ └── Time.PNG │ │ ├── g4_browser_revolution │ │ │ ├── AvgPowerConsumptionRedditMacOS.png │ │ │ ├── AvgPowerConsumptionYoutubeMacOS.png │ │ │ ├── AvgPowerYoutubeMacOS.png │ │ │ ├── AvgRedditMacOS.png │ │ │ ├── RedditMacOS.png │ │ │ ├── YoutubeMacOS.png │ │ │ ├── reddit_power_hist_linux.png │ │ │ ├── reddit_power_iterations_linux.png │ │ │ ├── reddit_power_violin_linux.png │ │ │ ├── win-reddit.jpg │ │ │ ├── win-vio-reddit.jpg │ │ │ ├── win-vio-youtube.jpg │ │ │ ├── win-youtube.jpg │ │ │ ├── yt_power_hist_linux.png │ │ │ ├── yt_power_iterations_linux.png │ │ │ └── yt_power_violing_linux.png │ │ ├── g5_Notion │ │ │ ├── notion_metrics.png │ │ │ ├── notion_metrics2.png │ │ │ ├── time_series1.png │ │ │ ├── time_series2.png │ │ │ ├── time_series_with_outliers.png │ │ │ ├── violin_plot1.png │ │ │ ├── violin_plot2.png │ │ │ └── violin_plot_with_outliers.png │ │ ├── g7_python_environments │ │ │ ├── eighth_bar_chart.png │ │ │ ├── eighth_violin_plot.png │ │ │ ├── half_bar_chart.png │ │ │ ├── half_violin_plot.png │ │ │ ├── jupyter_logo.png │ │ │ ├── pycharm_logo.png │ │ │ ├── python_logo.png │ │ │ ├── quarter_bar_chart.png │ │ │ └── quarter_violin_plot.png │ │ ├── g8_reactversions │ │ │ ├── edp2_react.png │ │ │ ├── edp_react.png │ │ │ └── violin_react.jpeg │ │ └── gX_template │ │ │ └── cover.png │ └── p2_hacking_sustainability │ │ ├── g2_report_generator │ │ ├── Average_power_over_time.png │ │ ├── Data distribution 1.png │ │ ├── Data distribution 2.png │ │ ├── Data_analysis_upload.png │ │ ├── Data_comparison_error.png │ │ ├── Data_comparison_power.png │ │ ├── Data_comparison_upload.png │ │ ├── EnergiBridgeChart.png │ │ ├── Outlier_detection.png │ │ ├── Power_error_bands.png │ │ ├── Statistical_tests.png │ │ ├── meanCombined.png │ │ ├── validation_proof.png │ │ └── violins.png │ │ ├── g4_ApproxSciMate │ │ └── cover.png │ │ └── gX_template │ │ └── cover.png ├── index.md ├── literature_review.md ├── p1_measuring_software │ ├── g1_vscode_profiles.md │ ├── g2_text_editors.md │ ├── g3_energy_consumption_ides.md │ ├── g4_Package_manager_efficiency.md │ ├── g4_browser_revolution.md │ ├── g5_Notion.md │ ├── g6_codec_comparison.md │ ├── g7_python_environments.md │ ├── g8_reactversions.md │ ├── img.png │ └── index.md ├── p2_hacking_sustainability │ ├── g1_energy_consumption_reporter.md │ ├── g2_report_generator.md │ ├── g3_Gamification_StackSustain.md │ ├── g4_ApproxSciMate.md │ ├── g5_Jupyter_Energi.md │ ├── g6_e3ui.md │ ├── g7_GreenCode_Promoting_Eco-Friendly_Coding_Practices.md │ ├── g8_estimating_emissions.md │ ├── gX_template.md │ └── index.md └── papers │ ├── G6_E3UI.pdf │ ├── g1_paper.pdf │ ├── g3_Gamification_StackSustain_.pdf │ ├── g4_ApproxSciMate.pdf │ ├── g5_Jupyter_Energi_P2.pdf │ ├── g7_GreenCode_Promoting_Eco-Friendly_Coding_Practices.pdf │ └── g8_estimating_emissions.pdf ├── 2025 ├── img │ ├── domains.svg │ ├── p1_measuring_software │ │ ├── g10_minecraft_shaders │ │ │ ├── Figure_1.png │ │ │ ├── Figure_2.png │ │ │ ├── Figure_3.png │ │ │ ├── Figure_4.png │ │ │ ├── cover.png │ │ │ ├── gpu_1.png │ │ │ ├── gpu_2.png │ │ │ ├── gpu_usage1.png │ │ │ └── gpu_usage2.png │ │ ├── g11_dropwizard_springboot │ │ │ ├── hello_app.png │ │ │ └── violin_plot.png │ │ ├── g12_databases │ │ │ ├── hist_mysql.png │ │ │ ├── hist_sqlite.png │ │ │ ├── raw.png │ │ │ ├── violin_mysql.png │ │ │ └── violin_sqlite.png │ │ ├── g14_jellyfin_browser_native │ │ │ ├── av1_app_watts.png │ │ │ ├── av1_browser_watts.png │ │ │ ├── av1_distribution.png │ │ │ ├── cover.png │ │ │ ├── h264_app_watts.png │ │ │ ├── h264_browser_watts.png │ │ │ └── h264_distribution.png │ │ ├── g15_text_editors │ │ │ ├── box.jpeg │ │ │ ├── cover.png │ │ │ ├── histogram.jpeg │ │ │ └── violin.jpeg │ │ ├── g16_notetaking │ │ │ └── violinplotfinal.png │ │ ├── g18_machine_learning_libraries │ │ │ ├── cover.png │ │ │ └── energy-consumption-comparison.png │ │ ├── g1_regex_energy │ │ │ ├── violin_energy_high.png │ │ │ ├── violin_energy_low.png │ │ │ ├── violin_energy_medium.png │ │ │ ├── violin_time_high.png │ │ │ ├── violin_time_low.png │ │ │ └── violin_time_medium.png │ │ ├── g20_GTAV │ │ │ ├── cover.png │ │ │ ├── img.png │ │ │ ├── power-scalar-comparisons-pc1.svg │ │ │ ├── power-scalar-comparisons-pc2.svg │ │ │ ├── power-scalar-comparisons-pc3.svg │ │ │ ├── power-scalar-dist-zoomed.svg │ │ │ ├── power-scalar-dist.svg │ │ │ └── time-series-power-scalar.svg │ │ ├── g21_sorting_algorithms │ │ │ ├── cpp-energy_consumption.png │ │ │ ├── cpp-execution_time.png │ │ │ ├── cpp-power_consumption.png │ │ │ ├── java-energy_consumption.png │ │ │ ├── java-execution_time.png │ │ │ ├── java-power_consumption.png │ │ │ ├── python-energy_consumption.png │ │ │ ├── python-execution_time.png │ │ │ └── python-power_consumption.png │ │ ├── g23_llm_inference │ │ │ ├── bar_energy_per_token.png │ │ │ ├── bar_total_energy.png │ │ │ ├── box_energy_per_token.png │ │ │ ├── box_total_energy.png │ │ │ ├── cover.png │ │ │ ├── g19_vscode_extensions │ │ │ │ ├── means_large_repos.png │ │ │ │ ├── no-extensions-vs-all-extensions.png │ │ │ │ ├── small-vs-medium-vs-large.png │ │ │ │ └── specific-extensions-vs-all-extensions.png │ │ │ └── gtavlogo.png │ │ ├── g24_python_3.14 │ │ │ ├── energy_comparison.png │ │ │ ├── g24.jpg │ │ │ ├── mean_energy_comparison.png │ │ │ ├── mean_energy_comparison_normal.png │ │ │ ├── mean_energy_comparison_optimized.png │ │ │ ├── median_energy_comparison.png │ │ │ ├── violin_energy_comparison_normal.png │ │ │ └── violin_energy_comparison_optimized.png │ │ ├── g25_spotify │ │ │ ├── box_no_outliers.png │ │ │ ├── box_outliers.png │ │ │ └── box_without_closing_setup.png │ │ ├── g2_ml_libraries │ │ │ ├── edp_plot.png │ │ │ ├── energy_plot.png │ │ │ ├── net.png │ │ │ ├── normalized_edp_plot.png │ │ │ ├── normalized_energy_plot.png │ │ │ ├── power_plot.png │ │ │ └── time_plot.png │ │ ├── g3_blender │ │ │ ├── donut.png │ │ │ ├── experiment1_energy_by_run_type_violinplot.png │ │ │ ├── experiment1_histograms.png │ │ │ ├── experiment1_power_by_run_type_violinplot.png │ │ │ ├── experiment2_energy_by_run_type_violinplot.png │ │ │ ├── experiment2_histograms.png │ │ │ ├── experiment2_power_by_run_type_violinplot.png │ │ │ ├── experiment3_energy_by_run_type_violinplot.png │ │ │ ├── experiment3_histograms.png │ │ │ └── experiment3_power_by_run_type_violinplot.png │ │ ├── g4_Chrome-FireFox │ │ │ ├── AvgPowerConsumptionRedditMacOS.png │ │ │ ├── AvgPowerConsumptionYoutubeMacOS.png │ │ │ ├── AvgPowerYoutubeMacOS.png │ │ │ ├── AvgRedditMacOS.png │ │ │ ├── RedditMacOS.png │ │ │ ├── YoutubeMacOS.png │ │ │ ├── cover_3.jpg │ │ │ ├── reddit_power_hist_linux.png │ │ │ ├── reddit_power_iterations_linux.png │ │ │ ├── reddit_power_violin_linux.png │ │ │ ├── win-reddit.jpg │ │ │ ├── win-vio-reddit.jpg │ │ │ ├── win-vio-youtube.jpg │ │ │ ├── win-youtube.jpg │ │ │ ├── yt_power_hist_linux.png │ │ │ ├── yt_power_iterations_linux.png │ │ │ └── yt_power_violing_linux.png │ │ ├── g4_browser_revolution │ │ │ ├── AvgPowerConsumptionRedditMacOS.png │ │ │ ├── AvgPowerConsumptionYoutubeMacOS.png │ │ │ ├── AvgPowerYoutubeMacOS.png │ │ │ ├── AvgRedditMacOS.png │ │ │ ├── RedditMacOS.png │ │ │ ├── YoutubeMacOS.png │ │ │ ├── reddit_power_hist_linux.png │ │ │ ├── reddit_power_iterations_linux.png │ │ │ ├── reddit_power_violin_linux.png │ │ │ ├── win-reddit.jpg │ │ │ ├── win-vio-reddit.jpg │ │ │ ├── win-vio-youtube.jpg │ │ │ ├── win-youtube.jpg │ │ │ ├── yt_power_hist_linux.png │ │ │ ├── yt_power_iterations_linux.png │ │ │ └── yt_power_violing_linux.png │ │ ├── g5_browser-extensions │ │ │ ├── Untitled(1).png │ │ │ ├── Untitled(2).png │ │ │ ├── Untitled.png │ │ │ ├── per-set.png │ │ │ └── per-site.png │ │ ├── g6_llms_energy_consumption │ │ │ ├── EDP_Distribution_by_Model_models.png │ │ │ ├── EDP_Distribution_by_Model_qwen.png │ │ │ ├── deepseek-r1_1.5b_average_energy_with_error_without_idle_pp0.png │ │ │ ├── qwen2.5-coder_1.5b-instruct-q5_0_average_energy_with_error_without_idle_pp0.png │ │ │ ├── qwen2.5_0.5b_average_energy_with_error_without_idle_pp0.png │ │ │ ├── qwen2.5_1.5b_average_energy_with_error_without_idle_pp0.png │ │ │ ├── qwen2.5_3b_average_energy_with_error_without_idle_pp0.png │ │ │ ├── qwen2.5_7b_average_energy_with_error_without_idle_pp0.png │ │ │ └── yi-coder_1.5b_average_energy_with_error_without_idle_pp0.png │ │ ├── g7_pdfreaders │ │ │ ├── pdf_vs_others.png │ │ │ ├── time_series.png │ │ │ └── violin_plot_with_outliers.png │ │ ├── g8_database │ │ │ ├── h2h_energy.png │ │ │ ├── old_joule_violinbox_linux.png │ │ │ └── old_joule_violinbox_windows.png │ │ └── g9_search_engines │ │ │ ├── Figure_1.png │ │ │ ├── aggregated_metrics.png │ │ │ ├── barplot_avg_duration.png │ │ │ ├── barplot_avg_temp.png │ │ │ ├── barplot_selenium_metrics.png │ │ │ ├── barplot_selenium_overhead.png │ │ │ ├── boxplot_edp_w=1.png │ │ │ ├── boxplot_edp_w=2.png │ │ │ ├── boxplot_edp_w=3.png │ │ │ ├── correlation_response_time_energy.png │ │ │ ├── effect_size_significance_scatter.jpg │ │ │ ├── heatmap_Average_Power_(W).png │ │ │ ├── heatmap_Total_Energy_(J).png │ │ │ ├── hist_avg_total_energy.png │ │ │ ├── memory_across_iterations.png │ │ │ ├── violin_avg_power.png │ │ │ └── violin_total_energy.png │ └── p2_hacking_sustainability │ │ ├── g1_green_code_analyzer │ │ └── logo.png │ │ ├── g2_DockerInference │ │ └── cover.png │ │ ├── g4_green-llama │ │ └── green-llama.png │ │ └── gX_template │ │ ├── cover.png │ │ └── project_cover.png ├── index.md ├── p1_measuring_software │ ├── experiment_plots │ │ ├── 1080p │ │ │ ├── Gijs_combined_violin_box_decode_1080p.png │ │ │ ├── Gijs_combined_violin_box_decode_1080p_filtered_results.png │ │ │ ├── Gijs_violin_box_decode_1080p_h264.png │ │ │ ├── Gijs_violin_box_decode_1080p_h264_filtered.png │ │ │ ├── Gijs_violin_box_decode_1080p_h265.png │ │ │ ├── Gijs_violin_box_decode_1080p_h265_filtered.png │ │ │ ├── histogram_total_energy_decode_1080p_h264.png │ │ │ ├── histogram_total_energy_decode_1080p_h264_filtered.png │ │ │ ├── histogram_total_energy_decode_1080p_h265.png │ │ │ ├── histogram_total_energy_decode_1080p_h265_filtered.png │ │ │ ├── qqplot_decode_1080p_h264.png │ │ │ ├── qqplot_decode_1080p_h264_filtered.png │ │ │ └── qqplot_decode_1080p_h265_filtered.png │ │ ├── 480p │ │ │ ├── Gijs_combined_violin_box_decode_480p.png │ │ │ ├── Gijs_combined_violin_box_decode_480p_filtered_results.png │ │ │ ├── Gijs_violin_box_decode_480p_h264.png │ │ │ ├── Gijs_violin_box_decode_480p_h264_filtered.png │ │ │ ├── Gijs_violin_box_decode_480p_h265.png │ │ │ ├── Gijs_violin_box_decode_480p_h265_filtered.png │ │ │ ├── histogram_total_energy_decode_480p_h264.png │ │ │ ├── histogram_total_energy_decode_480p_h264_filtered.png │ │ │ ├── histogram_total_energy_decode_480p_h265.png │ │ │ ├── histogram_total_energy_decode_480p_h265_filtered.png │ │ │ ├── qqplot_decode_480p_h264.png │ │ │ ├── qqplot_decode_480p_h264_filtered.png │ │ │ └── qqplot_decode_480p_h265_filtered.png │ │ └── 720p │ │ │ ├── Gijs_combined_violin_box_decode_720p.png │ │ │ ├── Gijs_combined_violin_box_decode_720p_filtered_results.png │ │ │ ├── Gijs_violin_box_decode_720p_h264.png │ │ │ ├── Gijs_violin_box_decode_720p_h264_filtered.png │ │ │ ├── Gijs_violin_box_decode_720p_h265.png │ │ │ ├── Gijs_violin_box_decode_720p_h265_filtered.png │ │ │ ├── histogram_total_energy_decode_720p_h264.png │ │ │ ├── histogram_total_energy_decode_720p_h264_filtered.png │ │ │ ├── histogram_total_energy_decode_720p_h265.png │ │ │ ├── histogram_total_energy_decode_720p_h265_filtered.png │ │ │ ├── qqplot_decode_720p_h264.png │ │ │ ├── qqplot_decode_720p_h264_filtered.png │ │ │ └── qqplot_decode_720p_h265_filtered.png │ ├── ffmpeg_cover.png │ ├── g10_minecraft_shaders.md │ ├── g11_dropwizard_springboot.md │ ├── g12_databases.md │ ├── g13 │ │ ├── energy-consumption.png │ │ ├── energy-delay-diagram.png │ │ └── g13_backend_frameworks.md │ ├── g14_jellyfin_browser_native.md │ ├── g15_text_editors.md │ ├── g16_notetaking.md │ ├── g18_machine_learning_libraries.md │ ├── g19_vscode_extensions.md │ ├── g1_regex_energy.md │ ├── g20_GTAV.md │ ├── g21_sorting_algorithms.md │ ├── g22_ffmpeg.md │ ├── g23_llm_inference.md │ ├── g24_python_3.14.md │ ├── g25_spotify.md │ ├── g2_ml_libraries.md │ ├── g3_blender.md │ ├── g4_Chrome-FireFox.md │ ├── g4_browser_revolution.md │ ├── g5_browser-extensions.md │ ├── g6_llms_energy_consumption.md │ ├── g7_pdfreaders.md │ ├── g8_database.md │ ├── g9_search_engines.md │ ├── gX_template.md │ ├── index.md │ └── resources │ │ └── aggregated_energy.html ├── p2_hacking_sustainability │ ├── g10_sast_energy_consumption.md │ ├── g11_mlworkloads_docker.md │ ├── g12_greenchat.md │ ├── g13 │ │ └── g13_energibridge_service.md │ ├── g14_junit_energy_consumption.md │ ├── g15_ChatGPT_Carbon_Tracker │ ├── g16_burnout_dev.md │ ├── g18_Estimating_Energy_Consumption.md │ ├── g1_green_code_analyzer.md │ ├── g20_libraries_nutriscore.md │ ├── g21_Gamification_SustainableSprint.md │ ├── g22_GradlEnergi.md │ ├── g23_pynguin_power_usage.md │ ├── g24_ml_benchmark.md │ ├── g2_DockerInference.md │ ├── g3_congestion_scheduling.md │ ├── g4_green_llama.md │ ├── g5_use_ESLint_to_find_energy_hotspot.md │ ├── g6_pmd_energy_consumption.md │ ├── g7_MLEnergy_docker.md │ ├── g8_HuggingCarbon.md │ ├── g9_GovOSS_Dataset.md │ └── index.md └── papers │ ├── Green-Llama_Report.pdf │ ├── Group_12_Greenchat.pdf │ ├── SSE_Project_Group 18.pdf │ ├── cs4575_project2_docker.pdf │ ├── g10_measuring_energy_usage_sast_configs.pdf │ ├── g11_mlworkloads_docker.pdf │ ├── g13_energibridge_service.pdf │ ├── g14_measuring_energy_usage_junit_tests.pdf │ ├── g15_ChatGPT_Carbon_Tracker.pdf │ ├── g16_burnout.pdf │ ├── g1_green_code_analyzer.pdf │ ├── g20_libraries_nutriscore.pdf │ ├── g21_Gamification_SustainableSprint.pdf │ ├── g22_GradlEnergi.pdf │ ├── g23_pynguin_power_usage.pdf │ ├── g24_ml_benchmark.pdf │ ├── g5_Energy_Hotspot_in_Javascript.pdf │ ├── g6_pmd_energy_consumption.pdf │ ├── g8_HuggingCarbon.pdf │ └── g9_GovOSS_Dataset.pdf ├── 2026 └── index.md ├── .gitignore ├── .idea └── inspectionProfiles │ └── Project_Default.xml ├── Dockerfile ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── README.md ├── _config.yml ├── _includes ├── custom-head.html ├── head.html ├── header.html └── tag.html ├── _layouts ├── blog_post.html ├── project_page.html └── publication.html ├── _literature_review_2022 ├── 2016_Maryam_Engineering.md ├── 2020-Birgit-attention.md ├── 2020-davide-sleep.md ├── 2020_Evgeni_Designing.md ├── 2021-author-keyword.md ├── 2021-johnson-Work-Environment.md ├── 2021_Amanda_Weekends.md ├── 2021_Gerosa_Motivation.md └── 2022_Bjarnason_Interteam-communication.md ├── _literature_review_2023 ├── 2011-Catherine-Social.md ├── 2015-Nils-Equality.md ├── 2016-cathrine_approaches.md ├── 2016-maryam_requirements.md ├── 2016_mika_mining.md ├── 2018-Daniel_unhappy.md ├── 2020-Angel-Ethics.md ├── 2020-Claudia-EngineeringGender.md ├── 2020-Ehsan-HCXAI.md ├── 2021-author-keyword copy.md ├── 2023_Daniel_unhappy.md ├── Group 2.pptx.pdf └── year-author-keyword.md └── assets ├── custom.css └── img └── domains.svg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /2022/img/domains.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/domains.svg -------------------------------------------------------------------------------- /2022/img/literature_review/template_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/literature_review/template_img.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g1_browsercomparison/energy_boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g1_browsercomparison/energy_boxplot.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g1_browsercomparison/power_boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g1_browsercomparison/power_boxplot.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g2_stockfish/Scatterplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g2_stockfish/Scatterplot.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g2_stockfish/elorating_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g2_stockfish/elorating_1.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g2_stockfish/energy_1-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g2_stockfish/energy_1-11.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g2_stockfish/energy_12-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g2_stockfish/energy_12-14.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g3_videoplayer/bbb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g3_videoplayer/bbb.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g3_videoplayer/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g3_videoplayer/charts.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g3_videoplayer/logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g3_videoplayer/logos.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g5_assertj/energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g5_assertj/energy.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g5_assertj/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g5_assertj/power.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g5_assertj/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g5_assertj/time.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g6_adblocker/adblocking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g6_adblocker/adblocking.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g6_adblocker/boxplot-complete-duration-with-duration-outliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g6_adblocker/boxplot-complete-duration-with-duration-outliers.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g6_adblocker/boxplot-complete-power-of-cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g6_adblocker/boxplot-complete-power-of-cpu.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g6_adblocker/digital-advertising-spending-worldwide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g6_adblocker/digital-advertising-spending-worldwide.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/activitymonitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/activitymonitor.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/document-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/document-all.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/document-boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/document-boxplot.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/document-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/document-comparison.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/presentation-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/presentation-all.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/presentation-boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/presentation-boxplot.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/presentation-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/presentation-file.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/presentation-pptx-boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/presentation-pptx-boxplot.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/presentation-pptx-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/presentation-pptx-graph.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/spreadsheet-boxplot-xls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/spreadsheet-boxplot-xls.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/spreadsheet-curve-xls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/spreadsheet-curve-xls.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/spreadsheets-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/spreadsheets-all.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/spreadsheets-boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/spreadsheets-boxplot.png -------------------------------------------------------------------------------- /2022/img/p1_measuring_software/g7_office/spreadsheets-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/img/p1_measuring_software/g7_office/spreadsheets-file.png -------------------------------------------------------------------------------- /2022/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/index.md -------------------------------------------------------------------------------- /2022/literature_review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/literature_review.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g1_browsercomparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g1_browsercomparison.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g2_stockfish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g2_stockfish.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g3_videoplayer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g3_videoplayer.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g4_frameworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g4_frameworks.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g5_assertj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g5_assertj.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g6_adblocker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g6_adblocker.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g7_office.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g7_office.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g8_template 2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g8_template 2.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/g8_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/g8_template.md -------------------------------------------------------------------------------- /2022/p1_measuring_software/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2022/p1_measuring_software/index.md -------------------------------------------------------------------------------- /2023/img/domains.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/domains.svg -------------------------------------------------------------------------------- /2023/img/literature_review/template_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/literature_review/template_img.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/Energy_Time_Correlation_GLE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/Energy_Time_Correlation_GLE.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/Figure_5_flo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/Figure_5_flo.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/Figure_8_flo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/Figure_8_flo.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/Violin_GLE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/Violin_GLE.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/post_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/post_sort.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/pre_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/pre_sort.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/time_energy_elias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/time_energy_elias.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g12_languageconsumption/violin_elias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g12_languageconsumption/violin_elias.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g1_overleaf/blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g1_overleaf/blog.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g1_overleaf/blog_power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g1_overleaf/blog_power.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g1_overleaf/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g1_overleaf/book.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g1_overleaf/book_power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g1_overleaf/book_power.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/Container_Runtimes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/Container_Runtimes.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/Mann-Whitney1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/Mann-Whitney1.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/Mann-Whitney2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/Mann-Whitney2.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/Results1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/Results1.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/Results2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/Results2.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/Shapiro-Wilk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/Shapiro-Wilk1.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/Shapiro-Wilk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/Shapiro-Wilk2.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/ViolinPlot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/ViolinPlot1.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g2_Spotify/ViolinPlot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g2_Spotify/ViolinPlot2.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g6_power_profiles/boxplot_violinplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g6_power_profiles/boxplot_violinplot.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g6_power_profiles/kde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g6_power_profiles/kde.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g6_power_profiles/lineplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g6_power_profiles/lineplots.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_energy_IDE/java DRAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_energy_IDE/java DRAM.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_energy_IDE/java usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_energy_IDE/java usage.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_energy_IDE/javascript DRAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_energy_IDE/javascript DRAM.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_energy_IDE/javascript usgae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_energy_IDE/javascript usgae.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_energy_IDE/python DRAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_energy_IDE/python DRAM.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_energy_IDE/python usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_energy_IDE/python usage.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_framework_efficiency/vioplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_framework_efficiency/vioplot.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g8_framework_efficiency/without_lar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g8_framework_efficiency/without_lar.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/carbonara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/carbonara.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/dask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/dask.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/group_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/group_energy.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/group_violin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/group_violin.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/merge_iteration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/merge_iteration.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/merge_violin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/merge_violin.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/pandas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/pandas.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/polars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/polars.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/vaex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/vaex.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/write_iteration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/write_iteration.png -------------------------------------------------------------------------------- /2023/img/p1_measuring_software/g9_Python_Packages/write_violin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p1_measuring_software/g9_Python_Packages/write_violin.png -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g11_energy_conversion/energyConversion-energy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g11_energy_conversion/energyConversion-energy.jpg -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g11_energy_conversion/energyConversion-examples.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g11_energy_conversion/energyConversion-examples.jpg -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g11_energy_conversion/energyConversion-input.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g11_energy_conversion/energyConversion-input.jpg -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g12_carbon_tracker/test.txt: -------------------------------------------------------------------------------- 1 | hej 2 | -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g12_carbon_tracker/tracker_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g12_carbon_tracker/tracker_screenshot.png -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g6_GATorch/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g6_GATorch/figure1.png -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g6_GATorch/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g6_GATorch/figure2.png -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g6_GATorch/figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g6_GATorch/figure3.png -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g6_GATorch/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g6_GATorch/thumbnail.png -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/g9_susie/susie-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/g9_susie/susie-banner.png -------------------------------------------------------------------------------- /2023/img/p2_hacking_sustainability/gX_template/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/img/p2_hacking_sustainability/gX_template/cover.png -------------------------------------------------------------------------------- /2023/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/index.md -------------------------------------------------------------------------------- /2023/literature_review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/literature_review.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g10_Container_Runtimes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g10_Container_Runtimes.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g11_energy_IDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g11_energy_IDE.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g12_language_consumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g12_language_consumption.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g1_overleaf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g1_overleaf.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g2_Spotify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g2_Spotify.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g6_power_profiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g6_power_profiles.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g8_framework_efficiency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g8_framework_efficiency.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g8_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g8_template.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/g9_Python_Packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/g9_Python_Packages.md -------------------------------------------------------------------------------- /2023/p1_measuring_software/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p1_measuring_software/index.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g10_greensoftware_procurement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g10_greensoftware_procurement.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g11_energy_conversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g11_energy_conversion.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g12_carbon_tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g12_carbon_tracker.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g1_boardgame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g1_boardgame.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g2_JumboExtension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g2_JumboExtension.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g6_GATorch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g6_GATorch.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g8_vscode_measurements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g8_vscode_measurements.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/g9_susie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/g9_susie.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/gX_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/gX_template.md -------------------------------------------------------------------------------- /2023/p2_hacking_sustainability/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/p2_hacking_sustainability/index.md -------------------------------------------------------------------------------- /2023/papers/SSE_g2_p2_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/papers/SSE_g2_p2_paper.pdf -------------------------------------------------------------------------------- /2023/papers/g10_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/papers/g10_paper.pdf -------------------------------------------------------------------------------- /2023/papers/g11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/papers/g11.pdf -------------------------------------------------------------------------------- /2023/papers/g6_GATorch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/papers/g6_GATorch.pdf -------------------------------------------------------------------------------- /2023/papers/g8_vscode_measurements.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/papers/g8_vscode_measurements.pdf -------------------------------------------------------------------------------- /2023/papers/g9_susie.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2023/papers/g9_susie.pdf -------------------------------------------------------------------------------- /2024/img/domains.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/domains.svg -------------------------------------------------------------------------------- /2024/img/literature_review/template_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/literature_review/template_img.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g1_vscode_profiles/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g1_vscode_profiles/cover.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g1_vscode_profiles/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g1_vscode_profiles/image1.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g1_vscode_profiles/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g1_vscode_profiles/image2.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g2_text_editors/600x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g2_text_editors/600x400.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g2_text_editors/Fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g2_text_editors/Fullscreen.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g3_energy_consumption_ides/boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g3_energy_consumption_ides/boxplot.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g3_energy_consumption_ides/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g3_energy_consumption_ides/graph.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g3_energy_consumption_ides/scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g3_energy_consumption_ides/scatter.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g3_energy_consumption_ides/violin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g3_energy_consumption_ides/violin.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_Package_manager_efficiency/Energy.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_Package_manager_efficiency/Energy.PNG -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_Package_manager_efficiency/Power.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_Package_manager_efficiency/Power.PNG -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_Package_manager_efficiency/Time.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_Package_manager_efficiency/Time.PNG -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionRedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionRedditMacOS.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionYoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionYoutubeMacOS.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/AvgPowerYoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/AvgPowerYoutubeMacOS.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/AvgRedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/AvgRedditMacOS.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/RedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/RedditMacOS.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/YoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/YoutubeMacOS.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/reddit_power_hist_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/reddit_power_hist_linux.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/reddit_power_iterations_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/reddit_power_iterations_linux.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/reddit_power_violin_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/reddit_power_violin_linux.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/win-reddit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/win-reddit.jpg -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/win-vio-reddit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/win-vio-reddit.jpg -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/win-vio-youtube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/win-vio-youtube.jpg -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/win-youtube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/win-youtube.jpg -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/yt_power_hist_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/yt_power_hist_linux.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/yt_power_iterations_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/yt_power_iterations_linux.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g4_browser_revolution/yt_power_violing_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g4_browser_revolution/yt_power_violing_linux.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/notion_metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/notion_metrics.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/notion_metrics2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/notion_metrics2.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/time_series1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/time_series1.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/time_series2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/time_series2.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/time_series_with_outliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/time_series_with_outliers.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/violin_plot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/violin_plot1.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/violin_plot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/violin_plot2.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g5_Notion/violin_plot_with_outliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g5_Notion/violin_plot_with_outliers.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/eighth_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/eighth_bar_chart.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/eighth_violin_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/eighth_violin_plot.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/half_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/half_bar_chart.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/half_violin_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/half_violin_plot.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/jupyter_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/jupyter_logo.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/pycharm_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/pycharm_logo.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/python_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/python_logo.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/quarter_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/quarter_bar_chart.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g7_python_environments/quarter_violin_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g7_python_environments/quarter_violin_plot.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g8_reactversions/edp2_react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g8_reactversions/edp2_react.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g8_reactversions/edp_react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g8_reactversions/edp_react.png -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/g8_reactversions/violin_react.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/g8_reactversions/violin_react.jpeg -------------------------------------------------------------------------------- /2024/img/p1_measuring_software/gX_template/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p1_measuring_software/gX_template/cover.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Average_power_over_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Average_power_over_time.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Data distribution 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Data distribution 1.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Data distribution 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Data distribution 2.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Data_analysis_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Data_analysis_upload.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Data_comparison_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Data_comparison_error.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Data_comparison_power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Data_comparison_power.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Data_comparison_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Data_comparison_upload.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/EnergiBridgeChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/EnergiBridgeChart.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Outlier_detection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Outlier_detection.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Power_error_bands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Power_error_bands.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/Statistical_tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/Statistical_tests.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/meanCombined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/meanCombined.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/validation_proof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/validation_proof.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g2_report_generator/violins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g2_report_generator/violins.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/g4_ApproxSciMate/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/g4_ApproxSciMate/cover.png -------------------------------------------------------------------------------- /2024/img/p2_hacking_sustainability/gX_template/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/img/p2_hacking_sustainability/gX_template/cover.png -------------------------------------------------------------------------------- /2024/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/index.md -------------------------------------------------------------------------------- /2024/literature_review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/literature_review.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g1_vscode_profiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g1_vscode_profiles.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g2_text_editors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g2_text_editors.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g3_energy_consumption_ides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g3_energy_consumption_ides.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g4_Package_manager_efficiency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g4_Package_manager_efficiency.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g4_browser_revolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g4_browser_revolution.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g5_Notion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g5_Notion.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g6_codec_comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g6_codec_comparison.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g7_python_environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g7_python_environments.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/g8_reactversions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/g8_reactversions.md -------------------------------------------------------------------------------- /2024/p1_measuring_software/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/img.png -------------------------------------------------------------------------------- /2024/p1_measuring_software/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p1_measuring_software/index.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g1_energy_consumption_reporter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g1_energy_consumption_reporter.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g2_report_generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g2_report_generator.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g3_Gamification_StackSustain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g3_Gamification_StackSustain.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g4_ApproxSciMate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g4_ApproxSciMate.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g5_Jupyter_Energi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g5_Jupyter_Energi.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g6_e3ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g6_e3ui.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g7_GreenCode_Promoting_Eco-Friendly_Coding_Practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g7_GreenCode_Promoting_Eco-Friendly_Coding_Practices.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/g8_estimating_emissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/g8_estimating_emissions.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/gX_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/gX_template.md -------------------------------------------------------------------------------- /2024/p2_hacking_sustainability/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/p2_hacking_sustainability/index.md -------------------------------------------------------------------------------- /2024/papers/G6_E3UI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/papers/G6_E3UI.pdf -------------------------------------------------------------------------------- /2024/papers/g1_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/papers/g1_paper.pdf -------------------------------------------------------------------------------- /2024/papers/g3_Gamification_StackSustain_.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/papers/g3_Gamification_StackSustain_.pdf -------------------------------------------------------------------------------- /2024/papers/g4_ApproxSciMate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/papers/g4_ApproxSciMate.pdf -------------------------------------------------------------------------------- /2024/papers/g5_Jupyter_Energi_P2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/papers/g5_Jupyter_Energi_P2.pdf -------------------------------------------------------------------------------- /2024/papers/g7_GreenCode_Promoting_Eco-Friendly_Coding_Practices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/papers/g7_GreenCode_Promoting_Eco-Friendly_Coding_Practices.pdf -------------------------------------------------------------------------------- /2024/papers/g8_estimating_emissions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2024/papers/g8_estimating_emissions.pdf -------------------------------------------------------------------------------- /2025/img/domains.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/domains.svg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_1.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_2.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_3.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/Figure_4.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/cover.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_1.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_2.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_usage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_usage1.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_usage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g10_minecraft_shaders/gpu_usage2.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g11_dropwizard_springboot/hello_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g11_dropwizard_springboot/hello_app.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g11_dropwizard_springboot/violin_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g11_dropwizard_springboot/violin_plot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g12_databases/hist_mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g12_databases/hist_mysql.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g12_databases/hist_sqlite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g12_databases/hist_sqlite.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g12_databases/raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g12_databases/raw.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g12_databases/violin_mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g12_databases/violin_mysql.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g12_databases/violin_sqlite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g12_databases/violin_sqlite.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g14_jellyfin_browser_native/av1_app_watts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g14_jellyfin_browser_native/av1_app_watts.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g14_jellyfin_browser_native/av1_browser_watts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g14_jellyfin_browser_native/av1_browser_watts.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g14_jellyfin_browser_native/av1_distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g14_jellyfin_browser_native/av1_distribution.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g14_jellyfin_browser_native/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g14_jellyfin_browser_native/cover.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g14_jellyfin_browser_native/h264_app_watts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g14_jellyfin_browser_native/h264_app_watts.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g14_jellyfin_browser_native/h264_browser_watts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g14_jellyfin_browser_native/h264_browser_watts.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g14_jellyfin_browser_native/h264_distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g14_jellyfin_browser_native/h264_distribution.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g15_text_editors/box.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g15_text_editors/box.jpeg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g15_text_editors/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g15_text_editors/cover.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g15_text_editors/histogram.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g15_text_editors/histogram.jpeg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g15_text_editors/violin.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g15_text_editors/violin.jpeg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g16_notetaking/violinplotfinal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g16_notetaking/violinplotfinal.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g18_machine_learning_libraries/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g18_machine_learning_libraries/cover.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g18_machine_learning_libraries/energy-consumption-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g18_machine_learning_libraries/energy-consumption-comparison.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g1_regex_energy/violin_energy_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g1_regex_energy/violin_energy_high.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g1_regex_energy/violin_energy_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g1_regex_energy/violin_energy_low.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g1_regex_energy/violin_energy_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g1_regex_energy/violin_energy_medium.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g1_regex_energy/violin_time_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g1_regex_energy/violin_time_high.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g1_regex_energy/violin_time_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g1_regex_energy/violin_time_low.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g1_regex_energy/violin_time_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g1_regex_energy/violin_time_medium.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/cover.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/img.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/power-scalar-comparisons-pc1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/power-scalar-comparisons-pc1.svg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/power-scalar-comparisons-pc2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/power-scalar-comparisons-pc2.svg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/power-scalar-comparisons-pc3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/power-scalar-comparisons-pc3.svg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/power-scalar-dist-zoomed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/power-scalar-dist-zoomed.svg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/power-scalar-dist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/power-scalar-dist.svg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g20_GTAV/time-series-power-scalar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g20_GTAV/time-series-power-scalar.svg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/cpp-energy_consumption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/cpp-energy_consumption.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/cpp-execution_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/cpp-execution_time.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/cpp-power_consumption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/cpp-power_consumption.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/java-energy_consumption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/java-energy_consumption.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/java-execution_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/java-execution_time.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/java-power_consumption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/java-power_consumption.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/python-energy_consumption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/python-energy_consumption.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/python-execution_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/python-execution_time.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g21_sorting_algorithms/python-power_consumption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g21_sorting_algorithms/python-power_consumption.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/bar_energy_per_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/bar_energy_per_token.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/bar_total_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/bar_total_energy.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/box_energy_per_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/box_energy_per_token.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/box_total_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/box_total_energy.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/cover.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/means_large_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/means_large_repos.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/no-extensions-vs-all-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/no-extensions-vs-all-extensions.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/small-vs-medium-vs-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/small-vs-medium-vs-large.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/specific-extensions-vs-all-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/g19_vscode_extensions/specific-extensions-vs-all-extensions.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g23_llm_inference/gtavlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g23_llm_inference/gtavlogo.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/energy_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/energy_comparison.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/g24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/g24.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/mean_energy_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/mean_energy_comparison.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/mean_energy_comparison_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/mean_energy_comparison_normal.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/mean_energy_comparison_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/mean_energy_comparison_optimized.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/median_energy_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/median_energy_comparison.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/violin_energy_comparison_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/violin_energy_comparison_normal.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g24_python_3.14/violin_energy_comparison_optimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g24_python_3.14/violin_energy_comparison_optimized.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g25_spotify/box_no_outliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g25_spotify/box_no_outliers.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g25_spotify/box_outliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g25_spotify/box_outliers.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g25_spotify/box_without_closing_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g25_spotify/box_without_closing_setup.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g2_ml_libraries/edp_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g2_ml_libraries/edp_plot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g2_ml_libraries/energy_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g2_ml_libraries/energy_plot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g2_ml_libraries/net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g2_ml_libraries/net.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g2_ml_libraries/normalized_edp_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g2_ml_libraries/normalized_edp_plot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g2_ml_libraries/normalized_energy_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g2_ml_libraries/normalized_energy_plot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g2_ml_libraries/power_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g2_ml_libraries/power_plot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g2_ml_libraries/time_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g2_ml_libraries/time_plot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/donut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/donut.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment1_energy_by_run_type_violinplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment1_energy_by_run_type_violinplot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment1_histograms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment1_histograms.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment1_power_by_run_type_violinplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment1_power_by_run_type_violinplot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment2_energy_by_run_type_violinplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment2_energy_by_run_type_violinplot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment2_histograms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment2_histograms.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment2_power_by_run_type_violinplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment2_power_by_run_type_violinplot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment3_energy_by_run_type_violinplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment3_energy_by_run_type_violinplot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment3_histograms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment3_histograms.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g3_blender/experiment3_power_by_run_type_violinplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g3_blender/experiment3_power_by_run_type_violinplot.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgPowerConsumptionRedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgPowerConsumptionRedditMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgPowerConsumptionYoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgPowerConsumptionYoutubeMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgPowerYoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgPowerYoutubeMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgRedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/AvgRedditMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/RedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/RedditMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/YoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/YoutubeMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/cover_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/cover_3.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/reddit_power_hist_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/reddit_power_hist_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/reddit_power_iterations_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/reddit_power_iterations_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/reddit_power_violin_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/reddit_power_violin_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/win-reddit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/win-reddit.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/win-vio-reddit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/win-vio-reddit.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/win-vio-youtube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/win-vio-youtube.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/win-youtube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/win-youtube.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/yt_power_hist_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/yt_power_hist_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/yt_power_iterations_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/yt_power_iterations_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_Chrome-FireFox/yt_power_violing_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_Chrome-FireFox/yt_power_violing_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionRedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionRedditMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionYoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/AvgPowerConsumptionYoutubeMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/AvgPowerYoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/AvgPowerYoutubeMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/AvgRedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/AvgRedditMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/RedditMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/RedditMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/YoutubeMacOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/YoutubeMacOS.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/reddit_power_hist_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/reddit_power_hist_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/reddit_power_iterations_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/reddit_power_iterations_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/reddit_power_violin_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/reddit_power_violin_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/win-reddit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/win-reddit.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/win-vio-reddit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/win-vio-reddit.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/win-vio-youtube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/win-vio-youtube.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/win-youtube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/win-youtube.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/yt_power_hist_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/yt_power_hist_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/yt_power_iterations_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/yt_power_iterations_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g4_browser_revolution/yt_power_violing_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g4_browser_revolution/yt_power_violing_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g5_browser-extensions/Untitled(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g5_browser-extensions/Untitled(1).png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g5_browser-extensions/Untitled(2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g5_browser-extensions/Untitled(2).png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g5_browser-extensions/Untitled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g5_browser-extensions/Untitled.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g5_browser-extensions/per-set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g5_browser-extensions/per-set.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g5_browser-extensions/per-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g5_browser-extensions/per-site.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/EDP_Distribution_by_Model_models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/EDP_Distribution_by_Model_models.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/EDP_Distribution_by_Model_qwen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/EDP_Distribution_by_Model_qwen.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/deepseek-r1_1.5b_average_energy_with_error_without_idle_pp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/deepseek-r1_1.5b_average_energy_with_error_without_idle_pp0.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5-coder_1.5b-instruct-q5_0_average_energy_with_error_without_idle_pp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5-coder_1.5b-instruct-q5_0_average_energy_with_error_without_idle_pp0.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_0.5b_average_energy_with_error_without_idle_pp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_0.5b_average_energy_with_error_without_idle_pp0.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_1.5b_average_energy_with_error_without_idle_pp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_1.5b_average_energy_with_error_without_idle_pp0.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_3b_average_energy_with_error_without_idle_pp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_3b_average_energy_with_error_without_idle_pp0.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_7b_average_energy_with_error_without_idle_pp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/qwen2.5_7b_average_energy_with_error_without_idle_pp0.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g6_llms_energy_consumption/yi-coder_1.5b_average_energy_with_error_without_idle_pp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g6_llms_energy_consumption/yi-coder_1.5b_average_energy_with_error_without_idle_pp0.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g7_pdfreaders/pdf_vs_others.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g7_pdfreaders/pdf_vs_others.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g7_pdfreaders/time_series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g7_pdfreaders/time_series.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g7_pdfreaders/violin_plot_with_outliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g7_pdfreaders/violin_plot_with_outliers.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g8_database/h2h_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g8_database/h2h_energy.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g8_database/old_joule_violinbox_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g8_database/old_joule_violinbox_linux.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g8_database/old_joule_violinbox_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g8_database/old_joule_violinbox_windows.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/Figure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/Figure_1.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/aggregated_metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/aggregated_metrics.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/barplot_avg_duration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/barplot_avg_duration.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/barplot_avg_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/barplot_avg_temp.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/barplot_selenium_metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/barplot_selenium_metrics.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/barplot_selenium_overhead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/barplot_selenium_overhead.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/boxplot_edp_w=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/boxplot_edp_w=1.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/boxplot_edp_w=2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/boxplot_edp_w=2.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/boxplot_edp_w=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/boxplot_edp_w=3.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/correlation_response_time_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/correlation_response_time_energy.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/effect_size_significance_scatter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/effect_size_significance_scatter.jpg -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/heatmap_Average_Power_(W).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/heatmap_Average_Power_(W).png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/heatmap_Total_Energy_(J).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/heatmap_Total_Energy_(J).png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/hist_avg_total_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/hist_avg_total_energy.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/memory_across_iterations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/memory_across_iterations.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/violin_avg_power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/violin_avg_power.png -------------------------------------------------------------------------------- /2025/img/p1_measuring_software/g9_search_engines/violin_total_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p1_measuring_software/g9_search_engines/violin_total_energy.png -------------------------------------------------------------------------------- /2025/img/p2_hacking_sustainability/g1_green_code_analyzer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p2_hacking_sustainability/g1_green_code_analyzer/logo.png -------------------------------------------------------------------------------- /2025/img/p2_hacking_sustainability/g2_DockerInference/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p2_hacking_sustainability/g2_DockerInference/cover.png -------------------------------------------------------------------------------- /2025/img/p2_hacking_sustainability/g4_green-llama/green-llama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p2_hacking_sustainability/g4_green-llama/green-llama.png -------------------------------------------------------------------------------- /2025/img/p2_hacking_sustainability/gX_template/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p2_hacking_sustainability/gX_template/cover.png -------------------------------------------------------------------------------- /2025/img/p2_hacking_sustainability/gX_template/project_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/img/p2_hacking_sustainability/gX_template/project_cover.png -------------------------------------------------------------------------------- /2025/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/index.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/Gijs_combined_violin_box_decode_1080p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/Gijs_combined_violin_box_decode_1080p.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/Gijs_combined_violin_box_decode_1080p_filtered_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/Gijs_combined_violin_box_decode_1080p_filtered_results.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h265.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h265.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/Gijs_violin_box_decode_1080p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h265.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h265.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/histogram_total_energy_decode_1080p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/qqplot_decode_1080p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/qqplot_decode_1080p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/qqplot_decode_1080p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/qqplot_decode_1080p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/1080p/qqplot_decode_1080p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/1080p/qqplot_decode_1080p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/Gijs_combined_violin_box_decode_480p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/Gijs_combined_violin_box_decode_480p.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/Gijs_combined_violin_box_decode_480p_filtered_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/Gijs_combined_violin_box_decode_480p_filtered_results.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h265.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h265.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/Gijs_violin_box_decode_480p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h265.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h265.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/histogram_total_energy_decode_480p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/qqplot_decode_480p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/qqplot_decode_480p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/qqplot_decode_480p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/qqplot_decode_480p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/480p/qqplot_decode_480p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/480p/qqplot_decode_480p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/Gijs_combined_violin_box_decode_720p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/Gijs_combined_violin_box_decode_720p.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/Gijs_combined_violin_box_decode_720p_filtered_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/Gijs_combined_violin_box_decode_720p_filtered_results.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h265.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h265.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/Gijs_violin_box_decode_720p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h265.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h265.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/histogram_total_energy_decode_720p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/qqplot_decode_720p_h264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/qqplot_decode_720p_h264.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/qqplot_decode_720p_h264_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/qqplot_decode_720p_h264_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/experiment_plots/720p/qqplot_decode_720p_h265_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/experiment_plots/720p/qqplot_decode_720p_h265_filtered.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/ffmpeg_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/ffmpeg_cover.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/g10_minecraft_shaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g10_minecraft_shaders.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g11_dropwizard_springboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g11_dropwizard_springboot.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g12_databases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g12_databases.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g13/energy-consumption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g13/energy-consumption.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/g13/energy-delay-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g13/energy-delay-diagram.png -------------------------------------------------------------------------------- /2025/p1_measuring_software/g13/g13_backend_frameworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g13/g13_backend_frameworks.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g14_jellyfin_browser_native.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g14_jellyfin_browser_native.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g15_text_editors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g15_text_editors.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g16_notetaking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g16_notetaking.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g18_machine_learning_libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g18_machine_learning_libraries.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g19_vscode_extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g19_vscode_extensions.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g1_regex_energy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g1_regex_energy.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g20_GTAV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g20_GTAV.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g21_sorting_algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g21_sorting_algorithms.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g22_ffmpeg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g22_ffmpeg.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g23_llm_inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g23_llm_inference.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g24_python_3.14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g24_python_3.14.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g25_spotify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g25_spotify.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g2_ml_libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g2_ml_libraries.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g3_blender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g3_blender.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g4_Chrome-FireFox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g4_Chrome-FireFox.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g4_browser_revolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g4_browser_revolution.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g5_browser-extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g5_browser-extensions.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g6_llms_energy_consumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g6_llms_energy_consumption.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g7_pdfreaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g7_pdfreaders.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g8_database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g8_database.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/g9_search_engines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/g9_search_engines.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/gX_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/gX_template.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/index.md -------------------------------------------------------------------------------- /2025/p1_measuring_software/resources/aggregated_energy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p1_measuring_software/resources/aggregated_energy.html -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g10_sast_energy_consumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g10_sast_energy_consumption.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g11_mlworkloads_docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g11_mlworkloads_docker.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g12_greenchat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g12_greenchat.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g13/g13_energibridge_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g13/g13_energibridge_service.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g14_junit_energy_consumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g14_junit_energy_consumption.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g15_ChatGPT_Carbon_Tracker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g15_ChatGPT_Carbon_Tracker -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g16_burnout_dev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g16_burnout_dev.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g18_Estimating_Energy_Consumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g18_Estimating_Energy_Consumption.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g1_green_code_analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g1_green_code_analyzer.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g20_libraries_nutriscore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g20_libraries_nutriscore.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g21_Gamification_SustainableSprint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g21_Gamification_SustainableSprint.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g22_GradlEnergi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g22_GradlEnergi.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g23_pynguin_power_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g23_pynguin_power_usage.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g24_ml_benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g24_ml_benchmark.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g2_DockerInference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g2_DockerInference.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g3_congestion_scheduling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g3_congestion_scheduling.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g4_green_llama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g4_green_llama.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g5_use_ESLint_to_find_energy_hotspot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g5_use_ESLint_to_find_energy_hotspot.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g6_pmd_energy_consumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g6_pmd_energy_consumption.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g7_MLEnergy_docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g7_MLEnergy_docker.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g8_HuggingCarbon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g8_HuggingCarbon.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/g9_GovOSS_Dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/g9_GovOSS_Dataset.md -------------------------------------------------------------------------------- /2025/p2_hacking_sustainability/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/p2_hacking_sustainability/index.md -------------------------------------------------------------------------------- /2025/papers/Green-Llama_Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/Green-Llama_Report.pdf -------------------------------------------------------------------------------- /2025/papers/Group_12_Greenchat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/Group_12_Greenchat.pdf -------------------------------------------------------------------------------- /2025/papers/SSE_Project_Group 18.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/SSE_Project_Group 18.pdf -------------------------------------------------------------------------------- /2025/papers/cs4575_project2_docker.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/cs4575_project2_docker.pdf -------------------------------------------------------------------------------- /2025/papers/g10_measuring_energy_usage_sast_configs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g10_measuring_energy_usage_sast_configs.pdf -------------------------------------------------------------------------------- /2025/papers/g11_mlworkloads_docker.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g11_mlworkloads_docker.pdf -------------------------------------------------------------------------------- /2025/papers/g13_energibridge_service.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g13_energibridge_service.pdf -------------------------------------------------------------------------------- /2025/papers/g14_measuring_energy_usage_junit_tests.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g14_measuring_energy_usage_junit_tests.pdf -------------------------------------------------------------------------------- /2025/papers/g15_ChatGPT_Carbon_Tracker.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g15_ChatGPT_Carbon_Tracker.pdf -------------------------------------------------------------------------------- /2025/papers/g16_burnout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g16_burnout.pdf -------------------------------------------------------------------------------- /2025/papers/g1_green_code_analyzer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g1_green_code_analyzer.pdf -------------------------------------------------------------------------------- /2025/papers/g20_libraries_nutriscore.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g20_libraries_nutriscore.pdf -------------------------------------------------------------------------------- /2025/papers/g21_Gamification_SustainableSprint.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g21_Gamification_SustainableSprint.pdf -------------------------------------------------------------------------------- /2025/papers/g22_GradlEnergi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g22_GradlEnergi.pdf -------------------------------------------------------------------------------- /2025/papers/g23_pynguin_power_usage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g23_pynguin_power_usage.pdf -------------------------------------------------------------------------------- /2025/papers/g24_ml_benchmark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g24_ml_benchmark.pdf -------------------------------------------------------------------------------- /2025/papers/g5_Energy_Hotspot_in_Javascript.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g5_Energy_Hotspot_in_Javascript.pdf -------------------------------------------------------------------------------- /2025/papers/g6_pmd_energy_consumption.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g6_pmd_energy_consumption.pdf -------------------------------------------------------------------------------- /2025/papers/g8_HuggingCarbon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g8_HuggingCarbon.pdf -------------------------------------------------------------------------------- /2025/papers/g9_GovOSS_Dataset.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2025/papers/g9_GovOSS_Dataset.pdf -------------------------------------------------------------------------------- /2026/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/2026/index.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/Dockerfile -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_config.yml -------------------------------------------------------------------------------- /_includes/custom-head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_includes/custom-head.html -------------------------------------------------------------------------------- /_includes/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_includes/head.html -------------------------------------------------------------------------------- /_includes/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_includes/header.html -------------------------------------------------------------------------------- /_includes/tag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_includes/tag.html -------------------------------------------------------------------------------- /_layouts/blog_post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_layouts/blog_post.html -------------------------------------------------------------------------------- /_layouts/project_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_layouts/project_page.html -------------------------------------------------------------------------------- /_layouts/publication.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_layouts/publication.html -------------------------------------------------------------------------------- /_literature_review_2022/2016_Maryam_Engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2016_Maryam_Engineering.md -------------------------------------------------------------------------------- /_literature_review_2022/2020-Birgit-attention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2020-Birgit-attention.md -------------------------------------------------------------------------------- /_literature_review_2022/2020-davide-sleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2020-davide-sleep.md -------------------------------------------------------------------------------- /_literature_review_2022/2020_Evgeni_Designing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2020_Evgeni_Designing.md -------------------------------------------------------------------------------- /_literature_review_2022/2021-author-keyword.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2021-author-keyword.md -------------------------------------------------------------------------------- /_literature_review_2022/2021-johnson-Work-Environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2021-johnson-Work-Environment.md -------------------------------------------------------------------------------- /_literature_review_2022/2021_Amanda_Weekends.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2021_Amanda_Weekends.md -------------------------------------------------------------------------------- /_literature_review_2022/2021_Gerosa_Motivation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2021_Gerosa_Motivation.md -------------------------------------------------------------------------------- /_literature_review_2022/2022_Bjarnason_Interteam-communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2022/2022_Bjarnason_Interteam-communication.md -------------------------------------------------------------------------------- /_literature_review_2023/2011-Catherine-Social.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2011-Catherine-Social.md -------------------------------------------------------------------------------- /_literature_review_2023/2015-Nils-Equality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2015-Nils-Equality.md -------------------------------------------------------------------------------- /_literature_review_2023/2016-cathrine_approaches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2016-cathrine_approaches.md -------------------------------------------------------------------------------- /_literature_review_2023/2016-maryam_requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2016-maryam_requirements.md -------------------------------------------------------------------------------- /_literature_review_2023/2016_mika_mining.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2016_mika_mining.md -------------------------------------------------------------------------------- /_literature_review_2023/2018-Daniel_unhappy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2018-Daniel_unhappy.md -------------------------------------------------------------------------------- /_literature_review_2023/2020-Angel-Ethics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2020-Angel-Ethics.md -------------------------------------------------------------------------------- /_literature_review_2023/2020-Claudia-EngineeringGender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2020-Claudia-EngineeringGender.md -------------------------------------------------------------------------------- /_literature_review_2023/2020-Ehsan-HCXAI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2020-Ehsan-HCXAI.md -------------------------------------------------------------------------------- /_literature_review_2023/2021-author-keyword copy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2021-author-keyword copy.md -------------------------------------------------------------------------------- /_literature_review_2023/2023_Daniel_unhappy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/2023_Daniel_unhappy.md -------------------------------------------------------------------------------- /_literature_review_2023/Group 2.pptx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/Group 2.pptx.pdf -------------------------------------------------------------------------------- /_literature_review_2023/year-author-keyword.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/_literature_review_2023/year-author-keyword.md -------------------------------------------------------------------------------- /assets/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/assets/custom.css -------------------------------------------------------------------------------- /assets/img/domains.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiscruz/course_sustainableSE/HEAD/assets/img/domains.svg --------------------------------------------------------------------------------