beginner
Here are 2,385 public repositories matching this topic...
-
Updated
Apr 11, 2022
-
Updated
Jun 7, 2022
-
Updated
Jan 14, 2022
CircuitPython version
Adafruit CircuitPython 7.3.0-rc.2 on 2022-05-21; Raspberry Pi Pico with rp2040Code/REPL
b = (0xFEED).to_bytes(2,"little")
# next line is not correct code
x = int.from_bytes(b, 2, "little")
print(x==0xFEED)Behavior
C Python raises a TypeError if too many arguments:
int.from_bytes(bytes([0xFE,0xED]), 2, "big")
Tracebac
-
Updated
Jun 15, 2022
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 25, 2022
-
Updated
Jan 21, 2021 - Go
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Jul 5, 2022 - Python
-
Updated
Dec 11, 2019 - HTML
-
Updated
May 12, 2022
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
Jun 18, 2022 - JavaScript
-
Updated
Apr 25, 2021
As a first time Pheonix user I followed the Step 1 in the readme and created the app, but when checking to see if I had done it properly I received the following error message numerous times, filling my terminal.
[error] Postgrex.Protocol (#PID<0.363.0>) failed to connect: ** (Postgrex.Error) FATAL 3D000 (invalid_catalog_name): database "chat_dev" does not exist
I understand that
Table of Contents?
First, the project is very useful! Thanks for creating it! However, it's kinda embarrassing that we can only search on one language once a time.
Can we add multiple language support so that we can search based on various combination of languages? Like python and c++
Welcome to Hacktoberfest 2021!
-
Updated
Oct 31, 2021 - SCSS
-
Updated
Jan 6, 2020 - Jupyter Notebook
-
Updated
Oct 16, 2021 - Python
-
Updated
Apr 15, 2022 - JavaScript
Improve this page
Add a description, image, and links to the beginner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the beginner topic, visit your repo's landing page and select "manage topics."
It would be good to have a video tutorial explaining how to make your first PR.
The format I have in mind is a beginner sharing their screen and going through the tutorial. I can explain the steps and answer questions during this call.
If you are interested in being a part of this or have suggestions, please comment down below and let's discuss this further.
Cheers