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 |
|---|---|---|---|---|---|
RanjitaRevankar/Mini-Project-Anudip | 965,742,092 | 32ee9fac10f234e1681fec00bd93dfc090c34862 | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2025-04-13T20:06:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "04285b115fd2420298d1d6d6a9f7450d09d2bda0",
"content": "spring.application.name=CURDprojectdemo\nserver.port=9001\n\nspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver\nspring.datasource.url=jdbc:mysql://localhost:3306/bookdb\nspring.datasource.username=root\nspring.datasource.pass... |
FluffyFu/Stock_Average_APR | 265,981,675 | 5eb588d3ca810a7a6601ebefda2b192d083a87ff | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-05-22T00:30:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5dcca86c8d322898d0f74b98a69ea411782827bb",
"content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import pandas as pd\\n\", \"import numpy as np\\n\", \"from datetime import datetime\\n\", \"from functools import parti... |
zdfan2018/dmtest | 130,287,258 | 736970f2544c40daaf5c82b02828dfd018f9afd3 | {
"branch": "master",
"commit_count": 11,
"repo_created_at": "2018-04-20T00:31:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "9873da93fd10b85f5ebd458efe12e4908bb6016d",
"content": "<html>\n <head>\n <!-- Stylesheets -->\n <link rel=\"stylesheet\" href=\"/assets/css/bootstrap.min.css\">\n </head>\n <body>\n <?php\n echo \"index file\";\n echo \"mels work\";\n ... |
Ltre/phprpc-demo | 63,937,523 | 284ff2b27e013eafc3903407e35c739d665416a7 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2016-07-22T08:33:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "9ad7792a74daa302cbba5c3b5d64c607d0b31187",
"content": "<?php\ninclude (\"lib/phprpc_server.php\");\nfunction HelloWorld() {\n debug_print_backtrace();\n return 'Hello World!<br>';\n}\n\nclass Wangnima {\n function caonima(){\n return 'this is Wangnima::caonima()<br>';\n }... |
KaraZ1234/Lab2 | 950,352,583 | db756942274f74903498791ce46f5f2903e5f3f8 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-03-18T03:03:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5759259d785967f95bfa4f705032d88dab500481",
"content": "# Lab2\nIMPLEMENTATING SECURE USER AUTHENTICATION ACROSS PLATFORMS\n",
"size_bytes": 66,
"file_path": "README.md",
"file_timestamp": 1742266990,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_lic... |
rcmccartney/comparing_optimal_sorts | 28,095,630 | 63106a08ccc082224449f76628fe25305d12232d | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2014-12-16T16:28:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "a45c59242ecf40c28b2ca581e166021554237ff6",
"content": "/*\n * swap.h\n *\n * Created on: Feb 25, 2014\n * Author: rm7536\n */\n\n#ifndef SWAP_H_\n#define SWAP_H_\n\n/* Name: swap()\n * Description:\tSwaps two elements in place in an array\n * Arguments: T *array: array element passed ... |
algas/heroku-norikra | 27,762,724 | 8d112405a09623677e2f9f75ef2b41a1309a4ee4 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2014-12-09T11:04:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "8839e449e3d77f1e2b5554b22abc9a9375333494",
"content": "#!/bin/bash\nnorikra start --ui-port=$PORT $OPT1 $OPT2 $OPT3 $OPT4 $OPT5\n",
"size_bytes": 72,
"file_path": "run",
"file_timestamp": 1418290085,
"language": "Shell",
"is_vendor": false,
"license_type": "no_licens... |
EmersonEE/Solar-Tracker_ES32 | 959,500,600 | aff045ba97fb805b4c3bd55eb4419c421dd8e3d3 | {
"branch": "main",
"commit_count": 10,
"repo_created_at": "2025-04-02T22:15:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 30 | [
{
"content_id": "6b31626f16c79d68258f385b622cc2aba561b24b",
"content": "#ifndef __PID_H__\n#define __PID_H__\n#include <Arduino.h>\n\nclass PID\n{\npublic:\n PID(float pKp, float pKi, float pkd, float pInt_saturation = 2000);\n float update(float error, float dt);\n void setKp(float pKp) { kp = pKp... |
KyleLouisDrysdale/EmbeddedSystems | 238,195,781 | a7a035480efabb07c869e68f750fdd24890759be | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-02-04T12:01:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "997008dcf7cd40e28287519a5e3c0b43dfe52b31",
"content": "# EmbeddedSystems\nRepo for Embedded systems labs and projects\n",
"size_bytes": 62,
"file_path": "README.md",
"file_timestamp": 1580817717,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license... |
omargup/ray-tune-tutorial | 490,378,846 | f86d5433e4b88d898ca01819ca2bbed167a8bc6a | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-05-09T17:21:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "85d55b1740861256f2e494cba6db302face86a93",
"content": "# ray-tune-tutorial\nHyperparameter tunning with Ray Tune\n",
"size_bytes": 57,
"file_path": "README.md",
"file_timestamp": 1652116870,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
... |
publichamlet/fileHandiling | 534,855,003 | e9442672ce1f7106de9c97b90d54c7bb23ed0706 | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2022-09-10T01:12:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "d31a8a330d19b2f93f916972f43d4de2b749f546",
"content": "#!/usr/bin/env python3\n\nimport sys, os\n\n\"\"\" Program to automatically generate the invitation letters \"\"\"\n\npath_letter = 'input/letters/starting_letter.txt' \npath_name = 'input/names/names.txt' \n\n\ndef cwd_check():\n \"... |
lidandan0814/boss | 195,337,731 | e1bf7702ed757dbeb06df0db2ba1aef17e1a671f | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-07-05T04:16:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "825e7c099ae0b56cbd3e03cbb6133a4ddde8beee",
"content": "# -*- coding: utf-8 -*-\n\n# Define here the models for your scraped items\n#\n# See documentation in:\n# https://doc.scrapy.org/en/latest/topics/items.html\n\nfrom scrapy import Item, Field\n\n\nclass BossItem(Item):\n 岗位名称 = Field(... |
sujeetsahu-cedcommerce/dynamicallyAddColumnAsPerTheMarketplace | 650,623,130 | e23b02b443ff1c8f600c7564ab3f4bbc67820a96 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2023-06-07T13:06:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "dd3c04e10b3543467b1178e389a326b24c0667c1",
"content": "import React from \"react\";\nimport Report from \"../Component/Panel/Component/report/Report\";\n\nexport const Menu = [\n {\n id: \"report\",\n content: \"Report\",\n path: \"report\",\n component: <Report />,\n },\n];\n... |
textcreationpartnership/A28424 | 462,465,936 | 59bd20af11ce312caa6eb1717b457e29a99f0635 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2022-02-22T20:37:25.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "2c8b0967fc53216e1aca8c8ad047572afc5adc5d",
"content": "#The Bloody papist, or, A true relation of the horrid and barbarous murder committed by one Ro Sherburn of Kyme in Lincolnshire (a notorious papist) upon his wife whom in an inhumane manner he murder'd in her bed, for which he is now a ... |
sergey-ko/diti.examples | 352,268,902 | 516a15eeba20480a84b1ca1ba6da45d37aea1591 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2021-03-28T07:36:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "19868764ad41cb5c0eca9ad1cf6dc1c7472be334",
"content": "using System.Threading.Tasks;\nusing SBCE.DT.Host;\n\nnamespace DiTi.Examples\n{\n class Program\n {\n static async Task Main(string[] args)\n {\n await Deployment.RunAsync<Pendulum>();\n }\n }\... |
Thevishal-kumar/Cancer-Diagonsis | 1,009,378,730 | 37c52aa620c5e4adfe63434dc05770b7fea2568b | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2025-06-27T03:20:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "097e6bf45ca09eea061c287234c55568ba3af954",
"content": "# Cancer-Diagonsis\nPersonalized Cancer Diagnosis\nA machine learning project focused on building models for personalized cancer treatment prediction using genetic mutation and textual data. This repository contains modular Python scrip... |
callmeZhe/MyTestApp | 315,556,954 | 9c5db011e49fe8225d904d33dece6b1ca777356a | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-11-24T07:50:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "7cf584aa97bbbb016ef4aad6266e4ac910b0904a",
"content": "package com.example.mytestapp.sort;\n\npublic class QuickSort {\n\n private int mCount = 0;\n\n public void quicksort(int[] args, int start, int end) {\n if (end - start > 1) {\n int mid = dividerAndChange(args, ... |
iperquis/hooks | 783,407,530 | 262f8fd70362f15a0ca24e0520d39ba7771d3f98 | {
"branch": "develop",
"commit_count": 34,
"repo_created_at": "2024-04-07T19:56:48.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 33 | [
{
"content_id": "794384024880d47ada675392d38816998b459fa5",
"content": "import { useCallback, useEffect, useState } from 'react';\n\nexport const useCountdownTimer = (targetDate: Date) => {\n const calculateTimeLeft = useCallback(() => {\n const difference = +new Date(targetDate) - +new Date(),\n i... |
jansnow06/devOx | 97,565,591 | e161dd73e53653c429c4618f95d25776cc07ce2f | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2017-07-18T07:07:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "be08e0ad7f668ca8f892928909cd85dc149933d3",
"content": "# devOx\ndevOx\n",
"size_bytes": 14,
"file_path": "README.md",
"file_timestamp": 1500361651,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
krzysztof-kukawski/digit-classification | 886,185,528 | 8a057d9ff09ca68eeaae82aab47abaac2f08f2af | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-11-10T12:35:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "dfa6239398415c063dd4b4834e0cb6f0aadbe962",
"content": "import matplotlib.pyplot as plt\nfrom sklearn.datasets import fetch_openml\nfrom sklearn.model_selection import train_test_split\nfrom sklearn.svm import SVC\n\nmnist = fetch_openml('mnist_784', as_frame= False)\n\npictures, labels = mn... |
ZepVrana/2U_PotMoney-Settings- | 759,484,751 | b0202fb40a845f9f5121d5884ae97627e3ceda74 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-02-18T18:06:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "cf74be98c3776f0fb2c79a3a6870b8d4604572d5",
"content": "Config = {}\r\n\r\nConfig.EventRoute = { -- @==> อีเว้น\r\n getSharedObject = 'esx:getSharedObject',\r\n playerLoaded = 'esx:playerLoaded',\r\n setJob = 'esx:setJob'\r\n}\r\n\r\nConfig.Locale = {\r\n HelpNotification = \"Pre... |
Giovani-William/weather-website | 949,691,937 | 46127613449c12d2ea7ce8de3200c62bf1bdf449 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-03-17T01:29:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "697189d45976986a2e49aae1fd2f136b39fbdb8c",
"content": ".container {\n max-width: fit-content;\n margin-left: auto;\n margin-right: auto;\n margin-top: 20%;\n margin-bottom: 50%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: c... |
caomingqian/homework2 | 159,337,959 | 51c4877db1e6e6e44b47d294f13e75721a9c58e0 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-11-27T13:15:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "fef69256ca8b6842b5967ab005ba8c26061588fb",
"content": "*{\n margin: 0;\n padding: 0;\n}\nh1,h5,p{\n text-align: center;\n}\n.image{\n text-align: center;\n}\np{\n margin-left: auto;\n margin-right: auto;\n width: 725px;\n text-align: center;\n text-align: left;\n ... |
GxAditya/QuickText-Landing-Page | 1,006,920,971 | 18ddd9f5ed73bf65d6486c694bd323349e0e92fe | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-06-23T07:38:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "f0980677e6788872e4e52884efaf0fc482cf1753",
"content": "/* --- Basic Setup & Variables --- */\n:root {\n --bg-color: #12121c;\n --surface-color: #1e1e2f;\n --primary-text: #e0e0ff;\n --secondary-text: #a0a0c0;\n --accent-gradient: linear-gradient(90deg, #8e2de2, #4a00e0);\n ... |
socktow/League-of-legends-ingame-UI | 916,649,931 | 512c054584caeb38f92ae8f056ba6915747d89f3 | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2025-01-14T14:10:25.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "2f6fac246b344149fe8954ccacc353adc572cb61",
"content": "import React, { useEffect, useState } from \"react\";\n\nconst DragonTime = ({ subType, cooldown }) => {\n const imageUrl = `${process.env.REACT_APP_IMAGELOCAL}/${subType}`;\n const [cooldownInSeconds, setCooldownInSeconds] = useState... |
MahrukhBashir03/Portfolio_Website | 953,173,818 | d88f445b12209cf933869f5c912ec3e236784f29 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-03-22T18:30:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "46252735d83e0001162214571e653c4a1c60161e",
"content": "\r\n.hero-section {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n max-width: 1200px;\r\n margin: auto;\r\n padding: 50px 20px;\r\n}\r\n.hero-text {\r\n flex: 1;\r\n max-width... |
vedatkiran/vedat | 636,681,393 | 254c3954093a296c774bb1af026ffac4b2f1a1fd | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-05-05T11:59:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f98db24ec6deeb6c6c7ce687e6326add39041806",
"content": "# vedat\nvedat web site\n",
"size_bytes": 23,
"file_path": "README.md",
"file_timestamp": 1683288536,
"language": "Markdown",
"is_vendor": false,
"license_type": "permissive",
"detected_licenses": [
"Ap... |
Julienleguey/Treehouse_unit_6_project | 159,185,530 | adfbf25c51fd4b84a2a2ed2a08346de9a2f79ce9 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2018-11-26T14:50:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "b47ee41bd95c221970b78ade989d0776b458ec4e",
"content": "\nh1,h2,h3,h4,h5,p{\n font-family: 'Merriweather', serif;\n}\n\n h5{\n font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n letter-spacing: 2.5px;\n -webkit-text-transform: uppercase;\n text-transform: up... |
ichirou2910/EasyAccomod | 312,156,327 | 9a3448c954a7355dcdc1cabc8c7fce13c12ccc24 | {
"branch": "master",
"commit_count": 85,
"repo_created_at": "2020-11-12T03:23:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 61 | [
{
"content_id": "d44522166997c78b26824701a43d312909277002",
"content": "const mongoose = require('mongoose');\n\nconst ReportSchema = new mongoose.Schema({\n\tuser_id: {\n\t\ttype: String,\n\t\trequired: true,\n\t},\n\tplace_id: {\n\t\ttype: String,\n\t\trequired: true,\n\t},\n\tcontent: {\n\t\ttype: String... |
keshava19/user-mgm-tailwind | 662,689,485 | 328fcc84a87484e786f754397f69b240dde0d5c3 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-07-05T17:10:25.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "61fd6618c5f005d2ad1baa4710cf400d1b0c96f0",
"content": "import Breadcrumb from '../components/Breadcrumb';\nimport { UserTable } from '../components/UserTable';\nimport { UserCard } from '../components/UserCard';\nimport React, {useState} from 'react';\n\nconst UserList: React.FC = () => {\n... |
wdev007/challenge-hand-talk | 273,607,252 | 46eca8ba32265eb8b519cc3786650272e7a423a2 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2020-06-19T23:55:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 1
} | 4 | [
{
"content_id": "2132e3009abe667da3b3eeb3b8d8904aea05c526",
"content": "import React, { useEffect, useState } from \"react\";\r\n\r\nimport Card from \"@material-ui/core/Card\";\r\nimport CardHeader from \"@material-ui/core/CardHeader\";\r\nimport CardMedia from \"@material-ui/core/CardMedia\";\r\nimport Ca... |
ElliotYdhag12/SelfMadeTerrainGenerator | 1,011,271,645 | 0b29c9677d7af95e7045021f05aad425179d868e | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-06-30T15:00:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "dc5f72b3896fdc81aa4edba0cd9b491e7853750c",
"content": "import glfw\nimport moderngl\nimport numpy as np\nfrom pyrr import Matrix44\nimport math\nimport random\nimport noise\n\nSCREEN_HEIGHT = 600\nSCREEN_WIDTH = 800\n\nvertex_shader_code = \"\"\" \n#version 330\nin vec3 in_position;\nunifor... |
mygracey/mydjangoagain | 826,843,538 | 5b31cf2b3cbed7b67cb343e9545870be07fb8422 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-07-10T13:42:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "26313ca540dbcb9bfeb0a55a0f4729cf516bdbd5",
"content": "# Generated by Django 3.2.25 on 2024-07-08 14:08\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.Migration):\n\n initial = True\n\n dependencies = [\n ]\n\n operations = [\n migrations.Crea... |
extempl/linearChart | 6,636,972 | ac2bfa891828a5b956b75803fae06c29915104b2 | {
"branch": "master",
"commit_count": 13,
"repo_created_at": "2012-11-11T09:14:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "70cf27d7510f4d92597d4fc2969b2cfb8e9e8d6e",
"content": "linearChart\n===========\n\nbased on SVG simple linear chart",
"size_bytes": 57,
"file_path": "README.md",
"file_timestamp": 1353302428,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
... |
rahmanabir/12-Bit-Assembler | 144,642,307 | 10def7538d84db6888c1a33d0d1c7378ebc1ec1c | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2018-08-13T23:00:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5781d1200743411be13c6f37e04591647fac0db0",
"content": "\n\npackage assembler; \n\nimport java.io.BufferedReader;\nimport java.io.FileReader;\nimport java.util.ArrayList;\n\n\npublic class CentralProcess{\n\n public static void main(String[] args) {\n\n System.out.println(\"Hello World... |
corneezius/tamagotchi | 67,738,718 | 12e6db0274178b9d513554dd4d77cb0a4b2adc18 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2016-09-08T20:41:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "ad6dce6cdb7cd7342b844f1aa31af3dbb42705cd",
"content": "<?php\n\n// autoload_real.php @generated by Composer\n\nclass ComposerAutoloaderInitc35c59e8188a2308f637c3486fb8663a\n{\n private static $loader;\n\n public static function loadClassLoader($class)\n {\n if ('Composer\\Au... |
kmizu/odt | 5,549,681 | ab4ea20faf1083904cbacf5264ab0bf8e7bacff8 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2012-08-25T08:03:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "bf31468ef5660f28ba3fb6cf4b85a0ff6c66c36f",
"content": "/* ************************************************************** *\n * *\n * Copyright (c) 2005, <NAME>, All rights reserved. *\n * ... |
tek-nishi/FirstRaytrace | 23,777,084 | aeccb767876327d7ade975e727c12e2fac9e085a | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2014-09-08T02:35:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "f3a63ad14fdeba0da7f83eb62bc12f936ea46af8",
"content": "{\n \"window_width\": 512,\n \"window_height\": 384,\n\n \"tile_width\": 32,\n \"tile_height\": 32,\n\n \"thread_num\": 8,\n\n \"path\": \"dragon.dae\",\n \n \"write_time\": 60,\n \"sleep_time\": 1,\n\n \"subpixel_num\": 16,... |
Zackius/unsplash-server | 573,315,937 | 29669e969361a837b01cdad64e96ecc6f70d4021 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2022-12-02T07:06:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c2169fa4f62af728f21cd23f10cff1590893b205",
"content": "class UsersController < ApplicationController\n\n def create \nuser = User.create(user_params)\nif user.valid?\n render json: {user: UserSerializer.new(user)}, status: :created\nelse\n render json: {error: \"Failed to create us... |
mattyboy84/unity-Space-Invaders | 677,056,625 | 7240380c80b54587e607fa42a77342cfd1e9ca7a | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-08-10T16:24:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "ac14b5a2c2cbf5a5707b2b31ab2f5eea49f97f1f",
"content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\n\npublic class Projectile : MonoBehaviour\n{\n public Vector3 direction;\n public float speed;\n\n void Start()\n {\n \n }\n\n vo... |
hamiltonmbsilva/CloneOLX | 457,993,377 | 352b27c258e9d6a0daad8659ed823ef6459fa8c7 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2022-02-11T00:30:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "fa42cae5ced1ae9a9ee3d933976dbc8b49b93633",
"content": "import React from \"react\";\nimport { FooterArea } from './stylead';\n\nconst Footer = () => {\n return (\n <FooterArea>\n .....\n </FooterArea>\n );\n}\n\nexport default Footer;",
"size_bytes": 197,
... |
funnyProger/changes-smol-gu | 701,791,943 | ef4f343e1550c25a8b95f92e5def7595827a5fd6 | {
"branch": "master",
"commit_count": 39,
"repo_created_at": "2023-10-07T15:12:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 51 | [
{
"content_id": "092a5dc2c7e9c76cd40317b528f0b3f721104a94",
"content": "name: changes_smol_gu\ndescription: This project includes a mobile application for students of Smolensk State University\n# The following line prevents the package from being accidentally published to\n# pub.dev using `flutter pub publi... |
Reesa7/Practice-Project | 516,464,142 | 160984eddcc6f90b426a9b00fd89d3205ff25213 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-07-21T17:31:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "017d04c90adf6353828867732f7b4ece2ee6f59d",
"content": "package practiceproject2;\r\n\r\n\r\n//Import the FileWriter class\r\nimport java.io.FileWriter; \r\n\r\n//Import the IOException class for handling errors\r\nimport java.io.IOException; \r\n\r\npublic class Writefile {\r\n public stati... |
bakerianathaly/ConsultaTwitter-tdd | 118,963,101 | 9253d132ebee060c82cf1d22d1b4195bc2fb2fcf | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2018-01-25T20:18:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "10581fe69b07bf05c66fa076a552a00c07683f8b",
"content": "package Main;\r\n\r\nimport twitter4j.Twitter;\r\nimport twitter4j.TwitterException;\r\nimport twitter4j.TwitterFactory;\r\nimport twitter4j.User;\r\nimport twitter4j.conf.ConfigurationBuilder;\r\n\r\npublic class twitterConexion {\r\n... |
GopiKr1shna/Aksharadaan | 116,475,774 | 0e183ffe399fa0d2104c47b7e38bcd82453a383b | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-01-06T11:00:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c01227623b6c5a741af0f5e186370b064929af14",
"content": "# Aksharadaan\nA platform to help poor students\n",
"size_bytes": 47,
"file_path": "README.md",
"file_timestamp": 1515236450,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detecte... |
vasildakov-zz/nino | 78,114,313 | abca93737eb47dc57f3da42ec8d689cb0339e13e | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2017-01-05T13:16:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "8c385e6f350c5ae6c5eaa86309a64f67a3d2919a",
"content": "<?php\n\n/**\n * NationalInsuranceNumber\n *\n * @see https://en.wikipedia.org/wiki/National_Insurance_number\n */\nclass NationalInsuranceNumber\n{\n\n}\n",
"size_bytes": 145,
"file_path": "src/NationalInsuranceNumber.php",
... |
hema006/Naan_Mudhalvan_Cloud | 699,962,968 | 137ebaa7795acf7feb3cef9a8aa41f66c42fbeff | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2023-10-03T17:17:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "212d55d5dce193da379115955eb05cf9926d7355",
"content": "Deploying a chatbot using IBM Cloud Watson Assistant and interacting with it on messaging platforms involves several steps. \n**Prerequisites:**\n1. An IBM Cloud account: You will need an IBM Cloud account to access Watson Assistant ser... |
AlaaSaeedBawazeer/my-projects-front-end- | 560,193,156 | fe73edafa2dd5353824087d126cee47ac95fae82 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-10-31T23:53:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 3 | [
{
"content_id": "fad4bcc1ef1f884d8845d00f21fcea355843295c",
"content": "\r\n // Accordion\r\n function myFunction(id) {\r\n var x = document.getElementById(id);\r\n if (x.className.indexOf(\"w3-show\") == -1) {\r\n x.className += \" w3-show\";\r\n ... |
Shamini2123/sham | 924,238,400 | 2391cc80655ae2392c720f895a691b51b8f22623 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2025-01-29T16:53:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 1 | [
{
"content_id": "5c39784097e912c6ac3e08cc7f21c2942076ce7d",
"content": "programming python lang\n",
"size_bytes": 24,
"file_path": "README.md",
"file_timestamp": 1742377135,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
Supreeya20/node-monog-deployment | 436,587,834 | f408b7b7e6d1f4e28b4e39e8248f80a711bb146b | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2021-12-09T11:15:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "dc4fb470ac9f96422a27f269d9def25244c063d3",
"content": "import express, { Request, Response } from \"express\";\nimport { NotesRouter } from \"./router/note.routes\";\nimport path from \"path\";\nimport cors from 'cors';\n\n\nconst app = express()\napp.use(cors())\nconst PORT = process.env.... |
zhanwenhan/Windows-Program-Lib | 65,725,755 | 58c7f34d5d0f0789dfee65fac6488687dda5a115 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2016-08-15T10:56:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 52 | [
{
"content_id": "133715e112c93f42fc5e024a9972a0f35d377388",
"content": "#include <iostream>\r\n\r\n#include <boost/bind.hpp>\r\n\r\n#include \"common/Task_manager.h\"\r\n#include \"component/Middle_server_task.h\"\r\n\r\n#include \"Test_task.h\"\r\n#include \"handle_sys_error.h\"\r\n\r\nTest_task::Test_task... |
BatiSlyme/2d-Array | 281,390,290 | 78a87035b9f280b450803401e09a777733a8c4d4 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2020-07-21T12:21:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "12f32dad310a629cd9e9507c4feb5e28e9783132",
"content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"name\": \"fruits.ipynb\", \"provenance\": [], \"mount_file_id\": \"1x7pWHCBHSdb-xr5YnXgdAlvhNfuhu6uf\", \"authorship_tag\": \"ABX9TyNtDDnVKOGD613sqMek8cz2\", \"includ... |
crossanpdx/votepollapp | 54,235,789 | efba47c15d7e01fad151dddce9495d9180d7ae78 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2016-03-18T22:46:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "201c5ba9ea70739adada46c6b4526e8cf1dedfcf",
"content": "{\n \"name\": \"pollvotingapp\",\n \"description\": \"A voting app\",\n \"version\": \"1.0.0\",\n \"author\": {\n \"name\": \"nitehawkx aka crossanpdx\"\n },\n \"dependencies\": {\n \"body-parser\": \"~1.14.2\",\n \"doten... |
kittheara/TakePhoto | 440,010,085 | db97e0beeb328f43b8b470d5f5d8901f63366d5b | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2021-12-20T01:33:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "82fd8c5f1738b12155ee12cb64ee9fd5668eba58",
"content": "import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { MissagePage } from './missage.page';\n\nconst routes: Routes = [\n {\n path: '',\n component: MissagePage\n }\n];\n\n... |
nurbek20/client1 | 662,558,140 | bb0f5dd9f1bc6c2b4ad58e4250dc34e1fe3c4e3a | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-07-05T11:46:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "12a28852f35788882c3e0a3c656cfaea8db8dadf",
"content": "import React from \"react\";\nimport Paper from \"@mui/material/Paper\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Avatar from \"@mui/material/Avatar\";\nimport But... |
frhnfrnk/bookstore-frontend | 650,744,661 | 7cf72478b07f4314e1f2cd1273cb1b1ea91d711d | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2023-06-07T18:03:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 16 | [
{
"content_id": "5e061a8d8ea8c0440cbf593db01089dc6f0694a4",
"content": "import React, { Suspense, useContext, useEffect, useState } from \"react\";\nimport styled from \"styled-components\";\nimport axios from \"axios\";\nimport { FunctionContext } from \"../context/FunctionContext\";\nimport { FontAwesomeI... |
laleandroaguiar/Curso-C--Udemy | 392,791,952 | 442fe450fd9604906fea095026bca3a8a920c150 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2021-08-04T18:32:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "ea6d3b6e6081af305426e68b0cbc76a0b4442559",
"content": "{\n \"ExpandedNodes\": [\n \"\",\n \"\\\\Exemple-Composition\"\n ],\n \"SelectedNode\": \"\\\\Exemple-Composition\\\\Program.cs\",\n \"PreviewInSolutionExplorer\": false\n}",
"size_bytes": 157,
"file_path": ".vs/VSWork... |
HammerheadNL/saltstack | 96,814,094 | 55551459b63c9cf40c62035f463e9ceed3807b9a | {
"branch": "master",
"commit_count": 11,
"repo_created_at": "2017-07-10T19:32:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "1115040dbd60519bfad3d911710f40887ef9cd7b",
"content": "#!/bin/bash\n\n# primary.sh\n# Initiële set-up Salt Minion\n\n# Ophalen hostname machine en toevoegen aan lokale hostsfile onder localhost definitie\nconfiguredHostname=\"$(hostname)\"\nsudo sed -i.bak \"/127.0.0.1 localhost/ i\\127.0.0... |
WilliamFurler/FPAssignment | 414,876,286 | 6e5a325d943d8cd7349c9d83e66113935cb77d6d | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-10-08T06:45:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "0c7f9d9144e669f4b9eb02beba57f8f84e7b59e1",
"content": "# FPAssignment\n\nReadMe's included in the zipfile\n",
"size_bytes": 49,
"file_path": "README.md",
"file_timestamp": 1633675610,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"dete... |
kkacan/Flask | 164,443,140 | 13cbd5b9573567fdd40be85bb4cd789c2302203a | {
"branch": "master",
"commit_count": 14,
"repo_created_at": "2019-01-07T14:18:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 1,
"pull_requests": 5
} | 9 | [
{
"content_id": "1583a4d1a95b5a43eecc8d8f23daedb3a5492c81",
"content": "# English translations for PROJECT.\n# Copyright (C) 2019 ORGANIZATION\n# This file is distributed under the same license as the PROJECT project.\n# FIRST AUTHOR <<EMAIL>>, 2019.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: PROJEC... |
HerculesNode/Tanssi-Network | 794,169,770 | ae9fb381c6e17fedda381ad34aeb6e09c78ace1d | {
"branch": "main",
"commit_count": 27,
"repo_created_at": "2024-04-30T15:32:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 9,
"forks": 9,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "bd1cb3f2bd26472a8e5e43e7e8a0d6af8e2b8acc",
"content": "# Tanssi Network Kurulum. v0.6.1 / 2 farklı kurulum var SystemD ve Docker \n\n# Systemd Ubuntu 22.04 olması gerekiyor\n# Docker ubuntu 20.04 ile çalışıyor\n\n- Node kurduktan sonra Form doldurun ve Discord rolü alın.\n\n## Linkler\n * ... |
navyas321/LC3-CPU | 115,242,077 | 01b3da0debc353667d13230ba1a38015adc28195 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2017-12-24T05:27:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 29 | [
{
"content_id": "514f25abf70e520be0468a4573b9a1e7b87079d3",
"content": "package lc3b_types;\n\ntypedef logic [15:0] lc3b_word;\ntypedef logic [7:0] lc3b_byte;\n\ntypedef logic [8:0] lc3b_offset9;\ntypedef logic [5:0] lc3b_offset6;\n\ntypedef logic [2:0] lc3b_reg;\ntypedef logic [2:0] lc3b_nzp;\ntypedef... |
Jonathan03R/cumplemadre | 840,519,752 | bed64659721504648b419b796880e42d7bdba576 | {
"branch": "main",
"commit_count": 10,
"repo_created_at": "2024-08-09T22:46:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "0a6d47e975f38fab0c4a5242afbf962c00aefabc",
"content": "# 🎉 Carta Digital de Cumpleaños\n\n¡Bienvenido a mi proyecto de *Carta Digital de Cumpleaños*! 🎂 Este proyecto fue creado para celebrar el cumpleaños de mi madre de una manera especial y única. La carta digital incluye una cuenta regr... |
michaeljones/jump | 15,930,493 | 3b1e790442a617b5d7d8af363c403f83c041ff20 | {
"branch": "master",
"commit_count": 20,
"repo_created_at": "2014-01-15T09:25:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "9dfd87e3ac63aa82f23e3fc1d43c54ed27f1c9a8",
"content": "module Jump.Github \n (\n githubLabel\n ) where\n\nimport qualified Data.Map.Strict as M\n\nimport Jump.Data ( Tags )\n\ngithubLabel :: Maybe Tags -> [String]\ngithubLabel Nothing = []\ngithubLabel (Just m) =\n ca... |
won6c/pbl_4 | 852,620,069 | 7730003cf3254ae736e023906c9ed76e6cebf869 | {
"branch": "main",
"commit_count": 10,
"repo_created_at": "2024-09-05T06:00:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "74d37f0e76a3ea4af00d70268c7ddff0504f21f2",
"content": "<?\r\n if($_SERVER[\"REQUEST_METHOD\"] == \"POST\"){\r\n\r\n $db_conn = mysql_conn();\r\n\r\n $id = $_POST[\"id\"];\r\n $password = $_POST[\"<PASSWORD>\"];\r\n $password_check = $_POST[\"<PASSWORD>2\"];\r\... |
Andriy-Lesyk/goit-react-hw-012-phonebook | 479,093,312 | a754fc98a653c6da82ebebbd346be97dbac31b5b | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2022-04-07T17:55:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "a1679d1a8f2cb62c6e3050ea919a47c2071cb8b4",
"content": "import React from 'react';\nimport { Input } from './Filter.styles';\nimport PropTypes from 'prop-types';\n\nfunction Filter({ filter, onChange }) {\n return (\n <div>\n <label htmlFor={\"filter\"}>Find contacts by name</label>... |
callezenwaka/node-agent | 542,296,214 | 642de17085db8469522d14551c9950626d5b5ce4 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2022-09-27T21:30:05.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "61d7fcdb8f8836abd2c1a2ef086106264f00b863",
"content": "import { openai } from \"./openai.js\";\nimport Maths from \"advanced-calculator\";\n\nconst QUESTION = process.argv[2] || 'hi';\n\nconst messages = [\n {\n role: 'user',\n content: QUESTION,\n },\n];\n\nconst functi... |
Yanisinya/Final-project-main | 507,361,648 | 01806bcc7e06de4653e9f44802e31d3248d7c1ea | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2022-06-25T16:28:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "0a47dd7a5c9ee271a448c89c6c9695590690a408",
"content": "import React from \"react\";\nimport { Link } from 'react-router-dom';\nimport CrossIcon from \"../../../assets/cross.svg\"\n\nconst Contact = () => {\n return (\n <div className=\"container contact-container\">\t\n\t\t\t<div ... |
VitorKubica/VistoriaPorto | 696,013,738 | ab8f8d2860ab608411bf665f2088d383edbb6770 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-09-24T22:02:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "23bb4009fc80c0b009d37aa7a949fe321b8dbbcd",
"content": "# VistoriaPorto\nProjeto de vistoria de bicicleta para a empresa Porto Seguro\n",
"size_bytes": 77,
"file_path": "README.md",
"file_timestamp": 1695593571,
"language": "Markdown",
"is_vendor": false,
"license_typ... |
citizenx7777/my-template | 843,107,549 | 997a10b49039120ad0dae437f36ea9ab0f51d5bc | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-08-15T19:51:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "754148116fb5476c10a82f3a27bec78f13c7e0b5",
"content": "## Technologies Used\n\n- **Programming Language:** Python\n- **Framework:** Aiogram\n- **Dependencies:**\n - `aiogram==3.5.0` - [Aiogram Documentation](https://docs.aiogram.dev/en/latest/)\n - `deep-translator==1.11.4` - [Deep Transl... |
saikumar-developer/Salesforce- | 275,794,527 | 29d43bf115a530ead97157ac92f0ce451395f939 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2020-06-29T11:31:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "ce044941d2b8383fdffb239a9794d292c17b1de3",
"content": "# Salesforce-\nAll the practice\n",
"size_bytes": 31,
"file_path": "README.md",
"file_timestamp": 1593432096,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
... |
AlexandreDresch/Today | 877,044,236 | 8ca361162ba9861c65900caff6529c9009509e17 | {
"branch": "main",
"commit_count": 33,
"repo_created_at": "2024-10-23T01:48:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "98195ae9cdab94e1130dde608db1d339e7cb80bb",
"content": "{\n \"name\": \"today\",\n \"private\": true,\n \"version\": \"0.0.0\",\n \"type\": \"module\",\n \"scripts\": {\n \"dev\": \"vite\",\n \"build\": \"tsc && vite build\",\n \"preview\": \"vite preview\"\n },\n \"devDepend... |
ipugh-xm/xm-labs-steps-gitlab | 261,566,575 | 902b0abb67d7ed1d9f94079e44405b152205ed98 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2020-05-05T19:38:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "fa7aaccbbae1f9a878d4dc496c526a9915401aa4",
"content": "# GitLab Steps\n\nThese steps allow you to get the commit details from a given project. Great for enriching notifications with relevant code commit information. \n\n\n---------\n\n<kbd>\n <img src=\"https://github.com/xmatters/xMatters... |
Sofiscursatone/Sofiscur | 781,621,189 | fe671e43bbaaf8395c1bcdbeb8bbfde83b8bd14e | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2024-04-03T18:20:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "ce20801859d7e77d9e781a30a18135fb0f7815dd",
"content": "# Sofiscur\n#TP1\nEn la creación de mi página web trabajé con Visual Studio y al mismo tiempo visualizando mi trabajo en el inspector de Google (mi pantalla es de 902px x 447px). Comencé con el head explicandole al sistema que voy a hab... |
nathangurfinkel/resumebuilder-backend | 586,346,846 | 47505038634e7b86dd633f376b72b3998f190c3a | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-01-07T20:06:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "bf74f42ac4ce4cfb9b20a2c25991706108898c69",
"content": "const express = require('express');\nconst usersRouter = express.Router();\nconst usersController = require('../controllers/users');\n\nusersRouter.get('/', usersController.list);\nusersRouter.get('/:id', usersController.show);\nusersRo... |
agtober/mthd | 228,711,614 | 386f4f1bb0fae83dd7491e8747d665c91c71d5fb | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-12-17T22:20:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "cd18bbc51eff1e2e62a6edf0afcb58468fd2130c",
"content": "# mthd\nFood Management\n",
"size_bytes": 23,
"file_path": "README.md",
"file_timestamp": 1576621212,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
randysim/automod | 519,097,568 | 0cbdc570ca7b74bae588e53d149af22aada8db65 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2022-07-29T05:57:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "688f743cc277b4d2361861f7d188442f353c8f3b",
"content": "package com.gandy.automod.commands;\n\nimport com.gandy.automod.CommandManager;\nimport com.mojang.brigadier.CommandDispatcher;\nimport com.mojang.brigadier.builder.LiteralArgumentBuilder;\nimport com.mojang.brigadier.context.CommandCon... |
duythien0912/froodini | 146,326,278 | 99da3460b603b5f9ed505a1a053983f625585e74 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2018-08-27T16:45:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 32,
"pull_requests": 0
} | 78 | [
{
"content_id": "6d39a6266bb60551af3ddb10e997a0d75297cc65",
"content": "import mongoose from \"mongoose\";\n\nconst Schema = mongoose.Schema;\n\nconst eventSchema = new Schema({\n title: { type: String },\n description: { type: String },\n name: { type: String, required: true },\n date: { type: String, ... |
fancn21th/1-003-NG-FTZ | 206,078,953 | 5e05d25795be4c0584f1f6596b8941086bc75985 | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2019-09-03T13:03:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 29
} | 6 | [
{
"content_id": "e57f3b0749b193ecde8d4aae7acd7d39a026f19a",
"content": "import { NgModule } from \"@angular/core\";\nimport { BrowserAnimationsModule } from \"@angular/platform-browser/animations\";\nimport { MatButtonModule } from \"@angular/material/button\";\nimport { MatCheckboxModule } from \"@angular/... |
iKittyCode/Life-saving-cats | 310,123,795 | 932a4013e5539735d366aef127afdc5a7ee61f95 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2020-11-04T21:40:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "d4f0da4b38ae1d35224aea1884a12a35258b6d05",
"content": "# Life-saving-cats\nThis is my website about life saving cats it will be hosted through GitHub pages for hosting\n",
"size_bytes": 112,
"file_path": "README.md",
"file_timestamp": 1604527771,
"language": "Markdown",
... |
r50cal/ReimbursementSystem | 254,731,983 | acf471002b06be49bd72c822550929f3d6f00bf4 | {
"branch": "master",
"commit_count": 14,
"repo_created_at": "2020-04-10T20:40:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 2
} | 27 | [
{
"content_id": "485fe832a1aff8ceb640167eeb1c6e0b130360f6",
"content": "package dev.calapatia.servicetests;\n\nimport static org.junit.Assert.*;\n\nimport java.util.List;\n\nimport org.junit.Test;\n\nimport dev.calapatia.Service.ReimbursementService;\nimport dev.calapatia.Service.ReimbursementServiceImpl;\n... |
carlydekock/book_app | 332,908,631 | 10f95ae09eb4740bbb4871a196a4d31027c8dadf | {
"branch": "main",
"commit_count": 20,
"repo_created_at": "2021-01-25T23:02:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "4bbe296c7c6cd15982402a189f438a8e97e8422c",
"content": "<%- include('../layout/head.ejs') %>\n\n<body>\n <header>\n <%- include('../layout/nav.ejs') %>\n </header>\n <main>\n <div id=\"totalbooks\">\n <h4><%= books.length %></h4>\n <h1>Saved Books</h1>\n </div>\n\n <% cons... |
MLivain/TP-git-Avril | 182,060,899 | 727f6d0ddfedfd9b0bdeb2183cde536b01253a75 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2019-04-18T09:43:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "4fbb686c6b62af936a762090f6ec395b2d724aef",
"content": " <NAME>\nversion 0.1.0\nMatisse LIVAIN E2D\n# TpGitAvril\n",
"size_bytes": 54,
"file_path": "README.md",
"file_timestamp": 1555580943,
"language": "Markdown",
"is_vendor": false,
"license_type": "permissive",
... |
xingjian-xu/3D-Minesweeper | 325,725,017 | a19179bc691394caff4bc61000a1a3927e745487 | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2020-12-31T05:48:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 2 | [
{
"content_id": "f40daecca0239aad203b4fad4cd7ee039a6cd90e",
"content": "import random\n\nboard = []\ndisplay = []\n\nboard_size = 3\nmine_num = 5\n\nmine_cnt = 0\n\npos_list = []\n\n\ndef on_board(x, y, z):\n\n if x < 0 or y < 0 or z < 0:\n return False\n if x >= board_size or y >= board_size o... |
kirkkohler/MyFirstProject | 16,796,751 | 9843651bedab387c6930e6577feebb500401cc81 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2014-02-13T08:38:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "d12f513016f28fd2f28bb910aeed0216b0aa15fa",
"content": "include ':MyFirstProject'\n",
"size_bytes": 26,
"file_path": "settings.gradle",
"file_timestamp": 1392282878,
"language": "Gradle",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
... |
Vidyaboinwad/Employee-Retention-Prediction | 929,833,253 | c4cdab23c69b386b5e9e530b89e7357de07dddf9 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-02-09T14:13:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "58eea882a793517e75a34b5a814876c8ece471a6",
"content": "{\"cells\": [{\"cell_type\": \"markdown\", \"id\": \"fa51f247-f7db-4139-b172-7be629d267a7\", \"metadata\": {}, \"source\": [\"# Problem Statement\"]}, {\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"1a9717a7-63de-4930... |
Strangespark01/html.MUZANportfolio | 774,925,269 | 4b215dee9fd3e6eacaa871bb41f6c78009f808fb | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-03-20T12:59:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "9f2244cb703780c1fba76c200f8bbebf4da4e304",
"content": ".hehe {\r\n background: linear-gradient(300deg, #00bfff, #34449e, #10ce7f);\r\n background-size: 180% 180%;\r\n animation: gradient-animation 18s ease infinite;\r\n }\r\n \r\n @keyframes gradient-animation {\r\n 0% {\r\n ... |
suyash-srivastv/Flickr-App | 763,038,599 | 23947a2fd0f95fa8e36c22177f9253cb60fedf7c | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2024-02-25T11:54:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 34 | [
{
"content_id": "58291340b1f89181f3d5190e0f5fc91574fa0266",
"content": "export {updateURLParameter} from './global.util';\n",
"size_bytes": 50,
"file_path": "src/util/index.ts",
"file_timestamp": 1717185757,
"language": "TypeScript",
"is_vendor": false,
"license_type": "no_license",
... |
killianmathias/Efficio | 919,002,154 | b140ba23f87310c1e5c17eb4acac8627902e796e | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2025-01-19T13:10:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "a77561fe10adf3c399e6953a38b8c9b2325e8053",
"content": "//\n// EfficioApp.swift\n// Efficio\n//\n// Created by <NAME> on 19/01/2025.\n//\n\nimport SwiftUI\n\n@main\nstruct EfficioApp: App {\n let persistenceController = PersistenceController.shared\n\n var body: some Scene {\n ... |
amin12398/jersey-Rest-api | 882,068,898 | 61529ac3e0f8c40d1d4200573cb1505d1c08f6c4 | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2024-11-01T20:15:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 17 | [
{
"content_id": "1c9854a1e7a9f82bda664a8aa1c4ae8ead07e54f",
"content": "# Mon Projet\n\n## Vidéos de démonstration\n\n### Démonstration JSON\nVoici une démonstration de l'utilisation du format JSON.\n\n[](https://drive.google.com... |
Gra-c/gra | 331,888,699 | 2629f249991e28b4908b89454b7cc93726e6067a | {
"branch": "master",
"commit_count": 33,
"repo_created_at": "2021-01-22T08:50:16.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "9e3c5f8ab358e6af5c5fc40bb74630d03f1eafab",
"content": "\ngra.zip\n",
"size_bytes": 9,
"file_path": ".gitignore",
"file_timestamp": 1614927408,
"language": "Ignore List",
"is_vendor": true,
"license_type": "no_license",
"detected_licenses": []
},
{
"conten... |
KoaChang/Machine-Learning-University-Accelerated-Tabular-Data-Course | 852,471,278 | 74dc0ff07a04347de483834b4e059f96c4ca6e56 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-09-04T21:36:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "0d354004e7dea26da12598cb6db6559ff3a6a13b",
"content": "{\"cells\": [{\"cell_type\": \"markdown\", \"metadata\": {}, \"source\": [\"\"]}, {\"cell_type\": \"markdown\", \"metadata\": {}, \"source\": [\"# <a nam... |
wjmmk/tRPC-CRUD | 598,739,825 | 039ca6ab0d19cae87d0d5c032b23cd4640559383 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2023-02-07T18:04:36.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "170b4d0fd05b42e318d9a73c2b33f682b30370c8",
"content": "import * as dotenv from 'dotenv' // see https://github.com/motdotla/dotenv#how-do-i-use-dotenv-with-import\ndotenv.config()\nimport express from 'express'\nimport morgan from 'morgan'\nimport * as trpcExpress from '@trpc/server/adapters... |
Barneybean/Hot-Restaurant | 135,632,744 | 84b21b751bd3ffa21bc111b74f825ecfe24b704c | {
"branch": "master",
"commit_count": 15,
"repo_created_at": "2018-05-31T20:34:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "b84066339a89889c94a7c7dbfc6be63d75153543",
"content": "# Hot-Restaurant\n\nDeployed at Heroku\nhttps://cryptic-wildwood-52317.herokuapp.com/",
"size_bytes": 82,
"file_path": "README.md",
"file_timestamp": 1527883605,
"language": "Markdown",
"is_vendor": false,
"licen... |
Ervpatel/firstgit-demo | 912,388,516 | 8528f789345f0aa4fd9aa2359b427f0ea1561e27 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2025-01-05T12:47:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "4c3512a1ee86e4d1350be615da38bd2359ef8b0f",
"content": "# firstgit-demo\nThis is my first repository\n<br>\nauthor - <NAME>(The king)\n",
"size_bytes": 75,
"file_path": "README.md",
"file_timestamp": 1736156024,
"language": "Markdown",
"is_vendor": false,
"license_typ... |
maureendugan/titlecase | 17,385,784 | 809522f107664540f80696cbfcb658d6a5dd31f7 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2014-03-04T00:58:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "06675924bdd6d32b86de726c5a93eb37ec083275",
"content": "titlecase\n=========\n\nThis is an epicodus assignment\n\n\nMake a page where a user can input a name and it converts it to title case (the first letter of each word capitalized). There are a lot of rules to title casing - think about w... |
squareface27/mesvoyages | 688,512,938 | 23dc9372d011bbceb1faa06ca3af49fabb145ca7 | {
"branch": "main",
"commit_count": 25,
"repo_created_at": "2023-09-07T13:56:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 34 | [
{
"content_id": "7761551673ea2f55c8bd11bde7a72d8a9533f9fd",
"content": "<?php\n\nnamespace ContainerMXvSyxV;\n\nuse Symfony\\Component\\DependencyInjection\\Argument\\RewindableGenerator;\nuse Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException;\n\n/**\n * @internal This class has been auto... |
Bjn31J/IA_Ecovision | 992,340,777 | 322a270859970045d20735dde53dcdabeece91ea | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-29T02:09:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "6714806ba629d824c739da29a8344ab370297797",
"content": "import tkinter as tk\nfrom tkinter import Label\nfrom PIL import Image, ImageTk\nimport cv2\nfrom ultralytics import YOLO\nimport time\n\nclass PlasticDetectorApp:\n def __init__(self, root, model_path):\n self.root = root\n ... |
nemuel-laushi/CSC-OPP-ASSIGNMENT | 810,768,351 | f3b59ffcd1844eab4742e49e3a5dd58e6eac184a | {
"branch": "main",
"commit_count": 24,
"repo_created_at": "2024-06-05T10:16:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 4,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "e9ccff2c7f3c1c1676c3a4571ee283d08d2dedd0",
"content": "from account import Account\n\n\n\nclass bingham_savings_acc(Account):\n\n def __init__(self):\n super().__init__()\n self.interest_rate = 0.005\n \n\n def withdraw(self, amount):\n \n if amount ... |
replit/replit-code-exec | 692,211,167 | d022303d1dba74630565e82a788e145b192af1e6 | {
"branch": "main",
"commit_count": 20,
"repo_created_at": "2023-09-15T20:19:10.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 26,
"forks": 4,
"issues": 0,
"pull_requests": 3
} | 3 | [
{
"content_id": "3b2b9ccd2a80d35f8b718b2b4fd7a14e6a9875ec",
"content": "[tool.poetry]\nname = \"replit-code-exec\"\nversion = \"0.0.1\"\ndescription = \"A library for interacting with Replit's code-exec API\"\nauthors = [\"Repl.it <<EMAIL>>\"]\nlicense = \"ISC\"\nreadme = \"README.md\"\nrepository = \"https... |