repo_path
stringlengths
7
120
repo_id
int64
18.2k
1.03B
commit_id
stringlengths
40
40
github_metadata
dict
num_files
int64
1
16.9k
files
listlengths
1
16.9k
Arkadiy0762/mebel-mnac.github.io
97,336,161
d8ca13828adb9183c5c84602f022187f5441311f
{ "branch": "master", "commit_count": 1, "repo_created_at": "2017-07-15T18:56:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "565f0e49047468c6609e03bcfc387034d60e2176", "content": "# mebel-mnac.github.io\nмой первый сайт\n", "size_bytes": 52, "file_path": "README.md", "file_timestamp": 1500144999, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licens...
Arlind3553/holbertonschool-javascript-coding
746,609,839
ecc06518fcf3ee2f3185ae5e85daa52593f967f7
{ "branch": "main", "commit_count": 42, "repo_created_at": "2024-01-22T10:59:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d3bfd5462cd3427e28109670faac8a3c88ff7a17", "content": "#!/usr/bin/node\n\nconst fs = require('fs');\nconst arg2 = process.argv[2];\nconst arg3 = process.argv[3];\n\nfs.writeFile(arg2, arg3, err => {\n if (err) {\n console.log(err);\n }\n});\n", "size_bytes": 181, "file_path": "...
Arman-Ahmed-Jony/app-installer-scripts
1,016,297,656
267858699a65e511a73cc01b94a34398c581a27c
{ "branch": "master", "commit_count": 4, "repo_created_at": "2025-07-08T19:42:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "67410c622a7183e880438a9c8f11896390d4bd82", "content": "#!/bin/bash\n\nset -e # Stop on error\n\n# Directories\nDEB_DIR=\"./deb-packages\"\nAPT_LIST=\"./apt-apps.txt\"\nSNAP_LIST=\"./snap-apps.txt\"\nFLATPAK_LIST=\"./flatpak-apps.txt\"\n\necho \"📦 Starting full application setup...\"\n\n# ...
ArmanKhalili82/Mywork
744,558,928
a8073b8ae86ba2e11a2b37795ba93eadc28528b2
{ "branch": "master", "commit_count": 7, "repo_created_at": "2024-01-17T14:47:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "6db8a01c533a483757c88a7990605a23962ecf91", "content": "using System.ComponentModel.DataAnnotations;\n\nnamespace Models.Models;\n\npublic class Country\n{\n [Key]\n public int Id { get; set; }\n public string Name { get; set; }\n}\n", "size_bytes": 179, "file_path": "Model...
ArmanSalmani2161/Employee-Management-System
903,372,794
8fdf645e67b080f3cfcd0c5ee4f79ed53287bbfb
{ "branch": "emprepo", "commit_count": 1, "repo_created_at": "2024-12-14T12:45:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "863da2dbb759bbc7d9c83fb494f1655666e9753b", "content": "{\n \"format\": 1,\n \"restore\": {\n \"C:\\\\PG-DAC\\\\.NET\\\\webapi\\\\webapi\\\\webapi.csproj\": {}\n },\n \"projects\": {\n \"C:\\\\PG-DAC\\\\.NET\\\\webapi\\\\webapi\\\\webapi.csproj\": {\n \"version\": \"1.0.0\",\n...
ArmandoEnrique1010K/I.A---Semana-16
731,743,538
fd1d5b382b2e1db5e4c24ccd98a83ad0684e4b1f
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-12-14T19:18:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "7300a8feca5b6bab25b2084487b1e0ab7c0e8a8d", "content": "import cv2\nimport numpy as np\nimport tkinter as tk\nfrom tkinter import ttk\nfrom tkinter import filedialog\nfrom PIL import Image, ImageTk\n\n\nclass ContadorGrupos:\n def __init__(self, area_minima, area_maxima):\n # Varia...
ArnabBanik-repo/Billing-System
508,718,715
546b3760dc633be0282fe84cda92e7b38f1b4a73
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-06-29T14:10:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "be57425fdbbbc5506802127316db3404b66d43c5", "content": "package main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n)\n\ntype bill struct {\n\tname string\n\ttotal float64\n\titems map[string]float64\n\ttip float64\n}\n\nfunc newBill(name string) bill {\n\tb := bill{\n\t\tname: name,\n\t\ttotal: 0.0,...
ArnasLuko/Python-number-converter-from-hexadecimal
591,661,663
81d95deac3ac9ef3f4664cfc200f5c2c61e83e4f
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-01-21T13:06:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e92c24ea07c6f406d6e3571b06abcee3057078bc", "content": "#The program takes a number in base 10 and a base supplied by the user, both positive ints, and returns the number in the base supplied by the user.\n#It first asks the user for two integers.\n#A function is then defined for converting ...
Arnaud784/CalendrierProject
161,506,270
5c14d9a5140cf880e479e7bfe084e3e5eebdf01b
{ "branch": "master", "commit_count": 1, "repo_created_at": "2018-12-12T15:18:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "37bccbccb40f758bf6299f9e2ad761a7f236dade", "content": "CalendrierProject\n", "size_bytes": 18, "file_path": "README.md", "file_timestamp": 1544627890, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Arnav-png/ATG_TASK3
391,065,928
cd5948fc7ee031727f5245ad9736eda1483676ec
{ "branch": "main", "commit_count": 3, "repo_created_at": "2021-07-30T12:59:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "b19f9f8dc5f765166042aa699df088bb51a21854", "content": "@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;600&display=swap');\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Inter', sans-serif;\n}\n\n :root {\n /* colors */\n --h...
ArnavDotExe/Projects
768,272,085
6f2fa6137ee775a74978c5bec586a52759797b67
{ "branch": "main", "commit_count": 9, "repo_created_at": "2024-03-06T19:29:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "845d2dfb6fc4ce6bf5d5b545d4ce9d267b23bb2c", "content": "print(f\"Who has more Instagram followers? {person1} or {person2}?\")\n # guess = input(\"Type 'A' for the first person, 'B' for the second person or 'Q' to quit: \")\n # if guess.lower() == 'q':\n # print(f\"Yo...
ArnobKumarSaha/apiserver-with-kubebuilder
419,733,912
46fbdb1165982c8d5e193cfb2ac00efbc15519e1
{ "branch": "main", "commit_count": 5, "repo_created_at": "2021-10-21T13:26:58.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "8ca5f8718f08faee61c08a9ee3db28dab9f0ea41", "content": "\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n creationTimestamp: null\n name: manager-role\nrules:\n- apiGroups:\n - webapp.saha.com\n resources:\n - neymars\n verbs:\n - create\n - delete\n - ...
Arodex-Lin/Arodex-Lin
492,223,722
33a6103b91d5a60cb66e047c9066ded022909bb1
{ "branch": "main", "commit_count": 8, "repo_created_at": "2022-05-14T13:26:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e587df77baf1d86866c1393f827dc78841816048", "content": "![madneal's github stats](https://github-readme-stats.vercel.app/api?username=Arodex-Lin&show_icons=true&theme=radical)\n", "size_bytes": 120, "file_path": "README.md", "file_timestamp": 1652535205, "language": "Markdown...
ArpitRb/ImageSteganography
652,987,557
e0b62b321fe13f4854fad3360c1d4dfb62147761
{ "branch": "main", "commit_count": 5, "repo_created_at": "2023-06-13T07:34:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fe44b8c8ccc9c93de242dc44a99f7f2e340c5e7b", "content": "# ImageSteganography\nIn the context of image steganography, the goal is to hide a\nsecret message within an image. For this purpose, we have used Convolutional Neural\nNetwork (CNN). Convolutional Neural Networks (CNNs) are a type of n...
Arquitectura-Proyecto/bodysoft-mobileapp
258,999,889
2b90d13a1651d68f8811ffb559fad28e220410ae
{ "branch": "master", "commit_count": 149, "repo_created_at": "2020-04-26T10:16:42.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
85
[ { "content_id": "778c1d3e27101ec6307264d1b83efd86b9440b37", "content": "package com.example.myapplication.ui.authentication.register;\n\nimport android.app.Notification;\nimport android.app.PendingIntent;\nimport android.content.Intent;\nimport android.os.Bundle;\n\nimport androidx.annotation.NonNull;\nimpo...
ArribertAlexandre/HTML_PageTest
108,903,497
9d9557ff66c5c3bc9ac338ef662d0426cb333d85
{ "branch": "master", "commit_count": 4, "repo_created_at": "2017-10-30T20:15:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fd3c5dea0f566c47f18be4f87e30eee0bdd2379a", "content": "# HTML_PageTest\n\nCeci est un projet ayant pour but de créer une page HTML afin de s'entrainer aux bases du developpement web HTML\nDans le cahier des charges, il etait demandé d'afficher une grande image suivi de trois autres images p...
Arrowarcher/vueshop
152,557,194
d87429a88b30f18b991c1cfa47806b91e90991d1
{ "branch": "master", "commit_count": 27, "repo_created_at": "2018-10-11T08:26:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 9 }
15
[ { "content_id": "46788e3b6403468b73b64f943a057a62e8c9242f", "content": "import re\nfrom datetime import datetime, timedelta\n\nfrom django.contrib.auth import get_user_model\nfrom rest_framework import serializers\nfrom rest_framework.validators import UniqueValidator\n\nfrom .models import VerifyCode\nfrom...
ArshFarwaha/gmail-clone
585,727,530
f45da788055a1275b135d0ba0b109b97dff87a3d
{ "branch": "master", "commit_count": 13, "repo_created_at": "2023-01-05T23:09:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "7e58dc83c7548e09a5819f4bc442125d91b84201", "content": ".emailRow {\n display: flex;\n align-items: center;\n height: 32px;\n border-bottom: 1px solid whitesmoke; \n cursor: pointer; \n z-index: 999;\n}\n\n.emailRow:hover {\n border-top: 1px solid whitesmoke;\n box-shadow: 0 4px 4px ...
ArshiaM22/Hyprform
970,286,844
4f7737c8780f13d662529c714c175257b24f10c0
{ "branch": "main", "commit_count": 10, "repo_created_at": "2025-04-21T19:23:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3e70bc982e9b4e7058a646d31eedf35d15eaf52c", "content": "# Hyprform Website\n\nThis is a modern, responsive personal training site built with Next.js and Tailwind CSS.", "size_bytes": 108, "file_path": "README.md", "file_timestamp": 1745265008, "language": "Markdown", "is_...
ArtcicLHS/axel1907
765,911,561
1b5b3c39eab66e82775280a3c3f5474163198cbf
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-03-01T21:35:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d2e57ae13e5aa3f60fcfb3d5ba33be96c227762d", "content": "# axel1907\npagina web\n", "size_bytes": 22, "file_path": "README.md", "file_timestamp": 1709329047, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
ArtemBushmin/express-mesto-gha
516,496,813
e90de04769f8108010bf11fdb76a8349135a994d
{ "branch": "main", "commit_count": 35, "repo_created_at": "2022-07-21T19:24:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "f329854382e5867557024f6820860288e5237010", "content": "const express = require('express');\nconst { celebrate, Joi } = require('celebrate');\nconst {\n getCards,\n createCard,\n deleteCard,\n likeCard,\n dislikeCard,\n} = require('../controllers/cards');\n\nconst cardRoutes = express.R...
ArtemHulkoDev/floristry
264,194,230
d3185387bed11bd072121a122ffd1ee6bcf7195a
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-05-15T12:59:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 12 }
1
[ { "content_id": "9edcd3148b5ea06a8a081854f98d97e876c31364", "content": "@import 'vars';\n@import 'global';\n@import 'fonts';\n\nhtml {\n box-sizing: border-box;\n}\n\n*, *::before, *::after {\n box-sizing: inherit;\n}\n\n", "size_bytes": 139, "file_path": "app/scss/style.scss", "file_timestamp...
ArtemL90/FIL
303,757,210
424a14d8dfc4e2e724ba0f9c3dcdf250e919ebd7
{ "branch": "master", "commit_count": 44, "repo_created_at": "2020-10-13T16:04:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
52
[ { "content_id": "f3e9287b624ec71c1f71f443dfd380df9857e7af", "content": "// form & thanks outer\n.popup-outer {\n position: fixed;\n top: 0;\n z-index: 10;\n display: none;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n padding: 15px;\n width: 100%...
ArtemPriutesa/laba_40
986,505,558
0626cc3c5893e83fbb77a69cffbd740f38942507
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-05-19T17:57:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "98c420da734fe629fa94e0a85f1fc8acaca90228", "content": "#include <iostream>\n#include <string>\nusing namespace std;\nclass tovar_mark{\n protected:\n float prise;\n string name;\n public:\n tovar_mark(string n,float p):name(n),prise(p){}\n virtual float ret_prise(){\n ...
Arthur-Apolucena/teste_workflow
845,474,976
3cd27f05e2dec21e78090f9be4602f2a2d01f296
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-08-21T10:25:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2a15c5b66dbbc18545e553db7bec1d72870bd85f", "content": "print (\"ola este eh um programa em python\") \nprint(\"teste fork.\")", "size_bytes": 65, "file_path": "main.py", "file_timestamp": 1727196307, "language": "Python", "is_vendor": false, "license_type": "no_licen...
Arthur3121/arthur3121
906,437,964
0220f811ae5384cebedd8c89da9a1ee60294fb1e
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-12-20T23:05:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "82240b4b96620e21a369a704bddfcb60beb6fbc2", "content": "# Oi! Bem-vindo, sou <NAME>, um americanense fascinado por tecnologia!\n\n\n- 🔭 Atualmente trabalhando back end, com machine learning e ciencia de dados, almejando a evolução para full stack!\n- 🌱 Estudando flutter, python, SQL!\n- 📫...
ArthurJsph/dio-trilha-python
797,974,911
e9a1ef2729f83f88e038821f8a7205cc06bf9ccb
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-05-08T21:03:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "58033c19b3fa819505bd60f0d8f9d6703c56fee6", "content": "menu = \"\"\"\n[1] Depositar\n[2] Sacar\n[3] Extrato\n[4] Sair\n=> \"\"\"\nsaldo = 0\nlimite = 500\nextrato = \"\"\nnumero_saques = 0\nLIMITE_SAQUES = 3\n\nwhile True:\n opcao = input(menu)\n\n if opcao == \"1\":\n print(\"...
ArthurVolkov/FinalProject
183,594,300
c3f61021c4352aeb368a7acf077a7fc3f48598ae
{ "branch": "master", "commit_count": 12, "repo_created_at": "2019-04-26T08:56:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1448c7bf8c043aafb77bcde642f87fc059e8ea00", "content": "# Import the necessary tools and open the website:\nfrom selenium import webdriver\n\n\ndriver = webdriver.Chrome(executable_path=\"C:/ChD/chromedriver.exe\")\ndriver.implicitly_wait(10) # Set the time to waiting for elements\ndriver...
Arthurgev2233/checkout
1,018,205,491
b3b89a19c0b99b9a1cb25e733ed4c024744deaae
{ "branch": "master", "commit_count": 57, "repo_created_at": "2025-07-11T19:46:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "19c565c9bbd523df61e5722f9e4924023f12b6c4", "content": "'use server';\n\nimport { createPixCharge, checkTransactionStatus } from '@/services/pushinpay';\nimport { z } from 'zod';\n\nconst PaymentActionInputSchema = z.object({\n amount: z.number().positive(),\n});\n\nexport async function ge...
Artiikk/Snake-game
445,919,229
1a5fe75cc1980e56f1c841748ba4efb770fd8ab6
{ "branch": "master", "commit_count": 3, "repo_created_at": "2022-01-08T20:17:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f623b12537ba53d15a95519168946a0100550d4c", "content": "# Snake-game\n\nIt's a copy of a legendary snake game. \nCreated with vanilla JavaScript and Canvas.\nCheck it out [here](https://artiikk.github.io/Snake-game/)\n", "size_bytes": 157, "file_path": "README.md", "file_timestam...
Artoko/quavs
34,372,834
45e73de1427579f381d02929f5c9b5d7a8c40aac
{ "branch": "master", "commit_count": 41, "repo_created_at": "2015-04-22T06:22:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
48
[ { "content_id": "429f6045647fb861247af1907c8d281b5f660c4e", "content": "using System;\r\nusing System.Collections.Generic;\r\nusing System.ComponentModel;\r\nusing System.Data;\r\nusing System.Drawing;\r\nusing System.Text;\r\nusing System.Windows.Forms;\r\nusing System.IO;\r\nusing WeifenLuo.WinFormsUI.Do...
ArturJM/INGSOFT_CURSO
403,357,538
186af00b8227539fa1a7348ed0e913b44657b531
{ "branch": "master", "commit_count": 2, "repo_created_at": "2021-09-05T16:25:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "35fdb78ad7718877ab8cf2b1cef3dbd37e3f2794", "content": "# Actividad 1\r\n## ¿Qué son las metodologias agiles?\r\n\r\n<p style=\"color: black;\">Concepto: \r\n\r\n\r\n Esta metodoliga es utilizada por las empresas para adaptar de forma agil un proyecto a su entorno, obtiene flexibilidad e inm...
ArturasKi/3-ufo
467,844,965
44d57459f81dde4088609dcb59c75855882f7c1b
{ "branch": "master", "commit_count": 11, "repo_created_at": "2022-03-09T08:45:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "0a29c7bf08919793fe7103509f7ba085310b7957", "content": "body {\n font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;\n}\n\nbody > main {\n width: 60%;\n margin-left: 20%;\n margin-top: 10%;\n display: inline-block;\n}\n\nmain > div {\n width: 30%;...
Arturrr13/myOldStaff
789,759,631
4653ecfa6e41cc209f4999325368e74cf1512ca7
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-04-21T13:38:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
75
[ { "content_id": "78fbcad633f406f46b6e7038aba222148f27d9b6", "content": "<template>\n <main>\n <div class=\"security__wrapper\" :style=\"{ maxHeight: maxHeight + 'px' }\">\n <h1>Безопастность</h1>\n <div class=\"email__wrapper\">\n <span :class=\"{ active: isAct...
ArtusLama/GreenDuckHideAndSeekPlugin
603,702,159
6e8bbbbdde37b3add4bff817679e2863fb293aa0
{ "branch": "master", "commit_count": 1, "repo_created_at": "2023-02-19T10:24:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "64a26e944d9575ab22d7b6d6a0c044f9b075a364", "content": "package de.artus.winterevent.commands;\n\nimport de.artus.winterevent.Game;\nimport org.bukkit.command.Command;\nimport org.bukkit.command.CommandExecutor;\nimport org.bukkit.command.CommandSender;\nimport org.bukkit.command.TabExecutor...
Arun121297/stage
526,178,071
a1b6aabb0689c94d4b1ead8216b7bcd9f604fbda
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-08-18T11:14:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
22
[ { "content_id": "69e29ab7cd622b51a4c7c9d68bd533b608616ca5", "content": "import 'package:flutter/cupertino.dart';\nimport 'package:get/get.dart';\nimport 'package:verticalandhorizontalscroll/controller/controller.dart';\nimport 'package:volume_watcher/volume_watcher.dart';\n\nclass Volume_Speaker extends Sta...
ArunReddy-zemoso/AlphabetsCheck
453,923,299
43f672902825331c0e085dc34880ba56ea38286d
{ "branch": "master", "commit_count": 2, "repo_created_at": "2022-01-31T08:04:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "a041a227da621d8ec47780bdfa1ea583f3573549", "content": "import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc=new Scanner(System.in);\n System.out.println(\"Enter input String\");\n String input=sc.nextLine();\n ...
Arundeepyt/arunsodhi
946,027,910
70da60ddf390efbc3996f1ebc2c53f63860d5783
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-03-10T13:54:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "bc70d3750abddc7a8a5c02d1a2f739a308878968", "content": "# arunsodhi", "size_bytes": 11, "file_path": "README.md", "file_timestamp": 1741614865, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Arunkohli007/Ducat-Website
752,560,350
72b221b9b3e97d1ad005e449e3cf7c9d5447f8ca
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-02-04T07:42:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "001b6aa74fc0efeba5126cf2c2abec332e6e7c10", "content": "\nimport React from 'react'\nimport {BrowserRouter,Routes,Route} from \"react-router-dom\"\nimport Menu from './Menu'\nimport Footer from './Footer'\nimport Home from './Home'\nimport Aboutus from './Aboutus'\nimport Cerificate from './...
Arush-ai/myuniversity-demo1
920,326,771
a7a52910d8d3de47e282dc423aac0fbc68fa675e
{ "branch": "main", "commit_count": 5, "repo_created_at": "2025-01-22T00:29:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "6dbad33804ace513b9a1948587cfbf0088f090df", "content": "# myuniversity-demo1\nThis is my first Git Repository. \n<br>\nAuthor - clear\n\n", "size_bytes": 76, "file_path": "README.md", "file_timestamp": 1737678502, "language": "Markdown", "is_vendor": false, "license_t...
Arvnd1310/Word_Search
644,325,772
d3abc5e4dc6944ac0e756d9f34717fbb20adb1ec
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-05-23T09:34:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e6e429fad9655e22ea55eb24ee1e7989956d0ac0", "content": "from tkinter import *\r\nimport random\r\nimport messagebox\r\nimport playsound\r\nimport time\r\ndiag=Tk()\r\nplaysound.playsound(\"Adventure-320bit.mp3\",0)\r\ndiag.title(\"INPUT\")\r\ndiag.configure(background=\"black\")\r\nph2 = Pho...
ArwaShamardal/5_Stage_Pipelined_Computer_Architecture
516,163,233
5272cccf0113c3a1189d81cd5990c5ac3996c2d6
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-07-20T23:30:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "f3817110e20ddd64136492cd315381da0d6d3134", "content": "LIBRARY IEEE;\r\nUSE IEEE.STD_LOGIC_1164.ALL;\r\nUSE IEEE.numeric_std.all;\r\n \r\nENTITY memoryStage IS \r\nGENERIC(n: integer := 16 );\r\nPORT(clk: IN std_logic;\r\n \r\n writeBackIn: IN std_logic_vector(2 downto 0);\r\n outPo...
ArwinMarinta/link-tree
666,067,123
7769b07c88fd5cf073be91c94854fd6c95fb0b17
{ "branch": "main", "commit_count": 5, "repo_created_at": "2023-07-13T16:23:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "75b32cb1b8ab9c79e319aae7844bc924a18cc2f6", "content": "import React from \"react\";\nimport \"./App.css\";\nimport \"./Modal\";\n\n// import Animek from \"./img/animek.JPG\"\nimport Arwin from \"./img/Arwin.jpg\";\n// import Share from \"./img/share.png\"\nimport Profile from \"./img/Profil...
AryDemitropulos/coderhouse_angular_desafio_1
429,614,996
eb31b12aa38aabaf9cee9baa83d9811216e1e748
{ "branch": "main", "commit_count": 16, "repo_created_at": "2021-11-18T23:57:50.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "771086f541a4a106b3c6f0682985ab2fc7acc32c", "content": "{\n \"name\": \"examen-demitropulos\",\n \"version\": \"1.0.0\",\n \"description\": \"Desafio 1 Coderhouse Angular\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n ...
AryaSaputra13/AstroRushGalaxy
994,548,268
0050625308e6ee6cdfc7431986d6bfe0e0a90970
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-06-02T05:36:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "001b1d7ad202eea5a84ac970215eabda4b52a5dc", "content": "using System.Collections;\nusing UnityEngine;\n\npublic class Enemy : MonoBehaviour\n{\n [Header(\"Movement Settings\")]\n [SerializeField] private float _moveSpeed = 3f;\n [SerializeField] private float _directionChangeInterv...
AryaTG3/hand-gesture-recognition-cnn
643,143,484
62edc773cf7604d123003b08d0dc8c4d710904aa
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-05-20T08:27:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e89d92cd13fd90ffd7a895eeaa3f69a455306795", "content": "# hand-gesture-recognition-cnn", "size_bytes": 30, "file_path": "README.md", "file_timestamp": 1684571251, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }...
Aryaaa777/TUBES_PDSD
932,740,745
6e73a32e08b4f0f9907b393f24eda9567c117f51
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-02-14T12:40:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2ff714060ce19e35fa06614d146408323877a5a9", "content": "# TUBES_PDSD", "size_bytes": 12, "file_path": "README.md", "file_timestamp": 1739536816, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Aryaanfaroo166/Aryanoo
656,815,484
eceac1b46121a4ae66267967d8be2991527f73d1
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-06-21T17:42:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7a5b864bc3bdc987af9f0e3165e664127e3362c3", "content": "# Aryanoo", "size_bytes": 9, "file_path": "README.md", "file_timestamp": 1687369346, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Aryan-Singh1729/Aryan-Singh1729
864,410,694
8bce14496f870162af8c028488d19580798894e5
{ "branch": "main", "commit_count": 7, "repo_created_at": "2024-09-28T06:29:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "651c61e865fb1569d3a3e6c46256930bba2c3fb5", "content": "- 👋 Hi, I’m <NAME>\n- 📖 Studying at AIT Pune (Information Technology)\n- 👀 Interested in Programming, Development and Robotics\n- 🌱 Currently learning DSA and Development\n\n\n<!---\nAryan-Singh1729/Aryan-Singh1729 is a ✨ special ✨ ...
Aryan01b/DL
790,271,625
08e60b3004c6973bcb7ba1da23b5a9d05bcf4847
{ "branch": "main", "commit_count": 6, "repo_created_at": "2024-04-22T15:20:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "28ffe0bd3600762b15adcf7de811db20875a9334", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"d17b8fdb\", \"metadata\": {}, \"outputs\": [], \"source\": [\"import numpy as np\\n\", \"import matplotlib.pyplot as plt\\n\", \"from tensorflow.keras.datasets ...
Aryan447/Todo-ReactNative
543,897,149
939ed1c20d24b8334e229077a942fad81e6a4f0c
{ "branch": "main", "commit_count": 15, "repo_created_at": "2022-10-01T05:06:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "8c254d88fad0e28e173ef4e11f2854acb2ad7406", "content": "This is a basic Todo App built using React Native,\nTo test or run the app install Expo Go from Play store or App store,\nAfter installing Expo Go,\nEnter This link in Expo Go - \n\nexp://exp.host/@aryan447/todo-reactnative?release-chan...
Aryan570/the_list
823,511,121
83601c75f24e513c124957563718accec9f53991
{ "branch": "master", "commit_count": 10, "repo_created_at": "2024-07-03T07:12:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "16cbce0869b36da78a5165b034adebf52b7ec46b", "content": "[package]\nname = \"the_list\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html\n\n[dependencies]\nindicatif = \"=0.16.2\"\ndotenv = \"0.15.0\"\...
AryanKadar/Movie-Recommendation-System
715,525,801
e82091c7cb3b07ce1ff36b972c46e995ba9a8272
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-11-07T10:17:53.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "afb1d71f3fbebcfb7b38b1886b39bce934aa6c51", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"539adb9f\", \"metadata\": {}, \"outputs\": [], \"source\": [\"import pandas as pd\"]}, {\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"9438a5bb\"...
Aryen53/galleriacar
321,571,762
f15469cf51b1aebfb6169a01148d287645acf4dd
{ "branch": "main", "commit_count": 25, "repo_created_at": "2020-12-15T06:17:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
58
[ { "content_id": "051483a4ca6fe7bf3418ab95f69866b046dfa27f", "content": " <!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n <meta charset=\"utf-8\">\r\n <title>Update Garage Owner Information</title>\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n <link href=\"c...
AsToRa313/Findify
970,720,839
a24ff5c1d179e23bed8b194815030cb4ae4a98ac
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-04-22T12:43:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "207ca8affdc59f94d147f3029cca488feffc8563", "content": "<?php\n\nnamespace App\\Http\\Controllers;\n\nuse App\\Models\\Order;\nuse App\\Models\\Product;\nuse App\\Models\\ProductOrder;\nuse Illuminate\\Http\\Request;\nuse Illuminate\\Support\\Facades\\Auth;\nuse Illuminate\\Support\\Facades\...
Asad-Ur-R/Stock-Dashboard
1,010,527,452
d5f9ac14d163d3e575afee86c5ee47a41196f4cc
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-06-29T09:06:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2f2e064a63a5d31cae58674380f91244bbe0847a", "content": "import streamlit as st\r\nimport yfinance as yf\r\nimport plotly.express as px\r\nimport pandas as pd\r\n\r\nst.set_page_config(page_title=\"Stock Dashboard\", layout=\"wide\")\r\n\r\nst.title(\"Stock Dashboard\")\r\n\r\n# Sidebar input...
AsadbekAzizov2002/dayy-4
665,819,963
b6d3462a445386eb88b914edb8931a2c191d3af4
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-07-13T04:41:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "870203b61012f9bbc2107775d65b6b35cc6bd989", "content": "@import \"fonts\";\n@import \"vereables\";\n@import \"mixin\";\n@import \"general\";\n\n@import \"block/block\";", "size_bytes": 97, "file_path": "scss/main.scss", "file_timestamp": 1689223112, "language": "SCSS", "i...
Asadxon37/problem.h
883,133,972
59d18efdca26e93e0c6cc8552653db8684c45c59
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-11-04T12:42:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "6e0f86eda505b4c18f0b5089dd1c443510145fc4", "content": "#include <iostream>\nusing namespace std;\nvoid swap_values(double &a, double &b) {\n a=b+a;\n b=a-b;\n a=a-b;\n cout<<\"a=\"<<a<<endl;\n cout<<\"b=\"<<b<<endl;\n}\nint main() {\ndouble a, b;\n cout<<\"a=\";\n cin>>...
Asamarioth/FTP
364,011,980
554dc6ead035286e0ec58636a54239d32305ae1c
{ "branch": "master", "commit_count": 3, "repo_created_at": "2021-05-03T17:41:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "ee0b5e348cadc2fb2939267b5a4800ea5230a5c7", "content": "package com.mycompany.ftp;\n\nimport java.io.*;\nimport java.net.*;\nimport java.util.*;\nimport java.util.logging.Level;\nimport java.util.logging.Logger;\n\nclass Server {\n\n public static void main(String[] args) {\n Serve...
Asaqa988/AUTOMATION-COURSE-19-3
471,778,351
7f7b5b2ba767f8d280cc1277d564a40cb36f3301
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-03-19T18:20:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "aed55f1a31278558b1ba6e6f570bfe3fe30cb13e", "content": "\r\n\r\n#inputbox3{\r\n color: rgb(243, 227, 3);\r\n\r\n}\r\n\r\n.country{\r\ncolor: brown;\r\n}\r\n\r\n#jo{\r\n\r\n font-weight: bold;\r\n}", "size_bytes": 118, "file_path": "stylesheet.css", "file_timestamp": 1647714...
Asarick/is-project
801,417,841
7025b396717d182dbfc877a7a85d9fdd93a13fde
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-05-16T07:35:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
45
[ { "content_id": "cfec713d4d79901323e536686435b456f64856bc", "content": "require \"test_helper\"\n\nclass Api::V1::MarketBookingsControllerTest < ActionDispatch::IntegrationTest\n # test \"the truth\" do\n # assert true\n # end\nend\n", "size_bytes": 155, "file_path": "test/controllers/api/v1/ma...
Asawagas/VisualStudioCodeSettings
107,127,173
9ceae80945e5e2b99c550837e9166305b6d25be3
{ "branch": "master", "commit_count": 5, "repo_created_at": "2017-10-16T12:54:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d897998f2f66924e75ce99d1d742187e5934fd19", "content": "{\n \"macros\": {\n \"cursor4Up\": [\n \"cursorUp\",\n \"cursorUp\",\n \"cursorUp\",\n \"cursorUp\"\n ],\n \"cursor4Down\": [\n \"cursorDown\",\n ...
AselaWD/Package-Creator-Audio-Book
157,649,517
f763747dc3a4ea8bd5f6c6416b7a95032fe6de94
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-11-15T03:56:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "0012c8b9bbd8e297a1d83dc10c4f695baca83334", "content": "using System;\nusing System.IO;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Data;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Fo...
Aserk/to-do-list
564,198,924
36dbc6966217b16276b56ba540112b865572db18
{ "branch": "main", "commit_count": 26, "repo_created_at": "2022-11-10T07:50:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "ec5326c2b450614bde0a2020d5a66739ec437f09", "content": ".form {\n display: grid;\n grid-template-columns: 1fr auto;\n grid-gap: 20px;\n}\n\n@media (max-width: 767px) {\n .form {\n grid-template-columns: 1fr;\n }\n}\n\n.form__input {\n border: 2px solid #ddd;\n pad...
Aserpas90/BadBank
726,711,841
771b6e98254ad48da98b29069049d74d0956fc6d
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-12-03T06:38:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "06a5836733d2a3082270da7325c3e12934e6ba52", "content": "Project Title: Bad Bank\nDescription/Motivation: This is the capstone project for the MERN stack course I am taking through MIT\nInstallation Guidelines: Clear instructions on how to get your project up and running (e.g., git clone, git...
AsfarHorani/Cloud-Computing-Project
1,008,987,322
b50206d514b5f82619871ede1532e50906c495dc
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-06-26T11:57:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "df1f87fa94c3e34842e86f96e6156fc855e7a4d8", "content": "torch==2.3.0+cpu\ntorchvision==0.18.0+cpu\naiohttp==3.9.5\nopencv-python==4.10.0.84\nrequests==2.32.3\npillow==10.2.0\nnumpy\nmatplotlib\n\n\n--extra-index-url https://download.pytorch.org/whl/cpu\n", "size_bytes": 187, "file_pa...
Ash-mp3/expressCardGame
740,293,103
f33f168a15bc32f87f7ede3e6db40582992d5bf7
{ "branch": "master", "commit_count": 9, "repo_created_at": "2024-01-08T03:29:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "a55cebefdbd8febc1d11f12aed161db0effc71ee", "content": "const express = require(\"express\");\nconst port = 1000;\n\nconst jwt = require(\"jsonwebtoken\");\nconst { expressjwt } = require(\"express-jwt\");\n\nconst app = express();\nconst fs = require(\"fs\");\nconst path = require(\"path\")...
Ashank-gour/Landing-Page
692,735,896
ba069186d1da3ed263795d9f91ad101ece931f37
{ "branch": "main", "commit_count": 6, "repo_created_at": "2023-09-17T12:32:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "21fbd5b471309b593c33082b1547b29e42fb7593", "content": "\r\n* {\r\n font-family: \"Nunito\", sans-serif;\r\n margin: 0;\r\n padding: 0;\r\n box-sizing: border-box;\r\n outline: none;\r\n border: none;\r\n text-decoration: none;\r\n text-transform: capitalize;\r\n t...
Ashcrates/GraveYard_Symphony
928,764,860
aac75a71bf61a8d9c5d2691d53fc6fa1dd81ea3b
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-02-07T07:41:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "6d366938973f9fa75a95b41d93e8fd02fe8b19c5", "content": "# GraveYard_Symphony", "size_bytes": 20, "file_path": "README.md", "file_timestamp": 1738914119, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Ashiq-r-khan/Pizzahut_Sales__Analysis
1,002,015,600
566c547e44192e38133f5e3ad0f358db55e56ff4
{ "branch": "main", "commit_count": 14, "repo_created_at": "2025-06-14T14:32:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
13
[ { "content_id": "44c9d5ebf981fd03514f5b13e6fa2ddba0b5bcb9", "content": "-- Determine the top 3 most ordered pizza types based on revenue\n\nSELECT \n pt.pizza_name, ROUND(SUM(p.price), 2) AS revenue\nFROM\n pizza_types AS pt\n JOIN\n pizzas AS p ON p.pizza_type = pt.pizza_type_id\n JO...
Ashis-007/image_utils
284,623,117
60ccfd05f353784e204d0033cd74f73dce824cc0
{ "branch": "master", "commit_count": 7, "repo_created_at": "2020-08-03T06:37:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
3
[ { "content_id": "1aadf4d1ceba8e7315586439a145579c4e7eac3d", "content": "from sys import exit\nfrom utils import change_extension, compress_image, create_thumbnail \nfrom utils import watermark_image, rotate_image, edit_image\n\n\ndef show_menu():\n print(\"\"\"\n *********** Commands ***********\n ...
Ashish32507/landingpage
621,772,477
4db0c31bc23dc52c91937a47bcee3b54cdceffc0
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-03-31T11:00:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "51d7bce7d44d441c47df4d9c7376843ef830943f", "content": "html,body{\r\n height: 100%;\r\n margin:0 ;\r\n font-size: 16px;\r\n font-family: \"Lato\",sans-serif;\r\n font-weight: 400;\r\n line-height: 1.8rem;\r\n color: #666;\r\n}\r\n\r\n.section{\r\n background-image: u...
AshishKotta/Angular-E2E
323,848,693
edf64e0dd6cfe1de5a17463ee631104c75c9a746
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-12-23T08:41:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "0ebb3f8deacce2ae882d3833bdc758f2cbf907e0", "content": "import { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SharedModule } from '../shared/shared.module';\nimport { ShoppingEditComponent } from './shopping-edit/shopping-edit.component';\nimport ...
AshkanTheBoy/MyArrayListAndHMapView
930,972,961
c5fb5c09dc1d4a4f0181d3abeb222c4fabdd68f5
{ "branch": "main", "commit_count": 6, "repo_created_at": "2025-02-11T14:15:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
1
[ { "content_id": "6735c4cc5edadbb3b981b20633ccaa55d07a9ce2", "content": "import java.util.ArrayList;\nimport java.util.Collection;\nimport java.util.Arrays;\nimport java.util.Map;\nimport java.util.HashMap;\nimport java.util.LinkedHashSet;\nimport java.util.Map.Entry;\nimport java.io.BufferedReader;\nimport ...
AshpaqKhan/Insta-Cyber-Dashboard
1,000,808,202
b416ae7308bc04da9b50f05bc37d9d609239c894
{ "branch": "main", "commit_count": 6, "repo_created_at": "2025-06-12T10:57:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "4d0da1ef9e04779348a90064aab8f87a61801823", "content": "streamlit==1.45.1\npandas==2.2.3\nmatplotlib==3.10.3\nseaborn==0.13.2\nplotly==6.1.1\nscikit-learn==1.6.1\nnumpy==2.2.6\njinja2==3.1.5\n", "size_bytes": 128, "file_path": "requirements.txt", "file_timestamp": 1749875366, ...
Ashuchangra/django3-personal-portfolio
299,389,919
b4ff108ea84d4ad608758a41d03e9db8043303bd
{ "branch": "master", "commit_count": 3, "repo_created_at": "2020-09-28T17:57:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "5312fb0afd5514e8e699fc161c9ba2007c2993b6", "content": "# Generated by Django 3.1 on 2020-09-24 08:40\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.Migration):\n\n initial = True\n\n dependencies = [\n ]\n\n operations = [\n migrations.CreateM...
Ashugirl/FillOutTheApp-master
536,175,255
97a02a920a27d0b66719ae5fd1b38393f7ed3e70
{ "branch": "master", "commit_count": 13, "repo_created_at": "2022-09-13T14:50:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "523c79133cf8e4a3b7522aac082fe69edc1a21c0", "content": "package be.intecbrussel.zoo.controllers.implementations;\n\nimport be.intecbrussel.zoo.controllers.interfaces.CountryController;\nimport be.intecbrussel.zoo.data.Country;\nimport be.intecbrussel.zoo.services.implementations.CountryServi...
AshwiniBalaji2075/PRODIGY_WD_01
841,103,017
bc638e9a78b6ebfbb105dcbd8af9b98339768042
{ "branch": "main", "commit_count": 7, "repo_created_at": "2024-08-11T16:43:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7ee67f3f8b1281dc5b370eb291058090efef4a76", "content": "# PRODIGY_WD_01\n-------\n\n# Interactive Navigation Menu\n\nThis project is a simple HTML webpage that features an interactive navigation menu. The navigation bar is designed to be responsive, sticky, and changes its background color w...
AshyDev/AshyDevelopment
497,513,280
2f4ec8188ca3b237fbe4cb296dffb1b477fe617c
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-05-29T06:53:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8c70d9e9b3a70330b34b37c13a9e46c391b074a5", "content": "const aoijs = require(\"aoi.js\")\nconst ashy = new aoijs.Bot({\ntoken: \"<KEY>\",\nprefix: \"a!\",\nintents: [\"GUILDS\", \"GUILD_MESSAGES\"]\n})\n\nashy.onMessage()", "size_bytes": 149, "file_path": "index.js", "file_times...
Asifur-Rahman-Siam02/Wallpaper.io
785,683,496
d2d589e45edf7de262b6d5a977918c3a6b05a909
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-04-12T11:59:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "57daac8a37f6b52ab304a78e21a7dcfed347b5ee", "content": "*{\r\n margin: 0;\r\n padding: 0;\r\n list-style: none;\r\n text-decoration: none;\r\n}\r\nbody{\r\n background-color: #efefef;\r\n}\r\nheader{\r\n display: flex;\r\n justify-content: center;\r\n align-items: cen...
Asim1356/Hospital-map1
869,402,443
b05e6ca022fd10512785a6f229306b62eba4518a
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-10-08T08:32:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1351e7131832dff1c11d3623a374d8f6f53e5368", "content": "# Hospital-map1", "size_bytes": 15, "file_path": "README.md", "file_timestamp": 1728376389, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Asir053/ClassyCooking
364,635,231
0ebc85bb0ba7d2d82d93aa63102701dd6ee4e1d5
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-05-05T16:10:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
22
[ { "content_id": "5203ab2666b88c9686250a862cb6f4b6c40b9846", "content": "<?php\n\tsession_start();\n\n\t$newcategory_sql=\"INSERT INTO Category (name) VALUES('\".mysqli_real_escape_string($dbconnect,$_POST['name']).\"')\";\n\t$newcategory_qry=mysqli_query($dbconnect,$newcategory_sql);\n?>\n<p>New category ha...
AsjahMarie/my-first-gatsby-site
712,171,940
ba30efb14c8498d78d50eab07660b4e1abf1a172
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-10-30T23:59:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1d43b1444c21b231bb4e6d7998a3ea060df6c64e", "content": "{\n \"name\": \"my-first-gatsby-site\",\n \"version\": \"1.0.0\",\n \"private\": true,\n \"description\": \"my-first-gatsby-site\",\n \"author\": \"AsjahMarie\",\n \"keywords\": [\n \"gatsby\"\n ],\n \"scripts\": {\n \"dev...
Ask3wQQ/Ask3wQQ.github.io
517,275,734
0c47430fbc457c4b65363c0f4086b45365034a78
{ "branch": "main", "commit_count": 10, "repo_created_at": "2022-07-24T09:08:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "10ec2edbf127cd2f0a36846bb3f269ad562dba47", "content": "---\ntitle: \"[Weekly] WW44'22\"\ndate: 2022-11-07 00:30:44 +0800\ntags:\n - diary\n---\n\n2022/10/31 ~ 2022/11/06\n\n# 日常\n\n## 運動\n\n本週每日步數:\n\n![WW44](/assets/WW44.png)", "size_bytes": 177, "file_path": "_posts/2022-11-07-20...
AskArtwentythree/BotChat
658,929,343
a811b998ca41503e65fe17839dde48e437263c63
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-06-26T19:40:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "914d270674f99c1e4942da8b30abfaaeb5cc1f72", "content": "import { useEffect } from 'react';\r\nimport { useNavigate } from 'react-router-dom';\r\nimport { UserAuth } from '../context/AuthContext';\r\n\r\n\r\nconst Login = () => {\r\n const navigate = useNavigate();\r\n const { currentUs...
Aslmmm/Aslmmm
525,438,971
fc77d5755197e61a8833e151dfc932b01fbc476a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-08-16T15:29:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ad1431473ac5f94bd7d13d59c4abeaefb4aa2e0c", "content": "- 👋 Hi, I’m @Aslmmm\n- 👀 I’m interested in Mobile Development\n- 🌱 I’m currently learning Flutter && Backend\n- 💞️ I’m looking to collaborate on open Source Projects\n- 📫 How to reach me ... <EMAIL>\n\n<!---\nAslmmm/Aslmmm is a ✨ s...
Asmaagaber89782/alx-zero_day
596,037,865
4bc4a44d0697ea712a12f491a0f1fd94fdf8773c
{ "branch": "master", "commit_count": 10, "repo_created_at": "2023-02-01T10:35:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 3, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fbbc1cd891dd92320a7e35a6ac7e917e27eaa0ad", "content": "task1 edited\n", "size_bytes": 13, "file_path": "0x03-git/README.md", "file_timestamp": 1675810315, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Asmial/spaghetti-bucket-old
397,933,666
b1ab20f411c6101bb7986df8cda3f95b01bc8f51
{ "branch": "master", "commit_count": 179, "repo_created_at": "2021-08-19T12:21:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "1a27a43f62db604e5b7e19d69ee5096757a0fc8b", "content": "{\r\n \"version\": \"1.2\",\r\n \"description\": \"Use Docker Containers as WSL Distros.\",\r\n \"homepage\": \"https://github.com/redcode-labs/easyWSL\",\r\n \"url\": \"https://github.com/redcode-labs/easyWSL/releases/downl...
Aspenini/roms.kevin-allen.org
933,469,241
840fb95f4d03c352a8eedec180beba5b7d45a069
{ "branch": "main", "commit_count": 59, "repo_created_at": "2025-02-16T03:01:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "13b687ab5914d04975034942e906c6b7ae811d10", "content": "# KAR - Kevin Allen ROM Site\n\nWelcome to **KAR (Kevin Allen ROM Site)**, a direct download hub for game backups. Our goal is to provide a simple and fast way to access game files for preservation and personal use.\n\n## 📥 Features\n-...
AssIstne/AsWallet
59,223,554
4297c1665530d061ffa986a2421edc2f49994045
{ "branch": "master", "commit_count": 29, "repo_created_at": "2016-05-19T16:25:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
41
[ { "content_id": "ad79237845d59d5fb0441392683a9acfe9544762", "content": "package com.assistne.aswallet.database.bean;\n\nimport io.realm.RealmObject;\nimport io.realm.annotations.PrimaryKey;\n\n/**\n * 决定数据库的结构, 提供给{@link com.assistne.aswallet.database.dao.CategoryDao}使用\n * Created by assistne on 15/11/16.\...
AssafAzaria/TIPlatform
124,429,960
40b855a668d03b1a083f1ebde6379cdfcf490a96
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-03-08T18:11:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
76
[ { "content_id": "44df93aa2dff4c74aab6ff2993f1c52c4ee9696b", "content": "package com.verint.cnc.cnc;\n\n\nimport java.sql.Connection;\nimport java.sql.DriverManager;\nimport java.sql.PreparedStatement;\nimport java.sql.ResultSet;\nimport java.sql.SQLException;\nimport java.util.ArrayList;\nimport java.util.H...
Assisted-Mindfulness/naive-bayes
461,341,755
e99b57105fc1b52689f6e2c6fa13fab1e2fa1619
{ "branch": "master", "commit_count": 31, "repo_created_at": "2022-02-19T23:51:56.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 43, "forks": 2, "issues": 1, "pull_requests": 0 }
7
[ { "content_id": "4c5955a62cef99cd6d52cbe3ee7a019cccd6f12f", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<phpunit\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:noNamespaceSchemaLocation=\"https://schema.phpunit.de/10.0/phpunit.xsd\"\n backupGlobals=\"false\"\n backup...
Astellag/workstella
900,546,419
def3d7066505e9faf70e7c59cc562b880756f113
{ "branch": "main", "commit_count": 6, "repo_created_at": "2024-12-09T02:34:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8d4820892ffc5b847d18f1817a619732d94ee22e", "content": "/* importando fonte poppins do google fonts */\r\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');\r\n/* /importando fonte poppins do google fonts */\r\n\r\n/* setando cores do p...
Aster-Q/TypeTesting
442,667,169
5b974aa14c298f58d85a520d251e421e28709d49
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-12-29T05:15:02.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "073a6569c09ede64ae5bc9d046ba8672d8b8cbde", "content": "body {\n background-color: #282c34;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n font-size: calc(10px + 2vmin);\n color: white;\n letter-s...
AsterZephyr/SterlingGateway
865,139,065
714780e457a2c08233ec8dda4bdaf7c8294cb0e8
{ "branch": "master", "commit_count": 3, "repo_created_at": "2024-09-30T03:35:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "411062b243cec3e7ebfb5fa6f1fcdf1b85275857", "content": "package com.grace.gateway.common.constant;\n\npublic interface FilterConstant {\n\n String GRAY_FILTER_NAME = \"gray_filter\"; // 灰度过滤器名字\n\n int GRAY_FILTER_ORDER = Integer.MIN_VALUE; // 灰度过滤器顺序\n\n String LOAD_BALANCE_FILTER_...
Astha-Singh1729/deploy-curriculum-management
569,406,184
215093075b3ef42c70b045e8504bcb7b0fe4fe24
{ "branch": "master", "commit_count": 9, "repo_created_at": "2022-11-22T18:53:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "b6fb9b6b0e795becb79d559424331c9b987416fe", "content": "import { Column, Entity, PrimaryGeneratedColumn } from 'typeorm';\n\n@Entity()\nexport class Person {\n @PrimaryGeneratedColumn()\n id: number;\n @Column()\n username: string;\n @Column()\n name: string;\n @Column()\n password: ...
Astinil-Technologies/StartUP_CRM_BE_PAP
1,002,756,541
e250c874b5af3782cb5116eec3dbaca0a2e3b71c
{ "branch": "sprint_april_25", "commit_count": 55, "repo_created_at": "2025-06-16T05:13:02.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
128
[ { "content_id": "5911aeb307bf33139685024419ad4b2ecb2d28bd", "content": "package startup.backend.dto;\n\nimport com.fasterxml.jackson.annotation.JsonProperty;\nimport lombok.AllArgsConstructor;\nimport lombok.Data;\nimport lombok.NoArgsConstructor;\n\n@Data\n@AllArgsConstructor\n@NoArgsConstructor\npublic cl...
Astral-101/Tower-Siege
323,189,591
dcf0f3f176bb2e282fc162bbefd3196f903443b3
{ "branch": "main", "commit_count": 2, "repo_created_at": "2020-12-21T00:02:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c75a00b2ade3d4f1122ae6f4fd7504c637c3bdac", "content": "const Engine = Matter.Engine;\nconst World= Matter.World;\nconst Bodies = Matter.Bodies;\nconst Constraint = Matter.Constraint;\n\nvar engine, world;\nvar groundBottom, ground1;\nvar box1, box2, box3, box4, box5, box6, box7, box8, box9,...
Aswathy321/sharing_github2
337,712,935
2b60b4e54e6ba5f954cd172a425992e435670d5b
{ "branch": "main", "commit_count": 11, "repo_created_at": "2021-02-10T12:10:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "f0f54f7d0a788bfb9db45963200dcbfca077be6e", "content": "import numpy as np # to install the numpy package\r\n'''a=[5,7,9,11,15]\r\na=np.array(a) # to call the array of homogenous items listed\r\nprint(a)\r\nprint(a.dtype) # to know the data type in array\r\nprint(type(a))\r\nb=np.array(a,dt...
Aswin-Subedi/rps
1,016,032,788
13701a27ab8fb6cb831836473cf1b85de02b635b
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-07-08T11:44:36.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4983125ac663a59eab38787d10f9a9037a521ed7", "content": "# Real-Time Multiplayer Rock Paper Scissors Game\n\nA professional, real-time multiplayer Rock Paper Scissors game built with Firebase Firestore for seamless player interactions and synchronization.\n\n## Features\n\n🎮 **Real-Time Mult...