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
Daab123/education-eco-system
985,443,006
96931e069eacd9091321e32beae3339bce834858
{ "branch": "main", "commit_count": 13, "repo_created_at": "2025-05-17T19:15:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
64
[ { "content_id": "fb4caba4bfdb25774843d91b068a0f42a494f1c3", "content": "\n// Mock data for development purposes\nimport { v4 as uuidv4 } from 'uuid';\n\n// Generate a random 10-digit student number\nconst generateStudentNumber = () => {\n return Math.floor(1000000000 + Math.random() * 9000000000).toString(...
DaanDemaecker/DirectX
575,755,486
3ee979f0d1c3354c4793b20678eddcb5a7a3cbdb
{ "branch": "main", "commit_count": 5, "repo_created_at": "2022-12-08T08:19:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "f2253285724fa3f4cfe2125b2da796b36051d894", "content": "#pragma once\n\nnamespace dae\n{\n\tclass Effect;\n\tclass Texture;\n\n\tstruct Vertex\n\t{\n\t\tVector3 position;\n\t\tVector3 normal;\n\t\tVector3 tangent;\n\t\tVector2 uv;\n\t};\n\n\tclass Mesh final\n\t{\n\tpublic:\n\t\tMesh() = del...
DaanelD1/lesson19
322,222,940
8fce79010575f7b767524037b677995a6d483dad
{ "branch": "main", "commit_count": 1, "repo_created_at": "2020-12-17T08:01:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "82a59b15e0bab913159c5d2733f69e40159944ee", "content": "*{\r\n margin: 0;\r\n padding: 0;\r\n box-sizing: border-box;\r\n}\r\n\r\nhtml, body{\r\n overflow: hidden;\r\n}\r\n\r\n.container{\r\n position: relative;\r\n background-image:linear-gradient(rgba(56, 27, 27, 0.685), ...
Dachi-Papashvili88/coworker-space-site
579,545,157
d2759e4c75e60378a7e2f374ff85c936427585a0
{ "branch": "main", "commit_count": 4, "repo_created_at": "2022-12-18T03:19:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "c6cc5959193669b4c8352984c2ddd18900b9be4f", "content": "# Scrimba - Coworker Space Site\n\n[Scrimba](https://scrimba.com/allcourses) Scrimba is the next-generation platform for learning how to code. Scrima screencasts enable students to interact with the code directly in the player. This way...
Dachrono/Portfolio-setup-and-mobile-first
633,156,034
46bd9a260a0c69a138168fe85992dedac9fa7229
{ "branch": "main", "commit_count": 25, "repo_created_at": "2023-04-26T22:47:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 10, "forks": 0, "issues": 1, "pull_requests": 1 }
2
[ { "content_id": "add2ec515002a34b8f8deb7053a0760a1b48c2e5", "content": "{\n \"name\": \"portfolio-setup-and-mobile-first\",\n \"version\": \"1.0.0\",\n \"description\": \"The first part of my portafolio\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\"...
DaemonAssassin/AndroidNotificationsWithStyles
450,051,696
76466c0dccbde20a0655c66488a4aa5f80ecb089
{ "branch": "master", "commit_count": 1, "repo_created_at": "2022-01-20T10:30:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "05677057bb26ae81f0a45c675a17ad02b7847b1d", "content": "package com.gmail.mateendev3.androidnotificationswithstyles.application;\n\nimport android.app.Application;\nimport android.app.NotificationChannel;\nimport android.app.NotificationChannelGroup;\nimport android.app.NotificationManager;\...
Daischi/chat-frontend
971,124,786
7ceac7e0eac2aec50a65f5c675b8fed84d217120
{ "branch": "main", "commit_count": 14, "repo_created_at": "2025-04-23T03:54:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "987118179af48c523e5af9437644ec7043f18629", "content": "import { useState } from 'react';\nimport { motion } from 'framer-motion';\nimport FilePreview from './file-preview';\n\ninterface Attachment {\n id: number;\n fileName: string;\n fileSize: number;\n fileType: string;\n url: string...
Daisy-Chepkwony/Phase1-WK3-FlatDango
577,546,868
36ae1f51dc65404e5b5f96922fdbc7be72112d74
{ "branch": "main", "commit_count": 22, "repo_created_at": "2022-12-13T01:21:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "3da200475f83e9097a21e66169370db7ee7d858e", "content": "*{\n font-family: Verdana, Geneva, Tahoma, sans-serif;\n\n}\nbody{\n margin: 0;\n padding: 0;\n background-color: lavenderblush;\n}\n.logo{\n text-align: center;\n background-color:gray;\n color: whitesmoke;\n pa...
Dako321/Prediction-Comparison-of-RF-and-XGB_Pima
1,019,141,303
bba87d007c1272f76edd04e26a19f02085ebc642
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-07-13T20:36:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7fbc95b63f524347a918f1890bd89ac4ce36c48b", "content": "# Prediction-Comparison-of-RF-and-XGB_Pima", "size_bytes": 42, "file_path": "README.md", "file_timestamp": 1752439190, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licen...
DakotaTalley/jsgamelib
398,443,051
7b24cd9549170785f6abe12201cc1cffb015b8cf
{ "branch": "main", "commit_count": 17, "repo_created_at": "2021-08-21T01:58:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "2926544f0e30f9f02bae0bfa20734125d5f997a7", "content": "export default class Canvas {\n constructor (id, alphaBool) {\n this.canvas = document.getElementById(id)\n this.context = this.canvas.getContext('2d', { alpha: alphaBool })\n this.width = this.canvas.width\n this...
Dalaer/Admine
176,935,831
3cfa98cb0232e21bdd64541c88e268ff10b6e102
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-03-21T12:00:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2a1fd8d9c7dc08a92abd9b80c5ef6f91a711ed21", "content": "# Admine", "size_bytes": 8, "file_path": "README.md", "file_timestamp": 1553169655, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
DallinOsorio/ExamenTercerParcialDallinOsorio
485,557,344
f811e5205281ae9cc1deb46a0c2daac4e6477851
{ "branch": "main", "commit_count": 5, "repo_created_at": "2022-04-25T22:44:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "54d141c66a597c5130f33ea4ba864dff5215f388", "content": "CREATE DATABASE ExamenTercerParcialDallinOsorio\nUSE `ExamenTercerParcialDallinOsorio` ;\nCREATE SCHEMA IF NOT EXISTS `ExamenTercerParcialDallinOsorio` DEFAULT CHARACTER SET utf8 ;\n\n\nCREATE TABLE IF NOT EXISTS `ExamenTercerParcialDal...
Damans227/resume-generator
354,305,812
63282dd3a72a51b45fc30f0750260b1b9c4cc32d
{ "branch": "main", "commit_count": 8, "repo_created_at": "2021-04-03T13:59:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 4, "forks": 4, "issues": 0, "pull_requests": 1 }
6
[ { "content_id": "da8315ffdbee781a704ab23347705f20d38df322", "content": "artifactId=resume-portal\ngroupId=com.daemonsets\nversion=1.0.0\n", "size_bytes": 62, "file_path": "Deployment/target/maven-archiver/pom.properties", "file_timestamp": 1618705090, "language": "INI", "is_vendor": fals...
Damazu/estudos_hacking
509,232,199
b000ab0e741c4e8adcadfd7048795591d3d4aed8
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-06-30T21:01:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "71e00ba909c278df3ac5282b107219e2be73b05d", "content": "# estudos_hacking\nRepositorio feito para salvar algumas coisas que ando estudando relacionado a hacking/pentest/bounty\n", "size_bytes": 119, "file_path": "README.md", "file_timestamp": 1623969487, "language": "Markdown...
Dami-Seni/Plotting-Candlestick-charts-with-Python
512,388,858
20452a7c8e8ef7027d7142d5f974e551fe80f9a1
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-07-10T08:59:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "fc00fd31969903f0912138f2312a53e58c51d8a5", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"4be90220\", \"metadata\": {\"executionInfo\": {\"elapsed\": 225, \"status\": \"ok\", \"timestamp\": 1655134268594, \"user\": {\"displayName\": \"<NAME>\", \"use...
DamianMorozov/WebExampleAppMvc
399,720,695
dec3782355b5c34de1d282e3822cbf70d95f17b1
{ "branch": "main", "commit_count": 11, "repo_created_at": "2021-08-25T06:56:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "7543e051102aa56ea32a42d59c131371260c9b5f", "content": "# Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/...
Damindu5858/ChickflexARTS
960,430,769
6f61d598041524f218fd738a5844d35f07b2f372
{ "branch": "codespace-laughing-potato-x5xppp9v5wjjh9q9q", "commit_count": 101, "repo_created_at": "2025-04-04T12:25:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "dde7835f191aa06960fd62f533da6d01c768677f", "content": "// Import Firebase modules\nimport { initializeApp } from \"https://www.gstatic.com/firebasejs/9.1.2/firebase-app.js\";\nimport {\n getFirestore,\n collection,\n addDoc\n} from \"https://www.gstatic.com/firebasejs/9.1.2/firebase-fire...
Damir2302/ogon.ru
431,198,515
837d90c0923cfab5387c687c4c449c24f12fe9cc
{ "branch": "main", "commit_count": 4, "repo_created_at": "2021-11-23T17:44:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "9be3eb6214add38576c9eef9e98c4db30985c5f0", "content": "@import 'mixin';\r\n@import 'reset';\r\n@import 'ui';\r\n\r\n.header {\r\n background: url('../images/header.svg') no-repeat;\r\n background-position: top;\r\n background-position-x: 125px;\r\n\r\n @include breakpoint(xs) {\...
DamoMK/hello-world
136,099,581
478f1d9f5f6152e2891234d31c4d636f7750ddd2
{ "branch": "master", "commit_count": 3, "repo_created_at": "2018-06-05T00:55:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f09c13c87972c40f4c97302e717db8fa781748b7", "content": "# hello-world\nnew tutorial\nJust having a play at the moment\n", "size_bytes": 60, "file_path": "README.md", "file_timestamp": 1528160496, "language": "Markdown", "is_vendor": false, "license_type": "no_license"...
DanEdens/mqttMinder
845,024,919
e86b21c97c092db5ead1ba1d5f9670c0786991e2
{ "branch": "main", "commit_count": 18, "repo_created_at": "2024-08-20T12:42:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "9ddbb30bf4c164a64fe998e6499df496d65c586c", "content": "use mqtt_mind_map::MQTTMindMap;\nuse std::env;\nuse std::fs;\nuse std::path::Path;\n\nmod web_server;\n\nfn clean_output_dir(dir: &str) {\n if let Ok(entries) = fs::read_dir(dir) {\n for entry in entries.flatten() {\n ...
DanMcDonald91/ATM-Homework
82,781,179
7d48e290f31928a98553a21c46b1e96a37706c94
{ "branch": "master", "commit_count": 1, "repo_created_at": "2017-02-22T08:43:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "f825e7890c3058c94daa5adba8694c6b2555159d", "content": "import static org.junit.Assert.assertEquals;\nimport org.junit.*;\n\n\n \n\npublic class CustomerTest {\n\n Customer customer;\n Atm atm;\n\n @Before\n public void before() {\n atm = new Atm(1000, 250, \"Electric Avenue\");\n ...
DanPin7679/ctio-home
566,941,510
bd20a034f6d188f60f87942f2b0ecfbf8d880104
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-11-16T18:31:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "171dcac095a3f23b5cf79fc285053f9d55ad3fa9", "content": "# ctio-home\n", "size_bytes": 12, "file_path": "README.md", "file_timestamp": 1668623497, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, { "conten...
Dana-Afazeli/sycamore-codes
712,855,036
ee70e86d0b7d729a87f7333fc300fa9084fa2283
{ "branch": "main", "commit_count": 7, "repo_created_at": "2023-11-01T10:39:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "7446dc3c1aef0228edc9c89683c9281d9241896c", "content": "from abc import ABC, abstractmethod\n\nclass EnvBase(ABC):\n def __init__(self, n_actions):\n self.n_actions = n_actions\n\n @abstractmethod\n def reset(self):\n pass", "size_bytes": 181, "file_path": "src...
DanaEFalah/ci-research
199,453,435
af3d6ceefb35eae70f0258ca6748cace8d13ade0
{ "branch": "master", "commit_count": 5, "repo_created_at": "2019-07-29T12:58:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 7 }
3
[ { "content_id": "d04b869b78809809debd57e5132cd26f4b563c94", "content": "const http = require('http');\n\nconst port = 4000;\n\n\n\n\nconst server = http.createServer((req,res)=>{\n if(req.url == '/')\n {\n res.writeHead(200,{'Content-Type' : 'text/html'});\n res.end(`<h1>Hello World</h1>`);\n ...
Danaks31/Formulaire-simple
324,376,075
dbb8a957598b6f140e34452db173b06c36f15c07
{ "branch": "main", "commit_count": 2, "repo_created_at": "2020-12-25T14:20:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "096468c2d4aa070e595765b39f5c10347ed17e18", "content": "# Formulaire-simple", "size_bytes": 19, "file_path": "README.md", "file_timestamp": 1608906305, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
DanbenErick/huellas
767,613,634
7fa5df676e1e9b279318dedb1b4cba42dd2c2641
{ "branch": "master", "commit_count": 15, "repo_created_at": "2024-03-05T15:58:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "3318052caeb91ca1f4816735f334efe017125805", "content": "# This file is just for linting and snippet hints. You can ignore it.\n\n\nclass zkfp:\n def __init__(self):\n self.hDevice: int = 0\n self.hDBCache: int = 0\n self.imageWidth: int = 0\n self.imageHeight: ...
DancesWChickens/DBSA-UTAustin
854,241,402
6851a940306ef2eed69ba77858af82b2b843c5ee
{ "branch": "main", "commit_count": 27, "repo_created_at": "2024-09-08T18:40:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "000921eb16a5e9a60de74dc400bbbe2ac2e71d53", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"metadata\": {\"id\": \"view-in-github\", \"colab_type\": \"text\"}, \"source\": [\"<a href=\\\"https://colab.research.google.com/github/DancesWChickens/DBSA-UTAustin/blob/main/SupervisedLearn...
Danchat5/OrientationDemo
572,166,544
ec39dea59a2e5bba74e9b41310f4378e9b888a22
{ "branch": "master", "commit_count": 1, "repo_created_at": "2022-11-29T17:35:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c74c630de634e8ad67f845a77b07c809414ce590", "content": "import { Component } from '@angular/core';\nimport { Camera, CameraResultType, CameraSource } from '@capacitor/camera'\nimport { HttpClient } from '@angular/common/http'\nimport { DomSanitizer } from '@angular/platform-browser';\n\n@Com...
DaniBa1/set_game
849,036,267
a1f5adfe71987b4124eafe6377f47c4e2498401d
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-08-28T21:27:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "270e12d438564f737136217c72d1bc9502e6dc65", "content": "from card import card\nfrom random import randint\n\nclass set_stack:\n def __init__(self) -> None:\n self.unshown = []\n self.shown = []\n self.found = []\n self.score = 0\n for color in card.color...
DaniDeDos/nest-little-market
910,278,447
497d6c72cfd32ab8d4072231f0797fbd8512c69a
{ "branch": "main", "commit_count": 7, "repo_created_at": "2024-12-30T21:36:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
21
[ { "content_id": "b31be668d9b28589c63ac4bea50259073202823b", "content": "import { NestFactory } from '@nestjs/core';\nimport { AppModule } from './app.module';\nimport { Logger, ValidationPipe } from '@nestjs/common';\n\nasync function main() {\n const app = await NestFactory.create(AppModule);\n const log...
DaniDhax/fm-intro-component-with-signup-form
685,883,486
1786b86ae69722cb4322b4c8675c431fc1396201
{ "branch": "main", "commit_count": 7, "repo_created_at": "2023-09-01T08:22:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7f1d440c5738902596d1bc0468ba11f92d6ac884", "content": "@import url(\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap\");\n\n:root {\n /* COLOR *\n /* Primary */\n --my-red: hsl(0, 100%, 74%);\n --my-green: hsl(154, 59%, 51%);\n\n /* Accent */\n --my-...
DaniGuardiola/slitherio-ninja
64,158,044
bad88b431f59cc5469bae1576b7ca16a6134a14a
{ "branch": "master", "commit_count": 1, "repo_created_at": "2016-07-25T18:23:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a617f164d1700c4bf136fd5bc13132ecb5f3e201", "content": "window.addEventListener(\"load\", init);\n\nfunction init() {\n checkVersion();\n}\n\nfunction openPopup(url) {\n chrome.tabs.create({\n \"url\": url\n });\n}\n\nfunction checkVersion() {\n var landingUrl = \"http://s...
Danialsh9248/massage-for-my-mother
850,069,329
898d1e0d3c95d5fee838cf8938641a791afa2f33
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-08-30T20:18:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ed51d3a901f9a95fb97eb96543c5951c2c92c401", "content": "# massage-for-my-mother", "size_bytes": 23, "file_path": "README.md", "file_timestamp": 1725049178, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
DanieLMija17/MicroProyecto
597,548,753
9d745e6f3845052fd16998058653815b338e37c2
{ "branch": "main", "commit_count": 13, "repo_created_at": "2023-02-04T21:55:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9baa32343f5395c996dce474248e2b29bfbaa48e", "content": "# MicroProyecto\nSistema de apoyo\n", "size_bytes": 33, "file_path": "README.md", "file_timestamp": 1675633984, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [...
Daniel09-Ada/finallypractice
857,667,841
a019a8d598aa4d57756e9b0bfaefae5dfa189bc2
{ "branch": "master", "commit_count": 2, "repo_created_at": "2024-09-15T09:29:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "08007513b11c9ec658c3c58e223734f8866514d0", "content": "input{\n border-radius: 5px;\n padding: 4px 7px;\n}", "size_bytes": 54, "file_path": "src/components/UI/Input.css", "file_timestamp": 1726392781, "language": "CSS", "is_vendor": false, "license_type": "no_l...
Daniel4757/Daniel4757
442,516,461
c2d995954e40fd48912fef0d433d82aee3597c08
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-12-28T16:12:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7067858656e50f64a31504b4dcfac8a97813bc03", "content": "- 👋 Hi, I’m Daniel or @Daniel4757.\n- 👀 I’m interested in creating games.\n- 🌱 I’m currently learning coding.\n- 💞️ I’m looking to collaborate on minecraft.\n- 📫 How to reach me. don't tink about it.\n", "size_bytes": 221, ...
DanielBurgos23/tipodeletras
334,388,335
674842c345afce813482612f320ed7e235984598
{ "branch": "branch1", "commit_count": 1, "repo_created_at": "2021-01-30T10:43:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "01b43a12932b8a3874509fa768825ba0732bdfe7", "content": "h1{\r\n color: yellow;\r\n background-color: blue;\r\n font-family:'Courier New', Courier, monospace;\r\n text-align: center;\r\n font-family: 'Potta One', cursive;\r\n}\r\n\r\n.primero{\r\n font-size: 0.4cm;\r\n ba...
DanielDavid2005/UTS_PCD_202331129_F_ITPLN.
980,028,928
d95576e015a88a1c57ad7df4ecdc1608d635bb5a
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-05-08T12:58:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "becb83ac5ba7c41820b74c12d0fca674ebf92d32", "content": "# UTS_PCD_202331129_F_ITPLN.", "size_bytes": 28, "file_path": "README.md", "file_timestamp": 1746713266, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, ...
DanielEduardoA/TrabalhoBancoDadosII
278,201,604
fd789aacd3e0844eee44cd80e3f76e26ca6642c5
{ "branch": "master", "commit_count": 5, "repo_created_at": "2020-07-08T21:51:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
14
[ { "content_id": "ca051b83ad52f6e2212f0d48082e52ad5a3c51e4", "content": "create database passageiro;\r\n\r\ncreate table passageiro (\r\n\tid BIGINT NOT NULL,\r\n\tnome VARCHAR(255) NOT NULL,\r\n\tcpf VARCHAR(11) NOT NULL,\r\n\trg VARCHAR(15) NOT NULL,\r\n\tsexo VARCHAR(5) NOT NULL,\r\n\tdata_nascimento DATE...
DanielKolyabin/-252241
857,110,693
00aa5e046a5dcc82731d8b0ba0b42c5c3068f795
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-09-13T20:30:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "b077bb5a08e32ec61efb720ca9afbd207dfb0a02", "content": "\nИстория России - Драниш<NAME>ич - 89612629765.\n\nВведение в проектную деятельность - <NAME>.\n", "size_bytes": 144, "file_path": "README.md", "file_timestamp": 1726260389, "language": "Markdown", "is_vendor": fals...
DanielPerezM/Agencia_viajes
500,001,765
a0cb1e083e9e251c4e3ea456e17b29ce83e7a75d
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-06-05T04:43:36.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "82d4eb9222d09f8f27f7d725c7133d914ccdd978", "content": "# Agencia_viajes\n", "size_bytes": 17, "file_path": "README.md", "file_timestamp": 1654404652, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
DanielPetelin/Checking_an_array_for_even_and_odd_numbers
241,184,794
59518b1bc8e452287988ad0f1a9952d59e654e7f
{ "branch": "master", "commit_count": 5, "repo_created_at": "2020-02-17T19:00:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7fced57cfb08fe4908abfe77fbdbff901fb83e3a", "content": "var a = [12, 43, 213, 75, 'eywr', 'dwaijira', 23, 48, 126, 743, 'programms', 178, 100, 90, 21, 80, 32, 1000];\ndocument.write(a);\n\nfunction chetNumbers(array) {\n var arrCh = [];\n var arrNch = [];\n\n for (var i in array) {\...
DanielPopchenko/react-redux-todo-app
653,241,416
c13fbcda294c7054cf677f4a143d2285fb1a6961
{ "branch": "master", "commit_count": 3, "repo_created_at": "2023-06-13T17:06:53.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "b72593f88eb81f0d809eb59217201c1eac65ff68", "content": "import { createSlice } from '@reduxjs/toolkit';\n\nconst taskSlice = createSlice({\n name: 'tasks',\n initialState: {\n tasks: [],\n filter: {\n status: 'all',\n },\n },\n\n reducers: {\n addTask(state, action) {\n ...
DanielStefaniniLatam/SoapClientSpring
382,850,297
14f31d7881780ab9a653ffd0ab8ce980eee6e9d7
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-07-04T12:47:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "ba5e41f5305ca793a5fa1547323af09cd5202703", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n\txsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/...
DanielTheProgrammer/deployless
1,005,673,212
1676d44bf29aefcdbc936e40718ba3907af5840b
{ "branch": "mvp", "commit_count": 4, "repo_created_at": "2025-06-20T16:00:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
27
[ { "content_id": "0a314a10bce7fbe7859f485c5bf65ab571092bec", "content": "from fastapi import APIRouter, HTTPException, Request\nfrom fastapi.responses import RedirectResponse\nfrom pydantic import BaseModel\nimport requests\nimport secrets\nimport os\nfrom typing import Optional\n\nrouter = APIRouter()\n\n# ...
DanielaZunigaDlf/Webscraping_info_hoteles
544,707,691
45fe6dd80d7a01f3ab23de06e2cc16d5c5a58760
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-10-03T04:41:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "75fec4f069e1c99a4bd561ec5154bc6b6edaf1a8", "content": "# Webscraping pagina de hoteles\n\nEste código abre la pagina de [hoteles de <NAME>](http://rivieramaya.org.mx/hoteles/) y extrae información de todos los hoteles publicados en la pagina web como:\n\n- Dirección\n- Email\n- Telefono\n- ...
DanieleMarche/myTransferApp
819,908,053
bd100cfeb26cbf8df4d8b8418c872cd7e84e379c
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-06-25T12:18:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "852c7cd54048a53e3cfd252528569d8e75a938f2", "content": "#include <stdio.h>\n#include <stdlib.h>\n#include <stdbool.h>\n#include <string.h>\n#include <unistd.h>\n#include <sys/stat.h>\n#include <sys/types.h>\n#include <errno.h>\n#include <arpa/inet.h>\n#include <netinet/in.h>\n#include <sys/s...
Danielgoffye/ViTal-Proiect
773,511,225
67faabcfdcb75826271463bb196df5cef813cc72
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-03-17T21:14:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "dc024aa38a975960cf63bcf4da9552a8080afaf7", "content": "/*******************************************************************************\n * COPYRIGHT (C) VITESCO TECHNOLOGIES\n * ALL RIGHTS RESERVED.\n *\n * The reproduction, transmission or use of this document or its\n * contents is not p...
Danielh21/gridColor
595,004,731
cd4d84feec725b9c5c43351ea3357e70a7a15bec
{ "branch": "master", "commit_count": 3, "repo_created_at": "2023-01-30T07:34:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "d3802bb9553c7350d4be28d8bafa0ac36d617b22", "content": "using GridColor.Models;\nusing GridColor.Services;\n\nnamespace TestProject\n{\n [TestClass]\n public class UnitTest1\n {\n GridService _gridService;\n public UnitTest1()\n {\n _gridService = new...
Danielwinship/StarterTemplate
163,226,430
aa5cff3464ca4044d30145a13328f92bd87ce901
{ "branch": "master", "commit_count": 4, "repo_created_at": "2018-12-26T23:43:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "20df0eb40fbbe9fbeb986753dbac08fb924acc0b", "content": "# StarterTemplate\nBootstrap 4 site\n\nThis is a Bootstrap 4 site based on the Devslopes.com Full-Stack Developer course.\n", "size_bytes": 119, "file_path": "README.md", "file_timestamp": 1545873052, "language": "Markdo...
Daniil058/Practice
510,905,209
44a4dd907c510d4b71c0633b7c168ae2f98c9d84
{ "branch": "main", "commit_count": 19, "repo_created_at": "2022-07-05T21:55:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "c502a3dc247d613e3f86085d3a5e6cbc78cefb65", "content": "name: Jupyter\n\non:\n # push:\n # branches: [ \"main\" ]\n # pull_request:\n # branches: [ \"main\" ]\n\n workflow_dispatch:\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout\n uses: actions...
Danil-git/git
265,329,087
4860c6eea2e71b9f040355f2fa9249acb395f862
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-05-19T18:23:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 3 }
2
[ { "content_id": "6a1300cd88d675fa58539961f9754b7696805c5a", "content": "<?php\r\n\r\nrequire_once 'vendor/autoload.php';\r\n\r\n$google_client = new Google_Client();\r\n$google_client->setAuthConfig('client_secret.json');\r\n$google_client->setRedirectUri('http://localhost/apigoogle/index.php');\r\n\r\n$goo...
Danish-chouhan/project--about-me-and-my-friends
529,377,481
ef3d4d05764c27d6327f5d40ac6385c393303aaf
{ "branch": "main", "commit_count": 13, "repo_created_at": "2022-08-26T19:12:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "ec4cca5b6df98a78d85d69872523cde57179d5b2", "content": "h1{\n text-align: center;\n font-family: monospace;\n font-size: 40px;\n border: 20px solid black;\n font-weight: bold;\n font-style: oblique;\n background-color: gray;\n color: white;\n}\ntable{\n border: 5px solid bl...
DannyHorning/WebDevAssignment3
631,012,651
787cb8b9de166b23ec216e7e38b1ee23536e87b0
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-04-21T17: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": "59605de48711c72392853ad691826a6dbc4d60b1", "content": "/************* your name: <NAME>\n\nINSTRUCTIONS:\nComments starting with TO-DO have been included in this file to describe the needed styling: please translate these to the appropriate CSS declarations. \n\nComments starting with TO-DO...
DannyT/hasbroplayhack
25,745,669
18a246cc09536cd5e4f232e28e440bdc60f99442
{ "branch": "master", "commit_count": 23, "repo_created_at": "2014-10-25T20:34:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "d39551d34b4b62915f8aa14fb62ef7c029445502", "content": "hasbroplayhack\n==============\n\nMeteor app for hasbro playhack\n", "size_bytes": 62, "file_path": "README.md", "file_timestamp": 1414333194, "language": "Markdown", "is_vendor": false, "license_type": "no_licen...
DannyWu1996/hello-world
62,023,072
fcdc0bc12166dcb49115158a6ffa0514c88d1601
{ "branch": "master", "commit_count": 3, "repo_created_at": "2016-06-27T03:33:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ff27f8db8636d7e5fcfa8aa2aad9b2cc0b561b0c", "content": "# hello-world\nthere is a test project for github hello world experience\n\nhi guys, it's nice to see u here.\ni am about to learn how to develop a simple android app, so it's very nice of u to help me with that and solve my problem i m...
DanteAlegori/Diplomp
626,183,837
f644229bc59d33d34bd838ad3dacdb6488b70a63
{ "branch": "main", "commit_count": 26, "repo_created_at": "2023-04-11T01:02:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
47
[ { "content_id": "ed977ff5c94fcd8eeb82e98ad5c45cba0daf81dc", "content": "@extends('layouts.app')\n@section('content')\n@foreach ($news as $new)\n <div class=\"card mb-3\">\n <div class=\"card-body\">\n <h5 class=\"card-title\">{{ $new->title }}</h5>\n <h6 class=\"card-subtitle...
DaoTruyen11/daotruyen.io
944,322,698
a44a62f3b5acffce9bf643f03f03e91189c09db8
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-03-07T06:33:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9c3b01719723bca910a5cd958a43a8f5f2d6f960", "content": "# daotruyen.io", "size_bytes": 14, "file_path": "README.md", "file_timestamp": 1741329225, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
DappStarter/regular-nebarbrol
303,856,972
fedc05d04c170aa393c51818d36fadc941e2b9c0
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-10-14T00:02:01.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "06462676f41e0e14fed4bc7a6129be1df4729573", "content": "{\n \"name\": \"poat\",\n \"blocks\": {\n \"/blockchain/ethereum\": true,\n \"/blockchain/ethereum/solidity\": true,\n \"/framework/react\": true,\n \"/category/access_control/contract_access\": true,\n...
Dardila11/javascript-series
255,462,311
ba58dca86a3f45853ad476d5d769b92d7f5e16e4
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-04-13T23:20:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "c9805f987d68b15843fe676622a49c432c85a675", "content": "/**\n * Escribir un programa que dado 2 numeros los sume y\n * los muestre cada numero y el resultado en pantalla\n * con alert\n *\n * El mensaje debe ser asi:\n * ej: La suma del numero 1 mas el numero 2 es igual a 3\n */\n\nlet numer...
DariiaDemchenko/goit-markup-hw-05
727,302,902
bf02f74eb7c8fd54e87f0a5610f1fc57321e02f7
{ "branch": "main", "commit_count": 5, "repo_created_at": "2023-12-04T15:40:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d26344924cc6e8a993fdf259a5528cf0090ff86d", "content": "h1,\nh2,\nh3,\nh4,\nh5,\nh6,\np {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n.link {\n text-decoration: none;\n}\n\nul,\nol {\n margin-top: 0;\n margin-bottom: 0;\n padding-left: 0;\n}\n\nimg {\n display: block;\n}\n\nbutton {\n ...
DarimaEshi/DarimaAutomation
442,630,738
136772df4e0bbaf77ad6064325c60741ffdb7de4
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-12-29T01:46:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "45a5a00d3a08043bb2ee2357a55f0363b6318779", "content": "# DarimaAutomation", "size_bytes": 18, "file_path": "README.md", "file_timestamp": 1640742397, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
DarionThompson/StarWarsApplicationJava
264,470,701
7376498e3b71f4320e31519297e150f4c0ecc1af
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-05-16T15:47:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "98e7d9b27df5bf9a02978e82a74d55d14f51c26c", "content": "package com.example.StarWars;\n\nimport org.springframework.stereotype.Component;\n\nimport java.io.IOException;\nimport java.net.URI;\nimport java.net.http.HttpClient;\nimport java.net.http.HttpRequest;\nimport java.net.http.HttpRespon...
Darius15222/BackGammon
671,056,784
0766520e0223f1c89bffce2a6181f7c651e93d35
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-07-26T12:49:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "af9b9bebc90cd01a48bd05edf288da83efe149ee", "content": "using System.Windows.Forms;\n\nnamespace BackGammonProject\n{\n public partial class firstWindow : Form\n {\n gameWindow gameWindow;\n public firstWindow()\n {\n InitializeComponent();\n }\n...
DarkHwlk/Web_Flashcards
506,750,021
5913dcbe3a541f3887172c1ebc59a161b8d830d6
{ "branch": "main", "commit_count": 11, "repo_created_at": "2022-06-23T18:28:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
30
[ { "content_id": "8ca0973d3e245160b9c8f14430b6333ea4e70f34", "content": "#title-page{\n text-align: center;\n margin-bottom: 30px;\n margin-top: 100px;\n}\n#title-page h1{\n margin-bottom: 10px;\n color: #2d3436;\n}\n.number-vote{\n width: 100%; \n display: flex;\n justify-content: ce...
DarkPitoune/confessio-front
996,937,925
c1ea2a3a36bdac8fc95cb2c116776713c0668159
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-06-05T17:36:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "88cd808e50d72d3c311c7fe8ea50b33fb6f8e9af", "content": "{\n \"name\": \"confessio\",\n \"version\": \"0.1.0\",\n \"private\": true,\n \"scripts\": {\n \"dev\": \"next dev --turbopack\",\n \"build\": \"next build\",\n \"start\": \"next start\",\n \"lint\": \"next lint\",\n ...
DarkSun001/Blog
724,133,399
579c151e01032689474a5c9961fea4c2b39dcbdc
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-11-27T13:17:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a1cfe2641fe0f42725c98151351c0557b4fba1da", "content": "# Blog\nThis project is a blog App\n", "size_bytes": 34, "file_path": "README.md", "file_timestamp": 1701091053, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": ...
Darking360/nodejs-2nd-course
151,899,925
374075bc8e92176465875d8a5983bbfc3ba31ae7
{ "branch": "master", "commit_count": 15, "repo_created_at": "2018-10-07T02:40:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "c25cab692503724bdf9090a68deba5e540ebc85c", "content": "var squeare = x => x * x;\nconsole.log(squeare(2));\n\nvar user = {\n name: 'Miguel',\n sayHi: () => {\n console.log(this);\n console.log(`Hi. I'm ${this.name}`)\n },\n sayHiAlt () {\n console.log(`Hi I'm ${this.name}`)\n ...
Darkmet98/OkamiPatcher
368,945,897
4ceb2909adae6b9501553a4ae00ee05cf715a731
{ "branch": "main", "commit_count": 7, "repo_created_at": "2021-05-19T17:14:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "529c7d97cf66776f9f081fd743f216a9c7ad6add", "content": "using Microsoft.AspNetCore.Http;\nusing Microsoft.AspNetCore.Mvc;\nusing System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing ElectronNET.API;\nusing ElectronNET.API.Entities;\nusing Syst...
Darkray2099/Darkray2099
440,614,048
9970fe0f6b1735e76e716e657d589fa758bb2ea5
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-12-21T18:27:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a6ee30c40492fdb1adf513cff956a4fb5735598c", "content": "- 👋 Yo soy @Darkray2099\n- 👀 Estoy interesado en Aprender\n- 🌱 I’m currently learning ...\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me ...\n\n<!---\nDarkray2099/Darkray2099 is a ✨ special ✨ repository because its `R...
DarleyGC2016/app_planat_manager
361,300,156
ca4ea9600ce60773ba30754d66ad91f60fba0589
{ "branch": "main", "commit_count": 4, "repo_created_at": "2021-04-25T01:05:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "a53f4c59cca44192d270b26c11544d01e0a67498", "content": "import {Feather } from '@expo/vector-icons';\nimport React from 'react';\nimport {\n Text,\n SafeAreaView,\n Image,\n StyleSheet,\n TouchableOpacity,\n Dimensions,\n View\n } from 'react-na...
DarshanaMac/Gauge-Mobile
180,114,269
e986a3a1407ae9a7059d28929ceaed9d0fdea4d9
{ "branch": "master", "commit_count": 3, "repo_created_at": "2019-04-08T09:22:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "06740be103bf455877cc5a9f892827fb30e5c524", "content": "import io.appium.java_client.AppiumDriver;\nimport io.appium.java_client.MobileElement;\nimport io.appium.java_client.android.AndroidDriver;\nimport io.appium.java_client.android.AndroidElement;\nimport org.json.simple.JSONArray;\nimpor...
Darshika-Sonawane/Calculator
618,907,286
d8c41176dff7717ad6cae9a1c7b7120539f06d08
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-03-25T17:38:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "63cb6265ca36108c46824e47820ec9ec21a93f13", "content": "*{\r\n margin: 0;\r\n padding: 0;\r\n box-sizing: border-box;\r\n outline: none;\r\n font-family: sans-serif;\r\n background-color: #ecf0f3;\r\n}\r\n.container{\r\n margin-top: -100px;\r\n height: 100vh;\r\n d...
Darshikartisto/llm-based-rag-bot
898,890,782
ca18ffe8132475455b8af4d0ab3ab1cc19af9d7e
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-12-05T08:27:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "877e77c9bf3a48dfa4283b526bfea170e055958f", "content": "import streamlit as st\nimport requests\nimport json\n\n\nst.markdown(\"\"\"\n <style>\n .stTextInput>div>div>input {\n font-size: 18px;\n padding: 10px;\n width: 100%;\n border-radius: 8px;\n bo...
DarshniSanjaikumar/port
970,401,877
c2ac97167306952aad2eac416f1a6f2464593dca
{ "branch": "main", "commit_count": 7, "repo_created_at": "2025-04-22T00:58:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "bb245f7fa2a45e83d8be0fd1bf544e7dff9c1e33", "content": "\"use client\";\n\nimport React, { useState, useEffect, useRef } from 'react';\n\nexport default function ProjectsPage() {\n const counterSectionRef = useRef(null);\n const projectsRef = useRef<HTMLDivElement>(null);\n \n // State f...
Dartegnian/Blog-Post-Helper
90,851,555
e5acc0b290669bcd2d0ab25ed7144ec4fade3008
{ "branch": "master", "commit_count": 10, "repo_created_at": "2017-05-10T10:22:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "5865ae5b39fb929621956745938d9d0f69acca28", "content": "<p align=\"center\">\n\t<img src=\"https://3.bp.blogspot.com/-9-8i3KY-fIc/WrYx5uL2z_I/AAAAAAAAElY/qHRNKZOaGD4Q8sQxsdV7UQ9MD0kJR04YgCLcBGAs/s0/bloggerapp.jpg\" alt=\"Blogger Post Helper preview\" title=\"The Blogger Post Helper\"/>\n</p>...
DarwinRG/Paciflix
894,892,129
f72a9ee7f7a9705b3b3b53d7eb17bd0ff6d9bbdd
{ "branch": "main", "commit_count": 63, "repo_created_at": "2024-11-27T07:30:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
30
[ { "content_id": "da9cc495088b9cf0686331dfbdc5ceaeb846a73e", "content": "<x-guest-layout>\n <form method=\"POST\" action=\"{{ route('otp.verify') }}\">\n @csrf\n\n <!-- Hidden Email Field -->\n <input type=\"hidden\" name=\"email\" value=\"{{ session('email') }}\">\n\n <!-- Ema...
DaryaDarya/test-users-api
266,186,030
53da7e54d3a319d9f0a75cc712142aa670634953
{ "branch": "master", "commit_count": 4, "repo_created_at": "2020-05-22T18:57:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 2 }
20
[ { "content_id": "1614618bd2c04cecaa5a02d5c7a26cec6c7353d6", "content": "import { Module } from '@nestjs/common';\nimport UsersControllerModule from 'src/app/api/users/users.module';\n\n@Module({\n imports: [UsersControllerModule],\n})\nexport default class ApiModule {}\n", "size_bytes": 193, "file_...
DasdaStudio/pr6_abstractFactory
586,089,056
1e3f019e9d9253725da7bafb1a2767ffb08c0c87
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-01-06T23:04:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "3aed54b11a3677f4e0bee0189b4460c7bfff6561", "content": "package Race;\r\n\r\nimport Main.Stats;\r\n\r\npublic class Human extends CharacterRace{\r\n\r\n Human(String name, Stats stats){\r\n this.name = name;\r\n this.bonuses = stats;\r\n }\r\n\r\n public Human(Stats st...
DatTran9x/Module4-ThucHanh
459,837,204
acef0cdd961826cfd53a8e2e14fb0d2be53450e3
{ "branch": "master", "commit_count": 1, "repo_created_at": "2022-02-16T03:23:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "18b752f4d92bdebe73a857b5d3055dcd580d6c64", "content": "package com.testmodule.controller;\n\nimport com.testmodule.model.City;\nimport com.testmodule.service.ICityService;\nimport org.springframework.beans.factory.annotation.Autowired;\nimport org.springframework.http.HttpStatus;\nimport or...
Data-Protection-Control/ADPC-IoT-Mobile-App
775,947,110
a278fa9d8aabc27802f0b66c0ce7f8faac9888b8
{ "branch": "main", "commit_count": 18, "repo_created_at": "2024-03-22T11:15:18.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "7e9f6f77f250ba36af467ce66cdb062dca1d8609", "content": "{\n \"expo\": {\n \"name\": \"ADPCMobileApp_v2.0\",\n \"slug\": \"ADPCMobileApp_v2.0\",\n \"version\": \"1.0.0\",\n \"orientation\": \"portrait\",\n \"icon\": \"./assets/icon.png\",\n \"userInterfaceStyle\": \"light\"...
DataMagique/SQL
968,256,487
4e82020776374f66cdeb3ad490def04f5918d0a4
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-04-17T19:09:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9077075fb26c1a5a6a7a504ef76f2f0c4a17bd83", "content": "/* Welcome to the SQL mini project. You will carry out this project partly in\r\nthe PHPMyAdmin interface, and partly in Jupyter via a Python connection.\r\n\r\nThis is Tier 2 of the case study, which means that there'll be less guidanc...
DataScientistRonjini/Payment_Gateway_Integration
637,474,283
d5bc6906aa0c7d62dfbf8ddfbff2396578cde1e4
{ "branch": "development", "commit_count": 19, "repo_created_at": "2023-05-07T17:01:55.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "0444146c70400c6a802b930d4dae159cde664714", "content": "require('dotenv').config();\nrequire('express-async-errors');\n\nconst express = require('express');\nconst app = express();\n\nconst connectDB = require('./db/connect')\nconst authenticateUser = require('./middleware/auth')\n\nconst au...
DataVizWiz/mlops-loan-prediction
1,002,515,847
21b562aad6ee56e8d013f658e6864e534ead134c
{ "branch": "main", "commit_count": 20, "repo_created_at": "2025-06-15T16:30:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
21
[ { "content_id": "4baf5cef2d2fe40b02a2181a120468229ce522b0", "content": "import streamlit as st\n\n# def handle_submit():\n# st.session_state.form_submitted = True\n\n# if \"form_submitted\" not in st.session_state:\n# st.session_state.form_submitted = False\n\n# if not st.session_state.form_submitte...
DataXplorerFY/Program_1
443,072,414
cb560c817cfaff075e2a18ffaaad866445bef045
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-12-30T12:45:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "bfe9e219182ede1051ed34475d5f6bf5b36ae6cb", "content": "{\r\n \"format\": 1,\r\n \"restore\": {\r\n \"D:\\\\C#\\\\Program_1\\\\Program_1.csproj\": {}\r\n },\r\n \"projects\": {\r\n \"D:\\\\C#\\\\Program_1\\\\Program_1.csproj\": {\r\n \"version\": \"1.0.0\",\r\n \"restore\...
Datamind-dot-no/autopkg-recipes
377,435,826
4d9654b69f9b6f2bda9d516163f7bbb43378ccb1
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-06-16T09:06:53.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2387e666f99e6f0d0f9e3161c71ce0c8c44e9427", "content": "# autopkg-recipes\nnew or customised AutoPkg recipes\n", "size_bytes": 52, "file_path": "README.md", "file_timestamp": 1623839159, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "de...
Dav1Gomes/Agentes-Valorant
965,264,332
ce978e827b3c81e9e85d55cca403c840566fc293
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-04-12T19:16:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "5fbb4223eb68e0af853bac04391ba0dcdcbaeb5c", "content": "@font-face {\r\n font-family: 'VALORANT';\r\n src: url('./fontes/VALORANT-Regular.woff2') format('woff2'),\r\n url('./fontes/VALORANT-Regular.woff') format('woff');\r\n font-weight: normal;\r\n font-style: normal;\r\...
Davarina/musikpin
472,202,057
af365db3a70f1eb6516b084f3912f6027da9c821
{ "branch": "master", "commit_count": 42, "repo_created_at": "2022-03-21T05:44:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "044bdb846d89a4cf47190fe25f79b6ed15cb6466", "content": "SESSION_NAME=session # If you don't deploy with docker, keep it as is and if you do so it should be a session string generated by \"python str.py\"\nBOT_TOKEN=<PASSWORD>:<PASSWORD>\nAPI_ID=10892147\nAPI_HASH=bd1d9d92c427d7034c6d51a2f109...
Davcer99/openCv
734,723,260
4fde5eed46e355662c3d036217d6d6763e55410e
{ "branch": "main", "commit_count": 25, "repo_created_at": "2023-12-22T12:43:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
34
[ { "content_id": "2abf7cb0188b6e84008decd26465c9382600e2e0", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import cv2 as cv\\n\", \"import numpy as np\"]}, {\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, ...
Dave-velasc0/Image-resizer
1,008,159,564
964c371d1330d92ba15d545e352e7d9d4a124dc4
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-06-25T05:58:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "950083b50e7a7c65044fe63e5f6e27d33fec8700", "content": "const button = document.getElementById(\"button\");\nconst image = document.getElementById(\"Car\");\n\nlet isLarge = false;\n\nbutton.addEventListener(\"click\", () => {\n if (isLarge) {\n image.style.width = \"300px\";\n ...
DaveP80/reverse-image-search
775,614,589
21d80adf127a671038bc8edb340dbd4c990cb9df
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-03-21T18:03:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "51d5af608a63cc21321ffeb10acc8a1b64d6f3f9", "content": ".git\nnotes.txt\n.DS_Store\n", "size_bytes": 25, "file_path": ".dockerignore", "file_timestamp": 1711044123, "language": "Ignore List", "is_vendor": false, "license_type": "no_license", "detected_licenses": [...
DaviSaraiva/TemperaturasGlobais-Brasil-R
281,310,875
e1bcb589730088b39c9997696381421d763796fa
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-07-21T06:09:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "71d696585ffcfccca715a1cee4f2dd3af187f511", "content": "#data de temperaturas medias no brasil\r\n#carregar dados do site Berkeley Earth\r\n#http://berkeleyearth.org/data\r\n\r\n\r\ninstall.packages(\"readr\")\r\ninstall.packages(\"data.table\")\r\nlibrary(readr)\r\nlibrary(dplyr)\r\nlibrary...
Davichobits/nft-preview-card-component
947,892,708
050ef7baca4825587f5530596702b2dc7c95ac96
{ "branch": "main", "commit_count": 9, "repo_created_at": "2025-03-13T12:14:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "a9f40331488a147212d2353819c301b961e6be94", "content": "@import 'tailwindcss';\n\n@font-face {\n font-family: Outfit;\n font-style: normal;\n font-weight: 300 400 600;\n font-display: swap;\n src: url(\"../assets/fonts/Outfit/Outfit-VariableFont_wght.ttf\") format(\"woff2\");\n}\n\n@the...
David-Cary/dom-shorthand-pages
749,418,799
c7a4949d74dd5f33607ea6cd65650e6fc814fe53
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-01-28T14:33:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "2387a2db8944d3ea0aebb656bdd96f091895bfd9", "content": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.omitPageSearchIds = exports.createLinkShorthand = void 0;\nvar dom_shorthand_templates_1 = require(\"dom-shorthand-templates\");\n/**\n * Creates...
David0102/alugue-ai
549,239,322
64998c611b3b141090a659167a1ce7ec0a29e04f
{ "branch": "main", "commit_count": 11, "repo_created_at": "2022-10-10T22:25:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "627e6f3e3319f845a3707a720e9d26a88e6b51df", "content": "import abc\nfrom aluguel import Aluguel\n\n\nclass Carro(abc.ABC): # Classe abstrata(abastração).\n def __init__(self, modelo, placa):\n self._modelo = modelo\n self._placa = placa\n\n\nclass CarroComum(Carro): # Carr...
David0z/social-platform-mern
487,799,632
75bcc1caf6ebf008ed1a0ebaa19beed88f401e9f
{ "branch": "main", "commit_count": 94, "repo_created_at": "2022-05-02T10:15:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
89
[ { "content_id": "a434d517f0f6a44a5febcd68861974de5761a0ce", "content": "@import \"../../variables\";\n@import \"../../query\";\n\n.navbar {\n box-sizing: border-box;\n position: fixed;\n z-index: 100;\n top: 0;\n left: 0;\n width: 100%;\n display: flex;\n background-color: $primary;\n padding: 0 $s...
David2507/My_works
430,773,605
33da1cb317294ebc1467f7117096eca04f1be7be
{ "branch": "main", "commit_count": 5, "repo_created_at": "2021-11-22T16:00:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "c3aca2842ed0030e4614b744f6ad3c68430e9e15", "content": "let a,b,c;\nlet d = prompt(\"eranish tiv\");\nif(d>=100 && d<=999){\n a = d%10;\n b = ((d-a)/10)%10;\n c = (d-(d%100))/100;\n alert(a+b+c);\n}\nelse alert(\"Mutqagrvac tivy eranish che\")\n\n", "size_bytes": 189, "fi...
DavidAnglin/InteractiveStory
89,893,815
e664f9fd90e1233f53da7d3e38d65d4fe44065d4
{ "branch": "master", "commit_count": 4, "repo_created_at": "2017-05-01T03:12:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "1cb298252d3481e992c461ff39678394da177db2", "content": "//\n// Adventure.swift\n// InteractiveStory\n//\n// Created by <NAME> on 4/30/17.\n// Copyright © 2017 <NAME>. All rights reserved.\n//\n\nimport Foundation\n\nstruct Adventure {\n \n struct TitleConstants {\n static le...
DavidArmendariz/python-basics-hse
241,242,123
975d753ef219f848edd0d1496f5b4706ef61b7e7
{ "branch": "master", "commit_count": 13, "repo_created_at": "2020-02-18T01:05:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
103
[ { "content_id": "1fced113c92ba97a9e23a519c540895adf05e6ec", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"m = int(input())\\n\", \"if m >= 1 and m <= 3:\\n\", \" print('1')\\n\", \"elif m >= 4 and m <= 6:\\n\", \" print(...
DavidJanssonDev/GA-Arbete
724,090,677
d26daab36f2199590ff1d6975f3d8adb8572223c
{ "branch": "main", "commit_count": 51, "repo_created_at": "2023-11-27T11:30:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "fda907d3cf82c1c43ad5968e3cac2b24c1e6f314", "content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\nusing PlayerStats;\n\npublic class PlayerMovement : MonoBehaviour\n{\n // Player \n private Rigidbody2D PlayerRigidBody2D;\n \n // Variabels f...