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 |
|---|---|---|---|---|---|
2018asma/angular-weather-app | 491,435,959 | 130239ba68f68702a66232981dee3170c95311a3 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2022-05-12T08:53:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "37fca33fae4f60e52fbe718c46d2e633671822e1",
"content": ".app{\n overflow: hidden;\n height: 100vh; \n background-image: url('https://images.unsplash.com/photo-1596625073709-2d93ea46a2c9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80'... |
20191041235/Jalender | 266,487,148 | 9cd99d540f2b74075ca9a33e732847fa9f287c74 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2020-05-24T06:57:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "4e2e7fb2295b69fcb9e1a795dff1380f8757e3a0",
"content": "# Jalender\nJalender for JNU students\n",
"size_bytes": 37,
"file_path": "README.md",
"file_timestamp": 1593482301,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses... |
20194095/PrograWeb-API | 895,642,766 | 99820e280bccb83dda22dd37cc88d648bafb591e | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2024-11-28T15:38:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 18 | [
{
"content_id": "f9f7674502a670daea8d045dcebda0e142f5321f",
"content": "import cartRepository from \"../repositories/cartRepository.js\";\n\nconst getCart = async (req, res) => {\n try {\n const cart = await cartRepository.getCartByUserId(req.user.id);\n if (!cart) {\n console.lo... |
2022M2T4-Inteli/Hurb-para-parceiros | 482,695,505 | 1eeb90085e2d8020f74276722af83a0e291eeeb7 | {
"branch": "main",
"commit_count": 268,
"repo_created_at": "2022-04-18T02:57:21.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 3,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 81 | [
{
"content_id": "1ef2323479be3c4b55eb1ccbd644833417621862",
"content": ".organizations {\n width: 100%;\n height: 100vh;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n text-align: center;\n}\n\n#title-main{\n margin-bottom: 2.8rem;\n}\n... |
2023Shoggy/Inforgraphic | 741,462,092 | 5987c4fdb0a2dfc8c24e2b5965eca4b67af5c7ab | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-01-10T12:54:55.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "02d25036df0209b0128e9b8d0c5fca9e537ab646",
"content": "# Inforgraphic\n",
"size_bytes": 15,
"file_path": "README.md",
"file_timestamp": 1704892016,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"con... |
2024AICompetition/cony-backend | 825,230,509 | 4649b33e5437adba05843cbe0254a3a8ec91be48 | {
"branch": "main",
"commit_count": 29,
"repo_created_at": "2024-07-07T07:30:17.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 88 | [
{
"content_id": "2f64ec07a26a8018b39f3c654902bf67adafc2e4",
"content": "package com.conymind.backend.util\n\nfun mapWeatherToIcon(weatherGroup: String): String? {\n return when (weatherGroup) {\n \"Thunderstorm\" -> \"/images/thunderstorm.png\"\n \"Drizzle\" -> \"/images/rainy.png\"\n ... |
207r1a6654/TImer-WebApp | 664,984,890 | effab0838c3866a0cea483d132313df5b2742ab2 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-07-11T07:26:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "d76fb84327f6480e8e9b2de1276e5b89c38362f9",
"content": "let timer; // Variable to hold the timer interval\r\nlet totalTime = 0; // Variable to hold the total time in seconds\r\n\r\nfunction setTimer() {\r\n // Get input values\r\n const days = parseInt(document.getElementById(\"daysInput\"... |
20CE034/CarGo-Ol | 427,323,606 | c7f4c6d7ef98fbb6b24ae03f14541aefb88dc014 | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2021-11-12T10:45:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "38da1dc14c52d3f43ccf36c3e676e7e63b76ba41",
"content": "\n\n\n# CarGo-Ol\nOriginal Copy of CarGo Repository\n\n\n# Link to site \n\n[Click Here](https://20ce034.git... |
20ryanc/Note-Backend | 494,834,036 | 74b382f11c96322301fcb98e43e8a66b1c6d7aad | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2022-05-21T16:17:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "a4b2d2284ad90b1a0cda6a25d7fde90b15200c50",
"content": "package com.example.demo.service;\n\nimport com.example.demo.dao.EntryRepository;\nimport com.example.demo.dao.UserRepository;\nimport com.example.demo.model.Entry;\nimport com.example.demo.model.Entrytmp;\nimport com.example.demo.model... |
21izah/simple_nodejs_crud | 787,849,770 | 42cdb670f17ee00dc098924e3b12154bce590f3b | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-04-17T09:51:07.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "d9413c266e27f74afcb0ab23a910f2d9a942bc98",
"content": "const express = require(\"express\");\n// Using Node.js `require()`\nconst mongoose = require(\"mongoose\");\nconst Product = require(\"./models/product.model\");\nconst productRoute = require(\"./routes/products.route\");\nconst app = ... |
21m1n/cpp-Monte-Carlo | 333,019,714 | 91965936e71a46cf9fcf3c448eba8ddd98986c1f | {
"branch": "main",
"commit_count": 20,
"repo_created_at": "2021-01-26T08:29:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "3c09b90849afa8161190ed435164df856fb8b0d6",
"content": "#include<vector>\n\nclass EuroBarrierOption{\n public:\n\n // constructor\n EuroBarrierOption(\n int nInt_,\n double strike_,\n double spot_,\n double vol_,\n ... |
21pavan2001/Demo2 | 722,450,273 | 4c13bb1db41fdfd65f96410ed5500f2dc8d5af80 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2023-11-23T07:12:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "b73b93bdada395ae287d1247b96d4df9d12a3050",
"content": "package Test_Case;\r\n\r\npublic class TC_test_002 {\r\n\r\n\tpublic static void main(String[] args) {\r\n\t\t\r\n\t\tSystem.out.println(\"Hello\");\r\n\r\n\t}\r\n\r\n}\r\n",
"size_bytes": 142,
"file_path": "TC_test_002.java",
... |
21vanbb/Rollaball2020 | 292,572,899 | d421c40894999d191c3bd85f2848ccd5355bf0c9 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2020-09-03T13:07:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "486ee51813885a18f720405f5ceb77cea8b82b7a",
"content": "# Rollaball2020\n \n",
"size_bytes": 18,
"file_path": "README.md",
"file_timestamp": 1600089294,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
22-SP/H2 | 821,543,068 | 5c9667bb7149a1da608972cfbd168c50ff95278a | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-06-28T19:31:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "c30dadd3767a80b4a4f9cd24b3c450e4d3b4bcb2",
"content": "/* Basic styling for body and container */\nbody {\n font-family: Arial, sans-serif;\n background-color: #f5f5f5;\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100vh;\n margin: 0;\n}\n... |
2203a54028/AIML_2024-Batch-40 | 756,680,868 | 78070b95d87d8dacd2197274dd09e315714c9c3b | {
"branch": "main",
"commit_count": 12,
"repo_created_at": "2024-02-13T05:02:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "a55050a37a554b3128224724a28bd455c699eba8",
"content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"provenance\": []}, \"kernelspec\": {\"name\": \"python3\", \"display_name\": \"Python 3\"}, \"language_info\": {\"name\": \"python\"}}, \"cells\": [{\"cell_type\": \"... |
221hussein/pollApp | 591,407,337 | 2e473098d5b64da97bf89ab7eab7ef62f8971d87 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2023-01-20T17:23:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "752012e1205712f8f132e8ac6d680f08ebce4bae",
"content": "package com.polls.controller;\n\n\nimport com.polls.payload.PagedResponse;\nimport com.polls.payload.PollResponse;\nimport com.polls.payload.UserIdentityAvailability;\nimport com.polls.payload.UserSummary;\nimport com.polls.repository.U... |
2255-don/SAYNA-NOTION-MAPAGEPERSONNELLE | 699,384,704 | 04b0fe965af16b8ac524785f2afaaa831f6052ea | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-10-02T14:26:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "a41ec011ed525886660443da18c0ee3c78819488",
"content": "# SAYNA-NOTION-MAPAGEPERSONNELLE\nCreation de mon premier site avec notion avec l'aide de l'equipe pedagogique de Sayna voici le lien: https://lizard-taleggio-bca.notion.site/Ma-Page-Web-7c9ff41af8d049c39062e80a1a219e57?pvs=4\n",
"s... |
22MH1A05I4/codemind-java | 751,192,497 | dc7fe2e4ce5a75c17bb544c471a4dc52e50a3419 | {
"branch": "main",
"commit_count": 20,
"repo_created_at": "2024-02-01T05:35:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "d95ab3959ec13607860ec0a273d3c1ad199ccb88",
"content": "import java.util.*;\npublic class Vowel{\n public static void main(String[] args)\n {\n Scanner sc=new Scanner(System.in);\n char ab=sc.next().charAt(0);\n if(ab =='a' || ab =='e' || ab =='i' || ab =='o'|| ab ... |
2329677402/OAfront | 857,012,992 | 93b31b65f6fb69f82c601edf80c19c3d76bbfb7e | {
"branch": "main",
"commit_count": 43,
"repo_created_at": "2024-09-13T16:27:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 27 | [
{
"content_id": "d063b905c43904573485c4f71ed3401df1f17fa3",
"content": "<!--\n * @Date: 2024-09-28 19:53:37\n * @Author: <NAME>\n * @FilePath: \\oafront\\src\\views\\inform\\publish.vue\n * @Description: 发布通知页面\n-->\n<script setup name=\"inform_publish\">\nimport OAMain from \"@/components/OAMain.vue\";\nim... |
23f3000916/tds-virtual-ta | 1,001,893,556 | 4a835d0f6d49ab85ddbcac3df4cfeb9119dddab4 | {
"branch": "main",
"commit_count": 16,
"repo_created_at": "2025-06-14T09:05:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "eb91cb0c0fec0d8739173609749c64280a690006",
"content": "# TDS Virtual TA – IITM Online DS\n\nThis is a Virtual Teaching Assistant for the Tools for Data Science (TDS) course. It uses a RAG (Retrieval-Augmented Generation) pipeline to answer student queries based on course content and Discour... |
24151/book | 989,967,956 | 39809f34a6d2e1f2e3728b255aecdeb7e9ad1f16 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2025-05-25T08:10:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "94d9d73330d4d4b8e5b707f1b549d825336ef412",
"content": " book\n",
"size_bytes": 6,
"file_path": "README.md",
"file_timestamp": 1748160615,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
24jmwangi/python_flask | 325,846,676 | 50af8a1c67eed0a1ecc912e0bbf33e5d8990663a | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2020-12-31T17:36:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "9748bbdfb976ffe20666ef81b3d66528ec933bfc",
"content": "\n#### flask_demo\nI started on flask basics\n\nuse `git clone https://github.com/James-Wachuka/flask_demo.git` to get the code\n\n`cd` to `flask_demo`\n\ncreate virtualenv \n`python virtualenv env\n`\nand activate the `venv` using `ven... |
24kaushik/quickdoc | 891,497,732 | 20993ed47f2167fdbdce1427586e7861f1fbaba7 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2024-11-20T12:50:36.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "c454a9dbd113ff34ca80f6f286024b923cb8f77c",
"content": "{\n \"name\": \"backend\",\n \"version\": \"1.0.0\",\n \"main\": \"index.js\",\n \"type\": \"module\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n \"dev\": \"nodemon index.js\"\n },\n ... |
250mon/GeoQuiz | 218,519,150 | 99121f061b65cc23b0f1c684ca974b1705d40e1e | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2019-10-30T12:10:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "e9c82380b208d41d68dba0ceed5fe36543c23944",
"content": "package com.sjy.android.geoquiz;\n\nimport android.app.Activity;\nimport android.content.Intent;\nimport android.os.Bundle;\n\nimport com.google.android.material.floatingactionbutton.FloatingActionButton;\nimport com.google.android.mate... |
2513703504/java_test | 506,074,014 | f70ed5c3c9c1414cde802be623373e29c25b6f32 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-06-22T02:41:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "8e1321cdf2ad01ea0feddbecf062c7b9e9a2b498",
"content": "package com.ctbu.controller;\r\n\r\nimport com.ctbu.common.Result;\r\nimport com.ctbu.pojo.Student;\r\nimport com.ctbu.service.CourseAndStu;\r\nimport com.ctbu.service.StudentService;\r\nimport com.github.pagehelper.PageInfo;\r\nimport ... |
256k/256klabs-photogallery | 915,884,261 | 723d874190ce05c2d39bc68f23964beb8be79489 | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2025-01-13T03:03:27.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "4a5103450194e46b05fdc334f44e1e6a68b84392",
"content": "## 256klabs photo gallery\n\nstatic photo gallery website generator\n0- make `generate.sh` executable `chmod +x generate.sh`\n1- create `images` folder\n2- add images\n3- run `./generate.sh`\n\n\n\n",
"size_bytes": 189,
"file_p... |
26-26-github-12/Lehnor-Yarkpah-306-project | 505,900,476 | bdbe62dbdc6397b19d9fbaa7fb54a28be79284f2 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-06-21T15:27:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1a7ea0a8848aa12db324cdabc808af2bfc4ac76b",
"content": "# Lehnor-Yarkpah-306-project\nJLee Group of Companies website\n",
"size_bytes": 61,
"file_path": "README.md",
"file_timestamp": 1655825271,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license"... |
26-agency/uaPastData | 579,961,450 | a75212a82abcd1fdb8b219ce985bf1ba9f626049 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2022-12-19T11:27:49.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "8553a738e3ad551339d5805b732a72ac29419de3",
"content": "auth_path: \n client_token: <CLIENT SECRET JSON>\n service_account: <SERVICE ACCOUNT JSON>\n\ntime:\n date_range: ['<START DATE>', '<END DATE>'] #Dates in format 'YYYY-MM-DD'\n\nga:\n views:\n -\n view_id: 'GA VIEW ID'\n ... |
2642101145/Genetic-Algorithm | 900,646,140 | 08a8a35083ff3516cb497f551659a19cab2be837 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2024-12-09T07:56:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "69d6b755db5aad5c3f98caddec7c0ce9674bf5bc",
"content": "#include \"PostmanProblemSolver.h\"\r\n\r\n\r\nPostmanProblemSolver::PostmanProblemSolver(const uint32_t & point_num) {\r\n random_device rd;\r\n gen = std::mt19937(rd());\r\n if (point_num < 2) {\r\n throw std::invalid_argu... |
26letterz/crossplatform-l2 | 458,131,211 | 7034a522c15167d20a1b5f67a451c19d6e2fd3d7 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2022-02-11T09:57:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "bc7534e2c1eecdd7cf729bfff4a01122eb7592c6",
"content": "#include <iostream>\n#include <fstream>\n#include \"model.h\"\n\nFeedback model_write(std::string record)\n{\n\n std::fstream db;\n Feedback result;\n db.open(\"db.txt\", std::ios::out | std::ios::app);\n\n if (!db)\n {\n... |
273souffle/project_jenkins | 174,459,942 | 9f13dbba9a00cb62b4d9fcb6024822def49a2bb5 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-03-08T03:07:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "975be7f36d8295cf1fa6e438bf3ac278d843a661",
"content": "import time\n\nimport allure\nimport pytest\n\nfrom base.base_analyze import analyze_file\nfrom base.base_driver import init_driver\nfrom page.page import Page\n\n\nclass TestContact:\n\n def test_contact1(self):\n assert 0\n\... |
294401374/shop | 225,189,643 | 472c1b29770cfb99e9a98fcad26d66407faead22 | {
"branch": "master",
"commit_count": 14,
"repo_created_at": "2019-12-01T16:08:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 27
} | 12 | [
{
"content_id": "879a61006106abdf773fad17e885831510e1a077",
"content": "<?php\n\n/** @var \\Illuminate\\Database\\Eloquent\\Factory $factory */\n\nuse App\\Models\\ProductSku;\nuse Faker\\Generator as Faker;\n\n$factory->define(ProductSku::class, function (Faker $faker) {\n\n // `title` varchar(255) COLL... |
2B5/ip-2B5 | 55,446,319 | 9efa15a2dd0e83e8a86dcb3091f45dbb0bf1d069 | {
"branch": "master",
"commit_count": 79,
"repo_created_at": "2016-04-04T21:24:41.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 85 | [
{
"content_id": "924bcc20a2176c83ad8a9d578a8178656cc5aa6c",
"content": "package com.imgprocessor.processor;\r\n\r\n\r\nimport java.io.File;\r\nimport java.io.IOException;\r\nimport java.util.ArrayList;\r\nimport java.util.Arrays;\r\nimport java.util.LinkedList;\r\nimport java.util.List;\r\n\r\nimport javax.... |
2BAD/renovate-config | 724,944,051 | 36b307341265125875559f10bc7eed9f695431dc | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2023-11-29T05:29:20.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "7e21a04166c7790ff7469d989f1f5d383bc3219b",
"content": "# renovate-config\nShared Renovate configuration for our projects \n",
"size_bytes": 66,
"file_path": "README.md",
"file_timestamp": 1703249627,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_lic... |
2buisson/nominatim | 147,016,276 | 9f54a6bf149172c634d1f3befdc6290494054d77 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-09-01T16:52:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "5af42751f0c11bacec44100495476a22ac04b26d",
"content": "package service\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"io\"\n\t\"log\"\n\t\"net/url\"\n\t\"time\"\n\n\t\"github.com/varyoo/nominatim\"\n)\n\ntype Job interface {\n\tSearch() url.Values\n\tSetCoordinates(jsonResponse io.ReadCloser) e... |
2gmurillo/introPHP | 269,395,026 | 75dcf29aa76e9ebdf278f793018eb12decf2ebfa | {
"branch": "master",
"commit_count": 21,
"repo_created_at": "2020-06-04T15:22:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 3
} | 21 | [
{
"content_id": "fa45720a719db0828c0770bd39dc0d4707366296",
"content": "{% extends \"layout.twig\" %}\n{% block main %}\n\t<section class=\"container2\">\n\t\t<h1>Login</h1>\n\t\t<div>{{ responseMessage }}</div>\n\t\t<form action=\"/introPHP/auth\" method=\"POST\">\n\t\t\t<input class=\"input\" type=\"email... |
2ndlab/docker-smartdns | 439,703,306 | 4f018d66079a5fca38dd4bcbafc068339aab318f | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-12-18T19:57:02.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 5
} | 3 | [
{
"content_id": "b7142e312b4e96897da6a5e0c0079bc4e1aecd54",
"content": "# docker-smartdns\n\nSmartdns for GitHub Actions.\n",
"size_bytes": 48,
"file_path": "readme.md",
"file_timestamp": 1639857600,
"language": "Markdown",
"is_vendor": false,
"license_type": "permissive",
"detec... |
2ruslan/SCounter | 167,055,868 | 7812b7149e8a402c60a1c9138672db96abc28c43 | {
"branch": "master",
"commit_count": 14,
"repo_created_at": "2019-01-22T19:41:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 28 | [
{
"content_id": "6ab86c1824eb233d3c120e0973d15825dbba12a5",
"content": "package rkupchinskii.scounter;\n\nimport android.app.Activity;\nimport android.content.Intent;\nimport android.hardware.Sensor;\nimport android.hardware.SensorEvent;\nimport android.hardware.SensorEventListener;\nimport android.hardware... |
2to8/RedRivals | 183,328,486 | 68f2131e744971be65a4b8bf42ca12115fb1babb | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2019-04-25T00:54:26.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "b298a1247437800a5736f923b688b0657d742894",
"content": "# RedRivals\nTurn Based Strategy Mobile Game\n",
"size_bytes": 44,
"file_path": "README.md",
"file_timestamp": 1556153978,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_l... |
2vin2vin/pran-e-quadruped | 442,500,133 | 7eacabb779b7d05a6cc3b1811c389e8479705ddd | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2021-12-28T15:10:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "dd446155d7f40068c9366cc590d9c06e9720bbbc",
"content": "# pran-e-quadruped\n\nComplete quadruped visualization and control software. It is a 3-D based motion control package\n\n## Base folder\n### Contains code related to kinematics\n\n## Dynamics folder\n### Contains code for dynamics of th... |
3065923/Class_Repo_Demop | 349,743,252 | 9a2f4443587df89a92f9a611e387bfc7ba8d95a8 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-03-20T14:12:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "d63d4366ceb55abef718461285461d6531fc8c4d",
"content": "# Class_Repo_Demop\nDemo for repository class\n",
"size_bytes": 45,
"file_path": "README.md",
"file_timestamp": 1630977617,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_... |
320624321/wodebainjiku | 530,599,880 | d8952feea70e0e0d89fbdab2f1812ee04873131f | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-08-30T10:09:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "85eba3780bc2433efa938b7bc8946c471873e5dd",
"content": "# wodebainjiku",
"size_bytes": 14,
"file_path": "README.md",
"file_timestamp": 1661854193,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
322balaji/Electricity-bill-payment | 700,825,720 | 6ecc05ffcfc35bd267fb75e6625f943df8ebdce5 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-10-05T11:23:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "f5c5a7cc41f8cdeaec3b012e8fca4f5f05378b81",
"content": "package myJavaPackage;\r\n\r\nimport java.util.HashMap;\r\nimport java.util.Map;\r\nimport java.util.Random;\r\nimport java.util.Scanner;\r\n\r\npublic class Electricitybillpayment {\r\n\r\n private static Map<String, String> userdet... |
36mohit/school-project | 741,042,923 | 7b15b880119410054a4b4c903f2bc56155f50a98 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2024-01-09T15:26:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "03347b65a2ca69518e9e72a7e4a9e37787d0aedd",
"content": "# school-project\nSatya\n",
"size_bytes": 23,
"file_path": "README.md",
"file_timestamp": 1708782774,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{... |
39hops/password-gen | 852,568,359 | c49057a808587cc646f3ec903067dc025fc1a608 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-09-05T03:12:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "4b2468e09b4383a4e1932ccaa69f25e8414d4b98",
"content": "function generate() {\r\n let letters = \"\";\r\n if (document.getElementById(\"lowercase\").checked) {\r\n letters += \"qwertyuiopasdfghjklzxcvbnm\";\r\n }\r\n if (document.getElementById(\"uppercase\").checked) {\r\n letters... |
3DTinker/3DTinker | 884,236,071 | d15181414981fc77891764a6c968863017563ee4 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-11-06T11:50:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c7465c237fd0bce021f625a5d206b69e5c462f6d",
"content": "- 👋 Hi, I’m @3DTinker\n- 👀 I’m interested in ...UX Designs & 3D animation\n- 🌱 I’m currently learning ...\n- 💞️ I’m looking to collaborate on ...UX Design Projects and 3D Animations\n- 📫 How to reach me ... https://www.linkedin.com... |
3osmann/psytix | 988,652,208 | 23eaa260768bb8b7175a697a0d765fa194eb5950 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-22T21:46:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 51 | [
{
"content_id": "54222db4b0c444ccbe6dda13fc0fd43da2a79d1b",
"content": "<?php\n\nnamespace App\\Http\\Controllers\\Backend;\n\nuse App\\Http\\Controllers\\Controller;\nuse App\\Models\\Events;\nuse App\\Models\\Impressions;\nuse App\\Models\\Lineups;\nuse App\\Models\\Ticket;\nuse App\\Models\\Discount;\nus... |
3sanjukumar/food-fitness | 233,917,919 | 1f20ccee1d9c766ff880f31ebab695e0c4a5ac19 | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2020-01-14T19:22:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "0cc4c30476f0d56185d6bad8ac11eedf4774719a",
"content": "import React, {Component} from 'react';\nimport {Link} from 'react-router-dom';\nimport axios from 'axios';\n\nconst Appointment = props =>{\n <tr>\n <td>{props.appointment.username}</td>\n <td>{props.appointment.descri... |
3shmawi/Quran_data | 859,756,072 | b6869a2007dfa5ee47244b829ccef5d4041ecec5 | {
"branch": "main",
"commit_count": 20,
"repo_created_at": "2024-09-19T08:19:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "7814590a12cca1665c05dd332342c45a0262b183",
"content": "import 'package:arabic_numbers/arabic_numbers.dart';\nimport 'package:flutter/material.dart';\nimport 'dart:async';\n\nclass ReverseTimer extends StatefulWidget {\n final TimeOfDay targetTime;\n\n const ReverseTimer({super.key, requir... |
3umarG/Retrofit_with_Coroutines | 548,603,208 | 02406155d551f051c746ac4825db7e6bbec41d0b | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2022-10-09T22:27:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "3f664de3fb33206caa437a1ce886fb7fd99c0e86",
"content": "package com.example.simpleretrofitwithcoroutines\n\nimport retrofit2.Response\nimport retrofit2.http.GET\n\ninterface MyApi {\n\n @GET(\"comments\")\n suspend fun getComments(): Response<List<Comment>>\n}",
"size_bytes": 199,
... |
3wweiweiwu/workinglog | 195,772,361 | 597915a31cebf7e1dd924cdf80a6423306d4fc58 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2019-07-08T08:45:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 19
} | 16 | [
{
"content_id": "268aaf771ff487729e872a867216b14699fc5192",
"content": "export * from './WorklogDetailActions'",
"size_bytes": 38,
"file_path": "src/actions/index.js",
"file_timestamp": 1562580180,
"language": "JavaScript",
"is_vendor": false,
"license_type": "no_license",
"detec... |
3x10RaiseTo8/AlphaAPI | 427,304,557 | ab88962a250ca16263c4e6a2942a1eaf52666172 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2021-11-12T09:38:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "f342ecb80267eff23d1f2c85bc01c1fd419a082a",
"content": "from fastapi import FastAPI, Response, status, HTTPException, APIRouter, Depends\nfrom sqlalchemy.sql.functions import func\nfrom sqlalchemy.orm import aliased\nfrom .. import models, schemas, oauth2\nfrom typing import List, Optional\n... |
404errornotfound/Site | 81,291,574 | 4158a36fca00a7fc4cd027d823bd24961b078f90 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2017-02-08T05:33:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "98a7f73fef5f4314bf3b49794c5298679f2a2283",
"content": "# System.html is useless, not being used.\n",
"size_bytes": 42,
"file_path": "README.md",
"file_timestamp": 1487281261,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_lice... |
404th/grpcServer | 467,278,595 | a99597fbd0d252b15f84dae0b9eb8f188b17dfb0 | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2022-03-07T22:23:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "a4a4b72a89e45670c150a16e183e077de711b6a9",
"content": "module github.com/404th/grpcserver\n\ngo 1.17\n\nrequire (\n\tgoogle.golang.org/grpc v1.44.0\n\tgoogle.golang.org/protobuf v1.27.1\n)\n\nrequire (\n\tgithub.com/golang/protobuf v1.5.0 // indirect\n\tgithub.com/jackc/chunkreader/v2 v2.0.... |
44-563-WebApps-F23/44563-webapps-f23-assignment7-BHUPATHI-LAKSHMI-PRAVALLIKA | 700,962,966 | 624da6c92a28a0b9d6f86806350b5ab208440b3f | {
"branch": "main",
"commit_count": 33,
"repo_created_at": "2023-10-05T16:27:14.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9249d8eab487af0e47d71a5d8dd825b52a72c4c3",
"content": "[](https://classroom.github.com/a/Kv-XePEp)\n# WebApps-F23-Assignment-7\nAn as... |
44144-f19/ch6casestudyjavajam-NicholasPierce1 | 211,554,271 | bd6429ad7fcbc9f63079f446778a92c3398aa45d | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2019-09-28T19:53:13.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "0f4b2face7f9cf93db00e98ad443573941b19622",
"content": "*{\r\n box-sizing: border-box;\r\n}\r\n\r\nheader, nav, main, footer{\r\n display: block;\r\n}\r\n\r\nbody { background-color: #FCEBB6; \r\n color: #221811;\r\n font-family: Verdana, Arial, sans-serif;\r\n\t background-... |
44244432664/gitTest | 544,443,260 | 70263eef0020a7669abffe4d7b8fce4880c6d3e3 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-10-02T13:48:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "873cf0121aec394c01b878fa6810cdd2924968c9",
"content": "# gitTest\ngithub first test\n",
"size_bytes": 28,
"file_path": "README.md",
"file_timestamp": 1664718521,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}... |
44fahadhasan/raw-nodeJs-pro-1 | 848,199,212 | 034333104ca1787a25a89de891ad8f19f25fa9cd | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-08-27T10:17:05.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "1b604ded15d0ee421c0364f7dd1fa8b2922c4abd",
"content": "// dependencies\nconst { allWords } = require(\"./lib/para\");\nconst { getRandomNumber } = require(\"./lib/math\");\n\n// app object - module scaffolding\nconst app = {};\n\n// configuration\napp.config = {\n eachTimeRun: 1000,\n};\n\... |
45Egg/Assignment_template_Engineering | 250,713,505 | d1fe97d701a2f2774051d1a228bd13454e6ed4a5 | {
"branch": "master",
"commit_count": 11,
"repo_created_at": "2020-03-28T04:24:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 4,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e41ee00645416258fabb4a9fcf40dc657d85398d",
"content": "# Assignment_template_Engineering\n\nApplicable to students in BDIC, major in Engineering\n适用于BDIC工程类专业学生\n\nprovide in Apple Pages, Microsoft Office Word and LaTeX (Where functions are more complete)\n提供了Pages、Word和LaTeX格式(LaTeX拥有更完整的功... |
48thFlame/Boost-Bot | 568,164,274 | 4a07170a416190a8eec1dd7a4c14a718c4f0d74b | {
"branch": "master",
"commit_count": 15,
"repo_created_at": "2022-11-19T16:46:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 23 | [
{
"content_id": "fd137047f065c6fc86b89d660263f80e644d317a",
"content": "import hikari\nimport lightbulb\nfrom hikari import ButtonStyle\n\n\nC_EQUAL_SYMBOL: str = '='\nC_CLEAR_SYMBOL: str = 'C'\nC_DEL_SYMBOL: str = '⌫'\n\nC_START_MSG: str = '0\\u200b'\nC_START_OF_BUTTON_CUSTOM_ID: str = 'calculator_button:'... |
4Iex/xslttransformer | 131,692,718 | 08ee1c5bf55583b2858da8e2a12b3211409cb8ec | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2018-05-01T08:43:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "6985fb72bca19126424a32b41569dbe8d3e87744",
"content": "XSL-Tester/*\n",
"size_bytes": 13,
"file_path": ".gitignore",
"file_timestamp": 1529314593,
"language": "Ignore List",
"is_vendor": true,
"license_type": "no_license",
"detected_licenses": []
},
{
"co... |
4LPH4ONE/https-help.hilton.com | 639,338,993 | 02d18a5abfe99ee4be7066e476fd1f4057567f18 | {
"branch": "root",
"commit_count": 4,
"repo_created_at": "2023-05-11T09:12:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "eb818a393be690fdec1ad081341ff643c03e1d7c",
"content": "subdomain Taken\n",
"size_bytes": 16,
"file_path": "README.md",
"file_timestamp": 1726288231,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
4YouSee-Suporte/arduino-sensor-presenca | 399,963,831 | e9b5ee632bbd6aeef43f6d08272ed86ea8af6f33 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2021-08-25T21:41:33.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "7057685737c96b45fe36ef814030793379ad9b89",
"content": "\n<h1>Arduino com Sensor de Presença</h1>\nO arduino usado nesse projeto é um arduino leonardo pois através dele é possível tomar controle do teclado e mouse para agir como eles uma vez esteja conectado ao computador. No caso do sensor ... |
4dr1en/veterinary | 474,023,759 | ef4655ea62d05c8bfba6ce06dd9d4cf1771d5934 | {
"branch": "main",
"commit_count": 10,
"repo_created_at": "2022-03-25T13:38:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 67 | [
{
"content_id": "7fbe5e32928309f754fbd4dfad3062553cf745f0",
"content": "version: \"3.8\"\n\nservices:\n db:\n container_name: db\n image: mariadb\n ports:\n - \"3306:3306\"\n environment:\n MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'\n MARIADB_MYSQL_LOCA... |
4drianqm/decorator-pattern | 656,809,666 | ba4d0f30265ebf9303b722f9bc04308d756c20c8 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-06-21T17:26:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "1017d76257993adcee0afc550f536c4bef697bcb",
"content": "from champion import Champion\n\n\nclass Item(Champion):\n def get_life_points(self) -> float:\n return self.champion.get_life_points()\n\n def __init__(self, champion: Champion):\n self.champion = champion\n\n de... |
4hmed7ounas/keno-game-fix | 873,229,077 | 0077eb73c482ce3c6a8240f941d92a5b67b8d00b | {
"branch": "main",
"commit_count": 19,
"repo_created_at": "2024-10-15T20:12:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 47 | [
{
"content_id": "8787ad356093885b8761fa97e2e04efaeef05fb6",
"content": "import { Tab } from \"@headlessui/react\";\n\nexport default function AppTabbar() {\n return (\n <Tab.Group vertical>\n <Tab.List>\n <Tab>Tab 1</Tab>\n <Tab>Tab 2</Tab>\n <Tab>Tab 3</Tab>\n </Tab.List>... |
4huitv/4huitv.github.io | 953,306,487 | 9df897db746fd2239ccd6f774171d1322e37235e | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2025-03-23T03:30:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 81 | [
{
"content_id": "6fd85840f307927822745a2ba9cc9341a3060e2d",
"content": "<!DOCTYPE html><html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0\"><title>四虎... |
4lch3mis7/nuclipy | 385,581,392 | 53174821f93e4e5a48708b6ac832cf2f74bfa63d | {
"branch": "main",
"commit_count": 25,
"repo_created_at": "2021-07-13T11:33:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 52 | [
{
"content_id": "16844f5695a566bab67acf21aadad4157abbe28a",
"content": "id: nagios-status-page\n\nname: Nagios Current Status Page\nseverity: low\n\nrequests:\n - method: GET\n paths:\n - 'HOSTNAME/nagios/cgi-bin/status.cgi'\n - 'HOSTNAME/cgi-bin/nagios4/status.cgi'\n - 'HOSTNAME/cgi-bin/... |
4lgar/superoptimizer_LLVM | 60,260,856 | 227584a3fd534c73358e244eef0aa146e9bd7a7e | {
"branch": "master",
"commit_count": 26,
"repo_created_at": "2016-06-02T12:05:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "3b43fe6e7d4497641c8a0592c46d131cb31c7e66",
"content": "# Superoptimizers - Souper and LLVM\n\n## Introduction\nHardware is not becomming faster but stranger. Since the physical limitations don't allow us to go faster we have to find other ways to do more with the hardware. This gave birth t... |
4ol4a/uber-project | 769,219,016 | 2be03a2feff7001f9508e4ff808386b837bc2184 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2024-03-08T15:32:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "273695f2cc544dde9f313eb2d2bf5d25b6c0d717",
"content": "// @media (max-width: 1400.5px)\n// .menu\n// &_item\n// padding-right: 35px\n// &_link\n// font-size: 13px\n// .reasons\n// &_descr\n// width: 500px\n// .choise\n/... |
4rthurmonteiro/roll_dice_2d | 998,101,286 | 4d76e6207186edb526f551958da24a02bbcff6a2 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2025-06-07T21:34:52.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "1e20cd4358012add21c6b53b96ffdc1fac71c96f",
"content": "<!--\nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writi... |
4thClover/simple_app | 301,097,353 | 453512d3abadec2aac395a757a877870745d29ac | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2020-10-04T10:12:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "dc3cdf628dfff1f38e42583235fb4c48514785b2",
"content": "body {\n background-color: purple;\n}\n\nh1 {\n color: whitesmoke;\n}\n\np {\n color: whitesmoke;\n}\n",
"size_bytes": 94,
"file_path": "styles.css",
"file_timestamp": 1601806997,
"language": "CSS",
"is_vendor": f... |
4y0/morxcha | 74,341,144 | 726f82e8f15e00e788c03b0acd5bbbd0a683cf38 | {
"branch": "master",
"commit_count": 17,
"repo_created_at": "2016-11-21T08:14:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 1,
"pull_requests": 1
} | 3 | [
{
"content_id": "dc096695f6b7eb9c925ab290aa710a25700568c1",
"content": "var morxcha = require('../index');\nvar q = require('q');\nfunction serviceMethod(data){\n\tif(!data.id)\n\t\tthrow (\"id is required\");\n\tif(!data.email)\n\t\tthrow(\"email is required\");\n\tif(!data.fullname)\n\t\tthrow(\"fullname ... |
502y/502y | 826,372,802 | b5436871e44a971f128a48c9ae5c1f30010e6996 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-07-09T15:25:55.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "90b02460d91cb1785ef7c8e7efff9ca8e28c963c",
"content": "<!--\n- 🔭 I’m currently working on \n- 🌱 I’m currently learning Flutter and Objective-C\n- 👯 I’m looking to collaborate on ...\n- 🤔 I’m looking for help with ...\n- 💬 Ask me about ...\n- 📫 How to reach me: ...\n- 😄 Pronouns: ...\... |
516M/JavaProjects | 287,695,275 | b984f286a0b6ab57df280ffa39c30a36e789759c | {
"branch": "master",
"commit_count": 12,
"repo_created_at": "2020-08-15T06:58:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "8df7fdb74fab767f901c6d651eb82136bdc5388a",
"content": "package com.company;\n\nimport java.io.*;\nimport java.util.Scanner;\n\npublic class ATMApplication {\n public static void main(String[] args) throws FileNotFoundException {\n final String filename = args[0];\n\n Scanne... |
5Johnyob/HolidayHouse | 220,382,102 | eca5e8e0edf8297350ebb20059309045db4b1c87 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-11-08T03:49:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "2faf62ffb2286b56641c7ad8aeebc3110488c716",
"content": "# HolidayHouse\nnightclub\n",
"size_bytes": 25,
"file_path": "README.md",
"file_timestamp": 1573184955,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
5keTchDev/5keTchDev | 840,414,212 | 2123ee088c6845bc24be3f429560d71fc23b5ad3 | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2024-08-09T16:45:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e2d44b2c269279818e3bc4c88683b9e8843484c0",
"content": "<h1> Hi 👋, I'm M0H1T</h1>\n<h2> 🏄♂️Software Engineer</h2>\n\n- 📒 I’m currently working on **Jobspire**\n\n- 🌱 I’m currently learning **MERN Stack**\n \n- 🌋 I’m looking to collaborate on **Blockchain**\n \n- 💬 Ask me about **J... |
5usan/Chit_Chat-Client | 516,004,478 | 5c5c27c4fb22edd02198e1e10f11321ba4b74623 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-07-20T14:00:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "275da8038f8b007eb40df4ba6e84d7ab41bcaa49",
"content": "# Chit_Chat-Frontend\nThis the the frontend repo of Chit Chat, a basic messaging web application.\n",
"size_bytes": 97,
"file_path": "README.md",
"file_timestamp": 1658325610,
"language": "Markdown",
"is_vendor": fal... |
604adrian/Sort-with-ZSH | 792,477,923 | 37423e835c6fb9453741cb09a1b69ea9b1c46b81 | {
"branch": "master",
"commit_count": 11,
"repo_created_at": "2024-04-26T18:47:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "281543d2517cd22c9fd35d60f15ea783a64df9d0",
"content": "#!/bin/zsh\n\nfor dir in */; do\n cd $dir\n rm *pdf\n cd ..\ndone\n",
"size_bytes": 63,
"file_path": "cleanup.zsh",
"file_timestamp": 1719944826,
"language": "Shell",
"is_vendor": false,
"license_type": "no_li... |
624491311/- | 137,561,193 | 96e1edcdfb437ec18b9e02a60164f957ce6da224 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-06-16T07:06:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "2b39ef34a269e906fd8442b730ba1ff87bd953c5",
"content": "# -\n网站爬取资料\n",
"size_bytes": 23,
"file_path": "README.md",
"file_timestamp": 1529132805,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
64bri3l/prueba | 631,951,744 | 7064bbacfdeeb686314617fc28946c43838d4d07 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-04-24T12:05:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "01a6f82a1072cb9d4cad6c2012791583b1be103b",
"content": "body {background-color: blueviolet};",
"size_bytes": 36,
"file_path": "prueba.css",
"file_timestamp": 1682424312,
"language": "CSS",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
... |
6democratickim9/k8s_study | 868,779,909 | a5a82fa6512067fa51f2c955d91b8705d371b76f | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-10-07T07:08:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "eb9e9ac32dafae3235973c2abe72dd4f43c34c3a",
"content": "# k8s_study\n쿠버네티스 공부용 레파지토리\n",
"size_bytes": 54,
"file_path": "README.md",
"file_timestamp": 1728284913,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}... |
6reis/cv2 | 510,514,244 | 03edbf87d03f27c114d817961c92280ea7c76741 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-07-04T22:04:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "1b4bca64b27a2204ddbc24e83e368e1c9436a9c3",
"content": ".family{\n width: 50%;\n height: 50%;\n margin: 20px;\n}\n\na{\n margin: 10px;\n display: flex;\n align-items: flex-end;\n}",
"size_bytes": 131,
"file_path": "css/index.css",
"file_timestamp": 1656972461,
... |
7017581674/BlueNice | 1,002,403,563 | aecdb2637c55408ffd0ba3849088d7d4f652c21d | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-06-15T12:01:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "5d311d2973660d302da5f11dc4a485c898c5f55a",
"content": "\nBlue Nice HTML Template\n-----------------------\nThis is a simple static website template for a garments business called \"Blue Nice\".\n\nPages:\n- index.html (Homepage)\n- about.html (About Us page)\n- products.html ... |
72DEVO/dwar | 623,370,708 | c883f559455bcbce4cc040cfd9f7a64d77f4cd58 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-04-04T08:34:08.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e078bb81219873995768708bcb4d832ff759c702",
"content": "# dwar\ndesktop warmachine\n",
"size_bytes": 26,
"file_path": "README.md",
"file_timestamp": 1680597249,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
777-art/Antonioflix | 841,602,435 | 9af2d9b333235e69d26ed4caca402238ebe65a37 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-08-12T18:27:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "03c5223ad4c1552faffb801563eedae1c6d26293",
"content": "body {\r\n color: white;\r\n background: black;\r\n margin: 0px;\r\n font-family: \"Oswald\", sans-serif;\r\n margin-bottom: 100PX;\r\n}\r\n\r\nheader {\r\n border-bottom: solid 3px rgb(42, 122, 228);\r\n padding: 2... |
779914406/hello-world | 314,742,164 | 85817b67b1a45d384cac8e58a00d72b751a35c41 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2020-11-21T05: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": "ca054b87fb7d8a6b77c03c40c3975d8c5a77b2be",
"content": "# -*- coding: utf-8 -*-\nimport json\nimport requests\nimport time\n \n \ndef main_handler(event, context):\n buildHearders()\n # 签到\n signResult = sign()\n # 游戏信息\n totalSignDay = getTotalSignDay()[\"data\"]\n totalSi... |
789bb/aff5 | 449,603,888 | 71fbbf5056e1c15a9c755286ada8fa5a8f20e824 | {
"branch": "main",
"commit_count": 23,
"repo_created_at": "2022-01-19T08:15:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "66fdecd3f2370e758743c367161d2d2381773a0c",
"content": "# coding=utf8\r\nimport codecs\r\nimport random\r\n\r\n\r\n\r\ni = 1;\r\nselect_text = ['789BIT เว็ปตรง เว็ปแท้ จ่ายครบ 100 เต็ม','789BIT เว็ปตรง เว็ปแท้ จ่ายเต็มทุกยอด', '789BIT สมัครสมาชิก เล่นเว็บตรงระบบ AUTO', '789BIT บริการ 24 ชั่ว... |
7Ayush6/SQL_project | 766,804,441 | 623f835686388a881f0e701693208af80d0c36e1 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2024-03-04T06:46:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "a1b3042e75e802e123e90c89cea06ac22107c82e",
"content": "# SQL_project\nThis project is to find the most popular man of boy and the girl in the us in the year 2014.\n",
"size_bytes": 107,
"file_path": "README.md",
"file_timestamp": 1709545017,
"language": "Markdown",
"is_v... |
7Romuch7/goit-js-hw-02 | 288,751,949 | 56e44d64991d8e5b33facd6aa80b36044c64b27b | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2020-08-19T14:19:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "7e271b4247a8dcaf41a046eb7390ded17e9d0c43",
"content": "/*const logItems = function (array) {\n let result = '';\n for (let i = 0; i < array.length; i += 1) {\n result += `${i + 1} - ${array[i]}\\n`;\n }\n\n return result;\n};\n\nconsole.log(logItems(['Mango', 'Poly', 'Aja... |
7S-Coder/Selenium-Gerkhin | 897,873,184 | 0697271e0918a333b2190651953e63acb6471aee | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-12-03T11:45:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "152728e9c6afb6a9cbefd835e1d1f7add6dec1b0",
"content": "package com.example.runners;\n\nimport org.junit.runner.RunWith;\n\nimport io.cucumber.junit.Cucumber;\nimport io.cucumber.junit.CucumberOptions;\n\n@RunWith(Cucumber.class)\n@CucumberOptions(\n features = \"src/test/java/ressources/... |
7awraaa/soen390-zenhubTUT | 919,734,708 | 3e454da14a4ad2751977402eb027ece5ddaf0877 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-01-20T23:00:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 2,
"pull_requests": 0
} | 1 | [
{
"content_id": "a985ae7117dc8af70cd959c35632b993077b7b1c",
"content": "# soen390-zenhubTUT",
"size_bytes": 19,
"file_path": "README.md",
"file_timestamp": 1737414058,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
7clouds-terraform-modules/terraform-aws-cloudwatch-lambda-apigateway-metrics | 791,925,485 | 2efff37ebe2d14cecbd5d797e227cd9d75eb953f | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2024-04-25T16:27:56.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "2d4f6a00fa269e7cd595ca6439f618f926933e9f",
"content": "resource \"aws_cloudwatch_log_group\" \"requestTracker\" {\n name = \"/aws/lambda/${var.LAMBDA_FUNCTION_NAME}\"\n retention_in_days = var.CLOUDWATCH_LOGS_RETENTION_IN_DAYS\n}\n\nresource \"aws_cloudwatch_dashboard\" \"api... |
7shravan7/PracticeLeetcode | 268,539,081 | 724e5307d5dbb71556ba47446762fb8d8aadb351 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2020-06-01T14:04:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 252 | [
{
"content_id": "2139050fe7cab01fa1363dc0148ec458d036160a",
"content": "package codes.LeetCode.may2020Challenges.week_4_22to28;\r\n\r\nimport java.util.HashMap;\r\nimport java.util.Map;\r\nimport java.util.PriorityQueue;\r\n\r\npublic class SortCharactersByFrequency {\r\n\t\r\n\tpublic static String frequen... |
8-del/my-website | 1,001,219,284 | 5133e1db0bb4c770e7f975c33590d3febfdeadcb | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2025-06-13T02:50:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "82c30bdd40f3416ea573a87138186ad4a59afe9a",
"content": "@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');\r\n\r\n:root {\r\n --color-background: #f0f4f8;\r\n --color-container-bg: #ffffff;\r\n --color-text-primary: #334e68;\r\n --color-tex... |
8319Joy/Precession-Corp-Prediction- | 943,305,760 | c3d565c604b9b707f15c2db70d86fdcae3a9ca30 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-03-05T13:51:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "98060b0273e235ccc59ebf4f4186c1ddda39246d",
"content": "#!/usr/bin/env python\n# coding: utf-8\n\n# # Objective of the Document\n\n# The document, ML and IoT in Agriculture: Precision Crop Recommendation Based on Rainfall, presents a technological solution to enhance agricultural productivit... |
841330740/ui-of-qq | 343,268,485 | 69df7d053a9116b89c9f2c6b799aeceaf60ece35 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2021-03-01T02:35:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 3,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 42 | [
{
"content_id": "c8700302353d3551a539c76d759770121581509c",
"content": "#include \"qq_main_menu.h\"\n#include \"ui_qq_main_menu.h\"\n\nqq_main_menu::qq_main_menu(QWidget *parent) :\n QDialog(parent),\n ui(new Ui::qq_main_menu)\n{\n ui->setupUi(this);\n\n this->setWindowFlags (Qt::FramelessWindo... |
865116251/hello-world | 193,511,657 | ba5c39ca382232f20150a35f37248f8750344200 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2019-06-24T13:32:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c9c9474eaec4a8f23250ab79de906c8010f10e2b",
"content": "# hello-world\n\nHi Hummans!\n\nI am just a bird of programming,if you can see this file,please teach me a lot and I would return you any more! thank you !\n",
"size_bytes": 152,
"file_path": "README.md",
"file_timestamp": 1... |
865573228/storeWeChat | 284,231,561 | e1f44c60e9dc3082746cb7b5290ae3f9f0c6753a | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2020-08-01T09:44:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "435b692bfc9360aa7da50d2331711f00073dace8",
"content": "{\n \"navigationBarTitleText\": \"优购首页\",\n \"usingComponents\": {\n \"searchBar\":\"../../components/searchBar/searchBar\"\n }\n}",
"size_bytes": 129,
"file_path": "pages/index/index.json",
"file_timestamp": 159699369... |
88Aleja77/Calculadora | 416,930,064 | 5a3f237fd1e12589b820768d1f0fafda7ae4e65f | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-10-13T23:44:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "9b75ea93b7f74a1a48e109611db9aa3031eace0d",
"content": ".aside{\n margin-inline: auto;\n text-align: center;\n padding: 10%;\n}\n\n.texth1{\n font-family:'Garamond';\n font-size: 50px;\n text-align: center;\n color: black;\n background: rgb(144, 202, 212);\n text-s... |