Skip to content

Instantly share code, notes, and snippets.

View AdityaMotale's full-sized avatar

Aditya Motale AdityaMotale

View GitHub Profile
@AdityaMotale
AdityaMotale / tic_tac_toe_ai.py
Last active June 11, 2024 18:29
Command line Tic-Tac-Toe game with AI opponent in python
import math
def create_board():
return [0 for _ in range(9)]
def print_board(board):
for row in [board[i * 3 : (i + 1) * 3] for i in range(3)]:
print(f"| {row[0]} | {row[1]} |{row[2]} |")
@AdityaMotale
AdityaMotale / git_commit_generator_script.py
Last active December 17, 2023 14:25
A python script for generating random commits in a Git repository within a specified date range.
"""
⚠️ Warning: Git contributions do not necessarily reflect your talent or skill level.
The purpose of this script is educational, emphasizing the importance of meaningful contributions over quantity.
Script for generating random commits in a Git repository within a specified date range.
Usage:
1. Ensure you have Git installed on your system.
2. Make sure you have initiated the git repo.
3. Configure [Date] and [Time] variables according to your needs.
@AdityaMotale
AdityaMotale / index.html
Created October 31, 2023 08:31
Amazing Card Hover Effect In CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amazing Card Hover Effect</title>
<style>
/* Step 1 */
/* This styles apply to all elements in our page */
@AdityaMotale
AdityaMotale / index.html
Created June 16, 2023 04:16
Clipped Image reveal on text hover for The UI Flex on Histral
<!-- Clipped Image reveal on text hover -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mother Nature</title>
<style>
@AdityaMotale
AdityaMotale / index.html
Created June 15, 2023 17:12
Clean, Clear and Creative Header for The UI Flex Magazine on Histral
<!-- Clean, Clear and Creative Header -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Awesome Header</title>
<style>
@AdityaMotale
AdityaMotale / index.html
Created December 13, 2022 03:33
Light Calculator Web Page with embedded JS and CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Light Calc - By Adii</title>
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
{
"jobs": [
{
"title": "Delivery Boy",
"company": "Flipkart India Pvt Ltd",
"imgSrc": "https://firebasestorage.googleapis.com/v0/b/rojgary-app.appspot.com/o/jobs%2Fflipkart.jpg?alt=media&token=854041ea-ce7f-4485-9ee1-acae988a3a03",
"type": "Urgent",
"date": "11th - 14th July",
"time": "4PM - 12 AM"
},
{
"bestMatch": [
{
"title": "Delivery Boy",
"company": "Flipkart India Pvt Ltd",
"imgSrc": "https://firebasestorage.googleapis.com/v0/b/rojgary-app.appspot.com/o/jobs%2Fflipkart.jpg?alt=media&token=854041ea-ce7f-4485-9ee1-acae988a3a03",
"location": "Bangalore",
"type": "Full Time",
"salary": "₹15,000 - ₹20,000"
},
{
"profession": {
"top": [
"Delivery Boy",
"Maid",
"Security Guard",
"Cook",
"Cleaning",
"Others"
],
{
"cities": {
"top": [
"Chennai",
"Hyderabad",
"Delhi",
"Agartala",
"Banaras",
"Pune",
"Bangalore"