This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]} |") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
⚠️ 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profession": { | |
"top": [ | |
"Delivery Boy", | |
"Maid", | |
"Security Guard", | |
"Cook", | |
"Cleaning", | |
"Others" | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cities": { | |
"top": [ | |
"Chennai", | |
"Hyderabad", | |
"Delhi", | |
"Agartala", | |
"Banaras", | |
"Pune", | |
"Bangalore" |
NewerOlder