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 |
|---|---|---|---|---|---|
Div3399/WebProject | 671,341,022 | 9df5ee961ed2615f3cdbf31753b4e96b63b7178d | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-07-27T05:23:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 14 | [
{
"content_id": "324179446161e32c1f390b20896666c73aac2184",
"content": "using Microsoft.AspNetCore.Http;\nusing Microsoft.AspNetCore.Mvc;\nusing Microsoft.EntityFrameworkCore;\nusing MvcAssignment.Entities;\nusing MvcAssignment.Model;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Net;\... |
DivakarPM/Fast_API | 803,279,015 | 75a5a049313cf647adc29ff72f979592a779131a | {
"branch": "main",
"commit_count": 12,
"repo_created_at": "2024-05-20T12:24:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "3813f731fb3a00a8f29ab00ce373073c274a0e90",
"content": "from pydantic import BaseModel, Field\r\nfrom typing import Optional,Dict\r\n\r\n\r\nclass User(BaseModel):\r\n user_id: int\r\n username: str\r\n\r\nclass UserManager:\r\n def __init__(self):\r\n self.data_dict: Dict[in... |
Divantikus/Interior-design | 862,938,579 | 46e89ceda4e15903552457c3fe65d6a2d981d16c | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2024-09-25T12:50:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 16 | [
{
"content_id": "e5971da7ca777404a85864a669dab505b870e601",
"content": ".digital-xperience {\n margin: 0 0 140px 0;\n background: #23272f;\n overflow: hidden;\n @media (max-width: 1320px) {\n margin: 0 0 70px 0;\n }\n &__container {\n position: relative;\n &::before {\n content: \"R\";\n... |
Divit6/flappy-bird | 420,360,672 | b5d255608422275afd3109bda3dbe2851b581bdc | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2021-10-23T08:49:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "3dd43c1ab477111889387290bdeb4d4d6e4709b9",
"content": "var PLAY\r\nvar END\r\nvar gamestate=PLAY\r\nvar topImage,bottomImage,coinImage\r\nvar flappy1,flappy2,flappy3,coin,day_back,bottom_back,bottom,flappy_16,game_over,get_ready,night_back,\r\ntop\r\nvar edges\r\nvar GAMESTATE=\"start\"\r\n... |
Divnesh/lemon | 648,872,734 | d7672f365352a21cd0f605f81e6af6ff8e3822c3 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2023-06-03T03:59:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "4760830a19c1bc351fae58f4aa44b4c17cc874c9",
"content": "import * as React from 'react';\nimport Box from '@mui/material/Box';\nimport { Paper, Container, Typography } from '@mui/material';\nimport Logo from '../images/logo-footer.png';\n\nexport default function Footer() {\n const [value, s... |
Divya123bharathi/S.Divyabharathi_DC2DB3D84774EFFBBD14DD7B85599197 | 693,995,239 | 3264d45ea70e092679c8413b481a4794c08684d2 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-09-20T06:00:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c000952850b1a941f2edfc4c0831f75ce4d13512",
"content": "# S.Divyabharathi_DC2DB3D84774EFFBBD14DD7B85599197",
"size_bytes": 50,
"file_path": "README.md",
"file_timestamp": 1695189783,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detect... |
DivyaMahalakshmi/Appium_Troubleshooting | 132,385,314 | 17a707181e7b59fe8c1667878edf243c3f649aae | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2018-05-06T23:56:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "0addc1aaa4bf1a826e33e3eaca88f66fdfe3edd4",
"content": "package com.wipro.ebay.utils;\n\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.util.Properties;\n\npublic class PropertyUtils {\n\t\n\tpublic static String getProperty(String Key)\n\t{\n\t\tProperties prop = new ... |
DivyaTalluri27/Fund | 416,586,351 | 98d972a3e5c1f8b6d6da28cfc6d9c85ce868a6a3 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2021-10-13T04:17:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 18 | [
{
"content_id": "6d4943f53616ecf1b2562bc9f1d50fefe08ac775",
"content": "export 'background_image.dart';\nexport 'home_card.dart';\nexport 'home_slider.dart';\n",
"size_bytes": 84,
"file_path": "lib/widgets/widgets.dart",
"file_timestamp": 1634132093,
"language": "Dart",
"is_vendor": fals... |
Divyakhera/Divyakhera | 593,098,099 | 02aabf7f8b3f08837193a1d1e8346e396d3c36f2 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2023-01-25T08:26:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "51206363cb0a2e72f95fddde529202f72975bf50",
"content": "# Hey! :wave: I am <NAME>\n# 💫 About Me:\nI'm pursuing MCA from University of Allahabad.<br>Currently learning Android Studio.<br>Happy to contribute in open source project.<br>Feel free to get in touch with me- <EMAIL>\n\n\n[ => {\n return (\n <section id=\"projects\" className=\"py-20 bg-gray-50\">\n <div className=\"max-w-7xl mx-auto px-4 sm:px-6 lg:... |
Dizzy808pack/CLItoConfigDevice | 949,653,394 | 7c41534070140949fcecd1d62ef220b91bc1b30b | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2025-03-16T23:02:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "25bfeb355969f9371fa7da95b645ca497eea65e5",
"content": "# CLItoConfigDevice\nCLI used to configure network devices\n\nEnabling privilege EXEC mode to show the devices running config it uses to operate on the network\n:\n global img\n try:\n link = link_entry.get()\n if ... |
Djacem/Djacem | 935,281,103 | 54a4437d96d39f602ee89fbd74674c6b17a46e2c | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2025-02-19T07:37:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "26440d45b718d580fca2b01993dac0c17fc252c9",
"content": "<h1 align=\"center\">Hi 👋, I'm Djacem</h1>\n\n- 🔭 Actively involve in the Cyberattack and Cyberdefe .\n\n- 🌱 Outstanding professional command of English and almost all computer languages **.**\n\n- 👯 I am open to possibilities of co... |
Djarcc/NLW | 537,595,913 | 4752a360337a704952ab2532158316272919ba8d | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2022-09-16T19:36:08.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "dea596907605af36124e2891562edd19930e6aa4",
"content": "# NLW eSport 🚀\n\n> Trilha Explore\n\n\n\nprojeto construido no evento Next Leevel week do rocketset.\n\n🔗 [clique aqui para acessar agora](http://Djarcc.github.io/NLW)\n\n## 🧑💻 tecnologias \n... |
Djenaba62/CV | 986,985,352 | d5c707f0a056e58e05e470e8d444df8cc9f1c36b | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-20T12:07:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "924b1b97cc1af85979f4f5ed4c40c0fc2e6b26a9",
"content": "*{\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n}\nheader{\n height: 50px;\n width: 100%;\n background-color: #3d3de4;\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding-right: 50px;\n pos... |
Djones917/Background_Generator | 162,854,298 | aae9a8eda35b58f9d8de0447fe8f96445764cf12 | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2018-12-23T01:36:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 1
} | 1 | [
{
"content_id": "af06c3545fcff8eaeccd7d9eced5b9efc1110ca1",
"content": "(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c=\"function\"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error(\"Cannot find module '\"+i+\"'\");throw a.code=\"MODULE_NOT_FOUND\... |
Dkpedia2/ahayahay | 155,976,448 | 4f5dd54a26ba02b85b43bce7a0ecf3a26a59d899 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2018-11-03T11:25:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5cf4bbc40f7f564edc785a25b717c62055271164",
"content": "# ahayahay",
"size_bytes": 10,
"file_path": "README.md",
"file_timestamp": 1541244366,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
DmitriiGulco/JavaFullCoursesPractice | 409,752,786 | 402904f65e7151331d0b6cf54fd4fd4953f9e17f | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2021-09-23T21:48:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "56cb5c3440537e741c04391807a3bc140ddbad57",
"content": "package JavaCore;\n\npublic class Variables {\n\n public static void main(String[] args) {\n\n byte byteNumber = 123;\n short shortNumber = 7;\n\n int intNumber = 7777777;\n long longNumber = 1234567891011... |
Dmitriskokos/webmd_scrapper | 861,173,721 | 8b5c7b0194562cd7968058f0cfd7d018f1bb0b45 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2024-09-22T07:41:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "dcedf913da16c323a9400cd3383baa5d1cac7c8d",
"content": "import threading\r\nimport csv\r\nfrom selenium import webdriver\r\nfrom selenium.webdriver.chrome.options import Options\r\nfrom selenium.common.exceptions import NoSuchElementException, TimeoutException, WebDriverException\r\nfrom sel... |
DmitriyAvdyukhov/vector | 454,818,768 | d56e21ea15fb7ac50e5d17cea9078dc494395d8c | {
"branch": "master",
"commit_count": 17,
"repo_created_at": "2022-02-02T15:00:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "647f72175949ba846220419adddf74f063807f5b",
"content": "#include \"test.h\"\n#include <iostream>\n#include <cassert>\n#include <vector>\nusing namespace std;\n\n\nint main()\n{ \n TestsForVector();\n \n return 0;\n}",
"size_bytes": 156,
"file_path": "main.cpp",
"file_t... |
DmitriyDN/Azimuth | 34,471,879 | ac0dc6006cc4915de3d87a8ba5dcac75866d5197 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2015-04-23T17:42:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "179ae05b13f6586950f16c5820dc577941f90ff9",
"content": "{\n\t\"auto_complete\":\n\t{\n\t\t\"selected_items\":\n\t\t[\n\t\t\t[\n\t\t\t\t\"winner\",\n\t\t\t\t\"winnerScored\"\n\t\t\t],\n\t\t\t[\n\t\t\t\t\"prev\",\n\t\t\t\t\"previousWinner\"\n\t\t\t],\n\t\t\t[\n\t\t\t\t\"looer\",\n\t\t\t\t\"loo... |
DmitriyLy/webflux | 604,248,728 | eda16aa87c5b41e834e1075869ab4dd5cd890834 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2023-02-20T16:43:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 23 | [
{
"content_id": "3d57082d7c72dc3aa52f8979ecde9324497c1827",
"content": "package com.dmly.reactive.webflux.service.impl;\n\nimport com.dmly.reactive.webflux.model.User;\nimport com.dmly.reactive.webflux.service.AuthService;\nimport org.springframework.stereotype.Service;\nimport org.springframework.util.Mult... |
Dmitry-1994/JavaAQA_HW6_Docker_ex1 | 923,194,550 | 767ed53a945b65ecfbe923a0d6bbe36bdea1288f | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-01-27T19:52:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "82063c9c925ed09ae8b25c3a764180bd7347121c",
"content": "\n",
"size_bytes": 90,
"file_path": "README.md",
"file_timestamp": 1738007743,
"language": "Markdown",
"is_vendor": false,
... |
DnKatyshev/Site-with-3D-effect | 744,233,400 | 89321c99d7b1f110f9c0e96c7d932e669016e378 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2024-01-16T22:01:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "466b288c26a3f9086298226366007ad5a8b72134",
"content": "@import 'null-styles';\n@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,900;1,400&display=swap');\n\n.container{\n max-width: 1280px;\n padding: 0 20px;\n margin: 0 auto;\n}\n// Cursor - Styles\n*... |
DnctSioe69/wallet-bal-fetcherf | 769,002,837 | c1eccb29c853fe184b8bc89b647b4823ae433f01 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-03-08T06:22:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "21c0607301c6fc80f4a84412a9fda1902c773757",
"content": "{\n \"name\": \"wallet-bal-fetcherf\",\n \"version\": \"1.0.1\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n },\n \"repository\": {\n \"type\": \"git\",\n \... |
DoLonaAnd/Fall-Guys-EsportsEvent-Q-A | 509,354,813 | 9f736555b6bf6c940d6e7f7873e9fe514e3c6386 | {
"branch": "main",
"commit_count": 36,
"repo_created_at": "2022-07-01T07:05:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "a38a5d524a6158d4bc87352e63f99c3af23193d2",
"content": "html {\n scroll-behavior: smooth;\n}\n\n#body {\n background-color: #FFF;\n}\n\n\nbody {\n /*background-color: #99AAD2;*/\n background-image: url(../Images/thumbnail.png);\n background-repeat: no-repeat;\n background-s... |
Docalexix/python_flask_app | 984,633,091 | ad25bfe102d4de11368d8e4d6d0a45150bb19a44 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-16T08:49:03.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "3ae2c3756c092db8e01fa7574019ffbc6fd9f680",
"content": "# python_flask_app\nThis is a python flask web application\n",
"size_bytes": 58,
"file_path": "README.md",
"file_timestamp": 1747385343,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
... |
Doflamingo6969/pttproject | 699,954,382 | 27894d45335d0357011cd9660036a9537789a9ee | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-10-03T16:57:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "33f7a060e60f46f0a663d8fb90776782e16a1591",
"content": "# pttproject\ntest\n",
"size_bytes": 18,
"file_path": "README.md",
"file_timestamp": 1696352267,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
DogBoiYT/all-songs-from-fnf | 656,907,216 | b50761e74a35c5be42f8a81c3d6fd48d74c8fa0c | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2023-06-21T22:33:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1c2f249c21de5789f3935ea1e13e91f02c17f262",
"content": "yo my boi (:\n",
"size_bytes": 13,
"file_path": "README.md",
"file_timestamp": 1687388023,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
DoganalpK/Docker | 589,853,977 | 00fad0eaba8b716672335d20c8dd4583a4f7033b | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2023-01-17T04:59:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "63609731f6d72bd0480e9140f887f4f83f18619f",
"content": "# Docker-Test\nDockerize .Net projects with Docker.\n\n\nDocker Nedir? Ne işe yarar?\n\tUygulamalar Guest OS yerine Docker Engine ile ayağa kalkar. Versiyonlama yapabiliriz.\n\tUygulama paylaşımı daha kolay.\n\t\nDockerfile Nedir?\n\tPr... |
Dokunet/morningHelper | 222,692,370 | f2bcff08d1129051ed6f119162a43c3fa7213831 | {
"branch": "master",
"commit_count": 38,
"repo_created_at": "2019-11-19T12:36:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 21 | [
{
"content_id": "bb9d4e547d154c8959bc0a35c93e2eac265afd7d",
"content": "-- MySQL dump 10.16 Distrib 10.1.37-MariaDB, for Win32 (AMD64)\n--\n-- Host: localhost Database: morningHelper\n-- ------------------------------------------------------\n-- Server version\t10.1.37-MariaDB\n\n/*!40101 SET @OLD_CHARA... |
Doma00004/Conditional-Statement | 780,712,282 | 250d3f0c26cb434f482f554023e9ca1f9d9e3908 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2024-04-02T02:39:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "fd4d0edd88b9ad79022c451cc301703affb31bd8",
"content": "a=int(input(\"Enter your number:\"))\nnum=\"{} does not satisfy any condition.\"\nif a%3==0 and a%5==0:\n print(\"Fizzbuzz\")\nelif a%5==0:\n print(\"Buzz\")\nelif a%3==0:\n print(\"Fizz\")\nelse:\n print(num.format(a))\n",
... |
DomiPapa/commute | 298,730,646 | a97c1e79f2c75573cc564669395296e6aaf78de6 | {
"branch": "master",
"commit_count": 37,
"repo_created_at": "2020-09-26T03:37:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 25 | [
{
"content_id": "52ab074d76c5fc37bd20b8cda6f07f269b1bc7f4",
"content": "<template>\n <v-simple-table fixed-header class=\"mytb\">\n <error-alert :alert=\"alert\" />\n <template v-slot:default>\n <thead>\n <tr>\n <th class=\"text-left\">名次</th>\n <th class=\"text-left\">姓... |
Dominick-D/Password-Generator | 622,401,237 | aaaac3d666b749c63427a9ef34453d1c24da79b1 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-04-02T01:56:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "1548e7e16e5aa0644702070561523cef700bb3cc",
"content": "# Password Generator - Challenge 3\n\n## Description\n\nPress 'Generate Password' to show a prompt asking you to enter your desired password length between 8-128. Following you'll be asked to pick if you'd like Lowercase/Uppercase lette... |
Domokunx/ChakraUI | 644,384,513 | 827e88473af8f758627c86d423f5feddcc801678 | {
"branch": "main",
"commit_count": 50,
"repo_created_at": "2023-05-23T12:06:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 25 | [
{
"content_id": "429f276a10bac3ad92402696dad95ba1ea2163e7",
"content": "import { Flex, Link } from \"@chakra-ui/react\";\n\ninterface Props {\n selected: string;\n colorMode: string;\n}\nexport const NavBar = ({ selected, colorMode }: Props) => {\n const pages = [\"Layout\", \"Forms\", \"Themes\"];\n re... |
DonColombo/AMDT-2021-Game | 380,708,995 | 5f6aeb97503cc1ec0c027192c2af31059d6fd4ca | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2021-06-27T10:17:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "7611cc3c1cc4e458133a148739a64b75270ef657",
"content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\n\npublic class Player_Movement : MonoBehaviour\n{\n public float movementSpeed = 1.0f;\n public float jumpSpeed = 1.0f;\n public float groundChec... |
DonalMoloney/Frontend-Assessment-React | 440,930,728 | fb832054067db05251833a410729491a7032b5b9 | {
"branch": "main",
"commit_count": 16,
"repo_created_at": "2021-12-22T17:10:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "acf54db34388f038c04b5d24cefacf3f33f5eedd",
"content": "@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');\n#tileRow{\n display: flex;\n background-color: white;\n}\n\n.colIcon{\n display: flex;\n justify-content: center;\n align-items: cent... |
DonaldChanShining/donaldchanshining.github.io | 68,604,182 | db5aa6704381b4051b8bdf03858588993e3a6fbe | {
"branch": "master",
"commit_count": 51,
"repo_created_at": "2016-09-19T12:36:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "4c93b171b553dea8753132c57adb84558bdb66a5",
"content": "---\nlayout: default\ntitle: 2016-09-27 Spray学习总结\n---\n\n## spray是什么 \nspray是一个基于akka的轻量级的scala库,并提供服务端和客户端的REST形式的HTTP支持。\n\n#### 设计原则 \n1.全异步,无锁 \n2.基于Akka的Actor模型和Future \n3.高性能(特别体现在Spray低层次的组件设计上,可以在高负载的情况下高性能的运行) \n4.轻量级 \n... |
Donghai0610/WearItOut | 859,050,711 | b0709e8bef1d7f7582bca383c3165e09cc75290e | {
"branch": "main",
"commit_count": 42,
"repo_created_at": "2024-09-18T01:56:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 151 | [
{
"content_id": "20ec4e91faf3262a68c1ba04b2c9dbe961d6c23a",
"content": "package com.g4.backend.dto.response;\n\nimport lombok.AllArgsConstructor;\nimport lombok.Builder;\nimport lombok.Data;\nimport lombok.NoArgsConstructor;\n\nimport java.util.List;\n\n@Data\n@Builder\n@AllArgsConstructor\n@NoArgsConstruct... |
DongheeJung-lab/abc_winter | 335,822,151 | eba09fb7b59e8d6c516193d058ccf8bfbb44b16b | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-02-04T03:03:25.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "2ac6d9045aefa0621f6ece515b39c7c494c25de6",
"content": "# abc_winter\n# abc_winter\n# abc_winter\nHello\n# abc_winter\n# abc_winter\n",
"size_bytes": 71,
"file_path": "README.md",
"file_timestamp": 1612409257,
"language": "Markdown",
"is_vendor": false,
"license_type"... |
DoniyorLatipov/Brain-games | 770,374,976 | 261c801f6849e1a8808f121d0a8ff221cd2f6eb0 | {
"branch": "main",
"commit_count": 103,
"repo_created_at": "2024-03-11T12:51:36.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "9c02f8e968ef53f8fc158cf1e7a5e2db1dbc5d26",
"content": "{\n \"name\": \"@hexlet/code\",\n \"version\": \"1.0.0\",\n \"description\": \"five logic games that will help you work with numbers faster and more confidently (calculation, gcd, etc.)\",\n \"type\": \"module\",\n \"bin\": {\n ... |
Donnedoni/Employee-Management-System | 614,310,585 | 906dd99f5b85a24a3ebeabebb9a0eb7bd0cb4dcb | {
"branch": "main",
"commit_count": 15,
"repo_created_at": "2023-03-15T10:31:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 10 | [
{
"content_id": "884f6348dfaf137a496c197a44a60f2a04cd85af",
"content": "/*This is line of code margin: 0; is for filling the margins*/\n\nbody {\n margin: 0;\n }\n/*This are properties of the header*/\n.header {\n overflow: hidden;\n background-color: #50acbc;\n padding: 20px 40px;\n }\n/*Thi... |
Donny-GUI/cpp-wx-installer-linux | 576,472,689 | d6ed502236a3ae6384a2ee8bf24716b0438ee0f6 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-12-10T00:32:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e19756e0a71225faec3e44b6af36c11c1eaebc03",
"content": "#!/bin/bash\nset -e\nset -u\ncurrent=$(pwd)\ngtkbuild=$current'/gtk-build/wxWidgets-3.0.5'\nboldgreen='\\033[1;32m'\nnormal='\\033[0m'\nboldred='\\033[1;31m'\n\nsay() {\n printf \"%b\\n\" \"${boldgreen:-}wx-install:${normal:-} $1\"\n... |
DopamineFlint/Java-Exsercises | 233,383,419 | 690b97bce3c15294d4a1669da6a9ae0627871b08 | {
"branch": "master",
"commit_count": 14,
"repo_created_at": "2020-01-12T11:43:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "80395284342ac4eee077e9774120190835e1be0e",
"content": "class TapeDeck {\n\tboolean canRecord = false;\n\t\n\tvoid playTape() {\n\t\tSystem.out.println(\"Tape is playing\");\n\t}\n\t\n\tvoid recordTape() {\n\t\tSystem.out.println(\"Recording...\");\n\t}\n}\n\nclass TapeDeckTestDrive {\n\tpub... |
DoriRimon/Puzzles | 297,962,359 | ea2132883894dacc701075537209e38768608bae | {
"branch": "master",
"commit_count": 64,
"repo_created_at": "2020-09-23T12:27:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "14905af45ef4920584424d988bed891be0bee2f5",
"content": "const express = require('express');\nconst socket = express();\nconst port = 3000;\nconst HTMLParser = require('jsdom');\nconst fs = require('fs');\nconst path = require('path');\nconst JSONParser = require('body-parser').json();\nconst... |
DorianGailhard/M2Internship | 693,115,352 | 54524b36cca9bb9f2a40f240b22ee729c47f0479 | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2023-09-18T11:34:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "b471fdde4efdab395210800af06f4eb23e805ef8",
"content": "# M2Internship\nWork done during my end of study internship at the University of Padua under the supervision of Mr. <NAME> and Mr. <NAME>.\n",
"size_bytes": 138,
"file_path": "README.md",
"file_timestamp": 1708556621,
"l... |
DosBear/sts | 173,652,132 | fe081fecd0b57369a309e2ae4f643116cb7b5885 | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2019-03-04T01:24:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1d50cfb21cb11dcc2b274b2b6593a44cec8714d4",
"content": "\n###ВЭД-Склад\n\n\n#Изменение идентификатора у ДО-1\nVAR ('sDocumentID' , String, INPUTTEXT ('Изменение DocumentID', 'Введите значение'));\nIF (sDocumentID <> '',\n EXECUTESQL ('STS_DB', 'UPDATE KRD_MAIN SET DOCUMENTID=' +char(39)+ sD... |
Dot-Net-Postuniv-2022/Curs-1plus | 491,924,492 | 7491d49128bba4a2651e9518d44bf69b74022d3a | {
"branch": "main",
"commit_count": 18,
"repo_created_at": "2022-05-13T14:15:33.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 32 | [
{
"content_id": "32bd4c80a9d51898f69089cbcaf8588fa23c93f8",
"content": "using TodoApi.DTOs;\nusing TodoApi.Models;\n\nnamespace TodoApi.Mappers;\n\npublic static class TodoSubItemMappers\n{\n public static TodoSubItemDTO SubItemToDTO(TodoSubItem todoItem) =>\n new()\n {\n Id = to... |
DoudingSuper/EMplanner-for-personal-study-only- | 816,721,025 | e8444915ef4bb91a5df6a758b4284ed4b4bd6c32 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-06-18T09:25:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "cde18c2b4e6b4fdc3dd8fd38e914583b0499b793",
"content": "# EMplanner-for-personal-study-only-",
"size_bytes": 36,
"file_path": "README.md",
"file_timestamp": 1718702722,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": ... |
Doug-maker168/Doug-maker168 | 937,825,886 | 47e6874253e0aaa9f1eef79e240f2667f4b9435f | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-02-24T00:49:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "bea639d591bd13eb4499f92fc122f8dc10e47083",
"content": "- 👋 Hi, I’m @Doug-maker168\n- 👀 I’m interested in ...\n- 🌱 I’m currently learning ...\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me ...\n- 😄 Pronouns: ...\n- ⚡ Fun fact: ...\n\n<!---\nDoug-maker168/Doug-maker168 is ... |
Douglas-Carneiro/fullstackopen-part4 | 411,080,940 | 9121bcc157a26276e8f84a9b4c8ce652cee4a9a0 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2021-09-28T00:12:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "6a2a719aa244596c235589237295a40b0adde645",
"content": "{\n \"name\": \"bloglist\",\n \"version\": \"1.0.0\",\n \"description\": \"Bloglist app exercise for FullStackOpen\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"start\": \"cross-env NODE_ENV=production node index.js\",\n ... |
Douglas-Oliveira-silva/MagicFridgeAI | 991,804,645 | 9a6e1b8378e4f6c0637166dc9ee92d890805302b | {
"branch": "main",
"commit_count": 20,
"repo_created_at": "2025-05-28T07:12:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 9 | [
{
"content_id": "9d2b761122debfaad313c15a61bd1a410b32386c",
"content": "CREATE TABLE food_item(\n id BIGINT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,\n nome VARCHAR(255) NOT NULL,\n categoria VARCHAR(100) NOT NULL,\n quantidade INT NOT NULL,\n validade TIMESTAMP NOT NULL\n);",
"size_b... |
DovydasKi/CaffeineApp | 239,783,531 | 967fa94cea800781f7e7b3479cab8d460cbbab63 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2020-02-11T14:35:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "4c96e3fbe9807282f262f5e3f4a324e252b39053",
"content": "//\n// ViewController.swift\n// Caffeine\n//\n// Created by <NAME> on 2020-03-02.\n// Copyright © 2020 <NAME>. All rights reserved.\n//\n\nimport UIKit\n\nclass ViewController: UIViewController {\n\n\toverride func viewDidLoad() {\n... |
Downey920/Youtube_React_ClassComponent | 391,868,380 | 650d92f0fb589a611f435e4a8cd08cefa910c350 | {
"branch": "master",
"commit_count": 11,
"repo_created_at": "2021-08-02T08:23:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "f6d0829b562c27e1d801fa3a2efceba40d767e27",
"content": "\"use strict\";\n\nclass Youtube {\n constructor(key) {\n this.key = key;\n this.requestOptions = {\n method: \"GET\",\n redirect: \"follow\",\n };\n }\n\n async mostPopular() {\n const response = await fetch(\n... |
DrAndyWest/thermofisher_logger | 836,134,346 | 414a8a9111975ace3b160c287965b28403444e07 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2024-07-31T08:13:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "b9871f3d467893e151a2066821b526c587197c27",
"content": "#!/usr/bin/python\n\"\"\" Serial communication for the Thermo Scientific RadEye GN+ radiation detector.\n - Writes output to a log file\n\"\"\"\n\n\nimport serial\nimport time\nimport datetime\nimport argparse\n\ndef parse_args():\n ... |
DrGkill/Galera_check | 117,961,365 | 86b55c6d7b41a3c34c0344d5f047bf0beb92cba0 | {
"branch": "master",
"commit_count": 13,
"repo_created_at": "2018-01-18T09:28:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "72f9b7bbf2701991c34d9bbd95d7f06ad4103d9f",
"content": "###############################################################################\n# Script Description : Galera check system made to be used in conjunction\n# with Haproxy.\n# See Readme file for... |
DrPepper31/Ryan-Pepper-Code | 757,193,724 | 96ccfd6d2dc23f3a409a5bc026708683ff52d56c | {
"branch": "main",
"commit_count": 17,
"repo_created_at": "2024-02-14T01:23:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "d4885229d3bb85e002d9fcdda0d52a955e1568ff",
"content": "using UnityEngine;\r\nusing UnityEngine.SceneManagement;\r\nusing UnityEngine.UI;\r\n\r\npublic class MenuController : MonoBehaviour\r\n{\r\n public void Start()\r\n {\r\n if (GameStateManager.Instance.GameInProgress)\r\n ... |
DraftedDev/PolarVideoDownloader | 425,598,368 | 3eb3a3a97b83cb0aa311f171f59ffde1da925dfe | {
"branch": "MineDrafter",
"commit_count": 14,
"repo_created_at": "2021-11-07T19:37:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 2
} | 3 | [
{
"content_id": "236d1ac24225608c6ec030bb16384643900d83e9",
"content": "<hr>\n\n## Polar Video Downloader\n\n<hr>\n\nDownload videos from Youtube and Soundtracks from SoundClouds. <br>\nMade by DraftedDev (drafteddev.github.io) with ElectronJS.\nLinks to libraries PolarDownloader uses: <br>\n- https://githu... |
DragonProdHax/gem.github.io | 839,579,081 | bebd6132c8717bea39373ec637e7a14b365d4475 | {
"branch": "main",
"commit_count": 11,
"repo_created_at": "2024-08-07T22:52:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "2c38fa962a943c7e15ad123219feeee2c1967e26",
"content": "// Firebase configuration\nconst firebaseConfig = {\n apiKey: \"<KEY>\",\n authDomain: \"mini-brawl-stars-jump.firebaseapp.com\",\n databaseURL: \"https://mini-brawl-stars-jump-default-rtdb.firebaseio.com\",\n projectId: \"m... |
DragonflyStats/TechAdmin | 60,424,890 | 66a2922833bbd1971500d28ea0d53b713b247cdb | {
"branch": "master",
"commit_count": 233,
"repo_created_at": "2016-06-04T18:39:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 37 | [
{
"content_id": "95d9ac33a848151402545eff766bda728bdb9af3",
"content": "library(segmented)\nset.seed(12)\nxx <- 1:100\nzz <- runif(100)\nyy <- 2 + 1.5*pmax(xx - 35, 0) - 1.5*pmax(xx - 70, 0) + 15*pmax(zz - .5, 0) + \n rnorm(100,0,2)\ndati <- data.frame(x = xx, y = yy, z = zz)\nout.lm <- lm(y ~ x, data = da... |
DragonflyValkyrie/pico-bme280 | 769,403,353 | 045c757e2b3a95ffeac68a62d03922f4cba901f6 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-03-09T01:33:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 44 | [
{
"content_id": "8e10db1d912a6dfa63b1afd74e3079b5d5345bed",
"content": "{\n\t\"backtraceGraph\" : \n\t{\n\t\t\"commands\" : [],\n\t\t\"files\" : [],\n\t\t\"nodes\" : []\n\t},\n\t\"installers\" : [],\n\t\"paths\" : \n\t{\n\t\t\"build\" : \"pico-sdk/src/rp2_common/hardware_gpio\",\n\t\t\"source\" : \"C:/Raspb... |
DragoonCommander/RustSpringv2 | 931,740,053 | 9c381357d9be1dba465d96d379d9b91deece9d46 | {
"branch": "main",
"commit_count": 10,
"repo_created_at": "2025-02-12T19:22:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 28 | [
{
"content_id": "870d5a4fa1d7aac27b418916b33eb4b53027305e",
"content": "{\"rustc\":13207435774680941178,\"features\":\"[]\",\"declared_features\":\"[]\",\"target\":8025967291461318349,\"profile\":11597332650809196192,\"path\":10602529704205407992,\"deps\":[],\"local\":[{\"CheckDepInfo\":{\"dep_info\":\"debu... |
Drakkar-Software/OctoBot-PyPi-Linux-Deployer | 213,749,044 | c4004e6df2f6a0bd1381578b4d62359b99b0dc6f | {
"branch": "master",
"commit_count": 14,
"repo_created_at": "2019-10-08T20:38:16.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "cdaa38450dc0e380d0c56c390e2ffb2fe8b58c2e",
"content": ".dockerignore\n\n# Remove Git\n.git/\n.github/\n.gitattributes\n.gitignore\n\n# CI files\n.coveragerc\n.coveralls.yml\n.travis.yml\nappveyor.yml\nrenovate.json\nsetup.cfg\ntox.ini\n\n# others\n*.md\nLICENSE\n",
"size_bytes": 188,
... |
DreaDerexHD/hello-world | 70,097,423 | 2fe33dcc14ba577f420bd8777e9a49211cbbc1e2 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2016-10-05T20:38:03.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "68421a9192cc2faa48a00b32a7b1bf058a79a519",
"content": "# hello-world\nJust another repository\n\nI have no life whatsoever. \nI wish my family loved me.\nThey don't.\n",
"size_bytes": 106,
"file_path": "README.md",
"file_timestamp": 1475710295,
"language": "Markdown",
"i... |
Dreadeox/IllyaBot | 82,984,352 | fb3dee737298398562256a733a78aa55cbeef819 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2017-02-24T00:19:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "ebdda96afaf81e8422fe0d1d406e955238c06890",
"content": "# DiscordBot\nA discord bot for my local discord.\n",
"size_bytes": 49,
"file_path": "README.md",
"file_timestamp": 1487900321,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detec... |
DreamBigBuddy/PythonLevel2_Feb_2024 | 754,382,234 | 67933827e5add6f4d49deff6a8eee9f87761481e | {
"branch": "main",
"commit_count": 22,
"repo_created_at": "2024-02-07T23:44:07.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 17 | [
{
"content_id": "e2f7ce52adddf4685498b40917eb2f5f03e42710",
"content": "contacts = {}\r\n\r\nchoice = \"\"\r\n\r\nwhile choice != \"6\":\r\n choice = input('''What action would you like to do?\r\n1. Add a contact\r\n2. Update a contact\r\n3. Remove a contact\r\n4. View a contact\r\n5. View all contacts\r... |
DreamCanHigh/Study | 938,732,263 | 0089f805de784663803f82b038271fd485e8d522 | {
"branch": "main",
"commit_count": 35,
"repo_created_at": "2025-02-25T12:17:31.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 12 | [
{
"content_id": "ab68e5bf914886239f2bbe8f7df1206c6d88f669",
"content": "### Introduction\n> 운영체제는 컴퓨터의 하드웨어를 관리하는 소프트웨어다\n\n사용자(소프트웨어) <-> OS <-> 하드웨어\n운영체제는 모든 곳에 존재한다. \"Iot\"라 불리는 것들 안에는 다 OS가 있다\n지금 내가 텍스트를 치고, 화면을 보고, 마우스로 클릭. 노래를 듣는 것 모두 OS가 관리를 하고 있다.\n\n`약간 지구의 공기 같은 느낌적인 느낌`\n\n위처럼 운영체제는 하드웨어 자원을 관... |
DreamTrail-Animations/.github | 913,294,380 | a2f0fb3dc597d8117721236d346420743cbd9f51 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2025-01-07T12:05:34.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "3d16cc0adaf7d3f6f8d2e9e8dcedd6e076e282c8",
"content": "# DreamTrail Animations\n\nA small indie studio making short films.\n",
"size_bytes": 66,
"file_path": "profile/README.md",
"file_timestamp": 1736251956,
"language": "Markdown",
"is_vendor": false,
"license_type"... |
Dreamer4ik/Spotify | 464,608,540 | 55f29868953600bb258431ae1acf81c6a4063092 | {
"branch": "main",
"commit_count": 30,
"repo_created_at": "2022-02-28T19:02:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 33 | [
{
"content_id": "e13041cd04e8c8c3cca854245f23316e0a697d6b",
"content": "//\n// UserImage.swift\n// Spotify\n//\n// Created by <NAME> on 09.03.2022.\n//\n\nimport Foundation\n",
"size_bytes": 97,
"file_path": "Spotify/Models/UserImage.swift",
"file_timestamp": 1648718846,
"language": "Swif... |
Dreamroute/datasource | 316,423,812 | 8013cc9b64e75aa8d560fd2a91399e44d1332a73 | {
"branch": "master",
"commit_count": 15,
"repo_created_at": "2020-11-27T06:56:05.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "f3a941cd61e8587556c2bbf9edef5a7ba253c6e8",
"content": "package com.github.dreamroute.datasource.sample.mapper;\n\nimport com.github.dreamroute.datasource.sample.entity.User;\nimport org.junit.jupiter.api.Test;\nimport org.springframework.beans.factory.annotation.Autowired;\nimport org.sprin... |
Dreams-6/Pybooks | 1,013,929,440 | 7f454d0a76dc3f7916981fc7767e7217bad30c94 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-07-04T17:58:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "b3f40616d2c96c5afe3e9f69abdd63ded41e077b",
"content": "#Acá ingreso los productos y stock de notebooks\r\nproductos = {'8475HD': ['HP', 15.6, '8GB', 'DD', '1T', 'Intel Core i5', 'Nvidia GTX1050'],\r\n'2175HD': ['lenovo', 14, '4GB', 'SSD', '512GB', 'Intel Core i5', 'Nvidia GTX1050'],\r\n'Jjf... |
Dreecool/server | 690,513,156 | 93d2ea3a26b72a5665b7b1a908cbd7bb8c7334f9 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-09-12T10:45:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9e167fd915bb2b501d36ede75f153e0bfd447a36",
"content": "const express = require(\"express\");\nconst app = express();\nconst mongoose = require(\"mongoose\");\nconst cors = require(\"cors\");\nconst bodyParser = require(\"body-parser\");\nconst secretKey = \"ADASDASDASDASDLASLDKASLD\";\ncons... |
Dremjke1993/autopart_shop | 86,860,679 | 3a804eaaaba696b9b9e7af7a7ea848b277a554cc | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2017-03-31T21:10:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1f0f83330498817322bc4143f5d9d7830bc65c18",
"content": "# autopart_shop\nThis is my own project.\n",
"size_bytes": 40,
"file_path": "README.md",
"file_timestamp": 1490994626,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licen... |
Drivers-NullPointer/drivers-web | 852,440,668 | c511c3bec43d29790cef7031170c3230d98462aa | {
"branch": "develop",
"commit_count": 129,
"repo_created_at": "2024-09-04T20:07:32.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 148 | [
{
"content_id": "65699c17d5485cdc1e8d84a6b24f8d57507288aa",
"content": "\nexport interface SendForgotPasswordResponse {\n message: string;\n}",
"size_bytes": 69,
"file_path": "src/app/authentication/model/SendForgotPasswordResponse.ts",
"file_timestamp": 1748220418,
"language": "TypeScrip... |
DrkSephy/d3-viz | 54,799,152 | 26579ddab7e783ca612563c7099be364baf5b1d5 | {
"branch": "master",
"commit_count": 17,
"repo_created_at": "2016-03-26T20:55:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "2ed69f684466d3fd40ea13321601d2d287cbacc9",
"content": "var request = require('request');\n\nmodule.exports = {\n fetchJSON: function(url) {\n return new Promise((resolve, reject) => {\n request.get(url, { 'headers': {'User-Agent': 'DrkSephy' }},\n (error, response, body) => {\... |
Drom0s137/OpenCVBasicFunctions | 269,195,893 | 33e946b4bcf1f1f272d53001e302b8e14dda774a | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2020-06-03T21:13:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "94ed2e8919f107d60fae4abfd1c07f405f2fb72e",
"content": "import cv2\nimport numpy as np\n\n#img = cv2.imread(\"lena.jpg\", 1)\nimg = np.zeros([512, 512, 3], np.uint8)\n\nimg = cv2.line(img, (0, 0), (255, 255), (0, 0, 255), 5)\nimg = cv2.arrowedLine(img, (0, 255), (255, 255), (255, 0, 0), 5)\n... |
Dropzee/GraphicsCW | 73,918,174 | ef865fdadfeca21dde6f248275c4d2cb62211916 | {
"branch": "master",
"commit_count": 22,
"repo_created_at": "2016-11-16T12:29:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "f0444368ecb2e3ec184fa738032835cfb2c60960",
"content": "#version 150 core\n\nuniform samplerCube cubeTex;\nuniform samplerCube cubeTex2;\nuniform float blendFactor;\nuniform vec3 cameraPos;\n\nin Vertex {\n\tvec3 normal;\n} IN;\n\nout vec4 fragColor;\n\nvoid main ( void ) {\n\tvec3 tex1 = te... |
Drrodrigues/usersapp | 670,262,366 | 70f82846bd77cfb30071ca5e045aadad109f1741 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-07-24T16:43:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "3a23403421c91369297684fd5e1c76a05d45cb2d",
"content": "package com.mc.auth.simple.repository;\n\nimport com.mc.auth.simple.dao.Password;\nimport com.mc.auth.simple.dao.User;\nimport org.junit.jupiter.api.Assertions;\nimport org.junit.jupiter.api.Test;\nimport org.junit.jupiter.api.extension... |
DrunkenCub/sls-lambda-poc | 267,185,114 | a9c10b792428062938ca3476ae4d6562557dcaaa | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2020-05-27T00:52:07.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 4
} | 5 | [
{
"content_id": "f188a15607f34927dc45efecffc3352766b2e223",
"content": "# Demo with ExpressJS, Serverless Framework, Lambda, DynamoDB and SQS\n\nSample project which illustrates how Express, Serverless Framework, Lambda, DynamoDB and SQS working together.\n\n\n# Prerequisites\n\n* AWS Account (duh!)\n* Node... |
DruvIsBack/laravel-react-adv | 169,643,831 | c2ce0d12fe7cee93353af12034c8c37a2574f42c | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-02-07T21:15:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 30 | [
{
"content_id": "3c0656e4df5839a614349261281c6daa2c7d1159",
"content": "import React from \"react\";\nimport {connect} from \"react-redux\";\nimport Action_UpdateUser from \"../../../redux/Actions/UpdateUser\";\nimport Action_Alert from \"../../../redux/Actions/Alert\";\nimport {Redirect, withRouter} from \... |
Drvegapunk01/3-Phase-Electricity-Monitoring | 994,117,550 | b47fe638930f256aaf169ecc4117bfc58f2b067c | {
"branch": "main",
"commit_count": 16,
"repo_created_at": "2025-06-01T08:42:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "36e9727d2064f802cbfc9832687341015e98286c",
"content": "# 3-Phase-Electricity-Monitoring\n\nThis project is a module to monitor the status of a 3-phase electricity supply and record any power outages. The data can be accessed wirelessly.\nCurrently, the features are limited to detecting the ... |
DryMemoG/Pruebaredes | 215,688,835 | 87336777bbf57c193967a71157512ccdf119011b | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-10-17T02:45:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e839d3a914532367e390764aa1790257d325d482",
"content": "using System;\n\nnamespace hlamundo\n{\n class Program\n {\n static void Main(string[] args)\n {\n Console.WriteLine(\"Hello World!\");\n }\n }\n}\n",
"size_bytes": 175,
"file_path": "Hol... |
Drylie12/SprintCards | 363,786,165 | 6de31307d03388428e19fcfe5c84ec79621a1c03 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2021-05-03T01:15:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "3f235c76e2e775c4a691bcd196c884f56696da49",
"content": "import { Layout } from \"../components/Layout\";\nimport io from \"socket.io-client\";\n\nconst Server = () => {\n const socket = io();\n\n const handleResetUsers = () => {\n socket.emit(\"clear_users\");\n };\n\n ret... |
Dsaqui/Aulas-DesenvolvimentoSD2019 | 202,589,098 | a7d602cd569be3c2a1ec1f3a63ce28fd9d2b9f15 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2019-08-15T18:06:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "12246256679992fc3475aca3923a7caf99a63f33",
"content": "package aulathreads02_prep;\n\npublic class Principal {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\n\t\tString nome = \"d\";\n\t\tThread threadassinaturas1 = new Thread(new TarefaBuscaTextual... |
DuAustinLegend/ResumeAnalyzer | 886,444,733 | 395d4e96007eb1b9ffc942ad803dbcebc9ad7b1b | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-11-11T01:32:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c6e3add22c9df4e379c1e3a4d58408c1d5bb45eb",
"content": "# ResumeAnalyzer\nThis web application extracts important details from uploaded CVs using Named Entity Recognition (NER), summarizes the content, and provides personalized job recommendations. It also suggests skill improvements and cou... |
DucAnh28/CG-M2-B19-StringAndRegex | 518,111,386 | 79f1555d8e3c796c60287a05daabbd0b8b9e7975 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2022-07-26T15:12:27.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "50f2fa9684d6604b15b7c789e658e054eb9ed9df",
"content": "# String (chuỗi) \n## Định nghĩa: \nLà tập hợp các ký tự , hằng chuỗi bao gồm một hoặc nhiều ký tự\n## Các phương thức xử lý chuỗi\n\n### Trong đó: \n### + length() : độ dài của chuỗi (số ký tự trong chuỗi bao gồm kho... |
Duchuy190702006/ss27 | 948,033,487 | 0d035012e254fec9d86f9ae5aba6c87879a6410d | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-03-13T16:29:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "8d9a58b43485328a754eccd47bd476176e892751",
"content": "function showMenu() {\r\n console.log(\"\\nMENU TÍNH TOÁN HÌNH HỌC\");\r\n console.log(\"1. tính diện tích hình tròn\");\r\n console.log(\"2. tính chu vi hình tròn\");\r\n console.log(\"3. tính diện tích hình chữ nhật\");\r\... |
DucllOwO/solana-vrf | 771,089,632 | 10b5214ff9665223f99546db4e47de60d1a7a5f7 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-03-12T17:07:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "dedb10e4cc423b1082a1c0b988be08726aaf4450",
"content": "use crate::states::*;\nuse anchor_lang::__private::bytemuck;\nuse anchor_lang::prelude::*;\n\n#[derive(Accounts)]\npub struct DrawRandomNumber<'info> {\n // round state\n #[account(mut)]\n pub round_state: Account<'info, RoundS... |
Duduxl09/Vasco | 824,673,758 | da155d52867c224ccd21e8442fb6a6651abbc848 | {
"branch": "main",
"commit_count": 19,
"repo_created_at": "2024-07-05T16:51:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5f910502f1a9071af3fd71e9e6ec5046a731bb10",
"content": "Body {\r\n\tfont-family: arial, helvetica, sans-serif;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\np{\r\n\tcolor: rgb(78,230,30);\r\n\tfont-size: 25px;\r\n\ttext-align: center;\r\n\ttext-transform: capitalize;\r\n}\r\nh1{\r\n\ttext-shadow:... |
DukeCompsci201Fall2018/huffmanproject-yuze-hou | 160,842,348 | 49da72f2780e02568e3cecc110ceb13aa7599aa6 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2018-12-07T15:38:09.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "2da298c37f6465cc96034f7d9b711c0f6e2d830b",
"content": "import java.util.*;\n\nimport javax.sound.sampled.AudioFormat.Encoding;\n\n/**\n * Although this class has a history of several years,\n * it is starting from a blank-slate, new and clean implementation\n * as of Fall 2018.\n * <P>\n * ... |
DukeLurkin/eCommerce | 633,184,484 | 552454ace245e1efb96003c39cdd620e8072d7b4 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2023-04-27T00:55:25.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "296a35efac7c3253f4cf54e78cc081247282c4bb",
"content": "# eCommerce\neCommerce backend api \n\n## Description\n\nThis is a backend api that lets the user find one, find all, create, update and delete from three tables: Categories, Products and Tags using the command line and insomnia.\n\n## ... |
DummyJack/ImpactOnHealth-McDonald | 698,119,007 | 0d8b65691b413030d626dd00243a395b2a31d333 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-09-29T07:43:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "8fd768f3e0f983a97f71896f416118f3c12fe2ef",
"content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import pandas as pd\\n\", \"import matplotlib.pyplot as plt\\n\", \"import seaborn as sns\\n\", \"import matplotlib.font... |
DunaevVK/ToDo | 758,112,915 | a7de3bb05309c638a41f47df0fe5983eb10c20c6 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2024-02-15T16:41:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "a3e7d859bfe6f88c9c389eb01231fa2c788273b0",
"content": "// Получаем элементы\n// Получаем корневой ul\nconst toDoList = document.querySelector('.todo-list')\n// Получаем кнопку добавить Todo\nconst addToDoBtn = document.querySelector('.add-todo-button')\n// Получаем скрытую форму создания To... |
DungNguyenCode/DATN | 735,859,935 | 9dc016fa3fcfe284f85825818be41114174db3c5 | {
"branch": "master",
"commit_count": 413,
"repo_created_at": "2023-12-26T09:32:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "bd28edc8b7efc3e0df50f5e6ef2def98385ec396",
"content": "Giao diện khi người khi khách hàng vào web:\n\nGiao diện của Admin :\n{\n\tstd::cout << \"Hello Git!\" << std::endl;\n\tstd::cin.ignore(2);\n\treturn 0;\n}",
"size_bytes": 105,
"file_path": "Source.cpp",
"file_timestamp": 1489498511,
"language": "C++",
"is... |
Dunya18/Student-Management-System | 419,068,732 | 6351378c16ae8a42aec88e1a660ce91eb96f300c | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2021-10-19T19:43:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "98ef9847346ee09dea39b2873fe8faf21c0a4778",
"content": "package studentdatabaseapp;\n\nimport java.util.Scanner;\n\npublic class Student {\n private String firstName;\n private String lastName;\n private int gradeYear;\n private String studentID;\n private String courses =\"\... |