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
Aaryan-Chokshi/Garbage-Detector-And-Classifier
650,051,957
0320e66709d7f79b5e3a1766389978d026b2eb74
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-06-06T08:26:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "8e282e2c3f925989d6374f12e8765980dc815e87", "content": "# Garbage image classification using YOLOv8n\n\nPerformed classification task of identifying 28 different waste categories from the WaRP - Waste Recycling Plant Dataset (available at Kaggle - [link](https://www.kaggle.com/datasets/paroh...
Aaryankarki/weatherApi
1,010,078,511
b04a29a9e242b2edc5b4d178373e0e45ceaa51dc
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-06-28T09:47:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "58824fa02a6a59e0328307ca6aee5545d797291f", "content": "import 'package:flutter/material.dart';\nimport 'package:intl/intl.dart';\nimport 'package:weather/weather.dart';\nimport 'package:weather1/constants/weather_api.dart';\n\nclass HomePage extends StatefulWidget {\n const HomePage({super...
Aashay-chaudhari/colab_notebook
683,912,305
f2f437a1b8210a88e95cd752d936f9381169adaa
{ "branch": "main", "commit_count": 6, "repo_created_at": "2023-08-28T03:43:43.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "9ab258d7d2e0f7f64eac0882b5b63ff9320e19f8", "content": "Colab Notebooks\n\ndiff + EMA_pct: \n\n Machine Learning Architecture: \n \n Conv Layer + Attention Layer + BatchNorm + stacked LSTM\n \n ![image](https://github.com/Aashay-chaudhari/colab_notebook/assets/93089131/3a7f06ee-2426-4a4...
Aashish-Devian/BrightPath
891,915,786
4dba1748c81305c11ddb6cb60bb919a1893dfaad
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-11-21T07:26:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "61e82ce9e331831c799ae6f7902d24eeb2c4fa29", "content": "import React from \"react\";\nimport Header from \"./components/Header\";\nimport Footer from \"./components/Footer\";\nimport { FaGoogle, FaFacebookF, FaGithub } from \"react-icons/fa\";\nfunction LoginPage() {\n return (\n <div cl...
AasifFiraz/Stock-Trading-News-Alert
483,567,158
6fe7c59204f497a01418f4d595d42fc0155a624b
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-04-20T08:18:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "5869a0a7306bbcdcd7bfb2db86df8a4cada8f3ca", "content": "import requests\nimport smtplib\nimport os\nfrom dotenv import load_dotenv\n\nload_dotenv()\n\nSTOCK = \"NFLX\"\nCOMPANY_NAME = \"Facebook\"\n\nSTOCK_ENDPOINT = \"https://www.alphavantage.co/query\"\nNEWS_ENDPOINT = \"https://newsapi.or...
Aayush2009/Mushroom-Classification-Project
660,277,223
cb92199455c1c3c44cb54700d132cc5d24e6d3df
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-06-29T16:27:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "eb5b16a1e710465dbad2e259ecb2bf970387286e", "content": "# Mushroom Classification\nThis project aims to classify mushrooms as either edible or poisonous based on various attributes using machine learning techniques. The dataset used for this project contains descriptions of samples correspon...
AayushAKT/modelTraining01
818,916,693
bc909cb27e850f93f346c528b2d881281ec666db
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-06-23T08:48:55.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "ae41307b77ba61fcdf94a42d77dc75c70b2bbbc5", "content": "Simple Logistic Regression model trained on a very small dataset(placement.csv)\r\n\r\n", "size_bytes": 83, "file_path": "README.md", "file_timestamp": 1719132764, "language": "Markdown", "is_vendor": false, "lic...
AayushKucheria/ai-flow-presentation
948,777,083
84e31c0fcf81a1f139efb38669283f23e9156a1f
{ "branch": "main", "commit_count": 9, "repo_created_at": "2025-03-15T00:06:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "b8b91ab1fd09c545af650946fa706b4777d595f2", "content": "import type { Metadata } from \"next\";\nimport { Geist, Geist_Mono } from \"next/font/google\";\nimport { StrictMode } from \"react\";\nimport \"./globals.css\";\n\nconst geistSans = Geist({\n variable: \"--font-geist-sans\",\n subse...
AbSolucionesSoftware/tienda-cafi-testeos
310,060,596
e515f01f800883f18f0d074eaf049def6444023c
{ "branch": "master", "commit_count": 208, "repo_created_at": "2020-11-04T16:41:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "0e03d27daee3da8eb0ace4686ce2c283381c4a71", "content": "{\n \"files\": {\n \"main.css\": \"/static/css/main.9996f8ee.chunk.css\",\n \"main.js\": \"/static/js/main.1a34a8fd.chunk.js\",\n \"main.js.map\": \"/static/js/main.1a34a8fd.chunk.js.map\",\n \"runtime-main.js\": \"/static/...
Abaris79/rails-task-manager
65,280,733
47fa6d526862fb9478eeffa8052b8683113ed222
{ "branch": "master", "commit_count": 3, "repo_created_at": "2016-08-09T09:11:43.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "2d6cbb00f8398a3353de9d0114ae1a3a4684749e", "content": "<div class=\"text-center\"><h1>Votre tâche</h1>\n<p></p>\n<h2><%= @task.name %></h2>\n<p><% @task.done %></p>\n\n\n\n\n\n<%= link_to \"Back to tasks\", tasks_path %>\n<br>\n <%= link_to \"Edit\", edit_task_path(@task) %>\n <br>\n <%= li...
Abbeylyncon/Git-lesson-website
753,929,417
bb712d07f64f1fed663bb64595d74a1f4b5927b5
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-02-07T03:51:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5766d14bc4e82b667368ff68152de67c925932d9", "content": "# Git-lesson-website", "size_bytes": 20, "file_path": "README.md", "file_timestamp": 1707277868, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Abbottss/musicapp
208,005,074
bbd4e7bd8f4a351bff147e85655b63ee06a8c8c3
{ "branch": "master", "commit_count": 31, "repo_created_at": "2019-09-12T08:47:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 2 }
4
[ { "content_id": "265d2d437a49abcbc5a8117e5ac3916a013b34f5", "content": ".head{\n width: 100%;\n height: 1.8rem;\n background-color:#343730 ;\n padding-left: .32rem;\n line-height: 1.8rem;\n position: relative;\n}\ninput{\n height: 1.2rem;\n width: 7.2rem;\n margin-left: .32rem;\n ...
Abd-ELrahmanHamza/the-monster-slayer-game
620,480,092
6ecadd8364de06b86befa4695b47db714fe78072
{ "branch": "main", "commit_count": 8, "repo_created_at": "2023-03-28T19:07:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 5, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "6848cbba4f73f1d5464caaf84fff55a93afd7d66", "content": "<div align=\"center\">\n</div>\n\n<div align=\"center\">\n <h1 align='center'><i>Monster Slayer</i></h1>\n <p> Simple game built with vue </p>\n</div>\n\n<h2 style=\"display:inline\">📝 Table of Contents</h2>\n\n- 📑 About\n- ⛏️ B...
Abdalrhman205/profile
815,150,870
dc728fd1f7a8d6a249ee498c9b75630d68307999
{ "branch": "main", "commit_count": 7, "repo_created_at": "2024-06-14T13:10:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "6e44480f3e02e8ee37af61838395c15ee9f3b83f", "content": "\r\n\r\n// start \r\ndocument.addEventListener(\"DOMContentLoaded\",function(){\r\n var link1= document.getElementById(\"skill\");\r\n var targetElement1=document.getElementById(\"skill1\");\r\n link1.addEventListener(\"click\",fu...
AbdelAziz-Maysara/Block-Buster
280,403,501
2bc155fb0f4a28d60fdf46e83ef2275c2856f081
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-07-17T11:08:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d4f1b3828a2c039d9075ce261c056b340e22d16d", "content": "# Block-Buster", "size_bytes": 14, "file_path": "README.md", "file_timestamp": 1594984239, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
AbdelattyBadwy16/InternShip_Task
782,248,358
5506df972bcc95c80c6031eead688c013f97ecb0
{ "branch": "master", "commit_count": 10, "repo_created_at": "2024-04-04T23:25:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "e10506e230bc9658f2c52c780703923daa9fc9f9", "content": "{\n \"name\": \"dashbordpage\",\n \"private\": true,\n \"version\": \"0.0.0\",\n \"type\": \"module\",\n \"scripts\": {\n \"dev\": \"vite\",\n \"build\": \"vite build\",\n \"lint\": \"eslint . --ext js,jsx --report-unused-...
Abdelsalam-03/profile-card
726,054,736
81f926c0f28e2ee052904a4014676ac470c8934a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-12-01T12:46:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4ef828c8ea2ec321f953da90affbfde6a5265279", "content": "*{\r\n padding: 0px;\r\n margin: 0px;\r\n box-sizing: border-box;\r\n}\r\nbody{\r\n /* font-family: 'Cairo', sans-serif; */\r\n font-family: 'Kumbh Sans', sans-serif;\r\n /* font-family: 'Open Sans', sans-serif; */\r\n...
Abdelzaher11/Delivery_app_ui
296,668,222
8e8a508312a0182e2588962bb9a0c389640b60b3
{ "branch": "master", "commit_count": 3, "repo_created_at": "2020-09-18T16:03:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "c2c852f8e6056f3011442cfa4d254239595058b4", "content": "import 'package:flutter/material.dart';\n\nclass Register extends StatefulWidget {\n @override\n _RegisterState createState() => _RegisterState();\n}\n\nclass _RegisterState extends State<Register> {\n @override\n Widget build(Build...
Abdi0704/fantastic-chainsaw-
241,607,630
c8fc0513d286c652cb66b1aabf9ee3af15723217
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-02-19T11:43:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d7f7d12ae9470cd8b6560a5c9e6cf32b262cde97", "content": "# fantastic-chainsaw-\nshush\n", "size_bytes": 28, "file_path": "README.md", "file_timestamp": 1582112606, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }...
AbdiasHernandezDev503/crud-spring
624,957,799
8bb94af0fcf5628b35f0aafacd88d5b513227ce9
{ "branch": "main", "commit_count": 4, "repo_created_at": "2023-04-07T17:29:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "29485eea4dae847608e47ce226fd2a2ca59a49e7", "content": "package com.abdias.market.persistence.mapper;\n\nimport com.abdias.market.domain.Product;\nimport com.abdias.market.persistence.entity.Producto;\nimport org.mapstruct.InheritInverseConfiguration;\nimport org.mapstruct.Mapper;\nimport or...
Abdkalam/Task5
497,851,881
0984ba94c64a902b6b2675c1e044d9c055ea68f4
{ "branch": "master", "commit_count": 6, "repo_created_at": "2022-05-30T08:20:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "cbb4380a70dd39d12abe9081afc25271c54878d0", "content": "package org.sam;\n\npublic class StringClass {\n\n\tpublic static void main(String[] args) {\n\n\t\tString a = \"apple\";\n\t\tString a1 = \"system\";\n\t\tSystem.out.println(System.identityHashCode(a));\n\t\ta = a.concat(a1);\n\t\tSyst...
Abdoul-Hakim101/Data_Mining_Final_project
752,166,388
fbb818d90529919dd5efc96852706e00b9194f18
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-02-03T08:12:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "8c783a221fa8d59ac20e0edebc314c8e41631013", "content": "{\"cells\": [{\"cell_type\": \"code\", \"source\": [\"import pandas as pd\\n\", \"import numpy as np\\n\", \"import seaborn as sns \\n\", \"import matplotlib.pyplot as plt\\n\", \"%matplotlib inline \\n\", \"\\n\", \"import warnings\\n\...
Abduaws/secondlabpython
489,426,551
0d3609d6186c93e078495a80fe96497721e024db
{ "branch": "master", "commit_count": 2, "repo_created_at": "2022-05-06T16:41:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "98fa5b60b3970bfd37c9e53424a861e45d7c8841", "content": "class EvenOdd:\n @staticmethod\n def GetEvenOdd(number:int):\n if number % 2 == 0: return \"EVEN\"\n return \"ODD\"", "size_bytes": 127, "file_path": "EvenOdd.py", "file_timestamp": 1651855305, "langu...
Abdul-Rafay-4002/spirex
894,881,464
abc1f62594e4b64383916cf3fc24c4bf5ab8c145
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-11-27T07:04:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ffe0db2da3aa4b9e7be3182f917a64957f2e6377", "content": "# spirex\nSearch Engine\n\nWork on frontend by Jarrar", "size_bytes": 50, "file_path": "README.md", "file_timestamp": 1735468790, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "det...
Abdul-ganuine/RBG-Color-Generator
581,332,308
a285bfd2c4683c7b20f8fa1dbea0902f0a67a190
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-12-22T22:24:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "84faedf906249296b473b327af21f6c413134d7d", "content": "let sliders=document.querySelectorAll('.slider');\r\nlet backGround=document.querySelector('.body');\r\nlet colorName=document.querySelector('.rgb-color-name');\r\n\r\n let color1=0;\r\n let color2=0;\r\n let color3...
Abdul-hanan001/learning-python
1,006,486,087
0af893f4dd42b181ddacaa053ee8d22d0fb7b7a1
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-06-22T11:35:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "fc06fe10e96b37ce0c55483c081265c36620128e", "content": "# usernames = [\"apple\",\"keela\",\"cherry\"]\r\n# passwords = [\"<PASSWORD>\",\"<PASSWORD>\",\"<PASSWORD>\"]\r\n\r\n\r\n# input1 = input(\"enter yout username: \")\r\n# input2 = input(\"enter your password: \")\r\n\r\n# if (input1 in ...
AbdulRahman3322/SampleRepo
979,405,606
004cd48975a30db661a9d80738f8fd9ca6fece4e
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-05-07T13:12:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "158496433dfa6298de806ae40c86e8a47802c14b", "content": "package org.com;\n\npublic class Desktop implements Hardware,Software {\n\t\n\t\n\n\tprivate void desktopMode() {\n\t\tSystem.out.println(\"desktop mode for softftware\");\n\n\t}\n\n\t@Override\n\tpublic void softwareResource() {\n\t\tS...
Abdulhaseebimran/Shimmer-Loading-Effects
555,313,854
20667743a50da1d56ad49127ce33670af0881489
{ "branch": "master", "commit_count": 1, "repo_created_at": "2022-10-21T10:37:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "09717090d3a5a27f467b860504eaddf546ba1036", "content": "import 'package:flutter/material.dart';\nimport 'package:shimmmer_effects/new_page.dart';\n\nvoid main() {\n runApp(const MyApp());\n}\n\nclass MyApp extends StatelessWidget {\n const MyApp({Key? key}) : super(key: key);\n\n \n @over...
AbdullaOsama/MediTrain
913,166,948
5f44b36ef2b91a95e4f72cb45526f03748a44c91
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-01-07T06:54:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "c4d0357c2de6c8a79a3db02037c5673d3e62c2e9", "content": "import os\r\nfrom dotenv import load_dotenv\r\n\r\nfrom flask import Flask, request, jsonify\r\nfrom flask_cors import CORS\r\n\r\nfrom langchain.chains import LLMChain\r\nfrom langchain_core.prompts import (\r\n ChatPromptTemplate,\...
Abdullah-Al-Nouman/Developer-Protfolio
383,088,127
d3728d70af8452aaeac13f970ef8f641d5cae5dc
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-07-05T09:38:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f67f0ff7724350df1ec229b9d1391ce369870d5b", "content": "body{\n font-family: 'Poppins', sans-serif;\n margin: 0;\n\n}\nh1{\n font-size: 35px;\n}\n.crimson-color{\n color: crimson;\n font-size: 60px;\n}\n.flexible{\n display: flex;\n margin-bottom: 250px;\n \n}\n.flexi...
Abdullah046312/Orebi-E-Commerce
886,816,438
930f83c8a47dd9af005afee531925226efd65ac9
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-11-11T16:52:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "79d6bd2af96477b2a234b5af575676bb56ed3110", "content": "import { createSlice } from '@reduxjs/toolkit'\n\nexport const ProductSlice = createSlice({\n name: 'product',\n initialState: {\n value: 0,\n },\n reducers: {\n addToCart: (state, action) => {\n console.log(action.payl...
Abdullah5491/OOP-Project-005-and-002
715,051,325
ed559a83eb157bb2115843fd811807252014c2e8
{ "branch": "main", "commit_count": 52, "repo_created_at": "2023-11-06T11:37:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
22
[ { "content_id": "96d22fa2af151f2178d0d3b53346debfef5b7e34", "content": "package com.example.bookthebus;\n\npublic enum StaffRoles {\n Driver,BusHostess,Manager,TicketingStaff,Accountant\n}\n", "size_bytes": 116, "file_path": "BOOK-The-Bus/src/main/java/com/example/bookthebus/StaffRoles.java", ...
AbdullahKhan286/appetx_ui_test
830,931,383
38cbe230d7391a33f06112896bf6a6bd3d44479b
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-07-19T09:45:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "6ee3f2bdb41aae67f7d7a2f86b4e9fcf01f46c70", "content": "class Asset {\n static const String actionIcon_1 = 'asset/icon/action_icon_1.png';\n static const String actionIcon_2 = 'asset/icon/action_icon_2.png';\n static const String actionIcon_3 = 'asset/icon/action_icon_3.png';\n static co...
Abdurahman-Abdella/online-couorse-demo
984,264,606
28a8e0d46774a2e7f71c6e04b00c527f145c71eb
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-05-15T16:43:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 3, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "af9d1a0e489e3bdfb57f4f22f3c8cd6df673e652", "content": "// Admin.java\npublic class Admin extends person {\n\n public Admin(String username, String password) {\n super(username, password);\n }\n\n @Override\n public boolean login(String inputUsername, String inputPassword)...
Abdvkh/react
332,220,170
87a8a9f48390931f2a8703fb03cde910d3137bac
{ "branch": "advanced", "commit_count": 59, "repo_created_at": "2021-01-23T13:43:50.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "da18eb39502fba9df9666e3f143740e2db03b913", "content": "import React, { useState } from 'react';\n/** Hooks rules\n * use - starts with this keyword\n * component name must be uppercase\n * must be in the function/component body\n * cannot call conditionally\n * */\n\n\nconst UseStateBasics ...
Abdy02/JAVASCRIPT-ASSIGNMENT1
981,763,932
e6c7d5a200547f815a1f98fa998e4a6b5f01c748
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-05-11T20:37:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "72e2ecfb8262a22aea3ed5d279918d4dc7b1af01", "content": "# JAVASCRIPT-ASSIGNMENT1\n", "size_bytes": 25, "file_path": "README.md", "file_timestamp": 1747039323, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, ...
AbdylGaniwu/Linear-Regression-Projects
860,626,073
3883921f689f6214d785588a8ea15bb719596427
{ "branch": "main", "commit_count": 9, "repo_created_at": "2024-09-20T19:49:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "f01fb231b795f915eba4b5fb770ca6734de04419", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"id\": \"85fea902-47b8-448d-ab4a-3cd89aa7faf0\", \"metadata\": {}, \"source\": [\"# Movie Revenue Prediction using Linear Regression\"]}, {\"cell_type\": \"code\", \"execution_count\": null, \...
Abeezer-Golwala/Abeezer-Golwala
373,849,602
5d5253c1f1c2c29de499f527287b7dab55607de1
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-06-04T13:25:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fc02bc19cd9553d3d0d9ac9f5d75899b8b1a72d5", "content": "- 👋 Hi, I’m @Abeezer-Golwala\n- 👀 I’m interested in \n- 🌱 I’m currently learning Mobile App Development\n- 💞️ I’m looking to collaborate on ML projects \n", "size_bytes": 172, "file_path": "README.md", "file_timestamp": ...
AbelHuerta/Oximetro
621,539,263
cf36d5143ffef70376fbeead97de31916e4c3eed
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-03-30T21:45:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "c236c3aa75ec63362ad5c827fb1d60a0071b933f", "content": "/* \r\n * File: ADC.h\r\n * Author: abelh\r\n *\r\n * Created on 28 de marzo de 2023, 11:18 PM\r\n */\r\n\r\n#ifndef ADC_H\r\n#define\tADC_H\r\n\r\n#include <xc.h>\r\n#include <pic18f4550.h>\r\n#include <stdint.h>\r\n#include <stdlib....
Abelsolans95/probandoControles
69,853,198
d3835c264272850f48404fd2109ac18c89277858
{ "branch": "master", "commit_count": 1, "repo_created_at": "2016-10-03T08:28:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3479b949165f1fd114f3c1827340dde939ba6c69", "content": "package com.example.usuario.probandocontroles;\n\nimport android.support.v7.app.AppCompatActivity;\nimport android.os.Bundle;\n\npublic class probandoControles extends AppCompatActivity {\n\n @Override\n protected void onCreate(Bu...
Abenaporshbae/Abenaporshbae
495,849,249
57442b3615f71356eef6f4ca2defa0b9afb4b4b9
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-05-24T14:03:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3d8ee4bef6a3b3fc5d42eaa81e0512617b1be04b", "content": "- 👋 Hi, I’m @Abenaporshbae\n- 👀 I’m interested in html,css,js\n- 🌱 I’m currently learning web development\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me <EMAIL>\n\n<!---\nAbenaporshbae/Abenaporshbae is a ✨ special ✨ r...
Abgupta17/Multiple-Disease-Prediction-System
768,214,726
f14f7d92e01156ed09f5b5c6a35ef0ae1371452c
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-03-06T17:16:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "b544185d48cc7fc55fcff2c7fbf2404d32506ce5", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"id\": \"7f2e3512\", \"metadata\": {}, \"source\": [\"Importing important libraries\"]}, {\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"83d7205b\", \"metadata\": {}, \"outputs\...
AbhDan1122/Demon
680,266,022
f3d8e1190798a44ef575327c02e39539a69178c6
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-08-18T18:51:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "aa719f7e6de4ac5189c198aaf66dc0ff88faf7a5", "content": "[\"Pick.er603\"]\n", "size_bytes": 15, "file_path": "Demon.json", "file_timestamp": 1692385044, "language": "JSON", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Abhay-Saini/LogicalPrograming-Array-maximum-minimum-find
489,078,266
6b282d8cc824b36b6267ecd8b71ad00916cd9e11
{ "branch": "master", "commit_count": 2, "repo_created_at": "2022-05-05T18:05:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a01b6369c3c96456871c06385d2370c51bdb1d9f", "content": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace LogicalPrograming\n{\n class Program //Array maximum and minimum number\n {\n static voi...
Abhaynarayan1742/Java
672,507,312
e08c6798e1fc2fb08bc7c6d90327a120f39a7e0d
{ "branch": "main", "commit_count": 10, "repo_created_at": "2023-07-30T10:21:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "4bd7a76931a62d33506cd5662bff32c18b18c602", "content": "//DECLERATRION OF ENUM CLASS INSIDE MAIN\nimport java.util.*; \nenum days { \n SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY \n} \npublic class Main { \n public static void main(String[] args) { \n Set<days> ...
Abhifs001/mednexa
1,002,563,645
c1533c02f61eaff004cc86fc4546c95c8e2be372
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-06-15T18:25:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "42be360d629166893a13bb59354506264a4b4e0e", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"4dd1fccc\", \"metadata\": {}, \"outputs\": [], \"source\": [\"import numpy as np\\n\", \"import pandas as pd\\n\", \"import matplotlib.pyplot as plt\\n\", \"imp...
Abhilokhande/Abhilokhande
808,922,207
b7dcd63e2c40b85aac9cbbf896eae2ca99409d9a
{ "branch": "main", "commit_count": 75, "repo_created_at": "2024-06-01T07:00:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "65b5b9e0b9d1c88e2b78cbdf2b54a45fa3b8e161", "content": "## <div align=\"center\">Hi there! 👋🏾</div> \n\n### <div align=\"center\">I'm Abhijeet, a seasoned Fullstack developer driven by the thrill of building robust and dynamic web applications. With expertise spanning both frontend and bac...
Abhinav-0525/Warehouse-automation
976,656,155
7d925879b67bde7546c4977b2f3826eb5dc59501
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-05-02T14:00:43.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
25
[ { "content_id": "fe2a1d7fc70bc6f9b3d0c53aeb656238215dd124", "content": "\nimport React, { useState } from 'react';\nimport {\n Card,\n CardContent,\n CardHeader,\n CardTitle,\n CardDescription\n} from '@/components/ui/card';\nimport {\n Table,\n TableBody,\n TableCell,\n TableHead,\n TableHeader,\...
Abhinav2011/News-Flutter-
424,464,308
6545019e46b59c7d625f0a8f437dff4d5082a5a6
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-11-04T03:47:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "07348339e1a971af6917629f8db89297fc7dcc82", "content": "import 'package:news/model/category_model.dart';\n\nList<CategoryModel> getCategories() {\n List<CategoryModel> category = [];\n CategoryModel categoryModel = new CategoryModel();\n\n //Business\n categoryModel.categoryName = \"Busi...
AbhinavChemikala/SkyTrail
492,533,375
c2125c86d79c9fd431dfe0ec7d61bf18cb05af41
{ "branch": "main", "commit_count": 51, "repo_created_at": "2022-05-15T15:55:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
24
[ { "content_id": "a3b9671775f53207da6b1eebac4876fb10e8146a", "content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\n\npublic class UIChange : MonoBehaviour\n{\n // Start is called before the first frame update\n void Start()\n {\n \n }\n\n // Updat...
AbhinavSinghBhadouria/web-Dev
991,800,538
c4fea9def83e5920185535d402ab64279e9bab5d
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-05-28T07:05:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "d38bb7855e3e4c861cdcc7d568ce125bd2f3888b", "content": "let r=Math.PI;\nconsole.log(r);\n\nlet arr=[1,4,55,6,66,4,6,4,66,78];\nlet maxi=Math.max(...arr);\nconsole.log(maxi);\n\nlet mini=Math.min(...arr);\nconsole.log(mini);\n\nconsole.log(Math.round(1.4));\n\nconsole.log(Math.floor(2.9)); //...
AbhiraajV/pwd_job_portal
683,287,571
31a6d90ad259c924b225b86135e26ce889a9ee96
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-08-26T05:00:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "cb4f191babab131c86c021baa6a2b9f5a9220eb1", "content": "const qrcode = require(\"qrcode-terminal\");\n\nconst { Client, LocalAuth } = require(\"whatsapp-web.js\");\nconst client = new Client({\n puppeteer: {\n headless: false,\n },\n authStrategy: new LocalAuth({\n clientId: \"ANY_N...
AbhiramBelorkar/spring-boot-microservices
1,009,114,785
bc1f9aca7b584015fe121f2c103d6622a6790e2d
{ "branch": "main", "commit_count": 23, "repo_created_at": "2025-06-26T15:45:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
22
[ { "content_id": "06e5cfad91590396c50563b276df1d3bc64896ba", "content": "spring.application.name=inventory-service\nspring.datasource.url=jdbc:mysql://localhost:3306/inventory-service\nspring.datasource.username=root\nspring.datasource.password=<PASSWORD>\nspring.datasource.driver-class-name=com.mysql.cj.jdb...
Abhishek-Dutt-1/frontend-angular2
52,651,627
b8c1dcee28197349f645318843b4df87de70720a
{ "branch": "master", "commit_count": 2, "repo_created_at": "2016-02-27T05:24:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e7fbd5f3b0b585055c78327ace8bf07173fe2bdc", "content": "Frontend - Angular 2\n====================\n\n", "size_bytes": 43, "file_path": "README.md", "file_timestamp": 1456550873, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_l...
Abhishek-patni/Project_
620,216,605
7d10b72e15eb64fdbf72a2d92cb1907f6530e7bd
{ "branch": "main", "commit_count": 58, "repo_created_at": "2023-03-28T08:52:55.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 1, "pull_requests": 0 }
7
[ { "content_id": "a4b1d18ae8f20a18c73eca26fadaf96164b4b167", "content": "const firebaseConfig = {\n apiKey: \"<KEY>\",\n authDomain: \"dating-web-c6ce9.firebaseapp.com\",\n databaseURL: \"https://dating-web-c6ce9-default-rtdb.firebaseio.com\",\n projectId: \"dating-web-c6ce9\",\n storageBucket...
Abhishek82210/Drawing-App
888,557,862
9e8df13dd16c786bea898f2d323b205ef7566260
{ "branch": "main", "commit_count": 7, "repo_created_at": "2024-11-14T15:51:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "c0e6845b0e421cc81ae3cc9a8dd4ce649d7608b5", "content": "# Drawing-App\nit is a drawing app made with html css , javascript \n\n", "size_bytes": 68, "file_path": "README.md", "file_timestamp": 1744357384, "language": "Markdown", "is_vendor": false, "license_type": "no_...
AbhishekDevlop/WindowFormProject
481,748,935
dd124695f5786b163f106d7652620c03b8158c23
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-04-14T21:03:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "4240ec668be74435035e7c204142a30272dc67c3", "content": "using System;\r\nusing System.Collections.Generic;\r\nusing System.ComponentModel;\r\nusing System.Data;\r\nusing System.Drawing;\r\nusing System.Linq;\r\nusing System.Text;\r\nusing System.Threading.Tasks;\r\nusing System.Windows.Form...
AbhishekSarthi/Tip-Calculator
420,454,763
3f9e3d6ff8fc331af0efa5c2f4d456c2d9bbb52a
{ "branch": "main", "commit_count": 6, "repo_created_at": "2021-10-23T15:46:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "25e569238186bef758cf92a20cf4f180140c9e08", "content": "class TipCalculator {\r\n constructor() {\r\n this.total = 0;\r\n this.perPersonBill = 0;\r\n this.storage = [];\r\n\r\n this.tipPercentage = document.getElementById('tipPercentage');\r\n this.numbe...
Abhishekcec/Mentor-On-Demand
212,018,380
d6950941226365f5ecd029a31690b12e7d9a8215
{ "branch": "master", "commit_count": 4, "repo_created_at": "2019-10-01T05:22:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 30 }
48
[ { "content_id": "72a3ac91cde0ef344597e04c4676bac58ad1c9d3", "content": "export class Payment{\n id: string;\n txnType: string;\n amount: number;\n remarks: string;\n mentorId: number;\n trainingId: number;\n paymentType: string;\n userId: number;\n}", "size_bytes": 192, "file...
Abhishekkasaundhan/Online_Resume_Builder
664,388,257
e202a20745d4a9fad7b1c9c1b38ba13c18104cfb
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-07-09T20:34:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 3, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "11a06e5969ef8614613ccc741215d6a989aaf8f0", "content": "# Online-Resume-Builder\n \nTechnology Used: HTML, CSS, JavaScript.\n• Developed a pre-build resume that you can shape according to your requirement. \n• Introducing a responsive website to shape your resume and have many functionalitie...
AbielSandoval/Semaforo
397,090,985
831fad522015b440bf28991fd763e939d50ced7d
{ "branch": "master", "commit_count": 4, "repo_created_at": "2021-08-17T04:06:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e026d8141394a0e449406ad134a2a5444900258a", "content": "Este reposito es acerca de un semaforo", "size_bytes": 38, "file_path": "README.md", "file_timestamp": 1629230506, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses"...
Abinaya110/plantclient
642,690,579
2f9c952705f6e198f7b3bc758b6eb8fe80830e8d
{ "branch": "main", "commit_count": 4, "repo_created_at": "2023-05-19T06:17:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "3361e0dd33e72fe93f04e222e4729b56d0d39754", "content": "import * as React from 'react';\r\nimport Card from '@mui/material/Card';\r\nimport CardActions from '@mui/material/CardActions';\r\nimport CardContent from '@mui/material/CardContent';\r\nimport CardMedia from '@mui/material/CardMedia'...
Abinjshaju/fccc-Responsive-Web-Design
623,590,049
e7d9d5753b353d434d4a8c1cb91897163592d1e6
{ "branch": "main", "commit_count": 12, "repo_created_at": "2023-04-04T17:15:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7f154659525ff5442d22808e07c7141ebc7a975e", "content": "# fccc Responsive Web Design\nfree code camp Responsive Web Design certification projects\n\n\n", "size_bytes": 91, "file_path": "README.md", "file_timestamp": 1681029004, "language": "Markdown", "is_vendor": false, ...
Abipyth/django-project
646,821,563
341fb0c41b3083b334e6953eded69354e890a053
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-05-29T12:18:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "becbb3903ffbdcf55e3d741f206d376d88e29c65", "content": "from django import forms\r\n\r\nclass MyFileForm(forms.Form):\r\n SUBJECT_CHOICES = [\r\n ('tamil', 'Tamil'),\r\n ('english', 'English'),\r\n ('maths', 'Maths'),\r\n ('physics', 'Physics'),\r\n ('ch...
AbirRahman1/Loco-Juice
201,059,989
d1cba84b4011dd465aa988e05e15fc4360f96aaf
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-08-07T13:50:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ce1ecb40fe2b8ce58fbd1bf86b4c59eaf3581812", "content": "# Loco-Juice\nA website that I have designed along with 2 of my friends, it was a team project.\n", "size_bytes": 95, "file_path": "README.md", "file_timestamp": 1565185822, "language": "Markdown", "is_vendor": false...
AbizahirR/bobs-burger-api-page
509,013,659
b9cd8a12fadcc6178d519fc5f8872c26872638ee
{ "branch": "master", "commit_count": 5, "repo_created_at": "2022-06-30T09:22:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "cf96ede5a186b6e6c24a21d54b28800a3dd81dc9", "content": ".vscode\nDesignTests", "size_bytes": 19, "file_path": ".gitignore", "file_timestamp": 1661800815, "language": "Ignore List", "is_vendor": true, "license_type": "no_license", "detected_licenses": [] }, { ...
AbouBkarSiddiq/TravelAppUi
359,244,949
420267a346fde0b3dc6fb17608c9248dd8275cbc
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-04-18T20:22:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "72d44f838e447879f391e49f2e8d65f6e2606ac4", "content": "# TravelAppUi\n\nTravel App UI is a design file, which is basically converted from Figma to React-Native App.\n", "size_bytes": 108, "file_path": "README.md", "file_timestamp": 1618777775, "language": "Markdown", "is...
AbrahamGarciajr/AbrahamGarciaJr
922,746,454
d23c2f1fef1317f3fdf8e68944d201ff17b45ef3
{ "branch": "main", "commit_count": 34, "repo_created_at": "2025-01-27T01:14:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "df313d5a4ca206fb2defb548e90c431ae22ea2a3", "content": "<!--\n**AbrahamGarciajr/AbrahamGarciaJr** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.\n\nHere are some ideas to get you started:\n\n-->\n## Hi!👋 I am <NAME>\n- 🔭 I’m currently work...
AbrahamOussou06/Repo
934,414,853
d21b3204252729393bbb75641b53ccdc03d5cd93
{ "branch": "main", "commit_count": 29, "repo_created_at": "2025-02-17T19:43:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
36
[ { "content_id": "d3b57fb98f4655cc88bb9c5f6a91ba83fea4c243", "content": "import java.util.ArrayList;\r\nimport java.util.Collections;\r\n\r\n/*\r\n * Class: CMSC203 \r\n * Instructor: <NAME>\r\n * Description: Class representing a beverage shop that manages orders and transactions\r\n * Due: 04/25/25\r\n * P...
Abse2001/Portfolio
734,467,260
eace94f132951fff98bc5aac961d0572c85c2027
{ "branch": "main", "commit_count": 26, "repo_created_at": "2023-12-21T18:55:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "1c1b8c38e7aa17101b8edde98a102c529066ef3a", "content": "My first portfolio\n=======\n- 5 pages\n - home\n - about\n - projects\n - blog\n - contact\n\n- technologies\n - react\n - react-router-6\n - context api\n", "size_bytes": 167, "file_path": "README.md", ...
AbuLoot/cargo365
680,531,600
94cebc7949e0c10c2e2de22b06be709e09cca493
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-08-19T14:50:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "af27ed1d57806c6488a67960deeb7c7ca3b0f426", "content": "<?php\n\nnamespace App\\Http\\Livewire\\Storage;\n\nuse Illuminate\\Support\\Facades\\Gate;\nuse Livewire\\Component;\n\nuse App\\Models\\Region;\nuse App\\Models\\Track;\nuse App\\Models\\Status;\nuse App\\Models\\TrackStatus;\n\nclass...
AbuSalman143/Abu-Salman-
719,717,496
aff6955f670af38baa856121088b03ae4fad9747
{ "branch": "main", "commit_count": 6, "repo_created_at": "2023-11-16T18:51:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "7b3f53a568743db4685c88fcd697bdf1d791d151", "content": "@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');\n\n*{\n font-family: 'Poppins', sans-serif;\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n tex...
AccelerCc/ssm_user_system
214,233,198
acae54300fe0134e9387295bcc923a1cf27b6a4a
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-10-10T16:33:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 7 }
9
[ { "content_id": "1101cb33dd2818f0786d990cbb4c84bff1ea47c5", "content": "<%@ page contentType=\"text/html;charset=UTF-8\"%>\n<%@ taglib prefix=\"c\" uri=\"http://java.sun.com/jsp/jstl/core\" %>\n<%@ taglib prefix=\"fn\" uri=\"http://java.sun.com/jsp/jstl/functions\" %>\n<c:set var=\"ctx\" value=\"${pageConte...
Ace4896/SecretsTest
689,700,152
e55636b6058df3ff1a9b9579d52454be78626c25
{ "branch": "master", "commit_count": 6, "repo_created_at": "2023-09-10T16:29:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "4c2a966f3661fd88de04ce1738b3aa8470e6c6ac", "content": "# C# - DBus Secrets Test App\n\nA test app for the DBus Secret Service API using [Tmds.Dbus](https://github.com/tmds/Tmds.DBus) for cross-checking against [Tmds.Dbus.SourceGenerator](https://github.com/affederaffe/Tmds.DBus.SourceGenera...
Ace56882020/api.java
514,917,243
70ae41e52aff783bbe3008781b41ddb0961e8923
{ "branch": "master", "commit_count": 3, "repo_created_at": "2022-07-17T17:56:53.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "78346e9d30fff939a5f224bc085aa71300a86fca", "content": "package com.apiBookRest;\n\nimport org.junit.jupiter.api.Test;\nimport org.springframework.boot.test.context.SpringBootTest;\n\n@SpringBootTest\nclass ApiBookRestApplicationTests {\n\n\t@Test\n\tvoid contextLoads() {\n\t}\n\n}\n", "...
AcecomFCUNI/Topicos-IA
349,437,423
ae4f15999551a47f8a0dbbf2d358b67b78a2d61a
{ "branch": "master", "commit_count": 86, "repo_created_at": "2021-03-19T13:44:09.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 7, "forks": 3, "issues": 0, "pull_requests": 0 }
108
[ { "content_id": "23a3f281ee3feefff418b3ef7162762fe89cc442", "content": "<h2 align=\"center\">\r\n<p>Despliegue de modelos ☁️</p>\r\n</h2>\r\n\r\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\r\n[![](https://aleen42.github.io/badges/src/docker.svg)...
Acharya0702/Machine-learning
515,942,301
ab8c712967b6e79e807852e17a267c611f46393b
{ "branch": "main", "commit_count": 16, "repo_created_at": "2022-07-20T10:49:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "0de982fb7c3f242dfd8e81413018f2ac3da15de9", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"metadata\": {}, \"source\": [\"<h1 style=color:lime;background-color:red;text-align:center;>\\n\", \" Laptop_Price_Prediction_Linear_Regression_Model</h1>\"]}, {\"cell_type\": \"code\", \"...
AchcarLucas/QPeriodGameUnity
605,461,985
32bd35d8b2cb889b3755a967207360efa4a10a92
{ "branch": "main", "commit_count": 121, "repo_created_at": "2023-02-23T07:52:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
35
[ { "content_id": "5a054577b02547fd5468abebc7095b59668c45b7", "content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\n\n/*\n Classe 'Creator' é responsável pela inicialização de estruturas essenciais \n que serão usados ao longo do jogo.\n OBS: poderia ser feito ...
Achil13/Achil13
399,102,338
a05cf28773a48122322e56a0676c87f398764df0
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-08-23T12:52:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "92ef01de9069c3ab5e8f71e160b958cc882ac9fb", "content": "- 👋 Hi, I’m @Achil13\n- 👀 I’m interested in ...\n- 🌱 I’m currently learning ...\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me ...\n\n<!---\nAchil13/Achil13 is a ✨ special ✨ repository because its `README.md` (this fi...
AchimBea/SortedComboBox
846,447,072
4225632758605e0d30bdf24aa6036bab2094a427
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-08-23T08:21:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "bff363179644e3124bc82a1418b658fc40c18de7", "content": "import * as React from \"react\";\nimport { ComboBox, IComboBoxOption, Icon } from \"@fluentui/react\";\n\nexport interface ISortedComboBoxComponentProps {\n\tlabel: string;\n\tvalue: number | null;\n\toptions: ComponentFramework.Proper...
AcookFSU/Music-Movers
808,327,311
43acdaa66f6e574b5c671e5cb1972d36a5fdda1c
{ "branch": "main", "commit_count": 125, "repo_created_at": "2024-05-30T20:51:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "c02e592fe4424b887d5381be90f3a183a276b889", "content": "body {\n background-image: linear-gradient( to right, #47ffcd, #122378);\n font-weight:300;\n font-family: 'Open Sans', sans-serif;\n color: black;\n margin: 0;\n padding: 0;\n}\n\n.navbar {\n text-align: right;\n}\...
ActualAl/great-orme-gatsby
275,130,210
dc4caf7d6c43c11bc7ec8bbd7d2e219fac119ee7
{ "branch": "master", "commit_count": 631, "repo_created_at": "2020-06-26T10:30:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 3 }
2
[ { "content_id": "82198262ce7f771bbdbb5121ca4c52b26808dedf", "content": "---\ntemplateKey: index-page\ntitle: Perfect Llandudno Getaway...\nimage: /img/img_7671_crop2.jpg\nheading: Stylish cottage with stunning views\nsubheading: The house is as beautiful as the photos. The views are even better :)\nmainpitc...
ActuallyEnbeon/ActuallyEnbeon
374,181,638
36c6fbd5bdf7dfef284bcdd59f141bb911533b1f
{ "branch": "main", "commit_count": 5, "repo_created_at": "2021-06-05T18:05:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "30122195894ebadf1548f8286fb6802813807a1b", "content": "- 👋 Hi, I’m @ActuallyEnbeon, but you can call me Enbeon\n- 👀 I’m interested in pretty much anything, from game development to programming language design\n- 🌱 I’m proficient in Java and Python, with some experience in C# and JavaScri...
Acupen/Read-notes
782,526,128
95acccf702f1ed3a24fd7098c04483390187cde8
{ "branch": "master", "commit_count": 15, "repo_created_at": "2024-04-05T13:22:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "f2d42c89d33e4ea4617e085751e6f3cf4bda1791", "content": "const AllSide = {\n 'render': [\n {\n text: '算法',\n collapsed: false,\n items: [{ text: '测试', link: 'test' }]\n }\n ],\n 'algorithm':[\n {\n text: '排序',\n ...
AcuteYang/blog
88,402,734
e7038a3d36f455459383864a2358454952a9b70f
{ "branch": "master", "commit_count": 36, "repo_created_at": "2017-04-16T09:11:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
37
[ { "content_id": "c0ba6fe538d8db1c4aa22ae43b70fe92bdaaea0d", "content": "<%@ page language=\"java\" contentType=\"text/html; charset=ISO-8859-1\"\r\n pageEncoding=\"ISO-8859-1\"%>\r\n<%@ page isELIgnored=\"false\" %>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/T...
AcwPower/StudyGo
454,402,499
9f3f6e60fdcc9697250172ec9ff1f8288821001d
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-02-01T13:41:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
15
[ { "content_id": "11cbcf27d8c75583a9fa29d686425876de11d866", "content": "module TicketGenerate\n\ngo 1.17\n", "size_bytes": 31, "file_path": "src/step01/TicketGenerate/go.mod", "file_timestamp": 1644463866, "language": "Go Module", "is_vendor": false, "license_type": "no_license", ...
AcyYu/smart4j
54,561,397
f0c0c3f33e6176d0456b8c3c2ae90acaa039b1f0
{ "branch": "master", "commit_count": 5, "repo_created_at": "2016-03-23T13:21:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
15
[ { "content_id": "cd31664d03473aca1530cdd5bb6b324ef12a457e", "content": "package org.smart4j.chapter1.util;\n\n\nimport org.apache.commons.collections4.CollectionUtils;\nimport org.apache.commons.collections4.MapUtils;\n\nimport java.util.Collection;\nimport java.util.Map;\n\n/**\n * 集合工具类\n */\npublic class...
AdaliaFlores/DetectorSesgo
1,012,239,081
09b4282e45b186cc519afdd482b5d71caa9ad54a
{ "branch": "main", "commit_count": 5, "repo_created_at": "2025-07-02T03:24:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "2f255c5df9d5ec65cce70794dc09012276e4e85b", "content": "# DetectorSesgo\n# PROYECTO DE DETECCIÓN DE SESGO TEXTUAL\n## Introducción\nUn sesgo textual es un forma de influenciar implícita o explícita en un texto, que puede llegar a manipular la opinion del lector al presentar la información. E...
AdamJamil/RL_shooter
366,927,525
ee3192911f3bbe16e344b0b6b5e0b50095f93b14
{ "branch": "master", "commit_count": 2, "repo_created_at": "2021-05-13T03:53:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "ef2655b6d40859273348694e33a8b199bfeea462", "content": "draw_offset = (800 - 500) / 2\n\nheight, width = 500, 500\nspeed = (height / 200) * 5\nbullet_speed = 2 * speed\nmin_pos = [width / 10, height / 10]\nmax_pos = [9 * width / 10, 9 * height / 10]\nplayer_radius = 10\nbullet_radius = 4\nre...
AdamKhelladi/Scrape-attestazione-information
742,308,989
3826775a6d27f3e89e2e4d0a0439c4d6e4d75482
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-01-12T07:30:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "2311fa55f8ddc128229611e8a2ae35bf0dcda9d7", "content": "# Scrape-attestazione-information\nScrape data (attestazione Information) from {attestazione.net} using Python, BeautifulSoup and requests. and store it in an Excel File.\n", "size_bytes": 170, "file_path": "README.md", "fil...
AdamKimForster/climate-analysis
110,126,386
4d6f39c809e424a50954740eea8501e186475cf0
{ "branch": "master", "commit_count": 8, "repo_created_at": "2017-11-09T14:36:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "f8b1ba4c0ff47f40cf3e6dd74dd6800e7ab69c40", "content": "\"\"\"A library to perform rainfall unit conversion\"\"\"\n\ndef inches_to_mm(inces):\n \"\"\"Convert inches to mm\n Arguements:\n inches -- the rainfall in inches\n \"\"\"\n\n mm = inches * 25.4\n return mm\n\n<...
AdamNagy-nagya/bestinpest_app
124,104,705
04225ae5106adf9abef9760cce816866e3307129
{ "branch": "master", "commit_count": 1, "repo_created_at": "2018-03-06T16:16:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "308623154a665182d372b8e5c5570df978cfd9a2", "content": "# bestinpest_app\nBest in Pest android app\n", "size_bytes": 42, "file_path": "README.md", "file_timestamp": 1520352965, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_lic...
AdamNassan/Electric-Vehicle-Population-Data-Analysis
920,184,174
880579c99ec1e6f484ea9f2efb271c99ce21fef6
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-01-21T17:54:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "33293666034cd418e6e6592e5c3dcfb6b95d8fd5", "content": "# Electric-Vehicle-Population-Data-Analysis\r\n\r\nThis project focuses on analyzing a real-world dataset titled \"Electric Vehicle Population Data\", provided by the State of Washington and hosted on Data.gov. The dataset contains deta...
AdamOsama9080/Pdf-Excel-Upload
711,335,276
84e608a44fca12be8dc4beb36e90036f3e692c65
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-10-28T23:36:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "15b70531c27bc9bef9c706ac9e152e0944291359", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"10b4346f\", \"metadata\": {}, \"outputs\": [], \"source\": [\"import mysql.connector\\n\", \"import datetime\\n\", \"\\n\", \"mydb = mysql.connector.connect(\\n...
AdamZWinter/nginxShareConfig
637,573,017
44846add622c2d1ea8fb2dbbe51136ee1db44bc1
{ "branch": "main", "commit_count": 11, "repo_created_at": "2023-05-08T00:27:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "b63bf36cc6729cd620243a4a495618eb75d9ebe4", "content": "# nginxShareConfig\nFor configuring nginx for multiple users \nUnfortunately, this readme file may be missing some steps required to get things working. Please update this file as you find these things. \n \nThe following assumes th...
Adamelvis/adamelvis.github.io
607,267,724
95d647d1b5a5e4705acaba5a18c6e3c0dd5a889f
{ "branch": "main", "commit_count": 9, "repo_created_at": "2023-02-27T16:51:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a437e5fa4beff829d120f35bee6c7570ea4a46d3", "content": "body {\n background-color: #fefae0;\n text-align: center; \n background-size: 100%;\n font-family: 'Comic Sans MS', cursive, sans-serif;\n\n height: 1000000px;\n\n\n}\n\ndiv.container {\n background-color: #d4a373; \n ...
Adamgast/PartsOfFrontend
523,231,887
a255138a311326911c7de990854370dc74467cc2
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-08-10T06:45:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "75a7d36cfcd33160d5a8df42a1ce10d50b4607d7", "content": "<?php\r\n\tuse PHPMailer\\PHPMailer\\PHPMailer;\r\n\tuse PHPMailer\\PHPMailer\\Exception;\r\n\tuse PHPMailer\\PHPMailer\\SMTP;\r\n\r\n\trequire 'phpmailer/src/Exception.php';\r\n\trequire 'phpmailer/src/PHPMailer.php';\r\n\trequire 'php...
Adamkhali0/-MCMC-VQA
747,371,964
837b0081c0f82fd3e24b61fabc7ddcd7a5e0948b
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-01-23T19:51:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "aa401f4617d8c305611ee9406941e2cb7a27a7cc", "content": "# -MCMC-VQA", "size_bytes": 11, "file_path": "README.md", "file_timestamp": 1706039529, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Adamsonbor/Adamsonbor
572,210,553
b82668067513607ae8031f47fcaa3b2d47768054
{ "branch": "main", "commit_count": 36, "repo_created_at": "2022-11-29T19:35:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "085ce4379ffc8c791ab16625d673f6815596d857", "content": "import os\nfrom pdf2image import convert_from_path\n\npdfs = [filename for filename in os.listdir() if \".pdf\" in filename]\nfor filename in pdfs:\n if \"resume\" in filename:\n continue\n image = convert_from_path(filenam...
Adarola/Landing-Page
504,428,947
c6e45fd35bbeb2ceb48008084a6af49ec0b12753
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-06-17T07:04:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "a7f3a1eea8a73c3d48c9d1aa127d292f027afa55", "content": "body {\r\n display: flex;\r\n flex-direction: column;\r\n margin: 0;\r\n font-family: Arial, Helvetica, sans-serif;\r\n}\r\n\r\n.logo {\r\n display: flex;\r\n flex: 1;\r\n padding: 0;\r\n margin-top: 20px;\r\n ...