repo_path stringlengths 5 117 | repo_id int64 11.1k 1.03B | commit_id stringlengths 40 40 | github_metadata dict | num_files int64 1 382k | files listlengths 1 382k |
|---|---|---|---|---|---|
yellowgreenbit/BattleTank | 507,556,173 | 816a87c179f6a09d3438e860e67ac51685cfd094 | {
"branch": "main",
"commit_count": 11,
"repo_created_at": "2022-06-26T11:32:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 27 | [
{
"content_id": "20a5dc87e346c5fcf056db43b82b647a5527a04b",
"content": "\n#include \"TankFactory.h\"\n#include <Components/StaticMeshComponent.h>\n#include <Components/BoxComponent.h>\n#include <Components/ArrowComponent.h>\n#include \"HealthComponent.h\"\n#include \"TankPawn.h\"\n#include <Kismet/GameplayS... |
yellowpages-can/yp-pre-questionnaire | 182,121,232 | 72641a8e80f7ee2283dec608e5397a4a9eb34dbc | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2019-04-18T16:24:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1d70b9a071557df0d6f5ba0827c0aef555e8a0b3",
"content": "https://yellowpages-can.github.io/yp-pre-questionnaire/\n\nInstructions Coming Soon...\n",
"size_bytes": 85,
"file_path": "README.md",
"file_timestamp": 1556140118,
"language": "Markdown",
"is_vendor": false,
"li... |
yellowprice/hw6-number-of-fiboncci | 129,512,999 | 011f0f2be8a40d590114af779a8a888cabc3558d | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-04-14T12:01:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e11047fb4a83c5186f8053d3e2fc9c7ffe12ab45",
"content": "const a = parseFloat(prompt('Enter a first number', 1));\nconst b = parseFloat(prompt('Enter a second number', 2));\nconst c = parseFloat(prompt('Enter a quantity of numbers', 3));\n\ndocument.write('Number of Fibonacci across Array;' ... |
yellowpunch4/rental-service | 980,057,581 | 69341d1ba5bb87bb9a13413ab3f644ceb1b6c725 | {
"branch": "main",
"commit_count": 12,
"repo_created_at": "2025-05-08T13:49:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 31 | [
{
"content_id": "056071269e6fef0037251a6bc540d3e5ea93c81a",
"content": "import { TypedUseSelectorHook, useDispatch, useSelector } from 'react-redux';\nimport type { RootState, AppDispatch } from '../types/state';\n\nexport const useAppDispatch: () => AppDispatch = useDispatch;\nexport const useAppSelector: ... |
yellows55/park-finder | 211,669,431 | 234099f4531e22504ffde608083f8c7b61947cf0 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2019-09-29T13:44:52.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "601af67f16e9dde8df2969b035810407fbfa8c23",
"content": "\"use strict\";\n\n\n$(watchForm);\n\nfunction getParkList() {\n let parkState = $(\"input[type='text']\").val();\n let limit = $(\"input[type='number']\").val();\n console.log(parkState);\n fetch (`https://developer.nps.gov/api/v1/... |
yemliha81/testHtml | 221,980,024 | 28491b5f67fe1132bcec3c851ec13fc701e0e7a0 | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2019-11-15T18:19:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5e9f4b5501fd7fd36b9775dc9d20fdee19cf36b9",
"content": "body{\n\tpadding:15px;\n\tpadding:15px;\n\tpadding:15px;\n\tpadding:15px;\n}",
"size_bytes": 67,
"file_path": "css/style.css",
"file_timestamp": 1573847911,
"language": "CSS",
"is_vendor": false,
"license_type": ... |
yerbaguy/dev4passion_ewordable_backend_from_aws_to_git | 862,895,849 | 86b470c38760d4e12e9a6a54e006f8b2d8ecf893 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-09-25T11:22:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "e91bd1f06f6ce37b499fc20c44928270d2a49282",
"content": "from yt_dlp import YoutubeDL\n\n\nvideo_url = \"https://www.youtube.com/watch?v=mDveiNIpqyw\"\nopts = dict()\n\nwith YoutubeDL(opts) as yt:\n info = yt.extract_info(video_url, download=False)\n video_title = info.get(\"title\", \"... |
yeverchan/whatalk | 496,216,915 | abef43005c04d7deb60d8fd2ae07a9bc0c4ae58c | {
"branch": "master",
"commit_count": 61,
"repo_created_at": "2022-05-25T12:15:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 18 | [
{
"content_id": "03145fa2c796dedfc77634b763a08a26e679d8d1",
"content": "dependencies {\n implementation(\"$cloud:spring-cloud-starter-netflix-eureka-server\")\n}\n",
"size_bytes": 89,
"file_path": "eureka/build.gradle",
"file_timestamp": 1670937666,
"language": "Gradle",
"is_vendor": ... |
yevgenyurenko/lecture10_homework | 672,658,913 | b604431a9a9e0093ed4a7a01bcad0d892bf8c1c3 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2023-07-30T20:32:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "335b953280e7a978063c1f7595d3f3da3a85749b",
"content": "def divided_squares():\n try:\n a = float(input('Please provide the first number: '))\n b = float(input('Please provide the second number: '))\n return a**2 / b**2\n except ValueError:\n raise ValueErro... |
yevhenii-pyl/kafka-playground | 1,019,487,503 | 7b6c5f35cfb26113f52ec09683886b8092605e6d | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2025-07-14T11:59:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "d556db9a18980ca872cf97af5dd27b1431f6c1b6",
"content": "version: \"3.8\"\n\nservices:\n zookeeper:\n image: confluentinc/cp-zookeeper:7.5.0\n environment:\n ZOOKEEPER_CLIENT_PORT: ${ZOOKEEPER_PORT}\n ZOOKEEPER_TICK_TIME: 2000\n ports:\n - \"${ZOOKEEPER_PORT}:${ZOOKEE... |
yevheniidatsenko/goit-pythonweb-hw-06 | 919,518,829 | 4128cc0cb6ffc08aac0839f8c44b5186b20a8c1c | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2025-01-20T14:39:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "e4d57a05179c05daee6af645a0278eb47f121253",
"content": "from sqlalchemy.orm import aliased, sessionmaker\nfrom sqlalchemy import create_engine, func\nfrom models import Student, Group, Teacher, Subject, Grade\nfrom database_config import url_to_db\nfrom colorama import Fore, Style, init\n\n#... |
yevheniimoskalenko/likser | 158,090,968 | b6401601f7ad7e4c878e0f040c938a68c23cffb9 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-11-18T14:14:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "5b41e602c51a3167e6a7c574e0d2a597caf9dd0c",
"content": "$(document).ready(function () {\n\n var access_token = window.location.hash.substr(1);\n \n\tvar id = access_token.split('.')[0];\n \n\tvar id = id.replace('access_token=', '');\n if (access_token != '') {\n $.ajax({\n... |
yezminamp/demo-git-virtual-enviroment | 955,598,325 | bfd01851d2a0b3ac5c7c1bef2cc462f659ba1c41 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-03-26T22:29:08.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "fe8d5af7dfb3ca5c4997a68daf6f3d1ca8a10a3d",
"content": "# demo-git-virtual-enviroment",
"size_bytes": 29,
"file_path": "README.md",
"file_timestamp": 1743028149,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
... |
yfebles/bayesian_network_manager | 49,578,307 | 9129863b9245cc379d31df2848c8d5469a360174 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2016-01-13T14:19:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 35 | [
{
"content_id": "ed78ec53de1823817d818267cea5fa80a32c738d",
"content": "using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Data;\nusing System.Diagnostics;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Windows.Forms;\nusing RB_Message... |
ygoedwig/pislave | 161,399,914 | 7d9fcd313e4a89356b4eb7538e257d8c4afe2a88 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2018-12-11T22:07:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "84dc6bd7585f21215715e0e06824bc3c3d991ebc",
"content": "package main\n\nimport (\n \"fmt\"\n \"time\"\n\n \"github.com/yryz/ds18b20\"\n)\n\nfunc main() {\n sensors, err := ds18b20.Sensors()\n if err != nil {\n panic(err)\n }\n\n fmt.Printf(\"sensor IDs: %v\\n\", s... |
ygouddi/yogo-site | 83,599,605 | f995cc075da9607f9b2b84488a65006c703bc825 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2017-03-01T20:41:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "bc61fc9e1a2ee2a740e77d1d20088b2cf632f0b6",
"content": "# -*- coding: utf-8 -*-\n# Generated by Django 1.10.5 on 2017-02-23 13:44\nfrom __future__ import unicode_literals\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.Migration):\n\n initial = True\n\n depe... |
yguz/drumKitSounds | 675,806,555 | 1ab723649ccd53dae5a5953dd804d0d8d1917c0a | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-08-07T19:12:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "1c40218b3e450aa6ae25ab4370de67285f1e7a21",
"content": "# drumKitSounds\nThis is a drum kit sound website using HTML, JavaScript, and CSS.\n Press or type one of the drum kit's letters to play a sound.\nLink to view live website -> https://yguz.github.io/drumKitSounds/\n\n",
"size_bytes"... |
yh2409/crud-api | 735,582,685 | d1c314a3fb97d881efd1bd01a65043177561d508 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-12-25T12:42:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "71e12003a8305dec51b000c4a8d19681b93b64f8",
"content": "package com.Projet.IntegrationWeb.Service;\r\n\r\nimport com.Projet.IntegrationWeb.Dao.MatiereDao;\r\nimport com.Projet.IntegrationWeb.Model.Matiere;\r\nimport org.springframework.beans.factory.annotation.Autowired;\r\nimport org.spring... |
yhbrothers/emailapi | 117,958,796 | 42541f1085a340c265c4dfcee8ec17fead723b55 | {
"branch": "master",
"commit_count": 17,
"repo_created_at": "2018-01-18T09:05:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "73c840ce02af2612133d1a728a925ed06ec03cd4",
"content": "{\n \"name\": \"mailserver\",\n \"version\": \"1.0.0\",\n \"description\": \"Mail Service\",\n \"main\": \"app.js\",\n \"scripts\": {\n \"start\": \"node app.js\"\n },\n \"author\": \"<NAME>\",\n \"license\": \"MIT\",\n \"de... |
yhirai-math/note_genetop | 361,623,093 | 65f5ff8fe82b598f638ef65cfe5374c45e51e073 | {
"branch": "master",
"commit_count": 16,
"repo_created_at": "2021-04-26T05:02:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "98b88118dff15696337a20c898b78d1ff1851eac",
"content": "# note_genetop\n\n## 概要\n私が書いた位相空間論に関するノートを置くリポジトリである。\n\n## ノートの一覧\n0. 集合と写像,順序`genetop_note0.pdf`\n1. 位相空間論の基礎概念 `genetop_note1_v2.pdf`\n2. 位相空間の構成 `genetop_note2_v2.pdf`\n3. 分離公理と連結性 `genetop_note3.pdf`\n4. コンパクト空間 `genetop_note4.pdf... |
yhlim19/Chatbot-About-Me | 620,939,440 | abef85e92f971dc8fc642be721d7de1d79a06166 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-03-29T17:07:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "c12ddfc9d1f122cff71bae49d7484e65ceb8173f",
"content": "# Chatbot-About-Me\nUsing GPT Index with OpenAI API Service to build AI chatbot to introduce about me\n",
"size_bytes": 101,
"file_path": "README.md",
"file_timestamp": 1680110278,
"language": "Markdown",
"is_vendor"... |
yi-qi7/ChronoHive | 957,003,613 | fe1db76e4eab5594e953bccd3bfffdcbc5fb0103 | {
"branch": "main",
"commit_count": 451,
"repo_created_at": "2025-03-29T10:20:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 78 | [
{
"content_id": "dfb458eff6d64717f700e4d40e6c593bb1265d74",
"content": "from openai import OpenAI\nimport json\n\nclient = OpenAI(\n # 若没有配置环境变量,请用百炼API Key将下行替换为:api_key=\"sk-xxx\",\n api_key=\"你的api key\", \n base_url=\"https://dashscope.aliyuncs.com/compatible-mode/v1\",\n)\ncompletion = client.... |
yigityzc/python_ders | 590,773,239 | 7b81df9a9dd252f69868e650cf1ff3f874bb2528 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2023-01-19T07:03:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 25 | [
{
"content_id": "e9079736d9d10032cb34f91cef7363b002309b04",
"content": "\r\nfrom tkinter import *\r\n\r\nfrom tkinter import messagebox\r\n\r\npencere = Tk()\r\n\r\npencere.title(\"www.yazilimbilisim.net\")\r\npencere.geometry(\"400x300\")\r\n\r\n# grid form çizdirme\r\nuygulama = Frame(pencere)\r\nuygulama... |
yildirimenes/Recipe-App | 755,338,967 | f5b65b508f19268704f01ac211a9db46e4ff8fb0 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2024-02-09T23:17:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "070d32713cb1ade853f09b70e108993d1a02a022",
"content": "package com.yildirim.recipeapp.presentation.category_page\n\nimport android.annotation.SuppressLint\nimport androidx.compose.foundation.clickable\nimport androidx.compose.foundation.layout.Arrangement\nimport androidx.compose.foundation... |
yilmazgunalp/fcymbals_frontend | 105,972,022 | e90904c3f8ec8bc4aebe5e4dc4ea5406b5764c15 | {
"branch": "master",
"commit_count": 15,
"repo_created_at": "2017-10-06T05:58:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "5c53ac51dbf6cf6cd6efa2b6f8c851150c4226f5",
"content": "# fcymbals_frontend\n",
"size_bytes": 20,
"file_path": "README.md",
"file_timestamp": 1519605022,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
... |
yimig/NumberRecognition | 297,512,843 | 4f6fcf613e15c5c6296dba63d63b8646018b982d | {
"branch": "master",
"commit_count": 13,
"repo_created_at": "2020-09-22T02:24:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 14 | [
{
"content_id": "fda9d197c61ee3acaf5a062ef257d557f7c65861",
"content": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing MathNet.Numerics.LinearAlgebra;\nusing Newtonsoft.Json;\n\nnamespace NumberRecognition.Model.NeuronNet\n{\n ... |
yin0105/dashboard_from_google_sheets_python | 301,272,633 | 195da469df81545cacd42fafaa496ce94a2a0198 | {
"branch": "master",
"commit_count": 49,
"repo_created_at": "2020-10-05T02:21:07.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "641629bfb3f08e212c3877f690e02ad5d6a3bbe1",
"content": "{\"web\":{\"client_id\":\"718143378951-p8jvihpnm5tjmq1i1c9hejv1i4fa9v0t.apps.googleusercontent.com\",\"project_id\":\"iuli-dashboard-294001\",\"auth_uri\":\"https://accounts.google.com/o/oauth2/auth\",\"token_uri\":\"https://oauth2.goog... |
yinfangyan/project | 914,894,405 | 6acf74a3f4721813eb6e2039d128edfcbe441d29 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-01-10T14:27:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "93a1ba1f37bc56aa3ab687969debe2f4ed0bbcfc",
"content": "# project\nmarkdown docs\n",
"size_bytes": 24,
"file_path": "README.md",
"file_timestamp": 1736519227,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
yingdaoge/runoob-git-test | 132,235,751 | b3ea10fefe82f052e6178a20ab916f6d904f8e1e | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2018-05-05T09:59:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "778b13c74c5caceb589e30c095723c5a7fde0221",
"content": "#我是最帅的\n",
"size_bytes": 17,
"file_path": "hhh.md",
"file_timestamp": 1525514973,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
yinilauriot-zz/CaribbeanPlanner | 54,192,567 | de0c28aa87a7cc3d19ab9ff6fdc4903d02094b39 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2016-03-18T10:16:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 58 | [
{
"content_id": "67f91639f025d16f80217848a30c51da0011e371",
"content": "@extends('layouts.master')\n\n@section('content')\n <div class=\"admin\">\n <div class=\"medium-wrapper background\">\n @include('admin.partials.adminNav')\n <div class=\"table-responsive\">\n ... |
yishuiliunian/ANovel | 6,840,186 | 5d942d8ebc7ec4f5c9c2247d9872e93811da5c29 | {
"branch": "master",
"commit_count": 18,
"repo_created_at": "2012-11-24T13:54:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "fae6d7fb164b56e81b31b453e0c77d23e8544c91",
"content": "\\documentclass[10pt,a4paper,draft,UTF8]{ctexart}\n\\usepackage{CJKutf8}\n\\usepackage[utf8]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\usepackage{amssymb}\n\\begin{document}\n\\begin{CJK}{UTF8}{gbsn}\n\nsss阿萨德飞\n\\end{... |
yisyua/0121 | 920,049,627 | 74321f9c2a3db164181bf4a25e66f3156b9fc5cd | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-01-21T13:30:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "caddcc0ff1d2c0b7422580f13ccf8ebe7fac5fee",
"content": "[project]\nname = \"0121\"\nversion = \"0.1.0\"\ndescription = \"\"\nauthors = [\n {name = \"paggy\",email = \"<EMAIL>\"}\n]\nreadme = \"README.md\"\nrequires-python = \">=3.12\"\ndependencies = [\n]\n\n\n[build-system]\nrequires = [... |
yjayasai2003/Educational-Alert-System | 654,094,462 | dabb515f320bff7af3d1dadef5a4b89a4c566fb3 | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2023-06-15T11:26:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 17 | [
{
"content_id": "6b4d95afd165ef2febe948b4514f20f3ffd2c395",
"content": "{\n \"project_info\": {\n \"project_number\": \"501987870503\",\n \"project_id\": \"token-f2543\",\n \"storage_bucket\": \"token-f2543.appspot.com\"\n },\n \"client\": [\n {\n \"client_info\": {\n \"mobilesdk_... |
ykerus/crea-scraper | 555,835,555 | 8ed3f946e22846b48b8f529abe2e6156a43a18d0 | {
"branch": "master",
"commit_count": 275,
"repo_created_at": "2022-10-22T12:51:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "000649f42332870257984b1a0a98baded57bbcc3",
"content": "from dataclasses import dataclass\n\n\nclass CourseClass:\n def __post_init__(self):\n self._replace_commas()\n\n def _replace_comma(self, attr: str, replacement=\";\"):\n self.__setattr__(attr, self.__getattribute__... |
ykoremura/do400-pipelines-control | 578,492,959 | ee73e9d2dc56faff724cfb71e0bc8dd7ef945aea | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2022-12-15T07:27:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "0decfc3b2362bc810c1b3a9c6eabeda20577a345",
"content": "node('nodejs') {\n stage('Checkout') {\n git branch: 'main',\n url: 'https://github.com/ykoremura/do400-pipelines-control'\n }\n stage('Backend Tests') {\n sh 'node ./backend/test.js'\n }\n stage(... |
yktakaha4/sourcegraph-ec2 | 220,608,138 | 934fee4cddd1142722902fc7b2f4dea47b9d5bed | {
"branch": "master",
"commit_count": 18,
"repo_created_at": "2019-11-09T07:37:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "6840d2e33231fc7326549dedc4f83829910d1f5f",
"content": "#!/bin/bash -eu\n\nbase_dir=\"$(cd \"$(dirname $0)/..\"; pwd)\"\n\naws cloudformation deploy \\\n --stack-name \"$RESOURCE_NAME\" \\\n --template-file \"$base_dir/aws/cfn.yml\" \\\n --capabilities CAPABILITY_NAMED_IAM \\\n -... |
ykuo2/ykuo2.github.io | 507,419,169 | 78d2f9da59379323637485af4df2ca9fb2ab728f | {
"branch": "main",
"commit_count": 20,
"repo_created_at": "2022-06-25T21:20:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 3,
"pull_requests": 0
} | 1 | [
{
"content_id": "0b4a79aedc4c33eed30b1df7845ab5dc271a48b4",
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width\">\n<meta name=\"theme-color\" content=\"#222\"><meta name=\"generator\" content=\"Hexo 6.2.0\">\n\n\n <link ... |
ylabu/chncqycshi | 64,829,829 | eebe7c35e4b59a3846d6e5bba3bd38468646ec1f | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2016-08-03T08:38:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9eae21f60040b06209668cf252f085db9d3d43e0",
"content": "# chncqycshi\nJust a repository\n",
"size_bytes": 31,
"file_path": "README.md",
"file_timestamp": 1470213524,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
... |
yldbear77/spacebattle-server | 371,040,065 | c9f169bd5553a4dbaa581461e298ebdddc3004d0 | {
"branch": "master",
"commit_count": 27,
"repo_created_at": "2021-05-26T13:16:25.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 33 | [
{
"content_id": "7bad599e17a6dcc820c2b7e087921a4133a82db8",
"content": "#include \"Logger.h\"\n\nvoid Logger::Log(uint8_t type, const char* inFormat, ...) {\n\tstatic char temp[4096]; // not thread safe...\n\tstatic wchar_t msg[6000];\n\n\tva_list args;\n\tva_start(args, inFormat);\n\n\ttime_t now = tim... |
ylfeng250/notes | 915,560,324 | 2f3a64950b96bbfb393fff07898b2b8bd4505243 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2025-01-12T07:11:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "b033ec2882ea927398b400603cf7ef1838aeab07",
"content": "## JavaScript\n- [📒 imageData 学习笔记](/JavaScript/imageData.md)\n- [📒 Array.from](/JavaScript/Array.from.md)",
"size_bytes": 118,
"file_path": "readme.md",
"file_timestamp": 1736776227,
"language": "Markdown",
"is_ve... |
ylhclwt/resume | 30,920,051 | 0fe0c8a52766f43e7914de52f1dc130aef256073 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2015-02-17T14:19:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f06abbe96cd1c26ceb76cea21efcc3ce325969ce",
"content": "\\documentclass[11pt,a4paper]{moderncv}\n\n\\moderncvtheme[orange]{classic} % idem\n\\usepackage{xunicode, xltxtra}\n\\XeTeXlinebreaklocale \"zh\"\n\\widowpenalty=10000\n\n\n% character encoding\n%\\usepackage[utf8]{input... |
yllumi/ci4-pages | 908,863,519 | 8ace0efaf4b4e7ea49f012a7a9be6cd9c8b67e01 | {
"branch": "main",
"commit_count": 61,
"repo_created_at": "2024-12-27T06:38:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 5,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "c3997b90303e422c7ac24e877f31607c93e9d835",
"content": "<div id=\"{{pageSlug}}\" x-data=\"{{pageSlug}}()\">\n <h1>Welcome to {{pageName}}</h1>\n</div>",
"size_bytes": 91,
"file_path": "src/templates/index.php.tpl",
"file_timestamp": 1747997855,
"language": "Smarty",
"i... |
yngridgouveia/bolos-da-cida | 433,615,606 | 432722ea1f8c8e310ae44e20f17e46bf5c4c48d8 | {
"branch": "main",
"commit_count": 12,
"repo_created_at": "2021-11-30T23:10:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "ac548e99724dec95d0b3dc3f6cf6467c9d0bd0e8",
"content": "# site da loja de bolos da cida\n site desenvolvido usando html e css para criar um site de bolos \n",
"size_bytes": 98,
"file_path": "README.md",
"file_timestamp": 1638570197,
"language": "Markdown",
"is_vendor": fa... |
ynot01/godot_rust_yaml | 664,875,801 | de2fcc318cb5128b17fee012ea996e1407332e3e | {
"branch": "master",
"commit_count": 78,
"repo_created_at": "2023-07-11T00:36:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 5,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "6a9c4d39db08b4824c824cb6ed05185aff4c8fd1",
"content": "# godot_rust_yaml\n\n### YAML GDExtension for [Godot 4.x](https://github.com/godotengine/godot)\n\nDoes not support object serialization. Objects will be parsed as a string \"<ClassName#InstanceID>\"\n\n- Crates used:\n - [godot-rust/g... |
ynotLeft/node-ws-gzip | 140,577,573 | 1352ea50ac017deb044013086d276562a1dc6f8d | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2018-07-11T13:15:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "c76ff5b229a238036a76bd600cc599a023a52166",
"content": "import * as express from 'express';\nimport * as http from 'http';\nimport * as WebSocket from 'ws';\nimport { AddressInfo } from 'net';\n\nconst zlib = require('zlib');\n\nconst app = express();\nconst server = http.createServer(app);\... |
ynsrc/python-yolov8-examples | 794,862,695 | 1bd8aa40a9dce5eaa000fd8374119655c14fbb5b | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2024-05-02T05:31:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "a68e2258f43af75ebcb2d219be0e7b5dbb398b2e",
"content": "import cv2\nimport math\nimport cvzone\nimport logging\nfrom ultralytics import YOLO\n\n# GLOBAL SETTINGS\nCAMERA_INDEX = 0 # use Nth camera as capture device\nFLIP_CAMERA = True # flip camera... |
yoandysse/ProcessRSSwithJAVA | 669,287,432 | d80cd320344eff17b131217fda00947d4cb96d06 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-07-21T20:25:25.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "a89e2e76a0a23ba76f31e3555700c2ccdc92737c",
"content": "import java.io.FileWriter;\nimport java.io.IOException;\nimport org.json.JSONObject;\n\npublic class JsonWriter {\n\n public static void main(String[] args) {\n JSONObject jsonObject = new JSONObject();\n jsonObject.put... |
yoel-2021/University | 491,282,714 | 982cb9530723b4ff25c81e233cfb65594e8fe7cc | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2022-05-11T21:53:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 12 | [
{
"content_id": "013af53d656acee640aa91738d4f9eebe7ae9c08",
"content": "using UniversityApiBackend.Models.DataModels;\n\nnamespace UniversityApiBackend.Services\n{\n public class CoursesService : ICoursesService\n {\n //TODO Methods\n public IEnumerable<Course> GetCoursesNoThemes()\n ... |
yogeshCt3/ABAP | 212,735,851 | 3025835453e6bb6b71e75d07b4aee67b02ba8b5b | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2019-10-04T04:30:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "4df3b306323d77c3800652e176e9fdc7440ed51c",
"content": "*&---------------------------------------------------------------------*\r\n*& Report YOGESH03\r\n*&---------------------------------------------------------------------*\r\n*&\r\n*&------------------------------------------------------... |
yogeshkhant77/E-COMMERCE-PRODUCT-PAGE-DESIGN | 1,006,403,944 | a98e302148e71cf485fe0ce13f0336f0184d49d8 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2025-06-22T07:29:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 1 | [
{
"content_id": "670b16f3cb83b98672dd2ce67122f207000aff8d",
"content": "# E-COMMERCE-PRODUCT-PAGE-DESIGN\nFigma 3d product page design\n\n**COMPANY** : CODTECH IT SOLUTIONS\n**NAME**: <NAME>\n**INTERN ID**: CTO4DN1944\n**DOMAIN**:: FIGMA WEB DEVELOPMENT\n**DURATION**: 6 WEEKS\n**MENTOR**: <NAME>\n\n### outp... |
yogeshpawar1958/Angular12_api_crud | 409,055,342 | 1e57d6841d9464cd6b6b0149cedcf3ec85dc8484 | {
"branch": "dev",
"commit_count": 1,
"repo_created_at": "2021-09-22T03:44:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "da1ec853a76565dbbc2cfbfcf5a66b502b03c666",
"content": "# Angular12_api_crud",
"size_bytes": 20,
"file_path": "README.md",
"file_timestamp": 1632282282,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
yogeshtekawade0602/Power-BI-Task | 911,138,199 | a6afc8bf78aad67deaae7f12eb419e5a6a7e9351 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-01-02T10:28:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "808b4ff806630b3754917bd4e3280b831d38f404",
"content": "# Power-BI-Task",
"size_bytes": 15,
"file_path": "README.md",
"file_timestamp": 1735813991,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
yogga18/be-english-notes | 779,522,157 | 82a7a576d529a8b027f6b425b253d4e878b26c33 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-03-30T03:34:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 29 | [
{
"content_id": "5c4321765be8c9d6f06268cc5ec4942776ba1b83",
"content": "// Create Abstrac Class\nimport { Router } from 'express';\nimport IRouter from './InterfaceRouter';\n\nabstract class BaseRoute implements IRouter {\n public router: Router;\n\n constructor() {\n this.router = Router();\n this.... |
yoggy/mqtt_tiny_clock_pub | 35,074,054 | 4f49d40c82526070b6839187154fd0b8c723ff56 | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2015-05-05T02:50:08.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "9e0de949289a10bb737d58ef82ef02a7d7454492",
"content": "dofile(\"nodemcu_mqtt_sub.lua\")\n",
"size_bytes": 31,
"file_path": "init.lua",
"file_timestamp": 1443942128,
"language": "Lua",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
... |
yogi0904/cloudvandanaproject | 709,699,842 | 66c983ddae01d4a727f73c0b45e7effa394031e2 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-10-25T08:13:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "fcfacc3399cdf543cbc0bdcb2c550f1131f06703",
"content": "body {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100vh;\n margin: 0;\n}\n\n.calculator {\n width: 300px;\n text-align: center;\n background-color: navy;\n border: 1px solid #... |
yogi12b5/Jenkins-terraform | 828,706,390 | 06e9c62c48447a84f7015156dec179599f8eac6d | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2024-07-15T00:25:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "d3389b8d8af4957869c6a3a20c5009aaf0deac85",
"content": "terraform {\n required_providers {\n aws = {\n source = \"hashicorp/aws\"\n version = \"4.52.0\"\n }\n }\n}\n\nterraform {\n required_version = \">=0.13\"\n}\n\n\nprovider \"aws\" {\n region = \"us-east-2\"\n}\n\... |
yogidelfiandra/calculator-web-reactjs-D | 502,559,109 | 2e381555a1d6d1ec9fd523373e8ecc86e1807575 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-06-12T08:24:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "d40c13b5b60060e84ddc6d3fa6444c7ccf315752",
"content": "* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n outline: none;\n text-decoration: none;\n}\n\nbody {\n display: flex;\n justify-content: center;\n flex-direction: column;\n align-items: center;\n text-align: center;... |
yogigachinmath/littl | 343,860,722 | d616dee06a166559746d9bc375c800d7fc8f4446 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-03-02T17:42:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "ab2b91c6573d9ef9dea222b57255fa65069a5209",
"content": "# littl\nCreated with CodeSandbox\n",
"size_bytes": 33,
"file_path": "README.md",
"file_timestamp": 1614706951,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": [... |
yogthos/squint-jotai-example | 873,785,232 | 3109bbd818a3cc2018928d9a045a01e1daeb282c | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-10-16T18:01:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "e2f36a7847b443e5e3927e378a3ea375d93eba61",
"content": "(ns index\n (:require\n [\"react-dom\" :as rdom]\n [App :as App]))\n\n(defonce elt (js/document.querySelector \"#app\"))\n\n(rdom/render #jsx [App/App] elt)",
"size_bytes": 150,
"file_path": "src/index.cljs",
"file_time... |
yohanesdimast/CRUDServer | 527,231,710 | d7ea7fb5342aa26f6657543571e5723555ee92f1 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2022-08-21T14:33:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "0b72aad033802892d30cce202afc352d950bbd08",
"content": "package com.example.crudserver.constant;\n\npublic class Constants {\n\n public static final String URL_API = \"https://vsga.herokuapp.com/\";\n public static final String TOKEN = \"<PASSWORD>\";\n}\n",
"size_bytes": 195,
... |
yoitsrishi/clips | 659,750,657 | 23cf0f98eeb60b9c70a7970270dd7ad088b8c712 | {
"branch": "master",
"commit_count": 12,
"repo_created_at": "2023-06-28T13:31:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "a293b1e2655677004818b644e7fd07e182eb9966",
"content": "export const environment = {\n production: false,\n firebase: {\n apiKey: '<KEY>',\n authDomain: 'clips-cd692.firebaseapp.com',\n projectId: 'clips-cd692',\n storageBucket: 'clips-cd692.appspot.com',\n messagingSenderId... |
yokarem/norepa | 198,510,416 | 18a0fc68d00d22b7196533ad6108103abe04a571 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2019-07-23T21:25:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "4dba1dee16f3f4f418345cd46adda582c2ad0921",
"content": "{\n \"tenOnoof\": \"0\",\n \"tenUrl\": \"https://github.com/mouadj92/mouad/raw/master/dwzap.apk\",\n \"tenPacknameHors\": \"com.popularapp.thirtydayfitnesschallenge\",\n \"tenPacknam\": \"0\",\n \"tenPacknam2\": \"0\",\n \"tenPack... |
yoke0104x/vue-countup-v3 | 728,586,573 | 5b6a72a243adede7d7727e098fecb14e24169f28 | {
"branch": "main",
"commit_count": 11,
"repo_created_at": "2023-12-07T09:03:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "31e12f1cb4d3c23a147660fc915616145e49ff17",
"content": "{\n \"name\": \"@dm0104x/vue-countup-v3\",\n \"description\": \"A Vue 3 component for CountUp\",\n \"author\": {\n \"name\": \"yoke\",\n \"email\": \"<EMAIL>\"\n },\n \"version\": \"0.0.5\",\n \"type\": \"module\",\n \"main... |
yonatanmx/German-Java | 311,753,892 | 8071526e5cfeac30ddf089408ad4bab80c83ac53 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2020-11-10T18:46:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "8a59baff8c4aeff16fb1f883653759791bc09ccd",
"content": "\r\n#include <stdlib.h>\r\n#include <stdio.h>\r\n#include <string.h>\r\n#include <unistd.h>\r\nint main() {\r\n\tsystem(\"javac Main.java\");\r\n\treturn 0;\r\n}",
"size_bytes": 141,
"file_path": "compile.c",
"file_timestamp... |
yonchu/dotfiles | 4,235,374 | 94e9f65f29dc1701e89c3c837fe6ecaf0aa84f48 | {
"branch": "master",
"commit_count": 978,
"repo_created_at": "2012-05-05T17:30:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 68,
"forks": 8,
"issues": 0,
"pull_requests": 0
} | 165 | [
{
"content_id": "ed849e5d2846c53cba6a20ce7c36d4198d51aca1",
"content": "#!/bin/bash\n\nURL='http://www.mizunotomoaki.com/wikipedia_daytopic/api.cgi/'\n\nrequire_command() {\n if ! type \"$1\" > /dev/null 2>&1; then\n echo \"ERROR: command not found: $1\" 1>&2\n return 1\n fi\n}\n\nfetch(... |
yongdori98/baekjun-study | 252,675,451 | ecdf5d7511a5124e793adc91aa80f0c207fcd386 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-04-03T08:32:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9fbdca3404d1f27409107804cff26508eddead2e",
"content": "#include<stdio.h>\n#include<stdlib.h>\n\nint main() {\n\tint cnt = 0, i = 0;\n\tchar** word;\n\n\tscanf(\"%d\", &cnt);\n\n\tword = (char**)calloc(cnt, sizeof(char*));\n\tfor(i = 0; i < cnt; i++)\n\t\tword[i] = (char*)calloc(30, sizeof(c... |
yongkyuns/rust_robotics | 498,837,640 | cba2c154e03bf679fefad78f12c3ff0c33572726 | {
"branch": "master",
"commit_count": 16,
"repo_created_at": "2022-06-01T17:39:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 37 | [
{
"content_id": "74ff2677ff5d5b003327b9005a37345ffe40a13c",
"content": "[package]\nname = \"pyrust_robot\"\nversion = \"0.1.0\"\nedition = \"2018\"\n\n# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html\n[lib]\nname = \"pyrust_robot\"\ncrate-type = [\"cdylib\"]\n... |
yoniLavi/mini-templater | 82,747,283 | cac59ccea07b2514036ab669dd2b403c2b2975a9 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2017-02-22T01:41:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5251bc063a17a447f5c8e2d3f1cec1551f61d772",
"content": "#!/usr/bin/env python\n\nPAGES = [\n {\n 'template': 'template.html',\n 'output': 'index.html',\n 'values': {\n 'lang': 'en',\n 'title': 'Landing Page',\n 'heading': 'Welcome',\n ... |
yoon1812/CP1404_practicals | 321,995,326 | 872a3b9a23a33f3eef7f3f164b5d40af77682203 | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2020-12-16T13:44:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 16 | [
{
"content_id": "4dc39fbd54b85fc0b4c247904e32d3ee29e2828b",
"content": "from Prac_08.unreliable_car import UnreliableCar\ndef main():\n my_car = UnreliableCar(\"limbo\",120,30)\n print(my_car)\nmain()",
"size_bytes": 132,
"file_path": "Prac_08/unreliable_car_teat.py",
"file_timestamp":... |
yoon3055/04.-FrontEnd | 975,262,410 | 00b267f15dd8436a313e9ec52f221d041c657b6f | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-04-30T03:25:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f7288914fcd5529e913eba787c806fae3e3891d2",
"content": "p3{\n font-size: large;\n color: bisque;\n font-weight: bold;\n}",
"size_bytes": 69,
"file_path": "02_css/css/css_external.css",
"file_timestamp": 1747014807,
"language": "CSS",
"is_vendor": false,
"lice... |
yoontrue/my_proj | 331,208,785 | 5cd194e0995c30695c938f5de8b7b97618493f7d | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2021-01-20T06:02:03.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "6f79749311ec3bd03af4eb547283edf8ba8c8e47",
"content": "package com.yoontrue.crud;\n\npublic class StudentLecture {\n\tString name;\n\tString phone;\n\tString major;\n\tString lecture;\n\t\n\tpublic StudentLecture(String name, String phone, String major, String lecture) {\n\t\tthis.name = na... |
yoorakwon/spine-calculator | 717,741,197 | 28d02cd164908c41471c139caad803c5079a34af | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2023-11-12T12:53:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "1db4f7b324c6727dfaa53cafc2d2bb33ad216453",
"content": "function calc() {\r\n selectedValue = document.querySelector('#paper-select').value;\r\n inputNumber = document.querySelector('#paper-number').value;\r\n\r\n if(selectedValue == \"무림백상60\") {\r\n thickness = 71;\r\n }... |
yosefzebene/Discord_intro_bot | 745,644,286 | 066b480c0b25c844d93d9c771b8ae312ba739f24 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2024-01-19T19:28:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "79a7cbe4fa0fda1a37167251a35a1985eb375771",
"content": "## Quick description\n\nThis bot plays a short sound when a person joins a voice channel. A user can upload any sound they like.\n\n## Commands\n\n/join - The bot will join the voice channel the user is in.\n\n/leave - The bot will leav... |
yoseio/learn-syspro2024 | 925,510,713 | 41ca8abdc4e9fe74ebf0eb374a97dc4cc854048d | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2025-02-01T03:22:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 47 | [
{
"content_id": "31d89536ab68b4784c2ff769ab81051ed8ac4642",
"content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import matplotlib.pyplot as plt\\n\", \"import pandas as pd\\n\", \"\\n\", \"data = pd.read_csv(\\\"4-2-1.csv\\\")\\n\",... |
yoshihiro-okumura/sample-repo | 345,307,998 | 0f04f16f351ef8a3be849fb5da4b3120c5489f08 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2021-03-07T09:40:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "2198069e92e595816245a0c33cee7e3d6511a169",
"content": "# sample-repo\nUpdate\n",
"size_bytes": 21,
"file_path": "README.md",
"file_timestamp": 1617259243,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
yosia23anggriawan/io-sia | 94,551,037 | 6912add7f38fe8e5a22561c9b409de4d73a2db06 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2017-06-16T14:20:03.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "448d726f152a63ced61101cb70cf70d459b53415",
"content": "# io-sia\nPersonal Website\n",
"size_bytes": 26,
"file_path": "README.md",
"file_timestamp": 1497622804,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
youceefz/wordprees2 | 269,942,254 | 17b66745963ee3cbefded70702efc07f64380e46 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-06-06T10:10:24.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "8b51e489a381fb70d44654df1384deb390cb0f57",
"content": "# wordprees2\nsite stupi\n",
"size_bytes": 24,
"file_path": "README.md",
"file_timestamp": 1591438225,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
youjin9209/2018_DFSBFS | 136,276,945 | e5b2ed5ddce3e2fe904c44c6257fc1a7592e87d1 | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2018-06-06T05:34:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "7e4906a076f0a7352a7941dc9f173a19202d8399",
"content": "# 2018_DFSBFS\njava DFS BFS 백준\n\n1. DFS\n- STACK 사용 : 함수호출과 같은 구조 ! -> 이미 방문 했으면 return해서 backtracking 해야지\n- Stack Over Flow 나지 않게 예전에 방문했는지 여부 체크하는 배열 무조건 사용 !\n- 완전 탐색 해주니까 이어진 정점간의 덩어리를 만들어준다. \n- 덩어리 짓기 예제 : 연결요소의 개수(11724), 순열 사이... |
youneshenni/nextjs-pagination-training | 782,622,574 | 7e1c90287ebf7f24f046cd3b20b717fcc4339ec2 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2024-04-05T17:13:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "b10552a6f53921e755434e36fc62bdebfb0315ec",
"content": "# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.\n\n# dependencies\n/node_modules\n/log\n/.pnp\n.pnp.js\n\n# testing\n/coverage\n\n# next.js\n/.next/\n/out/\n\n# production\n/dist\n\n# misc\n.DS_Stor... |
yousefayash/website | 910,258,748 | 1c9aaa0343171a428a0250a9adbb39e92205b4d2 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-12-30T20:14:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "667cab48526f9145421794a4681da0078f850bf1",
"content": "/* تعيين الخلفية العامة */\r\nbody {\r\n font-family: 'Arial', sans-serif;\r\n margin: 0;\r\n padding: 0;\r\n background-color: #f2f2f2;\r\n}\r\n\r\n/* تصميم الهيدر */\r\nheader {\r\n background-color: #333;\r\n color:... |
youssef-eissa/Audiophile-e-commerce | 676,333,479 | 0d1123f527476a16fdab7f31eadeb2d7620e615f | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2023-08-09T01:13:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 22 | [
{
"content_id": "f452d44e34b00a931b9df7f6c8275045f5afdb4c",
"content": ".linkhov{\n transition: 0.3s;\n background-color: #D87D4A;\n}\n.linkhov:hover{\n background-color: #FBAF85;\n}\n.sign{\n font-size: 13px;\n color: #979797;\n transition: 0.3s;\n cursor: pointer;\n border: none;\n... |
youssef-mohamed07/jewerly | 838,330,442 | 94f97b5e3b07383b4b370a4a1e7798ff6a53ffec | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-08-05T12:26:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "f37d370f0e5536a7e97f974206a7587257dd64c0",
"content": "import React from 'react'\n\nfunction Photo() {\n return (\n <div>\n \n </div>\n )\n}\n\nexport default Photo\n",
"size_bytes": 113,
"file_path": "src/pages/Photo.jsx",
"file_timestamp": 1722860805,
"languag... |
youssefEbba/tphibernate | 581,931,975 | 152199aa7cb56f49cdeca2a81557f3e6e264fb58 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-12-24T23:18:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 14 | [
{
"content_id": "87de0c6f71cb3ebd8b2fa8575b7ae7acf816874f",
"content": "<%@ page language=\"java\" contentType=\"text/html; charset=UTF-8\"\n pageEncoding=\"UTF-8\"%>\n\n<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\">\n<title>Insrtion</title>\n</head>\n<body>\n<div style=\"width: 500px; margin:... |
youssefazz/PrestaShop | 420,565,259 | 18ff66c9d090aa146effe7c06efe2b7c924cc6f9 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2021-10-24T02:03:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 64 | [
{
"content_id": "72f0a316666558dd942cd5c7c56113c541d97994",
"content": "{extends file='page.tpl'}\n{block name='page_title'}\n\n Fabrication\n\n\n{/block}\n\n\n{block name='page_content'}\n\n {widget name='fabrication' }\n\n{/block}",
"size_bytes": 153,
"file_path": "modules/navbar/views/templ... |
youssefdevo/Fawry-System | 573,487,202 | 81608b5ea0b62cb622c5afebaa622b9be4807709 | {
"branch": "main",
"commit_count": 43,
"repo_created_at": "2022-12-02T15:22:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 34 | [
{
"content_id": "92c1eb9b711523c6a7526d8770e0c90f7c6a0fef",
"content": "\npublic class Wallet extends Payment {\n\tprivate CreditCard creditcard;\n\tprivate double balance;\n\t\n\tWallet()\n\t{\n\t\tbalance=0;\n\t}\n\tWallet(Service service, User currentUser) {\n\t\tsuper(service,currentUser);\n\t}\n\tpubl... |
youup99/Full-Stack-Web-Development | 261,350,507 | 6b9eec86aca2d1d8331779f8abe867f24c615e2d | {
"branch": "master",
"commit_count": 92,
"repo_created_at": "2020-05-05T03:11:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 46
} | 7 | [
{
"content_id": "a4f55943ced95c9fb6a6d636ef78c5942c255283",
"content": "# Full-Stack-Web-Development\n Online Course consisting of 4 parts:\n \n 1. Bootstrap 4\n 2. React\n 3. Mobile Development with React Native\n 4. Server-side Development with NodeJS, Express, and MongoDB\n",
"size_bytes": 198,
"... |
yq-jin/cmgg-game-jam-23 | 618,991,823 | f785296646b3e40d06e7ff76fe172296a4b6cd8d | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-03-25T23:50:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f38d98e4b76536413d35150c42d90efe25922351",
"content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\n\npublic class Movement : MonoBehaviour\n{\n public Rigidbody2D rb;\n public float speed = 10;\n Vector2 movement;\n public Animator animator;... |
yqiaochu/study | 176,247,525 | ebdd2ec8fc904a0b34633d16708002cc3aef2068 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2019-03-18T09:30:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 20
} | 16 | [
{
"content_id": "e939d29a2b3e73eef5d625143cfec154a4932152",
"content": "<template>\n <div class=\"energyMonitor-wrap\" @click=\"searchStatus=false\">\n <div class=\"left\">\n <el-amap \n v-loading=\"loading1\" element-loading-background=\"rgba(0, 0, 0, 0.5)\"\n class=\"amap-box\" \n ... |
yrdeng/tarball | 187,881,866 | 8b4077610681023f496e9f92981114b294268b2b | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2019-05-21T17:11:55.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "edd5733f9062f1ea30e4cd75fc9e6e31188fafdf",
"content": "# tarball",
"size_bytes": 9,
"file_path": "README.md",
"file_timestamp": 1571259654,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"content_id"... |
ysjiang4869/code-example | 129,826,821 | a79eac1a1bb0296cac5e081e28435cb5352f8b7e | {
"branch": "master",
"commit_count": 51,
"repo_created_at": "2018-04-17T01:18:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 8,
"forks": 1,
"issues": 0,
"pull_requests": 1
} | 98 | [
{
"content_id": "0f978e5ed8e52872b706d85480cc702bb142c5da",
"content": "package org.jys.example.common.sql.dao;\n\n/**\n * @author <NAME>\n * @date 2020/2/3\n */\npublic class Condition {\n private String key;\n private String operator;\n private Object value;\n\n public Condition() {\n }\n\n... |
ytianr/letu | 82,358,214 | 811258636fa8132d45d5f5350359fa267f695c97 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2017-02-18T03:24:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f576bb81ec8e65d344477ae67a922a470d492da2",
"content": "# letu\n乐途旅游\n",
"size_bytes": 20,
"file_path": "README.md",
"file_timestamp": 1487388737,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
yts-nakano/Killdrop | 462,806,536 | f6d2a06dc151864d78e985ab9966ebc3cf018512 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2022-02-23T16:01:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "65a706b7649a8a8bb003f6d4f6be6ba20501a72f",
"content": "# Killdrop",
"size_bytes": 10,
"file_path": "README.md",
"file_timestamp": 1657253297,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
yttrium2016/img | 154,513,148 | 9507525969f276876bdfde85dbe5b6fe5d0e085a | {
"branch": "master",
"commit_count": 42,
"repo_created_at": "2018-10-24T14:13:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "d3a520b97913e05c88a646ded683145262681f58",
"content": "# BlogImg 项目\n### 本项目为 yttrium2016.github.io 网站提供图片支持",
"size_bytes": 80,
"file_path": "README.md",
"file_timestamp": 1632882092,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"det... |
yuame-21/bars-node-server | 728,863,225 | 7fbee1d12c093351c2ba8936d0f0024aaccbafca | {
"branch": "main",
"commit_count": 40,
"repo_created_at": "2023-12-07T21:30:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "95e25ba0ad471f1523fdfa758e4de37846aadd47",
"content": "import model from \"./model.js\";\nexport const createLike = (like) => model.create(like);\nexport const findLike = (postId, likerId) => model.findOne({ postId: postId, likerId: likerId });\nexport const findAllLikes = () => model.find(... |
yuanjianghuang/MongoDBTester | 35,061,433 | a252438afc3d3dfab138f52816a31c66b758e880 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2015-05-04T21:44:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "b5daf7164408e90185cba3ab198b6f059aefdd72",
"content": "\nimport json\nimport treelib\ndef main():\n with open(\"E:\\PythonProject\\\\ronmofang\\\\tree.txt\", 'r') as handle:\n parsed = json.load(handle)\n\n print json.dumps(parsed, indent=4, sort_keys=True)\n\n\nif __name__ == ... |
yuanxu00/Image-recognition-trash-can | 282,860,547 | 0f34503742c81fa65f7acf9cdca54d16e15a220c | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2020-07-27T10:10:03.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "7c97e67454b1c57cb4dd14bec3afa1135f839b7c",
"content": "#include \"MSD_test.h\" \r\n#include <math.h>\r\n#include <stdlib.h>\r\n#include \"./usart/bsp_debug_usart.h\"\r\n#include \"./key/bsp_exti.h\" \r\n#include \"./led/bsp_led.h\"\r\n#include \"MicroStepDriver.h\" \r\nvoid ShowHelp(void);... |
yudiyang2009/ddddd | 307,107,678 | 41973208c1ff8c1d50bb8d72f0025440f8fba127 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2020-10-25T13:42:05.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "59c49cff41d3c9b06be6310afb0dab2c0d8064ab",
"content": "def is_passing_grade(grade):\n '''(int)->str\n\n return 'pass' if grade is at least 50 and return 'fail' otherwise.\n \n >>> is_passing_grade(45)\n 'fail'\n >>> is_passing_grade(80.5)\n 'pass'\n '''\n\n return... |
yuehuafei/student | 96,842,992 | fd803edc3ac65d698686e9855847520b3301ae4f | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2017-07-11T02:44:07.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "62507c1800e3a5fe26fd5a1177b9a03bf061351a",
"content": "/**\n * Created by xxx on 17-7-11.\n */\n var stuScoArr=[[\"张三\",\"95\",\"80\",\"75\",\"80\"],[\"李四\",\"85\",\"80\",\"70\",\"90\"]];\nfunction calculAndExpan(stuScoArr) {\n for(var i=0;i<stuScoArr.length;i++)\n { var avg=0,sum=0... |
yueyang-gracie-chen/STA130-HW | 856,643,584 | e4052dba39c4d2c8476925ae1ca0ecef8ae08752 | {
"branch": "main",
"commit_count": 13,
"repo_created_at": "2024-09-13T00:05:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "3eaea8a061790cb6b8ff9ccc3ea0215ed1380388",
"content": "{\"cells\": [{\"cell_type\": \"markdown\", \"id\": \"7e2a6fcd\", \"metadata\": {}, \"source\": [\"1. Pick one of the datasets from the ChatBot session(s) of the TUT demo (or from your own ChatBot session if you wish) and use the code pr... |
yugandhara2109/CodSoft | 914,928,694 | 428cd91b2c4158ded16d37939409f25ad481fefe | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-01-10T15:45:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "4b42745e5a3a1033b7defa86a0f7b51fcd7218a8",
"content": "# Function to perform the calculation\r\ndef add(x, y):\r\n return x + y\r\n\r\ndef subtract(x, y):\r\n return x - y\r\n\r\ndef multiply(x, y):\r\n return x * y\r\n\r\ndef divide(x, y):\r\n if y == 0:\r\n return \"Err... |