-
Updated
Jul 4, 2022 - Python
practice-project
Here are 1,248 public repositories matching this topic...
-
Updated
Nov 25, 2019 - Jupyter Notebook
-
Updated
Aug 28, 2018 - Jupyter Notebook
add colors to console.log in javascript projects.
For nodejs:
// This should be red color
console.log("\x1b[31m; %s \x1b[0m", "Hello world");
// for some more colors
for(let i =1; i <10; i++){
for(let j = 30; j<38; j++){
for(let k = 40; k<48; k++){
console.log(`\x1b[${i};${k};${j}m Hello world \x1b[0m`);
}
}
}currency convertor
-
Updated
Dec 4, 2021 - Python
-
Updated
May 15, 2021 - Java
I have always had a list of random resources that I kept on GitHub as a sort of non-browser specific bookmark list.
Thought it would make a great OS project that anyone could contribute to with their own resources.
https://github.com/saramccombs/dev-resources
While I don't have the time at the moment to add it, I thought I'd create an issue to get it added in case someone has time befor
-
Updated
Jun 21, 2022 - HTML
-
Updated
Sep 25, 2019 - C++
-
Updated
Feb 13, 2019 - Jupyter Notebook
-
Updated
May 24, 2018
-
Updated
Jun 28, 2020 - C++
-
Updated
Mar 16, 2018 - Dart
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jul 31, 2017 - Python
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Feb 23, 2018 - JavaScript
-
Updated
Oct 8, 2018 - C#
-
Updated
Oct 12, 2018 - JavaScript
-
Updated
Oct 12, 2018 - JavaScript
-
Updated
Mar 29, 2018 - Dart
-
Updated
Jan 23, 2022 - HTML
-
Updated
Jun 5, 2022 - Python
Improve this page
Add a description, image, and links to the practice-project topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the practice-project topic, visit your repo's landing page and select "manage topics."
To add any concepts like reactjs and javascript follow the below steps
src/pages/.src/components/data.jsand create a PR.