🛸
Data detective, code wizard, and cat-convincer. Scraping the web for insights, one line of code at a time.
- Svalbard Global Seed Vault
Pinned Loading
-
WebSocket-ChatApp
WebSocket-ChatApp PublicReal-time chat app using Python, Django, and Redis.
Python
-
python-scikit-learn
python-scikit-learn Publicimplementing a simple machine learning model using scikit-learn in Python
Python
-
-
MaterialTabs
MaterialTabs PublicForked from neokree/MaterialTabs
Custom Tabs with Material Design effects
Java
-
This Python script converts images t...
This Python script converts images to ASCII art. The resulting ASCII art is saved as a text file. The script processes all .jpg, .jpeg, and .png files in the current directory, excluding a file named image.jpg. 1import os
2import cv2
34DEFAULT_WIDTH = 900
5DEFAULT_HEIGHT = 900
-
This is a Python implementation of t...
This is a Python implementation of the classic Tic-Tac-Toe game that can be played in the terminal. The game allows two players to take turns and place their markers (either 'X' or 'O') on a 3x3 grid. The game checks for a winner after each move and announces the winner if there is one. If the grid is full and there is no winner, the game ends in a tie. 1import os
2import time
34class TicTacToe:
5def __init__(self):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.