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 |
|---|---|---|---|---|---|
gciftci/NodeJS_Login | 592,388,929 | 595b749154a189dbc957c1f6a3dfe1b73b6a1f34 | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2023-01-23T16:19:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "b3d591a47d7e3097fd93f32b12becedd5b033c75",
"content": "const express = require('express');\nconst dotenv = require('dotenv');\nconst mariadb = require('mariadb');\nconst bcrypt = require(\"bcryptjs\");\nconst path = require(\"path\");\n\nconst publicDir = path.join(__dirname, './views');\nc... |
kristiandupont/CherryTomato-classic | 15,649,756 | 431467a578e7505bd043ad12e3ef395e873ab9c9 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2014-01-05T11:15:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 250 | [
{
"content_id": "71b2072b1a54e4dd6e0a3198f0fd59f1d3d489c9",
"content": "using System;\r\nusing System.Collections.Generic;\r\nusing System.Linq;\r\nusing System.Text;\r\nusing System.Windows.Forms;\r\nusing CherryTomato.Core;\r\nusing CherryTomato.Core.Pomodoro;\r\n\r\nnamespace CherryTomato.PomodoroEvalua... |
yashasbvn/data_design | 465,174,329 | b5fc3a9a60ee70ad303537bd00e3bcf2d4713e94 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2022-03-02T05:49:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "7609221ddd13232e5a803d5f5e0320abca27a3e9",
"content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"993bcffe\", \"metadata\": {}, \"outputs\": [], \"source\": [\"################ Part 1 ################\\n\", \"\\n\", \"# Requires pymongo 3.6.0+\\n\", \"from p... |
pritymishra726/pritydemo | 934,105,662 | 38b5f3f68e14c497f16bc95526b336e94df1f942 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-02-17T09:33:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "a02a872a5ec0a9a6950ab8037fb4d0e75cd93b7e",
"content": "# pritydemo\nthis is my first repository\n",
"size_bytes": 40,
"file_path": "README.md",
"file_timestamp": 1739784804,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licen... |
KaliCronin/solutalaudantium | 775,566,110 | 9f698f0c976894a859a09aaf8aff63c1811ee11f | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-03-21T16:16:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "b1e232f8bf3b3c02237cff5188ec63b96555e9ac",
"content": "{\n \"name\": \"solutalaudantium\",\n \"version\": \"1.0.0\",\n \"coreVersion\": \"3.0.9\",\n \"author\": \"MagnoliaWyman\",\n \"description\": \"A highly versatile tree structure for JavaScript.\",\n \"homepage\": \"https://githu... |
Football-1/zipcode-z | 522,603,503 | 762c1af7d59a85aaaf2f5e8c1fa39247381b64ff | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-08-08T15:22:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1305045e0f13eff3fc538ccd81d67eddbf5acceb",
"content": "# zipcode-z",
"size_bytes": 11,
"file_path": "README.md",
"file_timestamp": 1659972373,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
JonNadeau/lab00_jonathannadeau | 164,487,294 | e25bb4f028437e93e3624969e0e9e104344f4afd | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2019-01-07T20:07:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "25baaa5e43027ff842fad1727ec47a8004ffa2fe",
"content": "// intlist.cpp\n// Implements class IntList\n// YOUR NAME(S), AND DATE\n\n#include \"intlist.h\"\n\n#include <iostream>\nusing std::cout;\n\n// copy constructor\nIntList::IntList(const IntList& source) {\n IntList I = new IntList;\n ... |
KPSSandaruwan/x-pay-project | 950,501,009 | af5c56277931aff132e6630d06a74f025617f944 | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2025-03-18T09:05:07.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "aac9a0fbacc55d6bf15fa9889fbabd745e1e3235",
"content": "let products = [\n { id: \"1\", name: \"product1\", quantity: 10 },\n { id: \"2\", name: \"product2\", quantity: 26 },\n { id: \"3\", name: \"product3\", quantity: 20 }\n];\n\nmodule.exports = products;\n\n",
"size_bytes": 189,
... |
dragonfury91/robofriends | 151,575,944 | 82a444d8c9c3c35478912362abb7cb64666a6b50 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-10-04T13:27:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "7ec53de1e129b77c4fa23fac0b63cd7e6e1445e7",
"content": "body {\n margin: 0;\n padding: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\",\n \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\n sans-serif;\n -webkit-... |
regreceive/echoex | 148,084,312 | 326255931a30500b478cb4069339b60d88e45523 | {
"branch": "master",
"commit_count": 184,
"repo_created_at": "2018-09-10T01:50:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 99 | [
{
"content_id": "c1db4ab82eb6e8ea0771c61e02d7b6e97c21b7a8",
"content": "/**\n * React Starter Kit (https://www.reactstarterkit.com/)\n *\n * Copyright © 2014-present Kriasoft, LLC. All rights reserved.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE.txt file in the root d... |
mvdspk/aham | 402,667,571 | 4ca5ef23fcb185cb9ba290bfbc20c9007391113c | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-09-03T06:19:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "22b6b7a041444a1ddc92d42d318eac7a9af2dc49",
"content": "from flask import Flask, render_template, request\nfrom pathlib import Path\nimport json\nconfigPath = Path.home()\nconfigPath = Path(configPath).joinpath(\"aham_config/config.json\")\n\nf = open(configPath,)\nconfig = json.load(f)\nus... |
mattSMobley/versionOne | 61,161,092 | 787b2398904577a5001a6e8d7f44479a19862d18 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2016-06-14T22:51:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "f3cc6ca8d27257af174eb5b75737989d385d97dd",
"content": "This is the first draft of the AmeriSouth website for John.\n",
"size_bytes": 60,
"file_path": "README.md",
"file_timestamp": 1465951194,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
... |
BlockDevsUnited/React-dApp-Tutorial | 386,017,645 | 0307ddafd317dbaaef36852a39fe779ac166f46b | {
"branch": "main",
"commit_count": 16,
"repo_created_at": "2021-07-14T17:11:25.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 3,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "6fc7edd58cce4fe6371ee3c957638c0697a1e9af",
"content": "/* global artifacts */\nconst BDUToken = artifacts.require('BDUToken');\n\nmodule.exports = async (deployer) => {\n await deployer.deploy(BDUToken);\n};\n",
"size_bytes": 149,
"file_path": "migrations/2_deploy_token.js",
"f... |
baxter-site/kafka-demo-main | 955,219,636 | 1d2abae5c0cc8b1dec3c00f641b7f4820e097c07 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2025-03-26T09:50:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "e1113f7c346d31746966aabbdd0c0210c68db777",
"content": "# Используем базовый образ Python\nFROM python:3.10.2\n\n# Задаем рабочую директорию\nWORKDIR /app\n\n# Копируем файлы зависимостей и устанавливаем пакеты\nCOPY requirements.txt .\nRUN pip install --no-cache-dir -r requirements.txt\n\n#... |
gfjelrahem/gfjelrahem | 729,334,690 | afd65424d51cb727cbc2c6cff799fc601310f238 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-12-08T23:39:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "892121ec6be4cecefaa7546b2700a99a5bce82ba",
"content": "- 👋 Hi, I’m @gfjelrahem\n- 👀 I’m interested in ...\n- 🌱 I’m currently learning ...\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me ...\n\n<!---\ngfjelrahem/gfjelrahem is a ✨ special ✨ repository because its `README.md`... |
vagnersabadi/server-nodejs-jwt | 130,205,404 | cc600b0c4c9830b1bd99fd6ba5d42fee62b51cbc | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-04-19T11:26:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "fb58461e5ee38912e4f4e26feed4e2422c4245c1",
"content": "{\n \"name\": \"sampleJwtApp\",\n \"version\": \"1.0.0\",\n \"dependencies\": {\n \"body-parser\": \"^1.17.2\",\n \"cors\": \"^2.8.4\",\n \"express\": \"^4.15.3\",\n \"jsonwebtoken\": \"^7.4.1\"\n }\n}\n",
"size_byte... |
leonleles/laslesvpn-next-js | 363,506,325 | 060ba3f052b9e1c9e9430a386f21298fb5010d17 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2021-05-01T21:01:05.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 21 | [
{
"content_id": "9f0d3a2742a14afe4e35c31316d8ab007ef567fe",
"content": "import styled from \"styled-components\";\n\ntype ContainerProps = {\n between?: boolean\n}\n\nexport const Container = styled.div<ContainerProps>`\n width: 100%;\n max-width: 1140px;\n margin: 0 auto;\n\n ${props => props.between ... |
Maheshchouhan/FileUploadDownloadExample | 111,326,278 | dd25f47dede4957ff6ce2dc1c8e353dab4a1c12d | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2017-11-19T19:43:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "eb4b9a975b80265f8a10d566be3d2bafd1c9c70f",
"content": "package com.hm.entity;\n// default package\n// Generated Nov 20, 2017 12:40:00 AM by Hibernate Tools 4.0.0.Final\n\nimport javax.persistence.Column;\nimport javax.persistence.Entity;\nimport javax.persistence.GeneratedValue;\nimport sta... |
matsudachikara/cyllabus_twitter_clone | 58,414,025 | 94fbc6aac48035281b293a6faa01020634a4e782 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2016-05-09T23:12:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9d52f17569dd9530b702ec4efc9c0feb822e0bcc",
"content": "# cyllabus_twitter_clone",
"size_bytes": 24,
"file_path": "README.md",
"file_timestamp": 1462835563,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
ralphmatthew/Simple-Calculator | 695,074,362 | a9f745ec7d8169394022dd0ceac3a87be553ea36 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-09-22T09:48:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "0d574266b8dc8724aaf8792fcb11e522062771d3",
"content": "#This code allows user's to add, subtract, multiply, and divide numbers. It also includes exception handling such as Zero Division Error and Value Error.\n\ndef add(a, b):\n return a + b\n\ndef subtract(a, b):\n return a - b\n\nde... |
AttilaSATAN/polymer-frontend | 28,449,686 | 2e1529b4168f468bc9cb6e9693b3c4a4c203c40f | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2014-12-24T13:25:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1a4ca349eddb783461e086cf6d6bf71f529316ff",
"content": "polymer-frontend\n================\n",
"size_bytes": 34,
"file_path": "README.md",
"file_timestamp": 1419435144,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": ... |
AbdullahEsha/Python | 310,897,357 | 15167dcbcc29ecabd5d03f060298e95a6dadab4d | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2020-11-07T17:30:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "a56b8211d492184c839541e2da09a2876593bef1",
"content": "import random\r\nPOPULATION_SIZE = 100\r\nGOAL = 'Midterm is over for 2020!'\r\nGENES = 'abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ,.!'\r\nclass GA(object):\r\n \r\n def __init__(self, chromosome):\r\n ... |
Xumpy/node-red-solaredge-modbus-client | 248,266,080 | 6b15849a2078ef03456c24a43ea66641b5556309 | {
"branch": "master",
"commit_count": 89,
"repo_created_at": "2020-03-18T15:13:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 6,
"forks": 6,
"issues": 2,
"pull_requests": 2
} | 7 | [
{
"content_id": "84616a294774a328ff83e9ed6c9cc25483ed798e",
"content": "{\n \"config\": {\n \"fetch\": 4\n },\n \"data\": [\n [18, 2, \"kW_L1\", \"int32\", \"Value weight: Watt*10\"],\n [20, 2, \"kW_L2\", \"int32\", \"Value weight: Watt*10\"],\n [22, 2, \"kW_L3\", \"int32\", \"Value weight: W... |
ciazhar/release_party_2018 | 126,505,852 | c20ce858b70030eb3617638fea2f55f89c208322 | {
"branch": "master",
"commit_count": 98,
"repo_created_at": "2018-03-23T15:40:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "34317e8a41b2a45f4e5b1a79555d845cdb91642a",
"content": "# Release Party 2018\n",
"size_bytes": 21,
"file_path": "README.MD",
"file_timestamp": 1521819799,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
... |
liba6/memes | 587,718,733 | a238e498ef09e8551435c63f9e0608fa66ba2f64 | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2023-01-11T12:28:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e12663750230aea1e624f1831db34025e9fed08f",
"content": "memes/\n\n.eslintcache\n*.tsbuildinfo\nnode_modules\n",
"size_bytes": 48,
"file_path": ".gitignore",
"file_timestamp": 1674689671,
"language": "Ignore List",
"is_vendor": true,
"license_type": "no_license",
"... |
DIOGOODELLI/-CoontrolTecnologia | 271,883,250 | 22a46bea1ec7d3e5f1fbcee98a10b79bb64cd433 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-06-12T20:20:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 14 | [
{
"content_id": "7d169c18c8df0d3e26b1f30e002da793480bb452",
"content": "package br.com.SeletivoCoontrol.domain;\n\npublic class Regiao {\n\t\n\tprivate String cod_regiao;\n\tprivate String des_regiao;\n\t\n\tpublic String getCod_regiao() {\n\t\treturn cod_regiao;\n\t}\n\tpublic void setCod_regiao(String cod... |
vladimirbag/goit-web-hw-13-2 | 943,498,433 | 420453e79b79185c07c4b935b9ba97745cf0d377 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2025-03-05T20: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": "fe6f93c9de93fdfd2009b69aefec2e250df794fb",
"content": "{% extends \"base.html\" %}\n\n{% block content %}\n <h2>Ваш пароль успішно змінено</h2>\n <p>Тепер ви можете <a href=\"{% url 'login' %}\">увійти</a> з новим паролем.</p>\n{% endblock %}\n",
"size_bytes": 236,
"file_path": "q... |
1stosman/projects | 880,188,356 | d1c5569c30327f9366e3a1b5c4057c2d7627d765 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-10-29T09:29:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5fe9bab5601e16eebcc4d840b0b7be46c653de0d",
"content": "# projects\nWeb Programming with Django\n",
"size_bytes": 39,
"file_path": "README.md",
"file_timestamp": 1730194156,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licens... |
garzoand/model_with_pipeline | 371,137,234 | afe7baa077c811ad09405ec3d4fe35d2b4335f05 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2021-05-26T18:45:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "aa32d3294f0c5cadfe3848287d6e77c9da3a690d",
"content": "# model_with_pipeline",
"size_bytes": 21,
"file_path": "README.md",
"file_timestamp": 1622074241,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
lethekhoi/recieveSMS | 225,215,510 | c187a9f58685a143d0f8d9f7bc26303e9e0f7d1c | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-12-01T19:16:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "40a0e8e301150afae41b416bc702574694a9d0a6",
"content": "include ':app'\nrootProject.name='RecieveMessage'\n",
"size_bytes": 49,
"file_path": "settings.gradle",
"file_timestamp": 1575227851,
"language": "Gradle",
"is_vendor": false,
"license_type": "no_license",
"d... |
JunYou42/Circular_inspection | 790,906,947 | db62502d64c1bcee7a016fae3fdeb218814dddbe | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-04-23T18:39:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "b00923b5d1f3d3718d9190ad5bedbe5affd73cde",
"content": "import numpy as np\nimport transforms3d\n\n\ndef vector3D_quaternion_to_matrix(translation_vector, quaternion):\n \"\"\" Converts a translation vector and a quaternion to a transformation\n matrix\n\n Args:\n transla... |
AmanPatwa/Government_Schemes_Portal | 177,758,253 | be84fbb8695d314b61329edcac86b0ec8904cbca | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2019-03-26T09:42:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "cb991ec4e7e149445bcf92546a54f3afd591cace",
"content": "package org.omega.portal.governmentschemesportal;\n\nimport android.content.Intent;\nimport android.net.Uri;\nimport android.os.Bundle;\nimport android.support.v7.app.AppCompatActivity;\nimport android.util.Log;\nimport android.view.Vie... |
peppespino/camerabw | 878,069,566 | e3bf3d0ed68e8d60ea27cc1ceda35978436e498f | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-10-24T18:15:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "df7dc7d472a1add24e9831f1ebb10ccbb9a7eff8",
"content": "altair==5.4.1\naltgraph==0.17.4\nattrs==24.2.0\nblinker==1.8.2\ncachetools==5.5.0\ncertifi==2024.8.30\ncharset-normalizer==3.4.0\nclick==8.1.7\nFreeSimpleGUI==5.1.1\ngitdb==4.0.11\nGitPython==3.1.43\nidna==3.10\nJinja2==3.1.4\njsonschem... |
Chandon-Roy/GitHub_tutorial | 654,584,412 | 551aeacc2f7bfa67cb82cc41f5ce42c644fc37b4 | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2023-06-16T12:58:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "115cbef9368256ded80da71b3f6f2eb1d33af77b",
"content": "# GitHub_tutorial\nIt is helpful those who want to learn GitHub\n",
"size_bytes": 63,
"file_path": "README.md",
"file_timestamp": 1686928619,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_licens... |
DEPCORE-PL/oc-turnstile-plugin | 948,167,153 | 44c766c2dee73cb754ea336afdb1d92bada59274 | {
"branch": "master",
"commit_count": 17,
"repo_created_at": "2025-03-13T21:31:41.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 20 | [
{
"content_id": "2e21530630c670cd0764479052ebe8277733ab9f",
"content": "***\n\n# TurnstileCaptcha\n\nTurnstileCaptcha component class.\n\nThis component integrates the Cloudflare Turnstile CAPTCHA into your application,\nproviding bot protection for forms and other user interactions.\n\n* Full name: `\\Depc... |
natidean12/Contasmae.github.io | 837,630,691 | 235673ffa7c479c42ebec218a6955cb16f5baac4 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-08-03T14:43:05.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "d4ae279393a67a8f4919d677928b0d06b8c72992",
"content": "# Contasmae.github.io",
"size_bytes": 21,
"file_path": "README.md",
"file_timestamp": 1722696300,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
YisusPasha1/DEVF | 788,740,825 | 8dfebfcb70d2b9f175bc26f83fba7a4f75525b4f | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-04-19T01:50:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "661833c5962ff23aede75547ed6e514ce2d35ce5",
"content": "body{color: beige;\nbackground-color: black;\ntext-align: left;}\n\n\nmenu{justify-content: left;\n display: flex;\n align-items: left;\n height: 150px; width: 120 px;\n}\n\nbutton{\n background-color: black;\n color: bei... |
Quanghuy23099/nnjjbbb | 774,135,950 | 8b4c0dc4df7caef08785a623e93938a5a8206b13 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-03-19T02:12:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "920debc5ff7420ae85c7843a4be7be10500d9690",
"content": "# nnjjbbb",
"size_bytes": 9,
"file_path": "README.md",
"file_timestamp": 1710814377,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
ManpreetSingh202205255/Github-Demo-Repository | 784,966,434 | abaa7de81c821065766dd1315225a454aef6d4ec | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-04-10T23:20:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "b192325a274705a3eaea7cb7e860c00f0541c5e5",
"content": "import javax.swing.*;\nimport java.awt.*;\nimport java.awt.event.ActionEvent;\nimport java.awt.event.ActionListener;\n\npublic class LoginApp extends JFrame implements ActionListener {\n private JTextField emailField;\n private JP... |
chuh2006/21points | 899,372,052 | bace4917462c3515b919effb647774db4b00ee93 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-12-06T06:08:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "2ca4500248a9c9a87e0c701f516a5fed17e376ce",
"content": "#include <iostream>\r\n#include <string>\r\n#include <vector>\r\n#include <random>\r\n#include <map>\r\n\r\nclass Player {\r\n public:\r\n Player() {\r\n std::cout << \"Player constructor\" << std::endl;\r\n ... |
sendi70/WSEI_JavaScript | 544,444,154 | cd8b721cbcff2c5a06c591105edceceb1c309a50 | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2022-10-02T13:51:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 15 | [
{
"content_id": "25b88eae6749a75afc61129b0e2c16bdc99e1369",
"content": "## Pogodynka\n\n### Wersja Śledzik: \n1. Aplikacja prezentuje pogodę z różnych miejsc na świecie (temp, wilgotność, odpowiednia grafika względem pogody np. chmurka, słoneczko, deszcz, śnieg etc). \n1. Wskazane przez użytkownika miejsca... |
chuongphan97/Java_TH_ReadFileExample | 361,945,949 | 78d0f3b56affa827932fd2e8d5e018fe136aaf5c | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2021-04-27T01:42:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "173c3114a8b3d1fd0d487ee6761ce2c1a0c69c90",
"content": "import java.io.*;\nimport java.util.*;\n\npublic class ReadFile {\n public void readFileText(String filePath){\n try {\n File file = new File(filePath);\n\n if (!file.exists()){\n throw new... |
emiliojfs/postgresql | 639,148,475 | 73edb8985c5f3903013e35475286e6c966d4caaf | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2023-05-10T21:35:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 16 | [
{
"content_id": "a0cbfc1d81bdd89f8995409c2be7253e69fa52f2",
"content": "CREATE TABLESPACE tbls_laboratorios LOCATION 'D:\\WORKSPACE\\tablespace\\laboratorios';",
"size_bytes": 84,
"file_path": "2TABLESPACE.sql",
"file_timestamp": 1686450143,
"language": "SQL",
"is_vendor": false,
"li... |
rohshar/Horse-Race | 73,793,959 | 59f3dbdef8aa185a4c254dc4020b625898bf31db | {
"branch": "master",
"commit_count": 40,
"repo_created_at": "2016-11-15T08:43:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 17 | [
{
"content_id": "8e9ada4669756d0942ab7c7ddaeab59833eb8869",
"content": "import java.io.*;\nimport java.lang.Integer;\npublic class validateinput {\n\tpublic static void main(String[] args) {\n String dir = \"\";\n if (args.length != 0) {\n dir = args[0];\n }\n\t\tint[] arr = ... |
Sergitxin22/Recursos-Examen-Java | 455,986,004 | 53ee81e3c7044d88c4dc879e83bb0d3aec4bfe6a | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-02-05T21:08:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "ed342a3780d55822c2cb2b7207eccded84625ca3",
"content": "public class OrdenacionPorSelección {\r\n private static Empleado[] empleados = new Empleado[20];\r\n private static Oficina[] oficinas = {\r\n new Oficina(3,\"Oficina NORTE\"),\r\n new Oficina(2,\"Oficina CENTRO\"),... |
Kaahbal/Tileboard | 139,181,137 | 3371b8b9fba10949b26eaf7a32b74ce3d0bc2cbb | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2018-06-29T18:09:36.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 2,
"issues": 1,
"pull_requests": 0
} | 3 | [
{
"content_id": "f0fca25e049b204e1df277e7d66a9de7b2d76b1f",
"content": "# Tileboard\nConfiguration for Tileboard by popular demand.\n\nPlease visit the official git @ https://github.com/resoai/TileBoard\n",
"size_bytes": 128,
"file_path": "README.md",
"file_timestamp": 1530295838,
"language"... |
shu-go/cliparser | 203,684,015 | 5d382f0b09059d9b6315c9255c907c4ed5b70f40 | {
"branch": "main",
"commit_count": 27,
"repo_created_at": "2019-08-22T00:25:24.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "945f7c831f73d76c8669810b356d46cc4fbda088",
"content": "// Package cliparser provides a simple parsing API for CLI.\npackage cliparser\n\nimport (\n\t\"fmt\"\n\t\"strings\"\n)\n\n// ComponentType represents the type of parsed component.\ntype ComponentType int\n\nconst (\n\t// Unknown is not... |
maxbirimkulov/goldfishback | 533,360,164 | 77f4759e7876124b747fe174ae10ceee2a710db0 | {
"branch": "master",
"commit_count": 11,
"repo_created_at": "2022-09-06T14:22:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "604c703c5dd9728aae8ab983e63256cbedee6172",
"content": "import mongoose from \"mongoose\";\n\nconst CardsSchema = new mongoose.Schema({\n title: {\n type: String,\n required: true\n },\n price: {\n type: Number,\n required: true,\n },\n priceSale: N... |
sachaservan/MaTor-v1 | 339,248,234 | f5e32823aa5d91cba49d85644af545df908d9969 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2021-02-16T00:48:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 49 | [
{
"content_id": "2bd6228a3a721a05a4526ed913675349c45c5f9c",
"content": "# Copyright 2012-2013, <NAME> and The Tor Project\n# See LICENSE for licensing information\n\n\"\"\"\nParsing for Tor extra-info descriptors. These are published by relays whenever\ntheir server descriptor is published and have a simila... |
Lilil23/PP_3_1_2_Boot_Security | 661,778,795 | fc3247a156585fe6d5308a05f7582a0304d36ec3 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2023-07-03T16:15:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "0415a69b78b7b36d0bfcbb084694bc1f540407f2",
"content": "package ru.kata.spring.boot_security.demo.services;\n\nimport org.springframework.stereotype.Service;\nimport ru.kata.spring.boot_security.demo.models.Role;\n\nimport java.util.Set;\n@Service\npublic interface RoleService {\n\n Role ... |
Coplex/study-grouper | 55,253,784 | c7e85e84b10b5630492356ac482661e03a6430a4 | {
"branch": "gh-pages",
"commit_count": 11,
"repo_created_at": "2016-04-01T18:30:26.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 26 | [
{
"content_id": "b7867193e9feda9506d103bd7a59e58226375c32",
"content": "[\"<NAME>\",\"<NAME>\",\"<NAME>\"]",
"size_bytes": 28,
"file_path": "data/subjects/development/groups/5/pariticpants/pariticpants.json",
"file_timestamp": 1459549948,
"language": "JSON",
"is_vendor": false,
"lice... |
aarush36/my-school-website-part2 | 369,571,538 | a5a0d048659b8b64c28c56e532c857037f6f9c01 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-05-21T15:04:05.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "50d97bffd863378c29b5d658c508ea902a6bd606",
"content": "\r\n.My_Nav_Bar{\r\n position: sticky;\r\n top: 0;\r\n z-index: 99999;\r\n}\r\nbody{\r\n text-align: center;\r\n}\r\n#img1{\r\n width: 50%;\r\n margin-left: 300px;\r\n margin-bottom: 20px;\r\n}\r\n.Campus_main-div{\... |
pranjaldatta/Quick-Background-Change | 280,954,144 | b162695a28b08990189fdb0d3f1a667a199f9be7 | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2020-07-19T21:32:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 3,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "1ed23f8bb86ddb884a9085eafbc230c2c541fbb9",
"content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"name\": \"ChangeBackground.ipynb\", \"provenance\": [], \"collapsed_sections\": [], \"authorship_tag\": \"ABX9TyOudMqImRJ4e6ZTyEn0gy4y\", \"include_colab_link\": true... |
Ankur13702/CODSOFT | 861,837,585 | 1d5f7963e2508c6a1b094f397f6574206b970ca7 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2024-09-23T15:38:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "e3ad8914e7bd68bb1bc49827de6d1662e924076b",
"content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"95b0665e-e6b7-4196-a72c-a8b1f178768e\", \"metadata\": {}, \"outputs\": [], \"source\": [\"contacts = []\\n\", \"def add_contact():\\n\", \" contacts.append({... |
vachan0196/Basics-projects-for-DataScience | 474,937,111 | 2a81a3625f679d9172f8f03043601f483c375732 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2022-03-28T09:41:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "27d6cc36f2c5bf9c23953d7100680484e3845580",
"content": "#!/usr/bin/env python\n# coding: utf-8\n\n# In[1]:\n\n\nimport pandas as pd\nimport numpy as np\n\n\n# In[2]:\n\n\ncolm_names = ['user_id','item_id','rating','timestamp']\n\n\n# In[3]:\n\n\ndf = pd.read_csv('u.data',sep = '\\t', names =... |
xxl4/laravel-vben | 854,354,881 | d16587d4d5508a7c0e8b2d3c6ee87b5654420150 | {
"branch": "master",
"commit_count": 69,
"repo_created_at": "2024-09-09T02:42:03.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "29eceea194ac4980da39bff4ac7c1e597bfa7f4e",
"content": "<?php\n\nuse App\\Http\\Controllers\\AdminController;\nuse App\\Http\\Controllers\\PermissionController;\nuse App\\Http\\Controllers\\RoleController;\nuse App\\Http\\Controllers\\GoogleAdsenseController;\nuse App\\Http\\Controllers\\Pla... |
whiteflamingo73/DHScode | 880,524,587 | 7e55c7ba2dfbaaa931598fb0a90cc4368c437798 | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2024-10-29T22:03:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "3e677ddf10d183eeb515d6026b03b20093893f34",
"content": "import pygame\nimport math\nfrom pygame.locals import *\n\nwidth = 1000\nheight = 1000\nscreen = pygame.display.set_mode([width, height], pygame.RESIZABLE)\n\nlight_Blue = (255, 255, 255)\n\n\n\nclass MainMenu:\n\n def __init__(self,... |
ikeodira/prostore-ecommerce | 951,147,046 | 8f30cef26e68dc573ef6f7a38842aecddf9c7225 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2025-03-19T08:28:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "76b4847922279df4347afda01eb8a2faab5cf6e8",
"content": "import Image from 'next/image';\nimport { APP_NAME } from '@/lib/constants';\nimport Link from 'next/link';\nimport Menu from './menu';\n\nfunction Header() {\n return (\n <header className='w-full border-b'>\n <div... |
zhangyanlong1/jpa-parent1 | 282,343,700 | 6ab9c1847795da8634e6cf7f126c7d0ed9d62a7c | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2020-07-25T00:53:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 3
} | 7 | [
{
"content_id": "56352146e1e58714082928807c7a8b24cfe76090",
"content": "package com.zyl.jpa.controller;\n\n\nimport com.zyl.jpa.entity.Depart;\nimport com.zyl.jpa.entity.MyPageImpl;\nimport com.zyl.jpa.entity.User;\nimport com.zyl.jpa.entity.UserVo;\nimport com.zyl.jpa.repository.UserRepository;\nimport com... |
jinkshower/Algorithms | 743,106,897 | f0c6ec5bf78d08d2a9e2a4760d3e75420cc58272 | {
"branch": "main",
"commit_count": 151,
"repo_created_at": "2024-01-14T11:00:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 68 | [
{
"content_id": "46335e556541bd9911ead44ba5339dd886f78086",
"content": "class Solution:\n def minCostClimbingStairs(self, cost: List[int]) -> int:\n # 10 15 20 25 30 35\n # 0 0 10 15\n n = len(cost) #3\n dp = [1000] * (n + 1)\n\n dp[0] = 0\n dp[1] = 0\n\n ... |
KarrLab/log | 66,302,428 | ae37cc8180bf14d6406ca7230b63c8a10bb93330 | {
"branch": "master",
"commit_count": 62,
"repo_created_at": "2016-08-22T19:37:10.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 21 | [
{
"content_id": "675a291fd1918b219661e6dc9acfecc8af7dd617",
"content": "__version__ = '2016.10.12'\n",
"size_bytes": 27,
"file_path": "log/__version__.py",
"file_timestamp": 1477085401,
"language": "Python",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": [... |
LE-WH/LSTM-Attention-in-Stock | 610,799,083 | 7f033e41df6dbdc26c95b7d727bc22d5341f3ccd | {
"branch": "main",
"commit_count": 14,
"repo_created_at": "2023-03-07T14:03:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "1bb92919fe19fc34f70f134f8e4d788ffe8069cd",
"content": "import os\r\nimport time\r\n\r\ndef get_all_dates():\r\n # because some stocks have days off, we need to get a list of trading days\r\n g = os.walk('sieved_data')\r\n\r\n # Firstly output the list of sieved stocks for later use... |
whiteideasco/whiteideasco.github.io | 21,595,919 | db56a7c5fdec229a909ec91b2271574627af9ed4 | {
"branch": "master",
"commit_count": 32,
"repo_created_at": "2014-07-08T02:44:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "69b6556cba37d962bdede45563d41cc58be8291c",
"content": "---\nlayout: default\ndate: 2014-07-23 02:09:00\nphoto: solar.png\ncaption_header: Sistemas energéticos renovables\ncaption: Diseño de sistemas solares y eólicos On-grid u Off-grid, cómo una alternativa eficiente de las generadoras eléc... |
Diego-Ortega-Castellanos/Portfolio | 944,007,362 | 60cd7115f85466beca2333f6c6df83001f5856c4 | {
"branch": "main",
"commit_count": 11,
"repo_created_at": "2025-03-06T16:21:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f9f9401a8eed42eb786d5663c7d44ba691e4a253",
"content": "/* General styles */\n:root {\n --bg-color: #121212;\n --text-color: #e0e0e0;\n --accent-color: #7e57c2;\n --card-color: #1e1e1e;\n --hover-color: #2c2c2c;\n}\n\nbody {\n font-family: 'Inter', 'Segoe UI', system-ui, -a... |
PirAhmedShah/Portfolio | 1,011,793,688 | 9ccbbeb4d7b32f674aa6c0f33ac039c92259f27e | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2025-07-01T10:51:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "fd8a433485277b4972f84a0765a96a5b7f52fbf4",
"content": "import type { Document } from 'mongoose';\nimport mongoose, { Schema } from 'mongoose';\n\nexport interface IUser extends Document {\n username: string;\n email: string;\n password: string;\n}\n\nconst UserSchema: Schema = new Schema... |
cto-af/monopub | 879,082,845 | dd47dc1a96838bcb7477bd91e6264f2a45826b5c | {
"branch": "main",
"commit_count": 41,
"repo_created_at": "2024-10-26T23:24:37.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "aa50c2a30047de83af4fd8995c09528b1e4697fb",
"content": "packages:\n - 'bar'\n",
"size_bytes": 20,
"file_path": "test/fixtures/pnpm-workspace.yaml",
"file_timestamp": 1750455009,
"language": "YAML",
"is_vendor": true,
"license_type": "no_license",
"detected_licens... |
nick-incentify/stringutils | 696,904,075 | ed7816ea7022ed7aa9437e66c96ce228ab93aee3 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-09-26T16:47:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "461f5a12cc33e928f312c9c091f7dd6717b8f1c4",
"content": "package stringutils\n\nimport (\n\t\"strings\"\n)\n\nfunc Upper(x string) string {\n\n\treturn strings.ToUpper(x)\n\n}\n\nfunc Lower(x string) string {\n\n\treturn strings.ToLower(x)\n\n}\n",
"size_bytes": 167,
"file_path": "mai... |
zcowken/LALR-1-CompilerTheory | 809,834,447 | e722f06f90a72b9909e26119822c13c21ae25bf3 | {
"branch": "master",
"commit_count": 15,
"repo_created_at": "2024-06-03T14:35:55.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 27 | [
{
"content_id": "e97500c8cb28af4d88410a651c9a6006e00c0161",
"content": "\n\n// #if !defined(_ALGOR_H_)\n// #define _ALGOR_H_\n// #include \"./production.h\"\n// #include \"./LALR.h\"\n\n// void process(string fileName);\n\n// #endif // _ALGOR_H_\n",
"size_bytes": 161,
"file_path": "algor.h",
"fi... |
Anacronistico00/Progetto-Settimanale-8 | 918,092,016 | 118bb19586b8c0785a46c4ca594ac682695ffb25 | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2025-01-17T08:31:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "edefb964a54534d17c06189d71ce8471826e0894",
"content": "import { Col, Container, Row } from 'react-bootstrap';\n\nconst Footer = () => {\n return (\n <footer>\n <Container className='mt-3 py-2'>\n <Row>\n <Col className='text-center'>\n <p>\n ... |
umairdev10/Webrtc | 175,188,740 | 94d190e9f0b6483588e9892f2730022b1e18a334 | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2019-03-12T10:36:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 25 | [
{
"content_id": "a8d71ede7adb692ba7947a994070ce6390f19857",
"content": "package com.backend.callingapp.jingleExtension.ice.elements;\n\nimport org.jivesoftware.smack.util.StringUtils;\nimport org.jivesoftware.smackx.jingle.element.JingleContentTransport;\nimport org.jivesoftware.smackx.jingle.element.Jingle... |
zabolennyi/maven-java8-geckodriver | 182,960,113 | a1f66bbae46a0bde8b7d3fae5f8ae0b06ee38b2b | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2019-04-23T07:34:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "dc47a5471de8e87723455b083fac36ec36d1cd2e",
"content": "# maven-java8-geckodriver\n\nDocker image for Java automated UI tests with Serenity.\n\nIncludes:\n\n* JDK 8\n* Maven 3.5.4\n* Firefox (v73)\n* GeckoDriver v.26\n\nAvailable on [Docker Hub](https://hub.docker.com/r/zabolennyi/maven-java... |
Younique98/airInc-fe-challenge | 965,132,705 | 1912391c97dad0c23019cf10e5aa77a9b8539ca5 | {
"branch": "main",
"commit_count": 52,
"repo_created_at": "2025-04-12T13:39:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 2,
"pull_requests": 0
} | 24 | [
{
"content_id": "3871d74042a7b818869edeebe7f0ec32360c611b",
"content": "name: CI Pipeline\n\non:\n push:\n branches: [main]\n pull_request:\n branches: [main]\n\njobs:\n lint:\n name: Run ESLint\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checko... |
MANYA-SHUKLA/Chromatic_swap | 996,199,334 | 4ff4539c711ec177787610806d931671c124fe42 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-06-04T15:44:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e56a637e63f506ffe074409dda25cabc1f5ab616",
"content": "* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Poppins', sans-serif;\n}\n\n:root {\n --main-bg-color: #fff;\n --main-text-color: #000;\n --themeclrtxt1: #FFDF2B;\n --themeclrtxt2: bluevi... |
Papaco666/ppcbox | 219,821,468 | 5fced4660f3702463e2357ae97373a24083cea7b | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-11-05T18:17:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "90ac75a9848dfa71b9c678e83245bdc292f9c11d",
"content": "# ppcbox\nlearner\n",
"size_bytes": 17,
"file_path": "README.md",
"file_timestamp": 1572977843,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
GCJ1111/CheckList_demo | 214,767,050 | a52cdcb511faaf7c43f89b632358fe6c2bbe30c9 | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2019-10-13T05:40:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "c3277a9bf589b824e0600395a0c55fc909b35178",
"content": "//\n// AddItemViewControllerTableViewController.swift\n// CheckList_demo\n//\n// Created by 龚晨杰 on 2019/10/16.\n// Copyright © 2019 <EMAIL>. All rights reserved.\n//\n\nimport UIKit\n\nclass AddItemViewController: UITableViewControl... |
displaynone/hapi-vue-demo | 183,946,004 | 535af8732eac11a47c0df533832c5ed0edfc206c | {
"branch": "master",
"commit_count": 19,
"repo_created_at": "2019-04-28T18:44:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 49 | [
{
"content_id": "5d4e9a1ce75c1421ec7cee04d3b1477c1a4f5936",
"content": "import Config from '@/js/config';\n\n/**\n * API methods for sesion/local storage.\n * Depending on `this.session` it saves only on `sessionStorage` or also in `localStorage`\n *\n * @since v0.8.0\n */\nclass storage {\n\t/**\n\t * Cons... |
massanmasa/triangle-image | 142,365,071 | 50e875fdfe418109708bbe5ebfaa8ac96ead3a54 | {
"branch": "master",
"commit_count": 13,
"repo_created_at": "2018-07-25T23:48:08.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "b40a2b03ab206a7de2b5388944767ce3494fb0ca",
"content": "# triangle-image",
"size_bytes": 16,
"file_path": "README.md",
"file_timestamp": 1532569824,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"con... |
Syn0819/NvimConfig | 822,155,117 | 3c52dcd071521918b4cd409ca249deff9e5bd99c | {
"branch": "main",
"commit_count": 10,
"repo_created_at": "2024-06-30T12:35:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "bdc397dfb2e65789a57f797324064ef229f9f960",
"content": "local opt = require(\"toggleterm\").setup({\n open_mapping = [[<leader>t]],\n -- 打开新终端后自动进入插入模式\n start_in_insert = true,\n -- 在当前buffer的下方打开新终端\n direction = 'horizontal'\n})\n",
"size_bytes": 223,
"file_path": "lua/config... |
ry-valdriz/mango | 338,961,261 | 9883dcf14a89f204ea7e2b7bf85ad2981402b68f | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2021-02-15T03:53:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5b62e0d0afaffad0c31171f1af81cc73c3126e97",
"content": "# mango\nA lil surprise for ya ;)\n",
"size_bytes": 33,
"file_path": "README.md",
"file_timestamp": 1613364829,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": [... |
Ianius/portfolio | 585,018,508 | 24d333386c3fefe8bb2d33f7f0a8f32aeebb3965 | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2023-01-04T05:25:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 17 | [
{
"content_id": "0ea8dd5903ea54082add1fe8a87473e2bed583bb",
"content": "import { HStack, Divider, Heading, Icon, Link, SimpleGrid, Text, VStack, useColorModeValue, shouldForwardProp, Box } from \"@chakra-ui/react\";\nimport { SiJavascript, SiTypescript, SiHtml5, SiReact, SiCss3, SiNodedotjs, SiExpress, SiMy... |
Kunj1234567890/GESTURETO-EMOJI | 612,160,686 | 94a51bbcd188c8fdda3775fefd70fb2de06c9f01 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-03-10T10:28:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "e360fae002ec69c90f68e7e41d5eeb1ac99abf55",
"content": "body\r\n{\r\n color: rgb(209, 156, 156);\r\n background: #92aae2;\r\n}\r\nspan\r\n{\r\n font-size: 30px;\r\n}\r\n#camera , #result\r\n{\r\n border: 2px dashed black;\r\n width: 350px;\r\n height: 300px; \r\n}\r\n#result_emotion_na... |
MBoemo/clonalMasker | 303,703,688 | 1c5396067dae72b1c9e6e6972f52891289efbc21 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2020-10-13T12:57:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "5e792a81ea4ea922b30fcfcecaa6bf0687fb2f67",
"content": "#--------------------------------------------------------------------------------\n# Copyright (c) 2020 <NAME> (<EMAIL>)\n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associate... |
cjhammons/advent-of-code-2023 | 729,582,962 | 7f3dad4a032fad1b721a0eb9186215fc83cf9830 | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2023-12-09T17:28:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "216773f53401b3a0b58c40324e8ac4bf3a542dd0",
"content": "package main\n\nimport (\n\t\"bufio\"\n\t\"fmt\"\n\t\"os\"\n\t\"regexp\"\n\t\"strconv\"\n\t\"strings\"\n)\n\nconst RED_COUNT_MAX = 12\nconst GREEN_COUNT_MAX = 13\nconst BLUE_COUNT_MAX = 14\n\ntype Game struct {\n\tId int\n\tRed int... |
Haaris01/reactTutorials | 747,485,542 | 939d2fc1ba7b58e6922e82171847abfbb267246d | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-01-24T02:41:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 34 | [
{
"content_id": "86fd3776a3d6362effc68e28092194dcf317343f",
"content": "import React, { Component } from 'react'\n\nclass NumItem extends Component {\n constructor(props) {\n super(props);\n this.handleRemove = this.handleRemove.bind(this);\n }\n handleRemove(evt){\n this.props... |
wise122/quiz-backend | 1,002,346,424 | 27f7b98166d9c4aec91dc63d334c642786393222 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-06-15T09:14:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "ae9884e1092c0ba1aa84628da4bdef87a3bcf219",
"content": "const express = require(\"express\");\nconst http = require(\"http\");\nconst { Server } = require(\"socket.io\");\nconst cors = require(\"cors\");\nconst questions = require(\"./questions\");\n\nconst app = express();\nconst server = h... |
AntonStrickland/nftwitch | 350,404,183 | 2162e6f1050cf8a74818f86a35fa1d7b7445fb25 | {
"branch": "master",
"commit_count": 16,
"repo_created_at": "2021-03-22T15:58:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 11,
"forks": 3,
"issues": 0,
"pull_requests": 0
} | 33 | [
{
"content_id": "b9ba88a964ab2199968f72adeb638b7ca8d66d96",
"content": "pragma solidity 0.4.24;\n\nimport \"https://github.com/smartcontractkit/chainlink/evm-contracts/src/v0.4/Oracle.sol\";\n",
"size_bytes": 115,
"file_path": "dynamic-nft/contracts/Oracle.sol",
"file_timestamp": 1619849805,
... |
ayush-22k/hash_cracker | 737,471,199 | 2fc5ddb0933d162e0d9104e8e124f4e7e3a28f45 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-12-31T06:39:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "35c79d8d3bdb4fad811e684ffffc64fdac2d0ae3",
"content": "import hashlib\r\n\r\ndef read_dictionary(file_path):\r\n try:\r\n with open(file_path,'r')as file:\r\n return[line.strip() for line in file]\r\n except FileNotFoundError:\r\n print(f\"Error: Dictionary fi... |
Planet-Source-Code/robert-rayment-print-graph-sheets__1-57412 | 298,063,539 | d661bbe4ce9a4864177c52a484be87baa6c6797b | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-09-23T18:44:46.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 1,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "6be9b3d98bfdcbf55906023f2687b463e691755a",
"content": "Attribute VB_Name = \"PrintMod\"\r\n' PrintMod.bas\r\n \r\n ' Extracted from:-\r\n 'KPD-Team 1998\r\n 'URL: http://www.allapi.net/\r\n '-> ShowPrinter Code by <NAME>\r\n\r\nOption Explicit\r\n\r\nConst CCHDEVICENAME = 32\... |
rafabll/Proyecto-Final-2 | 467,700,896 | 29c9f969ca564aa4aefd9afcda06a1109fa1f95d | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2022-03-08T22:50:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "720573f3bd3db3760d665b91b042f6ab5e9987b2",
"content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\nusing UnityEngine.SceneManagement;\n\n\npublic class FollowDestination : MonoBehaviour\n{\n\n\tprivate UnityEngine.AI.NavMeshAgent zombie = null;\n\tpubli... |
SimonRoG/JavaLab1 | 961,944,874 | 8c72847f980c6ae421174fcfd08358f914f44920 | {
"branch": "master",
"commit_count": 31,
"repo_created_at": "2025-04-07T12:14:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "35f0346bb6178147bab03283ac96a08850d1d226",
"content": "package gui;\n\nimport car.*;\nimport collections.TaxiCollection;\n\nimport javax.swing.*;\nimport javax.swing.table.DefaultTableModel;\nimport java.awt.*;\nimport java.awt.event.ActionEvent;\nimport java.awt.event.ActionListener;\nimpo... |
ilealm/data-visualization | 268,613,036 | c71980f080e9d2de7b6d2916d976bfef063524c7 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2020-06-01T19:27:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "2478522791db240369d32739655843b8a7f55d9e",
"content": "[tool.poetry]\nname = \"data-visualization\"\nversion = \"0.1.0\"\ndescription = \"\"\nauthors = [\"<NAME> <<EMAIL>>\"]\n\n[tool.poetry.dependencies]\npython = \"^3.8\"\njupyterlab = \"^2.1.4\"\npandas = \"^1.0.4\"\nnumpy = \"^1.18.4\"\... |
bbcarchdev/static | 13,454,488 | d49f51e8e40580614b3e3d249ced98f8517cb011 | {
"branch": "master",
"commit_count": 23,
"repo_created_at": "2013-10-09T21:08:29.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "ad15e0da6aed004ec7ae4e3f670d37b9a6370f9f",
"content": "<?php\n\n/*\n * Copyright 2012 BBC.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * ... |
xDaijobu/totoolkit | 806,476,279 | fdf902917c0fd8aec381a3ea7e5004253e971452 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-05-27T09:17:36.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "fb8fd3e5baf4fae7a93cd0f79d10fc8fa4c854f8",
"content": "import 'package:flutter/widgets.dart';\n\nimport 'placeholder_shimmer.dart';\n\nclass ProportionalShimmerPlaceholder extends StatelessWidget {\n const ProportionalShimmerPlaceholder({\n required this.text,\n required this.content... |
JediForceD1/Aaron-McCormick-Assignment-6 | 174,202,867 | b66a5e6932ae5f92e5c3abc9fa86e5c09eff29f4 | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2019-03-06T18:57:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "2d6b1925dadfa4f14b9287d711bbe9e9b44b7d58",
"content": "// Chapter 7 - Programming Challenge 14, Gratuity Calculator\n// This program utilizes a Tips class to calculate the gratuity on\n// a restaurant meal, using whatever tip percent the patron desires.\n#include <iostream>\n#include \"pch.... |
olegnodertim/my-plan-tracker-backend | 1,014,050,936 | 25a4a61a8ab85049c179882dd4a5f272b0b21793 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2025-07-05T00:33:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "bc950ad87cfdb679e9a26e6c11635e712443c9c4",
"content": "# My Plan Tracker Backend\n\n## Overview\nA modern tracker solution designed for scalability and performance.\n\n## Features\n- Modular architecture\n- Easy integration\n- Extensive documentation\n- Cross-platform support\n\n## Installa... |
sofiapelegrini/planilha-treino | 712,730,716 | 6b54f0e42c473e604e0367af88a2113108fbb02b | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2023-11-01T04:16:36.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "73f3fc2cd2ce3ff8747918cfe8f12c0f6a38045c",
"content": "# Planilha semanal de treinos de academia\n\n\n# Descrição do projeto\nEsse projeto simula uma planilh... |
cduch/DEMO-hcp-consul | 606,041,749 | 296ab013ebaecac6813e8be6d2a2a6a20c6773b4 | {
"branch": "main",
"commit_count": 11,
"repo_created_at": "2023-02-24T13:19:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "44ed9b4f7ca0048bb9f6151471277dcdf5624c78",
"content": "\nprovider \"hcp\" {\n client_id = var.hcp_client_id\n client_secret = var.hcp_client_secret\n}\n\n\n\ndata \"terraform_remote_state\" \"hvn\" {\n backend = \"remote\"\n\n config = {\n organization = var.organization\n wor... |
dtassew/womens-web-project | 602,342,344 | a9c44be6a01310560754c9f6dd17603f59815a0f | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2023-02-16T02:09:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "da6aa97f264690260a03e55b7fc48f7a3f1b4071",
"content": "body{\n\tpadding: 10px;\n\tbackground-color: #1a374b;\n\tfont-size: 125%;\n color: white;\n line-height: 1.4;\n}\n\nh1{\n font-family: sans-serif;\n padding: 0.3cm;\n font-size: 4vw;\n text-align: center;\n}\n\nh2{\n font-family:... |
George9Waller/helm | 952,201,652 | ddaa54bbd391273adbdf23df2e1d0f569f798158 | {
"branch": "main",
"commit_count": 43,
"repo_created_at": "2025-03-20T22:33:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 12 | [
{
"content_id": "15a3506ac950718cbb52edf3150a737256eb9dd0",
"content": "{{- range .Values.applications }}\n---\napiVersion: argoproj.io/v1alpha1\nkind: Application\nmetadata:\n name: {{ .name }}\n namespace: argocd\nspec:\n project: default\n source:\n repoURL: {{ .repoURL }}\n path: {{ .path }}\n... |
winny-/practice | 52,880,457 | e1819f124a0a6675035f5e7176b6eff030788f00 | {
"branch": "master",
"commit_count": 37,
"repo_created_at": "2016-03-01T13:54:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "0d33fcf0abab39842e4acfe454f07e4e7847061d",
"content": "fun td n = let\n fun step n' x xs =\n if n' > 1 then\n if n mod x = 0 then\n step (n' div x) (x+1) (x::xs)\n else\n step n' (x+1) xs\n else\n xs\nin\n st... |