repo_path
stringlengths
6
122
repo_id
int64
18.5k
1.03B
commit_id
stringlengths
40
40
github_metadata
dict
num_files
int64
1
48.1k
files
listlengths
1
48.1k
MKBMER002/RegisteredUser
991,169,850
4ac45b334c51b86bd768ac0f2c59d3fa042b9a10
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-05-27T08:21:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "8a77886f093e995601c02aab32638bb366d192f1", "content": "var size = 0;\nvar placement = 'point';\n\nvar style_Properties_2 = function(feature, resolution){\n var context = {\n feature: feature,\n variables: {}\n };\n \n var labelText = \"\"; \n var value = feature...
amalev18/GungCodeTest
611,466,929
59f9e9cf53c52199c2af11ee796621246edb7bdb
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-03-08T22:11:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "f638cf0baf4df65899bd5018bdf470800fa0d089", "content": "import{ Pipe, PipeTransform} from '@angular/core';\r\n\r\n@Pipe({\r\n name: 'filter'\r\n})\r\n\r\nexport class FilterByPipe implements PipeTransform{\r\n transform(value: string[], filterString: string): string[] {\r\n const result...
programme0419/Authenticate_server
990,895,060
27d3b157163085504edd9dd9ce9e3b81bb5b331a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-05-26T20:07:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "4c4c270d9c6f87567131d519fb78ead5f5a3759c", "content": "const mongoose = require(\"mongoose\");\nconst bcrypt = require(\"bcryptjs\");\nconst jwt = require(\"jsonwebtoken\");\n\nconst msgSchema = new mongoose.Schema({\n username: {\n type: String,\n required: true,\n },\n email: {\n...
kevinpietruszka/spotify-playlist-creator
876,310,946
e6c77397158b12ddec62d6c1d34ff56548b28d18
{ "branch": "master", "commit_count": 18, "repo_created_at": "2024-10-21T18:51:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "e1c5d7581c8b2dff24b0c09915b3d7371ffc2da0", "content": "package auth\n\nconst (\n\tAUTH_BASE = \"https://accounts.spotify.com/\"\n\n\tRESPONSE_TYPE = \"code\"\n\tREDIRECT_URI = \"http://localhost:8888/callback\"\n\tSCOPE = \"playlist-modify-private\"\n)\n\ntype SpotifyAuthClient str...
avdkishore/docker-cheatsheet
99,719,727
38554806bc7e22aa93192843325de0f5da571d50
{ "branch": "master", "commit_count": 4, "repo_created_at": "2017-08-08T17:36:55.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "483aa4fdaccec9ea75ba6d25c6fe5d83930836cd", "content": "# docker-cheatsheet\n\n## Build docker image\n\n```\n$ cd /path/to/Dockerfile\n$ sudo docker build .\n```\n\nView running processes\n\n```\n$ sudo docker ps\n```\n\nView all processes\n\n```\n$ sudo docker ps -a\n```\n\nRun an image in ...
bigbro5232/AMS
837,094,759
f45d1de77bf206c40278c77290bf35bef4724f02
{ "branch": "main", "commit_count": 30, "repo_created_at": "2024-08-02T07:46:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "4acb59e50a045c6a6241a67f82fc35219afa7d92", "content": "// 07/26\n\n\nconst AccountError = require(\"./Account-error\")\n// 입출금 계좌\nclass Account {\n constructor(number, owner, password, balance) {\n this.number = number;\n this.owner = owner;\n this.password = <PASSW...
fauzannaufan/profileapp
348,597,538
b54a830281b1c2908682bd253c0d9613a74ac3fc
{ "branch": "master", "commit_count": 4, "repo_created_at": "2021-03-17T06:03:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "929a4c74e4310b25ab6e3e5c7438edd9f0883c3f", "content": "{\n \"displayName\": \"profileapp\",\n \"appName\": \"profileapp\",\n \"description\": \"Profile App\",\n \"lastModified\": \"2021-03-17T01:45:06.757Z\",\n \"imgSourcePath\": \"\",\n \"version\": \"1.0.0\",\n \"appT...
SamarthGarg09/InterviewSubjectClassification
528,740,339
44a15f9f2c9b758dd169554fc93362a073fe8221
{ "branch": "master", "commit_count": 4, "repo_created_at": "2022-08-25T07:24:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "41358de171862e90134b6be3a4df4fef714eac6c", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {\"id\": \"ememEe7Y5qTs\", \"outputId\": \"2eb4059c-ae32-4bba-de05-a8c8bd5f7b05\", \"trusted\": true}, \"outputs\": [], \"source\": [\"!pip install -q trans...
corsodevops/corsodevops
377,493,010
47111788f9ed17ffd4cb2bac0f6b272fec838620
{ "branch": "main", "commit_count": 81, "repo_created_at": "2021-06-16T12:44:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "876eec2439791188d357ff520994613e0c115813", "content": "name: .NET\n\non:\n push:\n branches: [ main ]\n pull_request:\n branches: [ main ]\n \nenv:\n app-name: \"corsodevops\"\n rg-name: \"corsodevops_rg\"\n \njobs: \n build: \n runs-on: ubuntu-latest\n\n st...
Muhammad-Ibrahim-Amjad64/Latest-
757,453,993
b3363fa4e5640d3172ba395031d37bd8f7ef9fc9
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-02-14T14:28:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "1f48f2c64b2958d9d9c5d3d4438216ca19d1e927", "content": "/* eslint-disable prettier/prettier */\nimport {\n Image,\n ImageBackground,\n Pressable,\n StatusBar,\n StyleSheet,\n Text,\n TextInput,\n TouchableOpacity,\n View,\n } from 'react-native';\n import React, ...
SoniaMEGS/PI-Videogames
762,534,843
1e714a50a852568c882727f871fce5f279b7baf7
{ "branch": "main", "commit_count": 19, "repo_created_at": "2024-02-24T01:41:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
31
[ { "content_id": "4bec2a5c3bf0004d5c83a208be79c5455c487a5d", "content": ".paginated {\n display: flex;\n justify-content: center;\n padding: 2rem;\n}\n.paginated_list {\n display: flex;\n justify-content: space-evenly;\n}\n.paginated_list li {\n margin-left: 0.35rem;\n margin-right: 0.35rem;\n}\n\n.pa...
mrqinglang/leetcode
286,959,809
9b4369914987590ff22d8e41c7a193d3ed0dd723
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-08-12T08:29:58.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d456c013a2ded89ab7f39ab47fa620d12be7fda0", "content": "class Solution(object):\n def twoSum(self, nums, target):\n \"\"\"\n :type nums: List[int]\n :type target: int\n :rtype: List[int]\n \"\"\"\n for j in range(len(nums)):\n for i in ...
vyoma-raman/my_dc_first_repo
283,038,035
c2acd5b846177e41231cd3c465ff51c65a1e5606
{ "branch": "master", "commit_count": 22, "repo_created_at": "2020-07-27T23:07:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "656ff01e937e36e205d8975011e266bc032d38a0", "content": "/* Copyright 2017 <NAME>\nforked from http://blockbuilder.org/tomshanley/a94a879c8d28e302ac2b89228f9bd1f7\nby <NAME> \n*/\n\nconst width = 920\nconst height = 440\nconst margin = { top: 10, bottom: 10, left: 10, right: 10 }\nconst radiu...
Manjushreenl/Odoo8Tasks
73,142,707
a9d6d7c107a40fa5d4924d087cd60cb36e6aaf32
{ "branch": "master", "commit_count": 2, "repo_created_at": "2016-11-08T02:50:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "af09afe3e4d1181429f7cc21f1abccb8308d26f2", "content": "# Odoo8Tasks\nOdoo8\n", "size_bytes": 19, "file_path": "README.md", "file_timestamp": 1478573474, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
WordsPerMinute/battleforCO
235,405,946
edb33e725ad1ce6a77a09c16646891a0a5b0aa64
{ "branch": "master", "commit_count": 22, "repo_created_at": "2020-01-21T17:53:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 4 }
13
[ { "content_id": "94e2d1a260547b4d300fbbcc8ca7ffe714ac0c4a", "content": "# frozen_string_literal: true\n\nsource \"https://rubygems.org\"\n\ngit_source(:github) {|repo_name| \"https://github.com/#{repo_name}\" }\n\n# gem \"rails\"\n\ngem \"sinatra-activerecord\", \"~> 2.0\"\ngem \"sinatra\", \"~> 2.0\"\ngem ...
mlee284045/mpg
59,164,554
09c28e987d73095e690a2f321c017c3218da96cc
{ "branch": "master", "commit_count": 1, "repo_created_at": "2016-05-19T01:42:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a64c2cc1c842ceaf6c6983c2b5c461358eb7b74b", "content": "# mpg\nBasic web app to keep and record mileage and gas\n", "size_bytes": 55, "file_path": "README.md", "file_timestamp": 1463622152, "language": "Markdown", "is_vendor": false, "license_type": "no_license", ...
samimala/osa7fstack
158,446,051
9a38521a741814aad8159e0c31b174f5912a6235
{ "branch": "master", "commit_count": 19, "repo_created_at": "2018-11-20T20:16:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "65a3edcde360e8d066f2a05981ddd47ae88101d4", "content": "import React from 'react'\nimport { connect } from 'react-redux'\n\n\nconst Notification = (props) => {\n if (props===null) {\n return null\n }\n console.log('Writing message', props)\n return (<div className={(props.kind==='Info...
michaelurquhart79/w3d2_hwork_properties_quiz
189,086,181
1138d2a952bd1e18fe446aa2379f7aaf54582b1b
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-05-28T18:57:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9e3f6888d23e331c2950656d2e40418e3cdf0d5d", "content": "# CRUD Quiz\n\nUse the solution to this afternoon's Property Tracker lab to answer the following questions. Please write your answers under each question, push the file to GitHub, and submit in the usual way.\n\n## MVP Questions\n\nIn o...
i-am-anderson/curriculo
426,682,824
d8ff5657101aa1da28e6b6cc724ee226ace9895a
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-11-10T15:50:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "d1267a149a825926bb68bfa0bfb9a2a85d73b56e", "content": "export default class Escrita {\r\n constructor(frase, input, tab) {\r\n this.frase = frase;\r\n this.input = document.querySelector(input);\r\n this.tab = document.querySelector(tab);\r\n this.tamanhoFrase = frase.length;\r...
FilenkoAI/dewoo-shop-host
395,325,648
ead908e28a3361f3da5139b1a2e6069b70da9ae7
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-08-12T13:19:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
387
[ { "content_id": "ebbdea2338090bb129f97f5d6c78d1eaa47a9e81", "content": "<?php\nif(!defined(\"B_PROLOG_INCLUDED\") || B_PROLOG_INCLUDED !== true) die();\n$this->setFrameMode(false);\n\n?>\n\n<div class=\"ask-modal modal fade\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n ...
Prateek12code/animal-sound
753,645,925
d4f081ff4e1808f3c54aca99fac10499cd08e018
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-02-06T14:31:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "5d810275d13ddde2313e5ecbf0f3e1d04eb60202", "content": "body{\r\n font-family: 'Space Mono', monospace;\r\n}\r\n\r\n.header_div h2\r\n{\r\n font-weight: 700;\r\n color: teal;\r\n\r\n}\r\n\r\n.header_div\r\n{\r\n background-color: bisque;\r\n color: brown;\r\n font-weight: 4...
mdrayhandev124/mdrayhandev124
794,432,456
74f0198c6c96d2b7c95019c3664f9360de18df23
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-05-01T06:29:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d4ff141ac8d49b7f73ad41b72ffa800c6fa0c602", "content": "# mdrayhandev124\n", "size_bytes": 17, "file_path": "README.md", "file_timestamp": 1733771402, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
nelsonanguita/backend-spotyrap
554,238,088
b38f27197a6c5fb70af88dfaacbd6608621607e8
{ "branch": "main", "commit_count": 12, "repo_created_at": "2022-10-19T13:31:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "a0b184b0bc3a7d5888e3ca0fbd3d442ceeb8cffd", "content": "{\n \"name\": \"spotyRap\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"dev\": \"nodemon src/index.js\",\n \"start\":\"node src/index.js\" \n },\n \"keywords\": [],\n...
bot08/ultimative
475,449,229
8f86507c72e578598ac18e59f2ee24bf5c2807ea
{ "branch": "main", "commit_count": 6, "repo_created_at": "2022-03-29T13:12:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "f5d9c5c346a7241c956b80bbaad11c86a8cfe89d", "content": "<h2>Меню</h2>\n<a href=\"/\"class=\"font-color\">\n <h4>\n Home\n </h4>\n</a>\n<a href=\"/github\"class=\"font-color\">\n <h4>\n Github\n </h4>\n</a>", "size_bytes": 161, "file_path": "views/system/menu...
jazz-qa/automacao-ui-cypress-1
827,035,026
648bf0edbf5bb6dc9d7b906f0a1e94676e320c66
{ "branch": "main", "commit_count": 9, "repo_created_at": "2024-07-10T22:23:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "4a740234c741e153dd3707f8c2fda1cfae887d96", "content": "# automacao-ui-cypress-1\n\nPrimeira automação de UI no Cypress do curso EBAC por <NAME>", "size_bytes": 88, "file_path": "README.md", "file_timestamp": 1721669910, "language": "Markdown", "is_vendor": false, "li...