repo_path
stringlengths
6
122
repo_id
int64
18.5k
1.03B
commit_id
stringlengths
40
40
github_metadata
dict
num_files
int64
1
48.1k
files
listlengths
1
48.1k
juanmasorca/DJango
620,479,992
68b0029c31350f281158024cc2eac3896df2318a
{ "branch": "master", "commit_count": 7, "repo_created_at": "2023-03-28T19:07:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "ee4d7276d597bb146d5a04710f5f04e8e068b038", "content": "from django.http import HttpResponse, JsonResponse\nfrom .models import Project, Task\nfrom django.shortcuts import get_object_or_404, render, redirect\nfrom .forms import CreateNewTask, CreateNewProject\n# Create your views here.\n\n\n...
yubaismail/hr-client
956,961,822
7ba14e315f7492afe2f7ea6499ed064b85ef0c60
{ "branch": "main", "commit_count": 10, "repo_created_at": "2025-03-29T08:13:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
20
[ { "content_id": "7b01f43a245ff5e404d9cdaa3d247d9bd0ff55e3", "content": "\"use client\";\n\nimport React, { useState, useEffect, useMemo } from \"react\";\nimport { \n generateEmployeeData, \n generatePastEmployeeData,\n calculateAttendanceStats\n} from \"./employeeData\";\nimport { FiCalendar, FiFilter, ...
BuddhiiAr/cbm_repo
704,025,927
e2413b28140ea8331c34e9d5c1593e814f7eedf6
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-10-12T11:41:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "b292d87cad9006ee092bbbfe32faeae2a51a938c", "content": "\"# cbm_repo\" \n", "size_bytes": 14, "file_path": "README.md", "file_timestamp": 1697110942, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Emers3553/sistemaCalculoCivil
772,860,719
9879c1e6a0c9209dca5fc18a3be61a4c513520e3
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-03-16T04:38:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "d5729862e78d84aec5a2677e5d7d4703ab147413", "content": "$(document).ready(function () {\n showHideCaidasAgua();\n $('#tipoCalc').change(function () {\n const tipoArea = $(this).val();\n let unidadMedida;\n switch (tipoArea) {\n case 'TECHO':\n ...
0soft/mui-form-fields
187,638,671
99f8ecc3aac057cacdfbeb439a8c59b1cc94abe4
{ "branch": "master", "commit_count": 173, "repo_created_at": "2019-05-20T12:44:12.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 17, "forks": 3, "issues": 2, "pull_requests": 1 }
141
[ { "content_id": "aaf1ae6eadcfe955d184440a40480b5722dd9603", "content": "import { Divider } from '@material-ui/core';\nimport { storiesOf } from '@storybook/react';\nimport * as React from 'react';\nimport { FormReactSelectField } from '../src';\nimport FormTest from './FormTest';\n\nstoriesOf('FormReactSele...
Future64/MaximDassonneville_3_26032021
352,068,368
60d0b4f6982e7ca78a403607ec55c7dd8f0fc90c
{ "branch": "main", "commit_count": 62, "repo_created_at": "2021-03-27T12:33:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "79f364e488d615e7e3895947fc29f8fd174a63ea", "content": "@import './utils/variable';\n@import './base/global';\n@import './components/cart-menu';\n@import './components/cart-index';\n@import './components/degrad-button';\n@import './components/loader';\n@import './layouts/header';\n@import '....
NishithD/sqlmap-ism
603,064,856
acaaffc9f736ea58b7c449a1049bb516efce0c1b
{ "branch": "main", "commit_count": 7, "repo_created_at": "2023-02-17T14:46:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "6f66c28077a5205a4804b24e211fe173383f0da0", "content": "CREATE DATABASE login_page;\n\nUSE login_page;\n\nCREATE TABLE users (\n id INT NOT NULL AUTO_INCREMENT,\n username VARCHAR(50) NOT NULL,\n password VARCHAR(50) NOT NULL,\n PRIMARY KEY (id)\n);\n\nINSERT INTO users (username...
kauga/07-omnifood
664,571,718
ad8308c2a96b675fbaadfc17d20204e5fc3c06b3
{ "branch": "main", "commit_count": 22, "repo_created_at": "2023-07-10T09:19:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3c436fd959da317586f61ccc495cf5fb48b0a06c", "content": "const btnNavEl = document.querySelector('.btn-mobile-nav');\nconst headerEl = document.querySelector('.header');\n\nbtnNavEl.addEventListener('click', function() {\n headerEl.classList.toggle('nav-open');\n});\n\nconst allLinks = doc...
zoe-stockholm/RPNCalculator---java
16,705,493
bc9d0f14a6f8c58b2dfc972f28cf1829ffdb5fe5
{ "branch": "master", "commit_count": 9, "repo_created_at": "2014-02-10T18:54:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "31d53610201faa1e53ee6333af3b61980a549585", "content": "\npublic class InvalidInputTypeException extends Exception {\n\t\n\tString str;\n\t\n\tpublic InvalidInputTypeException (String badstr) {\n\t\t\n\t \n\t super(\"Error! \" + badstr + \" is not a number or operator (+, -, *, /, pop, ...
anmolvarshney1993/justdialdata
50,179,429
ec6e0f86b4807bb69efeff081f27eb3d25ff3c31
{ "branch": "master", "commit_count": 4, "repo_created_at": "2016-01-22T12:14:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "94fed904d5d6f3520b74e52709a360f56cbcffda", "content": "# All you need to do is copy the below code and save it as a .py file.\n# Run- python yourfilename.py (and see the magic)\nimport requests\n\nfrom bs4 import BeautifulSoup\n\nimport json\n\nimport csv\n\njd_url = \"http://www.justdial.c...
HackerWorldd/profile
266,421,346
b80063084b51395e8d7394fee481ad80e5ef75cb
{ "branch": "master", "commit_count": 3, "repo_created_at": "2020-05-23T21:19:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "05102455845fa80a7eccf694d1d6a9e20eea7603", "content": "package com.example.demo;\r\n\r\nimport org.springframework.boot.autoconfigure.EnableAutoConfiguration;\r\nimport org.springframework.stereotype.Controller;\r\nimport org.springframework.web.bind.annotation.RequestBody;\r\nimport org.sp...
Ragulprabhu196/day-12-task-2
608,767,533
be7b0a6ec9634ef96cddc64f458ea70b0c26a803
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-03-02T17:38:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d6111341015b0f6cb450fe67e01734ba7061fc07", "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>eminem1...
kejtithegreat/gitflowdemo
643,469,903
e4a847695c5b38753c83e56ec360f76873f037ba
{ "branch": "main", "commit_count": 6, "repo_created_at": "2023-05-21T09:08:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
1
[ { "content_id": "d64c0f56fcd769458f2cd558c0204caae59e01fa", "content": "# gitflowdemo\nZmiana zrobiona na main branch\nZmiana zrobiona na develop\nZmiana zriobiona z brancha feature 1\n", "size_bytes": 109, "file_path": "README.md", "file_timestamp": 1684661321, "language": "Markdown", "...
VirtoHardiman/dicoding-bookshelf-app
459,030,633
da8d129dc087c28aa73d06b5183797fbe6d1036d
{ "branch": "main", "commit_count": 7, "repo_created_at": "2022-02-14T05:40:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 3, "forks": 1, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "07fde62ee897acc5f0868725ce596dab2ef179e4", "content": "const STORAGE_KEY = \"BOOK_APPS\";\nconst BOOK_ITEMID = \"itemId\";\n\nlet bookObjects = [];\n\nfunction isStorageExist() {\n if (typeof Storage !== undefined) {\n return true;\n }\n alert(\"Your browser is not supported by local ...
diblaze/TDP015
85,845,476
50f55cccd0bc9b1de0e3287d3706d35d1c2c82dc
{ "branch": "master", "commit_count": 16, "repo_created_at": "2017-03-22T15:35:43.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "51b715a3841795313b36a06ef077b41632f1319c", "content": "# TDP015 Inlämningsuppgift 4\n\n# Författaren <NAME>, mest känd för hans bock Alice i\n# Underlandet, var även en begåvad matematiker. Han utvecklade\n# bl.a. en algoritm som beräknar ett datums veckodag:\n#\n# http://www.cs.usyd.edu.au...
Mutyam3/quiz-app
908,807,463
cfc16ab9d9dc8ea910c76323d9ab611eb30b3a1f
{ "branch": "master", "commit_count": 22, "repo_created_at": "2024-12-27T02:50:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "d03ee34524c6c5a1e327f2a0ad9de67e5d3c3e87", "content": "import React from 'react'\nimport { Link } from 'react-router-dom'\nimport axios from 'axios'\nfunction QuizHome(){\n\n const [allQuizes, setAllQuizes] = React.useState([])\n\n React.useEffect(()=>{\n axios.get('http...
Szareng/hello-world
151,739,805
88dc7ba9652946c76f0c015d738b4dc3641c698b
{ "branch": "master", "commit_count": 3, "repo_created_at": "2018-10-05T15:16:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2804bd5b55b0de11215993a7b215260d0fc2b58a", "content": "# hello-world\njust another repository\n\nHello,\n\nTrying to get better at coding, design and what I am actually doing on here. haha.\n", "size_bytes": 130, "file_path": "README.md", "file_timestamp": 1538754945, "langu...
linhj910113/Yuntech_ML_Project2
378,332,997
cef26f11d38e6d717ca0cf5e4a1872a98bd0a2c1
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-06-19T05:38:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "63ff3a2136a610b23750881bf067550d40512224", "content": "# Yuntech_ML_Project2", "size_bytes": 21, "file_path": "README.md", "file_timestamp": 1624081774, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Javier-2712/Multivar_Opt_Msc_24
802,216,411
966baf7161898a26ea355606bf3bfca6c726f57a
{ "branch": "main", "commit_count": 6, "repo_created_at": "2024-05-17T18:45:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "736839e969d7083e7aa0ceed43250f6f01eb150c", "content": "# Multivar_Opt_Msc_24", "size_bytes": 21, "file_path": "README.md", "file_timestamp": 1715978588, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Akshara0604/Angular-E-commerce
843,746,480
e73d10b0c246a196c0cb8c155185b75cfb2b9162
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-08-17T09:43:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "713e92d2b4683db19a2d38ecdd2d51d42bea5c62", "content": "# Angular-E-commerce", "size_bytes": 20, "file_path": "README.md", "file_timestamp": 1723887817, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, { ...
LuFudi/octopus-tool
693,511,264
58f5cd418259fb3f31df0720412a37ee75d05720
{ "branch": "main", "commit_count": 32, "repo_created_at": "2023-09-19T07:12:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
69
[ { "content_id": "12e0c38e0efa22190622c49218fd871d4601ac46", "content": "package com.octopus.config;\n\nimport cn.hutool.core.thread.BlockPolicy;\nimport cn.hutool.core.thread.RejectPolicy;\nimport cn.hutool.core.thread.ThreadFactoryBuilder;\nimport cn.hutool.core.thread.ThreadUtil;\nimport lombok.extern.slf...
Eltaj1/Eltaj1
946,277,031
e97888efa98635c7835a56ecfff5843d2a65f511
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-03-10T22:23:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "19806b2ce2d6c551750b7c30285dc3e56800d8ad", "content": "I like next js, bun and deep neural nets.\n", "size_bytes": 42, "file_path": "README.md", "file_timestamp": 1741645414, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_lice...
MaximKazakoff/web3
227,569,671
b5ad0df1e02aef2e2c055bef701eddae1cdbaff0
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-12-12T09:34:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 4 }
5
[ { "content_id": "7835ad24f6a2b4c45bf5dfad16614116949c53fe", "content": "package service;\n\nimport dao.BankClientDAO;\nimport exception.DBException;\nimport model.BankClient;\n\nimport java.sql.Connection;\nimport java.sql.Driver;\nimport java.sql.DriverManager;\nimport java.sql.SQLException;\nimport java.u...
fndiahmd/UKK-Fandi-Ahmad-PAKET_A
618,228,743
007911c8f2a05234dfbde156bbd0ae12bf6326c9
{ "branch": "main", "commit_count": 6, "repo_created_at": "2023-03-24T02:34:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "13e3bba923cecf60b87cd78abfed02b5c045bfe2", "content": "<?php\ndefined('BASEPATH') or exit('No direct script access allowed');\ndate_default_timezone_set('Asia/Jakarta');\nclass TanggapanController extends CI_Controller\n{\n\n public function __construct()\n {\n parent::__constr...
arthurchgs/Deep-Learning-and-AI-Class
775,427,027
a5df26b7b81b259d9d81909ae7c6c4de66560a7a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-03-21T11:19:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4aa1d976454cfd69ded047f297bc3d54022c3fa4", "content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"provenance\": []}, \"kernelspec\": {\"name\": \"python3\", \"display_name\": \"Python 3\"}, \"language_info\": {\"name\": \"python\"}}, \"cells\": [{\"cell_type\": \"...
febaraldi/dictionary
320,584,839
34a2a2d39aa05e1db5755bf244142a872fa82e20
{ "branch": "main", "commit_count": 11, "repo_created_at": "2020-12-11T13:41:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f6542b6b18f0f7774844bb65858d3c66219c0a27", "content": "# Dicionário para iniciantes\n\nO objetivo deste projeto é ajudar pessoas que entraram (ou desejam entrar) para a área de tecnologia e têm dificuldades com os termos técnicos/conceitos.\n\nAqui você poderá encontrar breves explicações, ...
brightwang/dify-tool-service
865,922,662
05aad16d95e6faf9674746ec87d5e1a80f24192c
{ "branch": "main", "commit_count": 18, "repo_created_at": "2024-10-01T10:59:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 258, "forks": 63, "issues": 6, "pull_requests": 0 }
78
[ { "content_id": "71f4627212b06a00a0563d75253f215269c4a6f9", "content": "from flask import Flask, request\nimport time\n\napp = Flask(__name__)\n\n\n@app.route('/upload', methods=['POST'])\ndef upload_markdown():\n content = request.get_data(as_text=True)\n file_name = str(int(time.time())) + \".md\"\n...
Jyoti0902/MyPortfolio
675,610,719
4a38906638ec482969c4e43c79dbc5504c850fcd
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-08-07T10:14:02.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "945c4bc5b7d8caebd503abd749958a02e69d4c8e", "content": "import React from 'react'\nimport { Header } from '../MyComponents/Header'\nimport { Footer } from '../MyComponents/Footer'\nimport { Frontpage2 } from '../MyComponents/Frontpage2'\n\nexport const Skills = () => {\n return (\n <div>...
avi440/APITestNGDemo02
847,714,412
0e11707db0ef1a08bd063626993c70d5e8708d73
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-08-26T12:06:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "76047161fcb50498f47e0520bac90815c3e60c58", "content": "package APITest001;\n\nimport org.testng.annotations.Test;\n\nimport io.restassured.module.jsv.JsonSchemaValidator;\n\nimport static io.restassured.RestAssured.*;\nimport static io.restassured.matcher.RestAssuredMatchers.*;\nimport stat...
fadharv/Persistent-is-the-key
384,839,438
8d39d25172d18b93e3a2c8b31e081a6f15299d61
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-07-11T01:45:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "66c467884e29beb17e305228091d5deb6b7045da", "content": "\n*{\n background-image: radial-gradient(60% 55%,red,yellow,blue);\n margin: 0;\n padding:0;\n box-sizing: border-box;\n width: 25%\n float left;\n\n}\n\n.navbar{\n display: flex;\n justify-content: center;\n align-items: cente...
Alaincp89/PruebasTecnicasSeleccion
627,665,160
159a356d9d2d09786397e65974054ce3fe48be79
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-04-14T00:14:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "52c262ee83852b9ac6cc4dc27736e1c1f46901dc", "content": "package Tecnicas;\n\npublic class EncuentraNumero {\n public static void main(String[] args) {\n int[] myArray = {1, 3, 4, 2, 7, 0}; // el arreglo de ejemplo\n for (int i = 0; i < myArray.length - 1; i++) {\n ...
shreyashbijlwanOP/RFA-Exercise3-Que1
538,969,509
a7bb1b80b858eb55e0d6d9d946b035097cfd2fd0
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-09-20T12:09:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "594083435b62e98fff0abc4d277116cba76b49b7", "content": "# RFA-Exercise3-Que1\nCreating a Nested List\n", "size_bytes": 44, "file_path": "README.md", "file_timestamp": 1663675776, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_l...
NkosanaN/ItemManagement
531,683,981
e37b7c0c84ab3a0b69f2614a871140ed5b005338
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-09-01T20:57:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "3ee93221c2dca59b32b4ffd05986b277de67d9ec", "content": "using System.ComponentModel.DataAnnotations;\n\nnamespace ItemManagementControl.Model\n{\n public class RegistrationModel\n {\n [Required]\n [EmailAddress]\n [Display(Name = \"Email\")]\n public string...
Guchii/shidpad69
488,931,932
a47915fe637ef43fdcb998e81e2d106cfdf6ec8d
{ "branch": "main", "commit_count": 26, "repo_created_at": "2022-05-05T10:44:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 3, "issues": 3, "pull_requests": 0 }
31
[ { "content_id": "c868d471151774b13404a25ca3e8ee158d875613", "content": "{\n\t\"name\": \"shidpad69\",\n\t\"version\": \"0.0.1\",\n\t\"scripts\": {\n\t\t\"dev\": \"svelte-kit dev\",\n\t\t\"build\": \"svelte-kit build\",\n\t\t\"package\": \"svelte-kit package\",\n\t\t\"preview\": \"svelte-kit preview\",\n\t\t...
fabiizw/blockchain-appl-arch_lab1
806,824,462
d5c820e9e035355f02ff3d651aeec72f9d982d43
{ "branch": "main", "commit_count": 23, "repo_created_at": "2024-05-28T01:30:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "28c9b800c06a8f80784a9c8e16d120aee205a535", "content": "{\n\t\"compiler\": {\n\t\t\"version\": \"0.8.5+commit.a4f2e591\"\n\t},\n\t\"language\": \"Solidity\",\n\t\"output\": {\n\t\t\"abi\": [\n\t\t\t{\n\t\t\t\t\"inputs\": [],\n\t\t\t\t\"stateMutability\": \"nonpayable\",\n\t\t\t\t\"type\": \"...
Jager-yoo/Animation-study
458,805,914
3db033a130b54ed96ee4785285584b449bce224e
{ "branch": "main", "commit_count": 7, "repo_created_at": "2022-02-13T12:42:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "63accf106aba0f6df9aaf4c332dcb2892a358252", "content": "//\n// AnimationViewController.swift\n// AnimationPractice\n//\n// Created by 유재호 on 2022/02/13.\n//\n\nimport UIKit\n\nclass AnimationViewController: UIViewController {\n\n @IBOutlet weak var yagomImageView: UIImageView!\n \n ...
tonmoy1996/Login-and-signup-with-Django-Python
228,292,690
dba93c2f4fbb61dd14244fc08dbc2d67c49ca08e
{ "branch": "master", "commit_count": 5, "repo_created_at": "2019-12-16T03:11:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "98c4d343e9106de053a233a529a9c8cc29eac82e", "content": "\nfrom django import forms\nfrom Login.models import login\n\nclass LoginForm(forms.ModelForm):\n\n\tclass Meta:\n\t\tmodel=login\n\t\tfields=\"__all__\"\n", "size_bytes": 139, "file_path": "Login/form.py", "file_timestamp":...
Godlonx/Sudoku
606,085,113
8fca0e2316cd2bfa3720c356281196a705de9428
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-02-24T15:07:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "6d55df9b2b1be58b62bb8dbeca3cb0bf8e5f7f6a", "content": "package lib\n\nimport \"fmt\"\n\nfunc Validation(args []string) bool {\n\tvar (\n\t\targ string\n\t\tid int\n\t)\n\tif len(args) != 9 {\n\t\tfmt.Printf(\"Unvalid lenght of arguments\")\n\t\treturn false\n\t}\n\tfor id, arg = range args...
Rubayad-Hasan/chacking-vowel-and-consonant-with-cpp
995,519,638
09bf50ca3ba4681484ab0601017e138f9b38e80e
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-06-03T15:49:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "db91ddfb1ed9006ed36e12f12f2c76bbdd032e2f", "content": "# chacking-vowel-and-consonant-with-cpp\nchecking vowel and consonant with c++using while loop \n", "size_bytes": 95, "file_path": "README.md", "file_timestamp": 1748965785, "language": "Markdown", "is_vendor": false...
Juandabat/Chamba
848,266,303
5d6b96967a0379077bec57afbfbd205f370094ca
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-08-27T12:56:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "cb8c53042c18383362e0f4e624fb037b938a965c", "content": "# Chamba\nRyoiki Tenkai kangō anitei\n", "size_bytes": 37, "file_path": "README.md", "file_timestamp": 1724763400, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses"...
ricoT326/tango_with_django_project
329,683,313
fc57ebffb2bf0cc6bcb72af9c2e755da02de7c4d
{ "branch": "main", "commit_count": 12, "repo_created_at": "2021-01-14T17:13:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "dad03f48d8b003cc468a57b79fa5910e91c6a8af", "content": "# Generated by Django 2.1.5 on 2021-02-21 20:41\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.Migration):\n\n dependencies = [\n ('rango', '0002_auto_20210220_1439'),\n ]\n\n operations = [\...
manfredsteyer/2021-07-29
390,730,974
e46094a30fa682d1c4059a090180c51e32307265
{ "branch": "main", "commit_count": 7, "repo_created_at": "2021-07-29T13:20:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
13
[ { "content_id": "fd8be1d9a4a5b9510ae24f5bc12731523ad86edc", "content": "{\n \"npmScope\": \"core\",\n \"affected\": {\n \"defaultBase\": \"master\"\n },\n \"implicitDependencies\": {\n \"package.json\": {\n \"dependencies\": \"*\",\n \"devDependencies\": \"*\"\n },\n \".eslintrc.js...
mr-hemin/django_with_docker
685,577,335
73d9dc41d75869bc0f233597950bae28b8c1ec13
{ "branch": "main", "commit_count": 4, "repo_created_at": "2023-08-31T14:41:02.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "1fefcd6657cb30a4e452fde1bfaecc8aa32bf633", "content": "FROM python:3\n\nENV PYTHONUNBUFFERED=1\n\nWORKDIR /project\n\nCOPY requirements.txt .\n\nRUN pip install --upgrade pip\nRUN pip install -r requirements.txt\n\n\n\n", "size_bytes": 151, "file_path": "Dockerfile", "file_times...
LostKobrakai/processwire-fractal
65,563,891
ba1385910bf15bc7a7cf482206a8caee2dd63f06
{ "branch": "master", "commit_count": 4, "repo_created_at": "2016-08-12T15:35:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 6, "forks": 0, "issues": 0, "pull_requests": 0 }
15
[ { "content_id": "310457b50482378180dafd5845436191523e5cba", "content": "{% if editable %}<p><a href='{{ editUrl }}'>Edit</a></p>{% endif %}", "size_bytes": 67, "file_path": "site/templates/views/atoms/edit-link/edit-link.twig", "file_timestamp": 1471283222, "language": "Twig", "is_vendor...
ManApart/jump-pads
266,880,968
15efae6b4264eec7536c1c8a134070fc82693672
{ "branch": "master", "commit_count": 29, "repo_created_at": "2020-05-25T21:11:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "a211e47f03913f378fa63ec38edee39467d273aa", "content": "package org.manapart.jumpPads\n\nimport net.minecraft.core.BlockPos\nimport net.minecraft.resources.ResourceLocation\nimport net.minecraft.world.entity.Entity\nimport net.minecraft.world.level.Level\nimport net.minecraft.world.level.blo...
VintageAppMaker/MakePythonModule
103,007,273
b952e1f27f1c60d0877e1055cecbb310fd6a6624
{ "branch": "master", "commit_count": 8, "repo_created_at": "2017-09-10T05:54:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "41ebe8d7fbb60fe8010f1fc566e8dc0f97d34a0a", "content": "# -*- coding: cp949 -*-\n#-------------------------------------------------------------------------------\n# Name: logcat \n# Purpose: android logcat 정리 \n#\n# Author: snake\n#\n# Created: 26/11/2011\n# Copyright: ...
AnasMuhammedAK/AnasMuhammedAK
524,221,125
8ddf4cb10c37751a13e22f6870ff6eb96bd6e496
{ "branch": "main", "commit_count": 5, "repo_created_at": "2022-08-12T20:50:43.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7a1697d7c4e66382b60c0b443cd977dfd00fe900", "content": " \n<!-- ![Banner](https://raw.githubusercontent.com/sreeshilck/sreeshilck/main/banner.jpg) -->\n\n<h1 align=\"center\">Hi 👋, I'm <NAME></h1>\n<h3 align=\"center\">A Passionate full stack developer from India</h3>\n<img align=\"right\" ...
david-guyon/capi5k-openstack-ready
31,771,685
eea701a83573b3f8ab3fe6251e723529c60b3de6
{ "branch": "master", "commit_count": 21, "repo_created_at": "2015-03-06T14:00:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
33
[ { "content_id": "c3e78e9acbace4f83178d5b62f3c34644d813822", "content": "{\n \"name\": \"capi5k-puppetcluster\",\n \"version\": \"0.0.0\",\n \"homepage\": \"https://github.com/capi5k/capi5k-puppetcluster\",\n \"authors\": [\n \"msimonin <<EMAIL>>\"\n ],\n \"license\": \"MIT\",\n \"ignore\": [\n ...
zubair7384/pedro-coin
913,507,548
e661e4576b1a4de56922879f62cd18741ca64d88
{ "branch": "main", "commit_count": 9, "repo_created_at": "2025-01-07T20:23:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "9a97622033357416391024d0235bfbc8dea66113", "content": "import useIsMobile from \"@/hooks/useIsMobile\";\n\ninterface VerticalMetricsProps {\n percentage: number;\n children: React.ReactNode;\n}\n\nexport function VerticalMetrics({\n percentage,\n children,\n}: VerticalMetricsProps) {\n ...
deepatavy/cart_sample
750,811,986
06421febf320ce42bab563b4fba74ed65a198acb
{ "branch": "master", "commit_count": 18, "repo_created_at": "2024-01-31T11:19:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "3e66b8f27d449f85faf3ba08083ba1906799d43b", "content": "import 'package:cart_sample/commons/constants.dart';\nimport 'package:cart_sample/feature/cart/cart_bloc/bloc.dart';\nimport 'package:cart_sample/feature/cart/model/item_model.dart';\nimport 'package:flutter/material.dart';\nimport 'pac...
scottchen98/drum-kit
577,501,083
6417b613e2b63e1730b87a0ed403d2021c7716df
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-12-12T21:58:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5596c8000ac5d66787b1c0c6cc9073752d71c94d", "content": "body {\n text-align: center;\n background-color: #2a2b31;\n}\n\nh1 {\n font-size: 5rem;\n color: #DBEDF3;\n font-family: \"Arvo\", cursive;\n text-shadow: 3px 0 #0AA1DD;\n\n}\n\nimg {\n position: relative;\n width: 7rem;\n top:...
anirudhakulkarni/Placements-2024
825,659,634
4a27b504cc4f3a259be6aff341bad4ce80c0f193
{ "branch": "main", "commit_count": 11, "repo_created_at": "2024-07-08T09:03:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 279, "forks": 49, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "9bbc04575ed9f036d5bc145b84d5685138284912", "content": "<!-- TOC start (generated with https://github.com/derlin/bitdowntoc) -->\n\n- [Placements at IIT Delhi 2024](#placements-at-iit-delhi-2024)\n * [Preparation:](#preparation)\n + [Competitive Programming (CP)](#competitive-programm...
TWhyu/JenkinsfileDemo
159,799,396
6c13cd28a30df00cbd6116a0fb3bc61afda9bfc8
{ "branch": "master", "commit_count": 8, "repo_created_at": "2018-11-30T09:24:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "49ea4e325b32835c6e9421c51b4d850ce6125f5e", "content": "pipeline {\n agent none\n stages{\n stage('Release?') {\n agent none\n options {\n // Optionally, let's add a timeout that we don't allow ancient\n // builds to be released.\n timeout time: 21, unit: 'DAYS' \n ...
adilamin11/Landing_page_codeSoft
919,611,963
a2675107bf237476b738678974187ef8cae8f16e
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-01-20T17:59:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ebee9e68365a5b0c00b9f0cc6014c43e6471a003", "content": "@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');\r\n\r\n* {\r\n padding: 0;\r\n margin: 0;\r\n box-sizing: border-box;\r\n font-family: 'Roboto', sans-serif;\r\n overflow-x: ...
SanEv/Pandas-Practice
502,726,943
0d8048ef5f4d6c6046381b181af82e80a36356dd
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-06-12T21:00:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "e59ff94709042f6000f54a81986a58e1677fc0f6", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"metadata\": {}, \"source\": [\"## Pandas series\"]}, {\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import pandas as pd\\n\", \"pd.__ve...
UrShashank/Web-designing-practical-1
744,835,184
36a8b2765e237cafec31541e1982c9835938ddf2
{ "branch": "main", "commit_count": 9, "repo_created_at": "2024-01-18T05:16:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "f9a74121774b71c795299583f7aa0527249bc10d", "content": "body {\n font-family: Arial, sans-serif;\n background-color: #f0f0f0;\n}\n\n.calculator {\n background-color: #fff;\n width: 250px;\n margin: 100px auto;\n border: 1px solid #ccc;\n border-radius: 5px;\n padding:...
ifchicken/json-server-example
172,166,997
d2d8474c20b422c2e1a2d7dc5fea6efc31c4565c
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-02-23T03:32:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "25dca64db0a3fcfce25e9f78e1eb8123f5e433d9", "content": "{\n \"streams\": [\n {\n \"title\": \"my stream\",\n \"description\": \"this is a great stream\",\n \"id\": 1\n },\n {\n \"title\": \"Other stream\",\n \"description\": \"here is some stream\",\n ...
dan7sc/project05_neighborhood_map
160,442,594
b19eda2e4b1369610cd43b26fa14728eee59f0c3
{ "branch": "master", "commit_count": 39, "repo_created_at": "2018-12-05T01:36:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "c195fb49353e41949b3b33fe29500299065ba8ed", "content": "# Neighborhood Map Project\n\n\n### Project Overview\n\nFor this project, we will develop a single-page application featuring a map of a neighborhood. We will then add additional functionality to this application, including: map markers...
dileep9594/Big-Data
667,920,899
c2b9612261713858ef7246dc6ce9ad3177ed43a7
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-07-18T15:45:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "eac58381fe72a1af4e087d619ea115ff63c2f1b0", "content": "# Big-Data\nIt will have all the content regarding big data\n", "size_bytes": 59, "file_path": "README.md", "file_timestamp": 1701336495, "language": "Markdown", "is_vendor": false, "license_type": "no_license", ...
mayank1409/microservice-one-on-one
637,427,292
8aa6e88d985ff23130eddc0f4158f59bb3221985
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-05-07T14:24:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "b6d56999184d19588c82e92a405ebc270bfc2dc4", "content": "package io.letsrunit.studentservice.resilisency;\n\nimport io.github.resilience4j.circuitbreaker.annotation.CircuitBreaker;\nimport io.letsrunit.studentservice.feignclient.Address;\nimport io.letsrunit.studentservice.feignclient.FeignCl...
samwu22/3d
480,307,406
99b7b172143453757fcef0e5c567936c7f09f34c
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-04-11T09:15:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "018af060e48319bf5f40e7114321720c1ad3d6b8", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"2402b751\", \"metadata\": {}, \"outputs\": [], \"source\": [\"# Camera golbal\\n\", \"import numpy as np\\n\", \"from sympy import *\\n\", \"# ----------------c...
MicroMOOC/STCA_air_data
306,288,364
2efada2120d6fce01b311c3bdb61443bc5ce8720
{ "branch": "main", "commit_count": 2, "repo_created_at": "2020-10-22T09:32:22.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "941fd5ed6c2889740a5fefb28764cc2e1585cb92", "content": "# STCA_air_data\nfile of STCA_air_data project\n", "size_bytes": 46, "file_path": "README.md", "file_timestamp": 1603359166, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected...
GassinDev/prueba-devops
768,496,785
ad5b60560453841c075d7388d2e251e5b4b4e89e
{ "branch": "main", "commit_count": 15, "repo_created_at": "2024-03-07T07:35:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
1
[ { "content_id": "5831c2fb00221f5fbb83bbdedd21dbc66962bf62", "content": "version: \"3.1\"\n\nservices:\n galeria:\n container_name: pruebaExamen\n # Cambios en la imagen\n image: gassindev/pruebaexamen:latest\n ports:\n - 80:5000\n restart: always\n", "size_bytes": 185, "file_pat...
hoathemt/DVCS-Pillage
33,055,979
0a8e83835d1051a18c5e02e181c8a551e711e3d8
{ "branch": "master", "commit_count": 17, "repo_created_at": "2015-03-29T00: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": "29fe642391ad7cffcfdc0f2bb5eb82eb1b1f4bfd", "content": "import time\nimport socket\nimport urllib\nimport urllib2\nimport re\nfrom urllib2 import URLError\nimport cloud\nimport os\nimport redis\n\n\n# This (horribly written) script will read in a line of domains in format of example.com, one...
Cherylshire/animagic_canvas_vue
220,289,481
ef71bed02a0a4c12a0076a18e718824d14b1a55b
{ "branch": "master", "commit_count": 6, "repo_created_at": "2019-11-07T17:12:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 28 }
4
[ { "content_id": "75b2ea39f81ccda20987e458d33676e9dc51b887", "content": "# animagic_canvas_vue\n\nAnimagic canvas vue is a front end app to help making shapes on canvas using vuejs. This is a preparation app for merging into the animagic vue file in the future.\n\n## Project setup\n```\nnpm install\n```\n\n#...
MKBMER002/RegisteredUser
991,169,850
4ac45b334c51b86bd768ac0f2c59d3fa042b9a10
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-05-27T08:21:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "8a77886f093e995601c02aab32638bb366d192f1", "content": "var size = 0;\nvar placement = 'point';\n\nvar style_Properties_2 = function(feature, resolution){\n var context = {\n feature: feature,\n variables: {}\n };\n \n var labelText = \"\"; \n var value = feature...
amalev18/GungCodeTest
611,466,929
59f9e9cf53c52199c2af11ee796621246edb7bdb
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-03-08T22:11:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "f638cf0baf4df65899bd5018bdf470800fa0d089", "content": "import{ Pipe, PipeTransform} from '@angular/core';\r\n\r\n@Pipe({\r\n name: 'filter'\r\n})\r\n\r\nexport class FilterByPipe implements PipeTransform{\r\n transform(value: string[], filterString: string): string[] {\r\n const result...
programme0419/Authenticate_server
990,895,060
27d3b157163085504edd9dd9ce9e3b81bb5b331a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-05-26T20:07:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "4c4c270d9c6f87567131d519fb78ead5f5a3759c", "content": "const mongoose = require(\"mongoose\");\nconst bcrypt = require(\"bcryptjs\");\nconst jwt = require(\"jsonwebtoken\");\n\nconst msgSchema = new mongoose.Schema({\n username: {\n type: String,\n required: true,\n },\n email: {\n...
kevinpietruszka/spotify-playlist-creator
876,310,946
e6c77397158b12ddec62d6c1d34ff56548b28d18
{ "branch": "master", "commit_count": 18, "repo_created_at": "2024-10-21T18:51:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "e1c5d7581c8b2dff24b0c09915b3d7371ffc2da0", "content": "package auth\n\nconst (\n\tAUTH_BASE = \"https://accounts.spotify.com/\"\n\n\tRESPONSE_TYPE = \"code\"\n\tREDIRECT_URI = \"http://localhost:8888/callback\"\n\tSCOPE = \"playlist-modify-private\"\n)\n\ntype SpotifyAuthClient str...
avdkishore/docker-cheatsheet
99,719,727
38554806bc7e22aa93192843325de0f5da571d50
{ "branch": "master", "commit_count": 4, "repo_created_at": "2017-08-08T17:36:55.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "483aa4fdaccec9ea75ba6d25c6fe5d83930836cd", "content": "# docker-cheatsheet\n\n## Build docker image\n\n```\n$ cd /path/to/Dockerfile\n$ sudo docker build .\n```\n\nView running processes\n\n```\n$ sudo docker ps\n```\n\nView all processes\n\n```\n$ sudo docker ps -a\n```\n\nRun an image in ...
bigbro5232/AMS
837,094,759
f45d1de77bf206c40278c77290bf35bef4724f02
{ "branch": "main", "commit_count": 30, "repo_created_at": "2024-08-02T07:46:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "4acb59e50a045c6a6241a67f82fc35219afa7d92", "content": "// 07/26\n\n\nconst AccountError = require(\"./Account-error\")\n// 입출금 계좌\nclass Account {\n constructor(number, owner, password, balance) {\n this.number = number;\n this.owner = owner;\n this.password = <PASSW...
fauzannaufan/profileapp
348,597,538
b54a830281b1c2908682bd253c0d9613a74ac3fc
{ "branch": "master", "commit_count": 4, "repo_created_at": "2021-03-17T06:03:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "929a4c74e4310b25ab6e3e5c7438edd9f0883c3f", "content": "{\n \"displayName\": \"profileapp\",\n \"appName\": \"profileapp\",\n \"description\": \"Profile App\",\n \"lastModified\": \"2021-03-17T01:45:06.757Z\",\n \"imgSourcePath\": \"\",\n \"version\": \"1.0.0\",\n \"appT...
SamarthGarg09/InterviewSubjectClassification
528,740,339
44a15f9f2c9b758dd169554fc93362a073fe8221
{ "branch": "master", "commit_count": 4, "repo_created_at": "2022-08-25T07:24:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "41358de171862e90134b6be3a4df4fef714eac6c", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {\"id\": \"ememEe7Y5qTs\", \"outputId\": \"2eb4059c-ae32-4bba-de05-a8c8bd5f7b05\", \"trusted\": true}, \"outputs\": [], \"source\": [\"!pip install -q trans...
corsodevops/corsodevops
377,493,010
47111788f9ed17ffd4cb2bac0f6b272fec838620
{ "branch": "main", "commit_count": 81, "repo_created_at": "2021-06-16T12:44:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "876eec2439791188d357ff520994613e0c115813", "content": "name: .NET\n\non:\n push:\n branches: [ main ]\n pull_request:\n branches: [ main ]\n \nenv:\n app-name: \"corsodevops\"\n rg-name: \"corsodevops_rg\"\n \njobs: \n build: \n runs-on: ubuntu-latest\n\n st...
Muhammad-Ibrahim-Amjad64/Latest-
757,453,993
b3363fa4e5640d3172ba395031d37bd8f7ef9fc9
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-02-14T14:28:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "1f48f2c64b2958d9d9c5d3d4438216ca19d1e927", "content": "/* eslint-disable prettier/prettier */\nimport {\n Image,\n ImageBackground,\n Pressable,\n StatusBar,\n StyleSheet,\n Text,\n TextInput,\n TouchableOpacity,\n View,\n } from 'react-native';\n import React, ...
SoniaMEGS/PI-Videogames
762,534,843
1e714a50a852568c882727f871fce5f279b7baf7
{ "branch": "main", "commit_count": 19, "repo_created_at": "2024-02-24T01:41:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
31
[ { "content_id": "4bec2a5c3bf0004d5c83a208be79c5455c487a5d", "content": ".paginated {\n display: flex;\n justify-content: center;\n padding: 2rem;\n}\n.paginated_list {\n display: flex;\n justify-content: space-evenly;\n}\n.paginated_list li {\n margin-left: 0.35rem;\n margin-right: 0.35rem;\n}\n\n.pa...
mrqinglang/leetcode
286,959,809
9b4369914987590ff22d8e41c7a193d3ed0dd723
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-08-12T08:29:58.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "d456c013a2ded89ab7f39ab47fa620d12be7fda0", "content": "class Solution(object):\n def twoSum(self, nums, target):\n \"\"\"\n :type nums: List[int]\n :type target: int\n :rtype: List[int]\n \"\"\"\n for j in range(len(nums)):\n for i in ...
vyoma-raman/my_dc_first_repo
283,038,035
c2acd5b846177e41231cd3c465ff51c65a1e5606
{ "branch": "master", "commit_count": 22, "repo_created_at": "2020-07-27T23:07:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "656ff01e937e36e205d8975011e266bc032d38a0", "content": "/* Copyright 2017 <NAME>\nforked from http://blockbuilder.org/tomshanley/a94a879c8d28e302ac2b89228f9bd1f7\nby <NAME> \n*/\n\nconst width = 920\nconst height = 440\nconst margin = { top: 10, bottom: 10, left: 10, right: 10 }\nconst radiu...
Manjushreenl/Odoo8Tasks
73,142,707
a9d6d7c107a40fa5d4924d087cd60cb36e6aaf32
{ "branch": "master", "commit_count": 2, "repo_created_at": "2016-11-08T02:50:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "af09afe3e4d1181429f7cc21f1abccb8308d26f2", "content": "# Odoo8Tasks\nOdoo8\n", "size_bytes": 19, "file_path": "README.md", "file_timestamp": 1478573474, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
WordsPerMinute/battleforCO
235,405,946
edb33e725ad1ce6a77a09c16646891a0a5b0aa64
{ "branch": "master", "commit_count": 22, "repo_created_at": "2020-01-21T17:53:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 4 }
13
[ { "content_id": "94e2d1a260547b4d300fbbcc8ca7ffe714ac0c4a", "content": "# frozen_string_literal: true\n\nsource \"https://rubygems.org\"\n\ngit_source(:github) {|repo_name| \"https://github.com/#{repo_name}\" }\n\n# gem \"rails\"\n\ngem \"sinatra-activerecord\", \"~> 2.0\"\ngem \"sinatra\", \"~> 2.0\"\ngem ...
mlee284045/mpg
59,164,554
09c28e987d73095e690a2f321c017c3218da96cc
{ "branch": "master", "commit_count": 1, "repo_created_at": "2016-05-19T01:42:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a64c2cc1c842ceaf6c6983c2b5c461358eb7b74b", "content": "# mpg\nBasic web app to keep and record mileage and gas\n", "size_bytes": 55, "file_path": "README.md", "file_timestamp": 1463622152, "language": "Markdown", "is_vendor": false, "license_type": "no_license", ...
samimala/osa7fstack
158,446,051
9a38521a741814aad8159e0c31b174f5912a6235
{ "branch": "master", "commit_count": 19, "repo_created_at": "2018-11-20T20:16:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "65a3edcde360e8d066f2a05981ddd47ae88101d4", "content": "import React from 'react'\nimport { connect } from 'react-redux'\n\n\nconst Notification = (props) => {\n if (props===null) {\n return null\n }\n console.log('Writing message', props)\n return (<div className={(props.kind==='Info...
michaelurquhart79/w3d2_hwork_properties_quiz
189,086,181
1138d2a952bd1e18fe446aa2379f7aaf54582b1b
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-05-28T18:57:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9e3f6888d23e331c2950656d2e40418e3cdf0d5d", "content": "# CRUD Quiz\n\nUse the solution to this afternoon's Property Tracker lab to answer the following questions. Please write your answers under each question, push the file to GitHub, and submit in the usual way.\n\n## MVP Questions\n\nIn o...
i-am-anderson/curriculo
426,682,824
d8ff5657101aa1da28e6b6cc724ee226ace9895a
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-11-10T15:50:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "d1267a149a825926bb68bfa0bfb9a2a85d73b56e", "content": "export default class Escrita {\r\n constructor(frase, input, tab) {\r\n this.frase = frase;\r\n this.input = document.querySelector(input);\r\n this.tab = document.querySelector(tab);\r\n this.tamanhoFrase = frase.length;\r...
FilenkoAI/dewoo-shop-host
395,325,648
ead908e28a3361f3da5139b1a2e6069b70da9ae7
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-08-12T13:19:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
387
[ { "content_id": "ebbdea2338090bb129f97f5d6c78d1eaa47a9e81", "content": "<?php\nif(!defined(\"B_PROLOG_INCLUDED\") || B_PROLOG_INCLUDED !== true) die();\n$this->setFrameMode(false);\n\n?>\n\n<div class=\"ask-modal modal fade\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n ...
Prateek12code/animal-sound
753,645,925
d4f081ff4e1808f3c54aca99fac10499cd08e018
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-02-06T14:31:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "5d810275d13ddde2313e5ecbf0f3e1d04eb60202", "content": "body{\r\n font-family: 'Space Mono', monospace;\r\n}\r\n\r\n.header_div h2\r\n{\r\n font-weight: 700;\r\n color: teal;\r\n\r\n}\r\n\r\n.header_div\r\n{\r\n background-color: bisque;\r\n color: brown;\r\n font-weight: 4...
mdrayhandev124/mdrayhandev124
794,432,456
74f0198c6c96d2b7c95019c3664f9360de18df23
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-05-01T06:29:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d4ff141ac8d49b7f73ad41b72ffa800c6fa0c602", "content": "# mdrayhandev124\n", "size_bytes": 17, "file_path": "README.md", "file_timestamp": 1733771402, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
nelsonanguita/backend-spotyrap
554,238,088
b38f27197a6c5fb70af88dfaacbd6608621607e8
{ "branch": "main", "commit_count": 12, "repo_created_at": "2022-10-19T13:31:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "a0b184b0bc3a7d5888e3ca0fbd3d442ceeb8cffd", "content": "{\n \"name\": \"spotyRap\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"dev\": \"nodemon src/index.js\",\n \"start\":\"node src/index.js\" \n },\n \"keywords\": [],\n...
bot08/ultimative
475,449,229
8f86507c72e578598ac18e59f2ee24bf5c2807ea
{ "branch": "main", "commit_count": 6, "repo_created_at": "2022-03-29T13:12:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "f5d9c5c346a7241c956b80bbaad11c86a8cfe89d", "content": "<h2>Меню</h2>\n<a href=\"/\"class=\"font-color\">\n <h4>\n Home\n </h4>\n</a>\n<a href=\"/github\"class=\"font-color\">\n <h4>\n Github\n </h4>\n</a>", "size_bytes": 161, "file_path": "views/system/menu...
jazz-qa/automacao-ui-cypress-1
827,035,026
648bf0edbf5bb6dc9d7b906f0a1e94676e320c66
{ "branch": "main", "commit_count": 9, "repo_created_at": "2024-07-10T22:23:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "4a740234c741e153dd3707f8c2fda1cfae887d96", "content": "# automacao-ui-cypress-1\n\nPrimeira automação de UI no Cypress do curso EBAC por <NAME>", "size_bytes": 88, "file_path": "README.md", "file_timestamp": 1721669910, "language": "Markdown", "is_vendor": false, "li...