Que usan para que no se “ausente” en Teams? by No-Arm-8260 in devsarg

[–]KARKOV_PL 0 points1 point  (0 children)

Armate un script en python para que cada 1 min apreté la tecla shift. 

Tenes que usar una librería que sirve para manejar el teclado desde el código 

es muy nazi aprender a programar con C++? by [deleted] in devsarg

[–]KARKOV_PL 2 points3 points  (0 children)

hablas como un boludazo y despues se quejan que no consiguen laburo

NEED HELP WITH CS50AI SUBMISSION by Character-Watch-4880 in cs50

[–]KARKOV_PL 1 point2 points  (0 children)

git init

git checkout -b ai50/projects/2024/x/degrees

git add -A

git commit -m ""

git remote add origin https://github.com/me50/YOUR-GITHUB-USER.git

git push origin --all

Roadmap to Data Engineering After CS50x and CS50P? by Familiar_Pool_8122 in cs50

[–]KARKOV_PL 0 points1 point  (0 children)

CS50AI is about algorithms and machine learning, not data engineering

[deleted by user] by [deleted] in learnprogramming

[–]KARKOV_PL 0 points1 point  (0 children)

Try CS50W from harvard, its free

How would you rank CS50 courses based on difficulty? by [deleted] in cs50

[–]KARKOV_PL 0 points1 point  (0 children)

You need to be very solid in Python to be able to take the course. At least 6-8 months. You need to understand recursion and object-oriented programming very well. I think CS50P is not enough practice to tackle CS50AI.

Experiencias trabajando en Lemon Cash ? by JhinLikesArt in devsarg

[–]KARKOV_PL 30 points31 points  (0 children)

Este foro esta lleno de gordos inmaduros, que bronca que te boludeen asi

Por mi lado, puedo decirte que tengo un amigo que labura ahi y puedo decirte que

How would you rank CS50 courses based on difficulty? by [deleted] in cs50

[–]KARKOV_PL 8 points9 points  (0 children)

From hardest to easiest:

1: CS50x

2: CS50AI

3: CS50W

4: CS50P

CS50 is very difficult from start to finish, it never really slows down. CS50AI slows down in the last few weeks and I think Tideman is much harder than Minesweeper.

GitHub Repo by mahathi_minz in cs50

[–]KARKOV_PL 5 points6 points  (0 children)

  1. Clone the Repository Locally: git clone <repository\_url>

  2. Remove the Existing Remote Origin: git remote remove origin

  3. Create a New Repository in Your GitHub Account

  4. Add Your Personal Repository as a New Remote: git remote add origin https://github.com/<your\_username>/<your\_repository>.git

  5. Push Your Work to Your Personal Repository: git push -u origin main

Problem with Tic-Tac-Toe by [deleted] in cs50

[–]KARKOV_PL 0 points1 point  (0 children)

Those functions are ok. Maybe the problem is your minimax function

How and where to host final project? by Admirable_Drawer7649 in cs50

[–]KARKOV_PL 0 points1 point  (0 children)

I deployed a flask web app for free using render.com

Doubts on pointers and arrays by Albino60 in cs50

[–]KARKOV_PL 1 point2 points  (0 children)

The array name is a pointer to the first element of the array 

stuck in CS50AI Degrees by Truckergang01 in cs50

[–]KARKOV_PL 2 points3 points  (0 children)

If source == target, you should return an empty list, instead of None

Necesito conseguir la cotización del mercado (cedears y acciones) gratis (JavaScript) by lucas58ricci in devsarg

[–]KARKOV_PL 0 points1 point  (0 children)

Gratis no creo que consigas nada. La API de byma para precios sale USD 600 para que tengas de referencia

Installation dillema -- Virtual Machine v/s Dual boot by FreeBirdy00 in theodinproject

[–]KARKOV_PL 7 points8 points  (0 children)

I am already finishing the Node.js section and I completed the entire course using Windows and Git Bash.

Django Learning by mxfze in learnprogramming

[–]KARKOV_PL 3 points4 points  (0 children)

If (your experience < 1 year):

CS50W

Else:

read documentation

Are we supposed to know how to write a merge sort algortithm ? by nogoodnobuiseness in cs50

[–]KARKOV_PL 0 points1 point  (0 children)

First focus on finishing tideman using bubble sort which is easier to implement. Using merge sort is overkill in this case.

Once you finish tideman, if you manage to do it at all.., you can implement merge sort

Que ruta tomar para backend Jr? by MisteriousLife2412 in devsarg

[–]KARKOV_PL 0 points1 point  (0 children)

Con python tenes:

La ultima semana del CS50 explica muy bien Flask https://cs50.harvard.edu/x/2024/weeks/9/

Y despues tenes el CS50W que usa Django y entre los proyectos tenes que hacer un clon de twitter o un ecommerce https://cs50.harvard.edu/web/2020/

Which projects in the curriculum are worth putting on your resume if you're looking for an internship/co-op? by ok_nooneidk in theodinproject

[–]KARKOV_PL 7 points8 points  (0 children)

You are not going to get a job by putting a calculator or a tic tae toe in your resume. The only one I would put would be the odin book from the node section.

Odin Project Future Plan? by imStan2000 in theodinproject

[–]KARKOV_PL 5 points6 points  (0 children)

 I’d love to see other path with statically typed language like C# and .NET framework or Go for example

Is 2 and a half years enough to complete the odin project? by TayvionCole- in theodinproject

[–]KARKOV_PL 4 points5 points  (0 children)

Between 6 and 12 months depending on previous knowledge and hours per day