From ab82b7d7d271cc3508b4b246ba4b1fac2affd437 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 26 Feb 2024 21:13:55 +0300 Subject: [PATCH] feat: add footer FEB 24 (#248) --- build/universal/trending/english.yaml | 120 +++++++++++++------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/build/universal/trending/english.yaml b/build/universal/trending/english.yaml index e758492..2550671 100644 --- a/build/universal/trending/english.yaml +++ b/build/universal/trending/english.yaml @@ -1,60 +1,60 @@ -article0title: "Binary Search in C++" -article0link: "https://www.freecodecamp.org/news/binary-search-in-c-algorithm-example/" -article1title: "Binary Search in Java" -article1link: "https://www.freecodecamp.org/news/binary-search-in-java-algorithm-example/" -article2title: "Lambda Sort in Python" -article2link: "https://www.freecodecamp.org/news/lambda-sort-list-in-python/" -article3title: "List Flatten in Python" -article3link: "https://www.freecodecamp.org/news/list-flatten-in-python-flattening-nested-lists/" -article4title: "Python Print Exception" -article4link: "https://www.freecodecamp.org/news/python-print-exception-how-to-try-except-print-an-error/" -article5title: "Enhanced Java for-loops" -article5link: "https://www.freecodecamp.org/news/enhanced-for-loops-in-java-how-to-use-foreach-loops-on-arrays/" -article6title: "JS Comparison Operators" -article6link: "https://www.freecodecamp.org/news/javascript-comparison-operators-how-to-compare-objects-for-equality-in-js/" -article7title: "Python Program Examples" -article7link: "https://www.freecodecamp.org/news/python-program-examples-simple-code-examples-for-beginners/" -article8title: "Create a Dict in Python" -article8link: "https://www.freecodecamp.org/news/create-a-dictionary-in-python-python-dict-methods/" -article9title: "Python Remove from List" -article9link: "https://www.freecodecamp.org/news/python-remove-from-list-how-to-remove-an-item-from-a-list-in-python-2/" -article10title: "Pip Upgrade" -article10link: "https://www.freecodecamp.org/news/pip-upgrade-and-how-to-update-pip-and-python/" -article11title: "Undo Git Add" -article11link: "https://www.freecodecamp.org/news/undo-git-add-how-to-remove-added-files-in-git/" -article12title: "Operators in C" -article12link: "https://www.freecodecamp.org/news/c-operator-logic-operators-in-c-programming/" -article13title: "Dataframe to CSV" -article13link: "https://www.freecodecamp.org/news/dataframe-to-csv-how-to-save-pandas-dataframes-by-exporting/" -article14title: "JavaScript Replace" -article14link: "https://www.freecodecamp.org/news/javascript-replace-how-to-replace-a-string-or-substring-in-js/" -article15title: "What is R Squared?" -article15link: "https://www.freecodecamp.org/news/what-is-r-squared-r2-value-meaning-and-definition/" -article16title: "Git Squash Commits" -article16link: "https://www.freecodecamp.org/news/git-squash-commits/" -article17title: "Integer Array in C" -article17link: "https://www.freecodecamp.org/news/how-to-declare-integer-arrays-with-c-programming/" -article18title: "Gradient Descent ML" -article18link: "https://www.freecodecamp.org/news/gradient-descent-machine-learning-algorithm-example/" -article19title: "JS Ternary Operator" -article19link: "https://www.freecodecamp.org/news/how-to-use-the-ternary-operator-in-javascript/" -article20title: "Print Newline in Python" -article20link: "https://www.freecodecamp.org/news/print-newline-in-python/" -article21title: "Bash Scripting Tutorial" -article21link: "https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/" -article22title: "Create an Array in Java" -article22link: "https://www.freecodecamp.org/news/how-to-create-an-array-in-java/" -article23title: "Trim a String in Python" -article23link: "https://www.freecodecamp.org/news/how-to-strip-trailing-whitespace-in-python/" -article24title: "Static Variables in Java" -article24link: "https://www.freecodecamp.org/news/static-variables-in-java/" -article25title: "What Does => Mean in JS?" -article25link: "https://www.freecodecamp.org/news/what-does-the-hashrocket-symbol-mean-in-javascript/" -article26title: "Python Iterate Over Dict" -article26link: "https://www.freecodecamp.org/news/python-iterate-over-dictionary-how-to-loop-through-a-dict/" -article27title: "Install Node.js on Ubuntu" -article27link: "https://www.freecodecamp.org/news/how-to-install-node-js-on-ubuntu/" -article28title: "SQL Where Contains String" -article28link: "https://www.freecodecamp.org/news/sql-where-contains-string-substring-query-example/" -article29title: "How to Join Lists in Python" -article29link: "https://www.freecodecamp.org/news/joining-lists-in-python-how-to-concat-lists/" +article0title: "Delete File in Linux" +article0link: "https://www.freecodecamp.org/news/how-to-delete-a-file-or-directory-in-linux/" +article1title: "What is :: in Python?" +article1link: "https://www.freecodecamp.org/news/what-does-mean-in-python-operator-meaning-for-double-colon/" +article2title: "Python PWD Equivalent" +article2link: "https://www.freecodecamp.org/news/python-get-current-directory/" +article3title: "JSONObject.toString()" +article3link: "https://www.freecodecamp.org/news/jsonobject-tostring-how-to-convert-json-to-a-string-in-java/" +article4title: "What is SSH in Linux?" +article4link: "https://www.freecodecamp.org/news/ssh-meaning-in-linux/" +article5title: "Max int Size in Python" +article5link: "https://www.freecodecamp.org/news/maximum-integer-size-in-python/" +article6title: "Python Bytes to String" +article6link: "https://www.freecodecamp.org/news/python-bytes-to-string-how-to-convert-a-bytestring/" +article7title: "Git Pull Remote Branch" +article7link: "https://www.freecodecamp.org/news/git-pull-remote-branch-how-to-fetch-remote-branches-in-git/" +article8title: "Fix Git Merge Conflicts" +article8link: "https://www.freecodecamp.org/news/how-to-fix-merge-conflicts-in-git/" +article9title: "JavaScript Refresh Page" +article9link: "https://www.freecodecamp.org/news/javascript-refresh-page-how-to-reload-a-page-in-js/" +article10title: "Git Revert" +article10link: "https://www.freecodecamp.org/news/git-revert-how-to-reset-a-file-or-commit/" +article11title: "JSON Comments" +article11link: "https://www.freecodecamp.org/news/comments-in-json/" +article12title: "Java Use Cases" +article12link: "https://www.freecodecamp.org/news/what-is-java-used-for/" +article13title: "Python Copy File" +article13link: "https://www.freecodecamp.org/news/python-copy-file-copying-files-to-another-directory/" +article14title: "Linux cp Command" +article14link: "https://www.freecodecamp.org/news/how-to-copy-a-directory-in-linux-use-the-cp-command-to-copy-a-folder/" +article15title: "Python list.pop()" +article15link: "https://www.freecodecamp.org/news/python-list-pop-how-to-pop-an-element-from-a-array/" +article16title: "JS Sum of an Array" +article16link: "https://www.freecodecamp.org/news/how-to-add-numbers-in-javascript-arrays/" +article17title: "Python Split String" +article17link: "https://www.freecodecamp.org/news/python-split-string-how-to-split-a-string-into-a-list-or-array-in-python/" +article18title: "HTTP Request Methods" +article18link: "https://www.freecodecamp.org/news/call-vs-put-vs-post-http-request-methods-explained/" +article19title: "Compare Strings in C" +article19link: "https://www.freecodecamp.org/news/strcmp-in-c-how-to-compare-strings-in-c/" +article20title: "What Does $ Mean in JS?" +article20link: "https://www.freecodecamp.org/news/what-does-the-dollar-sign-mean-in-javascript/" +article21title: "Python range() Function" +article21link: "https://www.freecodecamp.org/news/python-range-function-example/" +article22title: "Pandas Iterate Over Rows" +article22link: "https://www.freecodecamp.org/news/how-to-iterate-over-rows-with-pandas-loop-through-a-dataframe/" +article23title: "Initialize a List in Java" +article23link: "https://www.freecodecamp.org/news/how-to-initialize-a-java-list/" +article24title: "Check for Empty String JS" +article24link: "https://www.freecodecamp.org/news/check-if-string-is-empty-or-null-javascript/" +article25title: "Initialize ArrayList Java" +article25link: "https://www.freecodecamp.org/news/how-to-initialize-an-arraylist-in-java-with-values/" +article26title: "Delete Environment in Conda" +article26link: "https://www.freecodecamp.org/news/how-to-delete-an-environment-in-conda/" +article27title: "Pretty Print JSON in Python" +article27link: "https://www.freecodecamp.org/news/how-to-pretty-print-json-in-python/" +article28title: "What Does $ Mean in Python?" +article28link: "https://www.freecodecamp.org/news/what-does-the-dollar-sign-mean-in-python/" +article29title: "Check for Empty List Python" +article29link: "https://www.freecodecamp.org/news/how-to-check-if-a-list-is-empty-in-python/"