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
AlumnoSoloYolo/email-tracker
964,434,156
ebd9b1ddcda3273f504f0e3947d2c2d15654064c
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-04-11T07:55:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "fc53c9ed0d3227dc6d3b93966b02309d91b450a8", "content": "# app.py\nimport os\nimport io\nimport uuid\nimport time\nimport random\nfrom datetime import datetime\nfrom flask import Flask, request, send_file, render_template, redirect, url_for, flash\nfrom flask_mail import Mail, Message\nfrom d...
AlvLeoAI/inbox-intelligence-bot-n8n
1,007,397,786
3b9cb34dc644fd8af6a6d1ca25b6f074dd7c3ccc
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-06-23T23:55:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3688c0c3078876515803b79c89fe7adabce106ef", "content": "# 📬 Inbox Intelligence Bot – n8n\n\nA smart automation that classifies, replies to, and processes emails using OpenAI, Airtable, and Google Sheets.\n\n---\n\n## 🚀 Features\n\n- ✅ Email classification via GPT (Promotions, Sales, Recrui...
AlvaroGuardia/capi-trackgenix-server
496,698,493
8a05194892d9dd45a448d3d1f35b2c41a44a3abc
{ "branch": "master", "commit_count": 109, "repo_created_at": "2022-05-26T16:44:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
27
[ { "content_id": "1636892d7f26afaa69ed5767147ff8512f5a47f3", "content": "import Joi from 'joi';\n\nconst taskValidateUpdate = Joi.object({\n idEmployee: Joi.string().min(24),\n taskName: Joi.string().min(3),\n description: Joi.string().min(6),\n status: Joi.string().min(2).valid(\n 'To do',\n 'In p...
Alverto23/luis
621,251,088
1ea5cf153ed7d3fb48f118f7650ddd29d80da20c
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-03-30T09:38:43.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "be0eb02a277c8470967db6e2bb401942046fe029", "content": "# luis\nTito\n", "size_bytes": 12, "file_path": "README.md", "file_timestamp": 1680169124, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
AlvesPHGA/nivo
762,857,726
3ba90da909df075d152109fb3158d72fd4e0ab51
{ "branch": "main", "commit_count": 25, "repo_created_at": "2024-02-24T22:04:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "0cb694846ee9c3257a7a1566dedac7d1c9d1252c", "content": "import { ComponentProps } from 'react';\nimport { twMerge } from 'tailwind-merge';\n\ninterface TableProps extends ComponentProps<'table'> {}\n\nexport function Table(props: TableProps) {\n return (\n <table\n {...props}\...
Alvin-Gavel/KIB-transparency
566,686,422
b952955879dafd060ae61e1ee7d8cdf12e832b10
{ "branch": "main", "commit_count": 116, "repo_created_at": "2022-11-16T07:47:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "b7a25950c09464eb4be626996726d08e8f2ef804", "content": "from configparser import ConfigParser\nimport pandas as pd\nimport psycopg2 as ps\nimport wget\n\nclass sql_table:\n \"\"\"\n This class describes a connection to a table in our SQL database\n \"\"\"\n def __init__(self, tab...
AlvinKW/DogRestAPI
388,500,393
a858007cedf8e74358a38ff6702acde8cab1b6dc
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-07-22T14:56:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "1d38bc6767b6dc39d726934bff28f3f6344edcb5", "content": "package com.udacity.DogRestApi;\n\nimport org.springframework.boot.SpringApplication;\nimport org.springframework.boot.autoconfigure.EnableAutoConfiguration;\nimport org.springframework.boot.autoconfigure.SpringBootApplication;\nimport ...
AlvinNing/PythonSpider
139,736,093
9a55b44ca2d1bb4e3e76737763972193fecef6cd
{ "branch": "master", "commit_count": 1, "repo_created_at": "2018-07-04T14:58:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e2d426c99c09f52cdedc8d8fc903a31ef07e5a38", "content": "# PythonSpider\nPython爬虫\n", "size_bytes": 28, "file_path": "README.md", "file_timestamp": 1530716314, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Alwan19/pw2020
329,230,313
375f906a9797fd22419c16c36bc027af8c71af21
{ "branch": "main", "commit_count": 8, "repo_created_at": "2021-01-13T07:41:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "f256b987a59996d7acc4c87a3c0cd292c8480358", "content": "<?php\n\nsession_start();\n\nif (isset($_SESSION['login'])) {\n header(\"Location: index.php\");\n exit;\n}\n\nrequire 'functions.php';\n\nif (isset($_POST['login'])) {\n $login = login($_POST);\n}\n\n\n?>\n\n<!DOCTYPE html>\n<html l...
AlwanFor24/web-portofolio-demo-klmpk5
870,274,729
fbe3620d645b757fc5fe61bb92e6e639966b4869
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-10-09T18:38:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e893fe4b733495c7453e4071e8d6fbef1282727c", "content": ".navbar .btn-outline-light:hover {\n color: var(--bs-dark);\n }\n \n .navbar {\n transition: all 0.5s ease-in-out;\n }\n \n .navbar-sticky {\n opacity: 0.9;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);\n }\n\n\n.header ...
AlyneRezende/AlyneRezende
866,472,861
f7af235f5fcb63c44817c022d93563e52cbba574
{ "branch": "main", "commit_count": 6, "repo_created_at": "2024-10-02T10:23:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "66d6076e3dfea2bb92f103957a203d429578ff4a", "content": "<!--\n**AlyneRezende/AlyneRezende** 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- 🔭 I’m currently working on ...\n- 🌱 I’m currently le...
AlzaDevs/solana-batch-address-generator
905,389,045
559529855817dfaced890ecb8e97292e831fc6e9
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-12-18T18:14:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "85de7c347bbfd995087523496c48c6e79081952c", "content": "import { Keypair } from '@solana/web3.js';\n\n// Function to generate a single address and private key\nconst generateKeypair = (): Keypair => Keypair.generate();\n\n// Batch generate addresses and private keys concurrently\nconst gener...
Amaan-Syed-2182/WEB-2025
1,008,993,012
4d17883dba1efee9ca90413c82ad32e7de7c05f5
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-06-26T12:09:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "96d72625e8eaefd71f81c9e1dcbc757fb4a3d586", "content": "h1{\n text-shadow: 0px 0px 5px yellow, 5px -5px 5px red\n}\n\nh1:hover{\n box-shadow: 5px 5px 5px black;\n}", "size_bytes": 107, "file_path": "CSS/Shadow/style.css", "file_timestamp": 1751203919, "language": "CSS",...
Amadej99/ArduinoTicTacToe
691,197,307
5f0e8ade4874d2d3a1d56486ed81b799b50cd4db
{ "branch": "master", "commit_count": 4, "repo_created_at": "2023-09-13T17:30:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d1ebcf0c479cabf271580b2b56ad5d4bd3324ea8", "content": "#include <Button.h>\n\n#define VRX_PIN A0 // Arduino pin povezan na X os\n#define VRY_PIN A1 // Arduino pin povezan na Y os\n#define SW_PIN 18 // Arduino pin povezan na gumb\nButton button(SW_PIN);\n\n// POTEZA\nenum states\n{\n FIRST...
Amadou001/simple_shell
734,770,000
4ae7b1916d8e22391b2fe6ca5967fb9c0cf0d65b
{ "branch": "main", "commit_count": 17, "repo_created_at": "2023-12-22T15:11:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "68159edfc44cc3952deaaa37ae79f5a337ec8484", "content": "#include \"shell.h\"\n/**\n * _exit_function - exits the bash\n*/\nvoid _exit_function(void)\n{\nexit(0);\n}\n", "size_bytes": 100, "file_path": "exit.c", "file_timestamp": 1709230918, "language": "C", "is_vendor": f...
Aman2352002/Spam-or-Ham-Classifier-Using-Multinomial-Naive-Bayes
844,968,546
9cf012b9a2877384753d1da7231cdecf3df379ac
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-08-20T10:20:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "b904031cec64fc50457d8f5bdae88c80c04ae358", "content": "This project implements a Spam or Ham classifier using the Multinomial Naive Bayes algorithm for text classification. The model is trained to efficiently distinguish between spam and legitimate messages. It's a straightforward approach ...
AmanBargir/StaticEquipment
760,034,971
aef0a57d2c2c893bc5e313685d55c75fdb00274d
{ "branch": "main", "commit_count": 13, "repo_created_at": "2024-02-19T16:57:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7cd1c83e6d7aa269336b50925e7bc56922a00084", "content": "# Static Equipment Design Repository\n\nWelcome to the Static Equipment Design Repository! This repository is a comprehensive resource for engineers and designers working on static equipment projects such as pressure vessels, heat excha...
AmanOP-CODER/igebra
962,556,105
3b72f6f7fe8fede3b2833d1437ed35a50513ab95
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-04-08T10:29:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "b5cd9775f70e6c34347a98ba387548db0b75ef6f", "content": "import { GoogleGenerativeAI } from '@google/generative-ai';\nimport { NextResponse } from 'next/server';\n\n// Initialize the Gemini API\nconst genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY || '');\n\nexport async function P...
Amanda-N-Andrade/AndroidCourse
747,476,701
3764659a90bbe8316d328620bc0e5b7e9a3d63f3
{ "branch": "master", "commit_count": 7, "repo_created_at": "2024-01-24T02:06:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "7e1b1c005e0138a4e048528b4568a4b90c6b4116", "content": "package com.androidapp.birthdaycard\n\nimport android.os.Bundle\nimport androidx.activity.ComponentActivity\nimport androidx.activity.compose.setContent\nimport androidx.compose.foundation.layout.Arrangement\nimport androidx.compose.fou...
AmandaHemp/CubeMxTest
875,757,329
c6fb299d140a11df06642d64244f5a818078673a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-10-20T19:05:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "263ad708229f692e05891a06eba7573263ec7acf", "content": "{\n\t\"configurations\" : \n\t[\n\t\t{\n\t\t\t\"directories\" : \n\t\t\t[\n\t\t\t\t{\n\t\t\t\t\t\"build\" : \".\",\n\t\t\t\t\t\"childIndexes\" : \n\t\t\t\t\t[\n\t\t\t\t\t\t1\n\t\t\t\t\t],\n\t\t\t\t\t\"jsonFile\" : \"directory-.-Debug-d0...
Amanpremyadav/Cryptoverse
786,061,359
a8e02230689bf56ff9f0b7f318ba9c43a33ee3fe
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-04-13T10:00:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "114d7df96257c5391708c5b80fa8abf86e58642e", "content": "import { configureStore } from \"@reduxjs/toolkit\";\nimport { cryptoApi } from \"../services/cryptoApi\";\nimport { cryptoNewsApi } from \"../services/cryptoNewsApi\";\nimport { cryptoExchangesApi } from \"../services/cryptoExchanges\"...
Amantomar752/gems
983,394,579
cb02dcf3253d20126f983d93c492c0366fa5c7af
{ "branch": "master", "commit_count": 1, "repo_created_at": "2025-05-14T10:14:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "c38507451d283296affbe066857b9c0c02a68d68", "content": "<?php\n/**\n * Template Name: Movie Archive\n */\n\nget_header();\n?>\n\n<div class=\"container my-5\">\n <h1 class=\"mb-4 text-center\">Movie Listings</h1>\n\n <!-- 🔍 FILTERS -->\n <div class=\"row mb-4\">\n <div class...
AmanxUpadhyay/CSIT124-Data-Structures-Using-C
458,086,678
15a2792cac9c8115d7206b693bbcb4cf7bb4020e
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-02-11T07:27:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
22
[ { "content_id": "df4648a5ae1eebda59c2b805be08adee37c703f3", "content": "/* Write a Function in C++ which accepts an Integer array and its size as arguments and \r\nswap the elements of every location with its following odd location. */\r\n\r\n#include <bits/stdc++.h>\r\nusing namespace std;\r\n/**\r\n * Cre...
Amaraiahy/klumis
775,800,036
384908dc1ba22cb376c2bb3f55af073a1982b8d0
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-03-22T04:09:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fbca40b7fb23e2cb8c729ec5ed3752ef9662497f", "content": " \n #container\n {\n width:1064px;\n height:auto!;\n }\n \n #banner\n {\n float: left;\n width: 1064px;\n height: 356px;\n background-image:url('kkkkk.jpg');\n }\n \n #menu {\n float: left;\n width: 1064px;\...
AmarinderSingh465/Todo
631,471,831
3b2cdbcec00d25473e91f8591613f2c2ffb2c06f
{ "branch": "main", "commit_count": 46, "repo_created_at": "2023-04-23T05:55:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "fb689d6c94a19dadad56f3122dcbbf7615fee3dd", "content": "import { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\nimport { TodoListComponent } from './todo-list/todo-list.component';\nimport { RegisterComponent } from './Features/login/register/regis...
Amarnathraj8789/Digital-Clock
609,827,323
3a82baf756b2aab1d2fe4728315886b0e572b51f
{ "branch": "master", "commit_count": 2, "repo_created_at": "2023-03-05T11:13:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "cce3eb5f2a70e55bd4a302d739552e60540e2905", "content": "# Digital-Clock\nThis digital clock was Created by me using Html,Css,Js\n", "size_bytes": 71, "file_path": "README.md", "file_timestamp": 1678014891, "language": "Markdown", "is_vendor": false, "license_type": "n...
Amazon2011/Python_Study
29,670,350
af41c692b9b6bacb408444e41793a954a5e66c0c
{ "branch": "master", "commit_count": 2, "repo_created_at": "2015-01-22T09:06:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "dd984fe1732e2064f26e123a6f4e32ee1b0cc04f", "content": "#!/usr/bin/python \ndic = {}\n\ndic['a'] = 10\n\n#print('1' if 1>0 else '0')\n\nfor i in range(0,3000):\n\tstockCode = '{0:06}'.format(i)\n\tprint(stockCode)", "size_bytes": 146, "file_path": "HelloWorld.py", "file_timestamp...
Ambienta2MX/SmartOwl
33,457,950
939c73a0b683b29e16da47ae076e0cedaa73afc8
{ "branch": "master", "commit_count": 128, "repo_created_at": "2015-04-05T22:52:46.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 2, "pull_requests": 0 }
26
[ { "content_id": "13383aca0208966c342913e5f69b77a2842f1ee7", "content": "package mx.ipn.ambienta2mx.smartOwl\n\n@Singleton\nclass Api{\n\n String apiUrl\n String clientKey \n\n def getApiUrlRequest(){\n \"${apiUrl}/${clientKey}\"\n } \n \n def setApiUrlAndClientKey(url,key){\n apiUrl = url\n ...
Ameer05/TSF-DSBA-Task-Repo
301,690,064
cd2d47fc14e3edb773275dfcf0766c3e9e1c6f40
{ "branch": "master", "commit_count": 3, "repo_created_at": "2020-10-06T10:27:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "99879f4cf33266fd412f0e31162a1a64185d9a6e", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"metadata\": {}, \"source\": [\"<h1>Supervised Learning For Students Score Prediction</h1>\"]}, {\"cell_type\": \"markdown\", \"metadata\": {}, \"source\": [\"<h3>Done By\\n\", \" <NAME></h...
Ameeshbains/UNIT-4-SOCCER-SCRIPTING
702,069,056
d4692cc6c49903201afc2302b15219385ff4828e
{ "branch": "main", "commit_count": 8, "repo_created_at": "2023-10-08T12:03:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "bcb880871c849792eeff14be5db589ebd13d36a7", "content": "# UNIT-4-CREATE-WITH-CODE\n challenge 4\n\nhttps://ameeshbains.github.io/UNIT-4-SOCCER-SCRIPTING/\n", "size_bytes": 95, "file_path": "README.md", "file_timestamp": 1696881022, "language": "Markdown", "is_vendor": fal...
Amekn/Number-Of-1s
666,376,811
6f1ef1d2818b374aa925c154cdf795cdb6f169dc
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-07-14T11:08:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "1bed95282d13e43a30fad134ecfc907058b6b0ac", "content": "public class Test{\n public static void main(String[] args){\n long test1 = 65;\n long test2 = 35;\n long test3 = 15;\n int result1 = N1S.n1SFuncRecursive(test1);\n int result2 = N1S.n1SFuncRecursiv...
AmeliePoulain92/stratos-test
167,048,148
ec60bb3e35c086c3d97c06fb11523e98b5540301
{ "branch": "master", "commit_count": 122, "repo_created_at": "2019-01-22T18:47:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "58694b1a2c62b3186e1191bc1b7bbc295bc5689e", "content": "#betonfire-carousel,\n.voodoo-carousel-custom-container {\n width: 550px;\n height: 245px;\n}\n#betonfire-carousel .spb-slide,\n.voodoo-carousel-custom-container .spb-slide {\n width: 550px;\n height: 245px;\n background-position: ...
Amen-ellah-kerimi/Spam_Classifier
1,018,480,850
d9b6867c85f0bc469b375fda6fd1e2960632136f
{ "branch": "master", "commit_count": 2, "repo_created_at": "2025-07-12T10:58:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "a39530467ab5882a520361eff0a8eddb74450df7", "content": "# SMS Spam Classifier\n\nA machine learning project that classifies SMS messages as either spam or legitimate (ham) using Natural Language Processing (NLP) and machine learning techniques.\n\n## 📋 Overview\n\nThis project implements an...
AmenDhouibi/k8s-network-security
966,824,073
41bbc3e209bfc5e7d4abf89dad68c10895993834
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-04-15T14:04:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "76388aea9bc9e28e8506883c6ce84e32c7a8a0f4", "content": "# 🛡️ Kubernetes Security\n\nThis project simulates a microservices infrastructure using **Kubernetes** and **Istio** to test and observe **network-layer security attacks** (e.g. DDoS). The goal is to explore service mesh capabilities (...
AmenraGabby/Gabriel-Yeboah
728,248,626
42bc9b93f9dc97e51892ec7af10ef59d28fd015e
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-12-06T14:43:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "370be7c35ed54fe7c2b8b2c2dbe86f5e4400d9c1", "content": "# Gabriel-Yeboah", "size_bytes": 16, "file_path": "README.md", "file_timestamp": 1701873791, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
AmerSmadii/sondosMaster
727,346,777
12030a74b8291dd7ffe4faa708d1a89c66da9515
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-12-04T17:22:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "8434be32eeafdd3d2d66f91fc9b2a98f43cda9ae", "content": "\nconst pool = require('../db');\n\n\nconst userModel = require('../models/profileModel'); // Adjust the path accordingly\n\nasync function getProfilePage(req, res) {\n try {\n console.log(\"Decoded User Object:\", req.user);\n\n ...
Ameterius/INILib
802,805,559
0f935bf240f8a3a779a4eb2be21c0a0474839d95
{ "branch": "main", "commit_count": 24, "repo_created_at": "2024-05-19T10:18:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "aded73a9b4f576afc38e302d645d58a88c5fedef", "content": "# INILib\nБиблиотека для более удобной работы с INI файлами!\n\n# Установка\nЗайдите в проект C#\n![сосака](https://github.com/Ameterius/INILib/blob/main/wiki/vxod.png?raw=true \"Пуста\")\nВ моём случае, это пример как юзать эту либу\n\...
Amiedeep/dataStructures
29,766,309
dd0b4f885bd050e19b1da1acad172cd99c695aaf
{ "branch": "master", "commit_count": 16, "repo_created_at": "2015-01-24T05:10:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "073561d896f0ada27ce2e9259cc08a8ff3c482f1", "content": "import java.util.ArrayList;\r\nimport java.util.Scanner;\r\npublic class Heap \r\n{\r\n ArrayList<Integer> al; \r\n Heap()\r\n {\r\n al=new ArrayList<>();\r\n }\r\n Heap(int[] array)//in case you want to initialize...
Amir1116/boot-and-bootsrtap
426,429,621
2c05b6f7f0667f63284b616edde70f7bd5926f80
{ "branch": "completed-bootstrap", "commit_count": 2, "repo_created_at": "2021-11-10T00:21:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "8482209716695acaa68d0f5448d65a8eded0f0a7", "content": "package com.example.springbootbootstrap.dao;\n\nimport com.example.springbootbootstrap.model.User;\nimport org.springframework.data.jpa.repository.JpaRepository;\n\npublic interface UserRepository extends JpaRepository<User,Integer> {\n...
AmirOmazgin/Aiola-Task
825,885,583
13634a698c422f47b4a6ee05ee1b2b17d55b47c2
{ "branch": "main", "commit_count": 5, "repo_created_at": "2024-07-08T17:33:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "a786f8d6e50e4d1b6ceb19ef639ae07c8d339de0", "content": "# Aiola-Task\nThe test is for choosing the right movie from https://www.nationalgeographic.com/\n# prerequisites\nBefore running the tests, ensure that you have the following installed:\n\ninstall playwright:npm init playwright@latest\n...
AmirSeraj/testttt
832,100,155
73bbf25ad5a9b528a44b2f7442bff5e5054756f1
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-07-22T10:58:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5bc2b2eac51318866ce0f04d641b0d0226175261", "content": "\nimport './App.css'\n\nfunction App() {\n\n return (\n <>\n <div style={{\n color:'#000',\n fontSize:'2rem',\n }}>\n <a href='tel: +989393935921'>با ما تماس بگیرید </a>\n </div>\n </>\n )\n}\...
AmiraliBozorgnia79/Learning
773,403,474
2b503db380b558917b2683462cd6b2f6ed242609
{ "branch": "main", "commit_count": 19, "repo_created_at": "2024-03-17T15:15:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ca35ea72327b7c3d98556ac8645011ccfaa49483", "content": "# Class_Ex1:\n# Write python program that converts seconds to\n# (x Hour, x min, x seconds)\n# ----------------------------------------------------------------\n\n# S=int(input('Please enter seconds:'))\n# if S>=3600:\n# H=S//3600\n# M=...
Amirkhan76/Pythoncode
500,440,528
24c788114e75a3ad197b22479bc734b86ba5da0b
{ "branch": "main", "commit_count": 5, "repo_created_at": "2022-06-06T13:17:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "d6411b7df3efa81716352a2e2601233a78118b80", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"f2e1053e-f44c-4438-b77b-3d6fb3c97f52\", \"metadata\": {}, \"outputs\": [], \"source\": [\"import pandas as pd\\n\", \"import os\"]}, {\"cell_type\": \"markdown\...
Amirkzmii/FuturaShop
794,452,149
0077b8073f62177585d7a5574b810985fb9d8397
{ "branch": "master", "commit_count": 3, "repo_created_at": "2024-05-01T07:38:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "6ce59398aad4582f829ed4a827a00100ff312e17", "content": "using ShopManagement.Configuration;\n\ninternal class Program\n{\n private static void Main(string[] args)\n {\n var builder = WebApplication.CreateBuilder(args);\n var connectionString = builder.Configuration.GetCon...
AmirrezaBah/Tic_Tac_Toe_Text_Based
1,010,006,458
f3957081c28140d290b90809702011252e1b38f5
{ "branch": "master", "commit_count": 15, "repo_created_at": "2025-06-28T06:27:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "29624756946afc45a7a5eea02f767b1c79665c77", "content": "from art import logo\nclass GameInitializer:\n def __init__(self):\n self.behavior = None\n self.logo = None\n self.restart = None\n self.board = { i : f\" {i} \" for i in range(1, 10)}\n self.initi...
Amishapandit04/Introductory-Webpage
957,195,105
40477f8d395a19eab1ed51ca870d0ac205ef82ef
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-03-29T19:24:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "0fa998738f307fb5adbb6cac9420ad19b51730e3", "content": "# Introductory-Webpage\nThis is just a personalised webpage of my interest and hobbies, I have used HTML and CSS in this Website and try to mimic the presentation pattern.\n", "size_bytes": 171, "file_path": "README.md", "fi...
Amit-Hasan-Rafi/Money-master
527,172,384
9e66a264a90c1c713bde52b6217c410f00d576ec
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-08-21T10:24:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fca7889dac3783bd4cfd2a1a54cca3e09dbf99b2", "content": "body{\n padding: 5%;\n}\n#container{\n margin-left: 15%;\n margin-right: 15%;\n margin-top: 5%;\n padding: 5%;\n\n}", "size_bytes": 121, "file_path": "style.css", "file_timestamp": 1661085017, "language": ...
AmitBitton/CoupGame
983,604,108
d248167c7faab8f55a663fc1e48bd93e205d9f9b
{ "branch": "master", "commit_count": 15, "repo_created_at": "2025-05-14T16:20:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
34
[ { "content_id": "8980832bd4df266b813a090a975a5234d2175c8a", "content": "cmake_minimum_required(VERSION 3.28)\nproject(CoupGame)\n\nset(CMAKE_CXX_STANDARD 14)\n\ninclude_directories(.)\ninclude_directories(GUI)\n\nfind_package(SFML 2.5 COMPONENTS graphics window system REQUIRED)\n\nadd_executable(CoupGame\n ...
AmitMondal22/python_xbox_controller
809,628,297
3099120431bd7c4655c1b1c4b470775431e0e3e7
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-06-03T06:27:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "405d14702130b3889d162efd7d6132cf6752edc8", "content": "import pygame\nimport sys\n\n# Initialize pygame\npygame.init()\n\n# Initialize the joystick\npygame.joystick.init()\n\n# Ensure at least one joystick is connected\nif pygame.joystick.get_count() == 0:\n print(\"No joystick connected...
AmitSisodiya275/Day22Problems-AddressBook
421,789,210
46d0e32410eeb490c018662ed8b3df5029d052ec
{ "branch": "master", "commit_count": 5, "repo_created_at": "2021-10-27T11:24:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "6eaa7b2baf87a8240b15eaa8988240848fd2722c", "content": "package com.bridgelab.addressbook;\n\nimport java.util.HashMap;\nimport java.util.Map;\nimport java.util.Scanner;\n\npublic class MasterBook {\n\n\tScanner scanner = new Scanner(System.in);\n\tHashMap<String, AddressBook> masterBook = n...
Amitghimire3/business-directory-frontend
962,293,934
5354547b811c113d9f2d193b62b9a0e688b165ef
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-04-08T00:12:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "270337c0499018104c45936a6c0dfa1082ad438b", "content": "# business-directory-frontend\n# business-dashboard-with-backend\n", "size_bytes": 64, "file_path": "README.md", "file_timestamp": 1744075568, "language": "Markdown", "is_vendor": false, "license_type": "no_licen...
Amitkalsariya/R-I-C-K-Node
856,332,714
d6e022dc899d6bbec1d49702adcdd9d077e07ec0
{ "branch": "main", "commit_count": 43, "repo_created_at": "2024-09-12T12:02:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
35
[ { "content_id": "6ee507c89add36655d3076a60a7c32487ebd6da1", "content": "# R-I-C-K-Node", "size_bytes": 14, "file_path": "First Lects/README.md", "file_timestamp": 1735905951, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, ...
Ammoh-Moringa/News-Api
373,771,971
67aaf756aca468f4df9e0e69e534920c8f1401d2
{ "branch": "master", "commit_count": 26, "repo_created_at": "2021-06-04T08:22:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "e5d0bd7cad59524b9858c33163bd4642d63b7990", "content": "# News-Api Application\n\n## <NAME>\n\n### Description\nThis is a simple application where a user is able to view different sources and articles and navigate to their site for more information.\n\n### Prerequisites\nYou need the followi...
AmmuArakkal/todo
783,570,243
a25cb5ebde3d97f12631302970cd15bf44005964
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-04-08T06:42:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "42f7f1a4759257aed9297510d9ee6944a3acda16", "content": "import React from 'react';\nimport axios from 'axios';\nimport { useNavigate } from 'react-router-dom';\nfunction Login(props) {\n\n const navigate = useNavigate();\nconst handleLogin=(e)=>{\n const form = e.target\n e.preventD...
Ammuleshwari/evernorth_frontend
920,763,426
fab08dbe591aee4db1936c0f158d5daa7f808f32
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-01-22T18:22:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "70f358cbd360af94212c770e99a5275e6622b0b0", "content": "{\n \"dependencies\": {\n \"@emotion/react\": \"^11.14.0\",\n \"@emotion/styled\": \"^11.14.0\",\n \"@mui/icons-material\": \"^6.4.1\",\n \"@mui/material\": \"^6.4.1\",\n \"gh-pages\": \"^6.3.0\",\n \"react-google-rec...
AmoghAJ/cloudformation-templates
280,967,096
6eac4c68dab42ee37bb61a415ae14e009a12ac6d
{ "branch": "master", "commit_count": 3, "repo_created_at": "2020-07-19T23:15:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "2daa6246b6315d9c83d0ee3aa0a87113d72ef4ae", "content": "# AWS Cloudformation Templates\n\nInfrastructure as Code using cloudformation for general resource creation and calling AWS services.\n\n* **IAM User Creation**: [iam-user.yml](iam-user.yml) This template used for creating and maitainin...
AmolPardeshi99/2AugWePart_fragment_transaction_methods
391,917,236
b32a7f053e75793e091fbe2f29b49c900e1e6675
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-08-02T11:08:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d6f271926463aeb8e70f8533341306eaf13e37dd", "content": "rootProject.name = \"Fragment_Transition_Preclass\"\ninclude ':app'\n", "size_bytes": 65, "file_path": "settings.gradle", "file_timestamp": 1627902506, "language": "Gradle", "is_vendor": false, "license_type": "n...
Amoorer75/sql-crud
492,610,566
17b2dd9d1380a9b365a5ba5fce30d422e7f209fb
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-05-15T21:42:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "e4d083e34f3c608c49d0dcad602b0d4f6c41842e", "content": "import Nav from \"./Nav\"\nimport Footer from \"./Footer\"\n\n\nexport default function Layout(props){\n\n return(\n <div >\n <h1>Gamer Info On Games</h1>\n <Nav />\n\n {props.children}\n\n ...
Amorpheuz/amorpheuz.github.io
244,686,925
3d5c1731ece1a382cffd2051eec800462f6c31c6
{ "branch": "stable", "commit_count": 95, "repo_created_at": "2020-03-03T16:31:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 6, "forks": 2, "issues": 0, "pull_requests": 17 }
22
[ { "content_id": "caa145b5fae0167a20f4c4f5f8698cad7b9e1dd1", "content": "---\ntitle: WSL2 - Setup DEV.to with Linux but on Windows!\ntags: ['tutorial', 'wsl', 'DEV Community', 'contribute', 'guide', 'windows']\ndate: 2020-06-17\ndateModified: 2020-06-18\n---\n\nHey Everyone! In this post, I will be outlining...
Amosxuu/home-made-trello-demo
257,485,106
2371f85cf51787e97b24ef2aa9c6ef2712c01408
{ "branch": "master", "commit_count": 7, "repo_created_at": "2020-04-21T05:02:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 26 }
11
[ { "content_id": "090b06ebf3e28b4c08ddc96e15956dfaad43a5fa", "content": "<template>\n <div class=\"delete\" @click=\"deleteEvent\">\n <ion-icon name=\"trash-outline\"></ion-icon>\n </div>\n</template>\n\n<script>\nexport default {\n methods:{\n deleteEvent(){\n this.$emit('d...
Amr-Dweikat939/Amr-Anas
889,834,204
8e90618fe9d6da4892ef15476a53870b728119f6
{ "branch": "main", "commit_count": 13, "repo_created_at": "2024-11-17T11:12:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "7f3012c3bbe6695bdba06f1dd149c61d9032a97a", "content": "import { Sequelize, DataTypes } from \"sequelize\";\nimport { sequelize } from \"../config/db.js\";\n\n// Create a CATEGORIES Schema\nexport const Categories = sequelize.define(\n 'categories',\n {\n category_id: {\n ...
AmraniMohammed/machine-translation
498,489,462
417186cde2101a1a2b9e739bec0fc7c428645c8e
{ "branch": "master", "commit_count": 28, "repo_created_at": "2022-05-31T20:34:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "8652dda144141979619227ed29878c25776a0ee6", "content": "# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.\n\n# dependencies\n/node_modules\n/.pnp\n.pnp.js\n.env\ntranslator5\ntranslator100\ntranslator100-22\n\n# testing\n/coverage\nREADME1.md\n\n# producti...
AmritCoder2003/wine_clustering
893,006,071
b1c22aa5bbc432fe73fbf58d42a5b6f4ebeac14a
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-11-23T09:31:02.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3930a18b2dd49f68ab6fc7cb5f575719f977803e", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"e8fedf3d-f661-4458-b193-8b020a344aa6\", \"metadata\": {}, \"outputs\": [], \"source\": [\"import pandas as pd\\n\", \"import numpy as np\\n\", \"import matplotl...
AmritPandey619/TinDog
492,924,229
bc9ec6f17b7bcdf9a08a4c742de026bc47a008fe
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-05-16T16:55:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ff5571a0ef824ca2942f74dcf09b82a1de42d64b", "content": "body{\n font-family: Montserrat;\n}\n#title{\n background-color: #ff4c68;\n color: #fff;\n}\nh1{\n font-family: \"Montserrat-Black\";\n font-size: 3.5rem;\n line-height: 1.5;\n font-weight: bold;\n}\nh2{\n font-f...
Amritarpi/CRUD
520,073,154
caef923945584d5e6911b4e3b55a7153e7cf5b55
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-08-01T10:58:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a4c690fb266abb346032c964d162134857062f2d", "content": "# CRUD\nCRUD operation on various databases\n", "size_bytes": 43, "file_path": "README.md", "file_timestamp": 1659353672, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_li...
Amritasinha1234/Predicting-Diabetes-Using-Machine-Learning
875,311,488
7c40ff71eb7c3368d7bd4061f3b208005982dc4a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-10-19T16:37:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e532be41dcd75b078977788c84d37fbe97b296c4", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"920cca39\", \"metadata\": {}, \"outputs\": [], \"source\": [\"#Let's start with importing necessary libraries\\n\", \"import pandas as pd\\n\", \"import numpy a...
Amrutha556/studentmanager
891,515,473
ca175dea3b4505c570656e2ce5d669dbb846e656
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-11-20T13:27:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "c8b8dcd35bce0d380ea48b50482715384001fff0", "content": "from django.urls import path\nfrom .views import *\n\n\nurlpatterns=[\n path('dash',DashboardView.as_view(),name='dash'),\n path('add',AddStudentView.as_view(),name='add'),\n path('delete/<int:id>',DeleteStudentView.as_view(),n...
AmujoDotun/NodeJs_Http
289,662,893
1c634c2d8086b159d19f2888f0158c48e64be8d8
{ "branch": "master", "commit_count": 4, "repo_created_at": "2020-08-23T10:23:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7ed2a3c2a218071b69059ed08b83a2513c0146b4", "content": "{\n \"name\": \"node_http\",\n \"version\": \"1.0.0\",\n \"description\": \"Node module example\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n \"start\": \"nod...
AmulSharma12/Guides
916,480,077
9577bd1c8ae9255637ae8dc04e9a014db365628d
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-01-14T07:16:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d503b499c09c351f50f8b63db967af789cca61d6", "content": "# C# XML Creation Guide\n\n## Table of Contents\n1. [Basic XML Components](#basic-xml-components)\n2. [Core Classes](#core-classes)\n3. [XML Creation Examples](#xml-creation-examples)\n4. [Best Practices](#best-practices)\n\n## Basic XM...
Amulyavarma56/vmtwdemo
880,179,226
a05358a6974c351d77d8fe29eedc6f52c01edbc0
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-10-29T09:09:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f2516bb65ab4811481e1da16dd261aacd0c1d9d8", "content": "# vmtwdemo\n", "size_bytes": 11, "file_path": "README.md", "file_timestamp": 1730193134, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
AnDev77/RacketStore
847,240,118
b14029b38117dae8c2a02c2ea85dac3c5f6da92a
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-08-25T08:48:36.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "db262d6e0a5660f120d99b3f387ebb1a26affbe8", "content": "## Racket Store how works\n\n\n### main page\n![image](https://github.com/user-attachments/assets/e79d7147-8d5e-45b7-8195-121025eb8247)\n\n<br>\n\n### order\n\n![image](https://github.com/user-attachments/assets/2c183a40-dd6a-478a-b5c2-...
AnJiaoDe/StatusNavigationTransparent
130,241,505
69943ef8fc79b88eafce38ce0ceb8e843b5e0baa
{ "branch": "master", "commit_count": 48, "repo_created_at": "2018-04-19T16:10:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 172, "forks": 29, "issues": 0, "pull_requests": 0 }
38
[ { "content_id": "f6548b5375421b3774c658354920b57f09a8fe14", "content": "//package com.cy.statusnavigationtrans;\n//\n//import android.os.Bundle;\n//import android.view.View;\n//\n//import com.cy.translucentparent.StatusNavigationActivity;\n//\n//public class Navigation1Activity extends StatusNavigationActiv...
AnTi-anti/Echarts
125,600,561
07729356f75eb7147bc60703a18c08c253c8cf3b
{ "branch": "master", "commit_count": 13, "repo_created_at": "2018-03-17T05:43:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "58c6c8aaf1757b846073938f8fa3c51465e378f7", "content": "\n功能包含:\n\n1.爬取输入区域的景点名称,地址,销量,售价等信息并存入的Excel表格。\n\n2.根据景点位置获取景点经纬度等信息生成与百度地图api、echarts示例对接的json文件\n\n3.对百度地图API,echarts进行修改可引入本地JSON文件\n\n在原作者的基础上进行了一定修改。\n\n需要源码的同学可以发我邮箱:<EMAIL>\n\n下面是原作者来源出处\n\n简书:HTTP://www.jianshu.com/u/8e45f2f3b...
AnToxa566/template_bot
586,247,605
6abdffc0333bf7b37baa8ab07302065e2c9b0562
{ "branch": "main", "commit_count": 7, "repo_created_at": "2023-01-07T13:19:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c525c975a59606eb36878b992ef2c08ae65608e8", "content": "#main.py\n\nimport telebot\nimport io\n\nfrom telebot import types\n\nSTART = 'Start'\n\nCREATE_TEMPLATE = 'Создать шаблон'\nSET_CHANNEL = 'Установить канал'\n\nSPOT = 'Спот'\nFEAT = 'Фьючерсы'\n\nMEXC = 'MEXC'\nHUOBI = 'Huobi'\nBINANCE...
AnaD-D/AnaD-D
788,699,365
f0a07510a5c8c2707ca94632967463d7934b3d43
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-04-18T23:04:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "6f42ad489c725da60420f3e5f04b05c67606d2c4", "content": "- 👋 Hi, I’m @AnaD-D\n- 👀 I’m interested in Frontend development and Cloud Computing\n- 🌱 I’m currently learning JAVA\n- 💞️ I’m looking to collaborate on New Projects for learning\n- 📫 How to reach me ...\n- ⚡ Fun fact: I'm from the...
AnaMK16/Library
568,924,043
2e5586a5b5e5443868c7a150b0c9829b6dd1cab5
{ "branch": "master", "commit_count": 1, "repo_created_at": "2022-11-21T17:46:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "91aaeaed63dfa9eeac164f7d5772625536789e12", "content": "is_global = true\nbuild_property.TargetFramework = net6.0\nbuild_property.TargetPlatformMinVersion = \nbuild_property.UsingMicrosoftNETSdkWeb = true\nbuild_property.ProjectTypeGuids = \nbuild_property.InvariantGlobalization = \nbuild_pr...
AnaclaraMarucci/Projeto-mercado-de-trabalho-PCD-
853,559,579
bdd3631cb91b1810a9b535de15db0c8f56ee8209
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-09-06T23:00:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "e69702086a7e0de00932eaaf8d3673f6face8dc8", "content": "## **Encontrando o Emprego Ideal: Um Guia Rápido para Desenvolvedores** Imersão Dev com google geminai 2024\n\n### **O que faz essa aplicação?**\n\nEssa aplicação é como um radar para quem procura emprego, mas com um foco especial: **p...
Anak-Frontend/frontend-career-path
817,565,838
b9f76f8ebe9def700d4e8e27745fe5b000c2a8be
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-06-20T02:07:40.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "b39b72c3e666d0c896d502ade7acf58f7a1600bf", "content": "# Frontend Career Path\n\n## Bagaimana cara menjadi Frontend Developer?\nMulailah dengan mempelajari HTML dan CSS; jangan menunggu untuk menguasai sepenuhnya, langsung mulai membangun proyek sederhana. Cobalah membangun ulang antarmuka ...
AnalystFelix/My-SQL-Code
562,691,106
7bab394c89db2e6aa77a5826769bfbade0513c99
{ "branch": "main", "commit_count": 5, "repo_created_at": "2022-11-07T03:29:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2974c4f4dba06f033c98683ff2a63011dab77ba0", "content": "# My-SQL-Code\nSQL Code For Different Project\n", "size_bytes": 45, "file_path": "README.md", "file_timestamp": 1667793371, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_...
AnalystLucas/baseprojeto
265,746,037
da9ef1774356335aea2a38706e31f4ef0a35902e
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-05-21T03:32:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "58a8b9eba5d3e3d782f251f202c9e52e9f465b09", "content": "<?php\n\nnamespace App\\Controller;\n\nuse Psr\\Http\\Message\\ResponseInterface as Response;\n\nclass Controlle {\n public function view(String $view, Response $response){\n $pagina = include '../App/View/'.$view.'.php';\n\n ...
Anamika-A/react-pagination
680,116,335
116dd4dda91f9039ce3a62db4f6cf9c7e4ece772
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-08-18T11:32:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1291cf4ed7801ee1706895d24e3bfb3b9f948ca4", "content": ".App {\n text-align: center;\n font-size: 25px\n}\n*{\n box-sizing: border-box;\n}\nhtml{\n background: linear-gradient(to right bottom, rgb(64, 14, 146),rgb(189, 20, 175)) no-repeat center fixed;\n \n}\n.products{\n margin-top: ...
Anand-Jeeva/Stop-Spread-Of-COVID-191
364,351,165
82897705d01469e9ee0d09a8accdeebee96d85ef
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-05-04T18:33:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ce395e5607dfd15ad708ebf74a478c814db447a8", "content": "# Stop-Spread-Of-COVID-191", "size_bytes": 26, "file_path": "README.md", "file_timestamp": 1620153230, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Anand8216/connect_anand
675,565,612
64b35691039f85e828e76a71020d455ffd0f501f
{ "branch": "main", "commit_count": 4, "repo_created_at": "2023-08-07T08:07:58.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
20
[ { "content_id": "b98955a3c6af15046e8f8e525022508c5a896ee7", "content": "\n\n\n.main_div {\n text-align: center;\n margin-top: 30px;\n height: 100vh;\n margin-bottom: 8rem;\n }\n \n .cards_container {\n display:grid;\n grid-template-columns:repeat(3, 1fr);\n gap:2.5rem;\n margin-ri...
Ananda2255/SprintNanda
219,651,154
2497df4a1ae79afdcc879fc5e629a75b811f779b
{ "branch": "master", "commit_count": 7, "repo_created_at": "2019-11-05T03:38:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "40dc07d214b9bf042e9e57a6103bec4591f56fc5", "content": "# SprintNanda\n\n\nwelcome to my repository \n\ni hope you are enjoy :)\n", "size_bytes": 67, "file_path": "README.md", "file_timestamp": 1572928084, "language": "Markdown", "is_vendor": false, "license_type": "n...
AnandanRajendran/Movie-Recommendation-System
947,175,327
46e9b5bf506b83020b6e338b0c3740ccf8a26aa8
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-03-12T09:19:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "b1178a1c4e58d3c4a0994f0dad1ede78f9d8412c", "content": "# Movie-Recommendation-System\nA content-based movie recommender that suggests films based on genres, keywords, cast, and more. It uses NLP, TF-IDF vectorization, and cosine similarity to find similar movies. Built with Python, scikit-l...
Ananya59/sound_controlled_animals
662,965,813
013ba50c3cf83f9b0f435df3ef73428bc6044a90
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-07-06T09:10:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fb07bae31829c93574c6a86d3a89d63625b86e58", "content": "body {\r\n background: lightblue;\r\n font-family: 'Alegreya', serif;\r\n}\r\n\r\n.header_div {\r\n background: grey;\r\n color: white;\r\n}\r\n\r\n.header_div p{\r\n font-size: 12px;\r\n font-weight: bold;\r\n colo...
AnarchyDeve/project1
899,019,877
d9a94109b5616fec1088c885ff6721370812794c
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-12-05T13:25:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "7cd501b8136f6c5e351d681d057b63a0ca5293ec", "content": "#include \"grade_library.h\"\n#include <vector>\n#include <string>\n\n// 과목 추가 함수 정의\nvoid addSubject(std::vector<Subject>& subjects, const std::string& name, double score, double credit) {\n // 새로운 과목을 구조체에 추가하여 리스트에 저장\n subject...
AnasGabbadi/nextjs-e-commerce-application
803,863,220
b1fcf9463d9ba2504855186214773011a2319538
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-05-21T14:07:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "78f71a16c1886b8087355455ab05cfd9a6cf4635", "content": "const { gql } = require(\"@apollo/client\");\nconst { default: client } = require(\"client\");\n\nconst handler = async (req, res) => {\n try {\n const filters = JSON.parse(req.body);\n const { category, page, minPrice,...
AnastasiaMoore/AAV9_timeline
343,345,987
e290b8d8153eac6c40768e0409bb39f5a050674e
{ "branch": "main", "commit_count": 11, "repo_created_at": "2021-03-01T08:43:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5b55ed84b89e3ef5c2b1bbb1a39813eff2121728", "content": "---\r\ntitle: \"Expression Of AAV9-GFP Over Time In Mice\"\r\noutput: \r\n html_document:\r\n theme: cerulean\r\n code_folding: hide\r\n---\r\n\r\n\r\n<script type=\"text/javascript\">\r\n function showhide(id) {\r\n var e = d...
AnastasiaYun/goit-react-hw-01-components
380,595,193
b890f9de90dfc17eafe15b3fac7f1305b20ea3ea
{ "branch": "main", "commit_count": 8, "repo_created_at": "2021-06-26T21:00:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "c2ebb367a8b6a3c7cc11889ced74bfe643555a2f", "content": "export default function statistics(props) {\n const { id, label, percentage } = props;\n return (\n <section class=\"statistics\">\n <h2 class=\"title\">Upload stats</h2>\n\n <ul class=\"stat-list\">\n <li class=\"...
AnastasiyaDolmatova/data-engineering
426,893,007
12d8bcc0ffd8af654c5948da5e025e319429e0a9
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-11-11T06:19:53.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "761ce4532615fe5252db85475df8756eebf2cf32", "content": "# data-engineering\nfor study\n", "size_bytes": 29, "file_path": "README.md", "file_timestamp": 1636611594, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] ...
AnastasiyaFedos/stepik_professional
787,434,930
4408055daf628d19763cacded5e2dcf8ac2fb022
{ "branch": "main", "commit_count": 8, "repo_created_at": "2024-04-16T14:13:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4a5194e9a6d82e4732db97a2882488e7a569c14c", "content": "# Поколение Python\": курс для профессионалов\nКурс на Stepik.org [\"Поколение Python\": курс для профессионалов\"](https://stepik.org/course/82541).\nВ этом проекте представлены решенные мною задачи с курса \"Поколение Python\": курс д...
Anatoliegit88/vue-slider
557,945,796
79fe59bc8293155396ec64a0d670ab79904cbf5c
{ "branch": "master", "commit_count": 2, "repo_created_at": "2022-10-26T15:46:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ce843e213f3f6c2bccc56307a950ff22d7aa598a", "content": "const slides = [\n {\n image: \"img/01.jpg\",\n title: \"Svezia\",\n text: \"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Et temporibus voluptatum suscipit tempore aliquid deleniti aut veniam inventore eligendi ex...
AnatolyRugalev/yii2-requirejs
29,302,471
6bddfcfa829877f13e407efa708d01b1f3b2887a
{ "branch": "master", "commit_count": 4, "repo_created_at": "2015-01-15T15:01:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 3, "issues": 1, "pull_requests": 0 }
2
[ { "content_id": "ea65be0e6f4e606c945a945e46588adf8ce7d076", "content": "{\n \"name\": \"anatolyrugalev/yii2-requirejs\",\n \"keywords\": [\"requirejs\", \"assets\", \"view\"],\n \"description\": \"Yii2 View developed for javascript rendering via require.js\",\n \"type\": \"extension\",\n \"license\": \...
AndJunes/blog-preview-card
999,134,063
20830a02a39621bbd93f8d54835f54e1c5ce0fa0
{ "branch": "main", "commit_count": 16, "repo_created_at": "2025-06-09T19:41:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "7362b457ac8e57cf45e2086de4ad524c84b9758d", "content": ":root {\n --yellow: hsl(47, 88%, 63%);\n --white: hsl(0, 0%, 100%);\n --gray-500: hsl(0, 0%, 42%);\n --gray-950: hsl(0, 0%, 7%);\n}\n\n\n@font-face {\n font-family: 'Figtree';\n src: url('/fonts/static/Figtree-Medium.ttf') format(...
Anderson99247/testesitejwcelebracao
958,250,552
cb87b70202864c31ccb5719efa9190d699911f3c
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-03-31T22:25:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "1307eb9ac2456e11fb379ce2ddac3c8c2b4a6dde", "content": "package com.testejw;\n\npublic class Main {\n public static void main(String[] args) {\n System.out.println(\"Hello world!\");\n }\n}", "size_bytes": 138, "file_path": "src/main/java/com/testejw/Main.java", "fil...
AndersonJardim/dockernode
399,698,006
9a99070f8d5ef95bff15a97d7b5501e3f5d48a82
{ "branch": "master", "commit_count": 7, "repo_created_at": "2021-08-25T05:15:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 5 }
1
[ { "content_id": "8787bc4dc393acfc028bba2757297cee549d9cd7", "content": "npm init -y\ntouch index.js\ntouch Dockerfile\ntouch README.md\nnpm install express\n\ndocker -v\nDocker version 20.10.7, build f0df350\n\ndocker-compose -v\ndocker-compose version 1.29.2, build 5becea4c\n\ntouch .dockerignore\ntouch .g...
Andistar12/compprog
226,143,005
0765889f27e080e0e2864965b8cb728e9d463478
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-12-05T16:23:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "2c26a743c91cc946a25f4af4516badcd91e88e81", "content": "\\documentclass{article}\n\n\\usepackage{listings}\n\\usepackage{xcolor}\n\n% Coding formatting\n\\lstset{ \n language=C++,\n basicstyle=\\small,\n commentstyle=\\color{darkgray},\n identifierstyle=\\color{blue},\n frame=...
Andr3Carvalh0/OS-X-Scripts
75,556,821
a5c7ca6f2f4308ee71134b5fd1c4da9477f2d05d
{ "branch": "master", "commit_count": 3, "repo_created_at": "2016-12-04T18:47:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3628ced67fa57efd94a87e50347936cb67ac0294", "content": "# OS-X-Scripts\nA collection of applescripts to make my life easier.\n\n## CreateFile\n * Creates a file in the current directory with a custom name + extension\n\n\n## OpenTerminal\n * Opens the default OS X terminal in the current dir...
AndradeMaicon/ui-clone-discord
274,276,281
230a9f0e120012beac421cf25e2dbd217c43e0d8
{ "branch": "master", "commit_count": 12, "repo_created_at": "2020-06-23T01:05:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 20 }
6
[ { "content_id": "1e2812d088c49ba152a74a95ccb3151f3b72a07d", "content": "import React from 'react';\n\nimport { Container, Title, ExplandIcon } from './styles';\n\nconst ServerName: React.FC = () => {\n return (\n <Container>\n <Title>Forte da Galera</Title>\n <ExplandIcon />\n </Container>...