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 |
|---|---|---|---|---|---|
lzeeorno/Kaggle_lzeeorno | 464,795,121 | 1f83bfc90bb635e35643a1b7be37a0c5c44a34a0 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2022-03-01T07:52:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "aff8a0bda2985f208d4c4fc3956a5f8d498333f7",
"content": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": 1,\n \"id\": \"18425e62\",\n \"metadata\": {\n \"_execution_state\": \"idle\",\n \"_uuid\": \"051d70d956493feee0c6d64651c6a088724dca2a\",\n \"execu... |
ste85216/20240515 | 800,876,050 | ff7b0a1fed198c6e5940195603577005d1b6adf5 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2024-05-15T07:02:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "990c195569883c7fa138fdaf76c8095ae79c6f22",
"content": "export default () => {\n return {\n type: 'bubble',\n body: {\n type: 'box',\n layout: 'vertical',\n contents: [\n {\n type: 'image',\n url: 'https://cp4.100.com.tw/images/topics/202105/28/... |
lycmonkey/train | 897,814,624 | ea5074a886d823d2a1a974e2ff19868a1dc53744 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-12-03T09:36:52.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "a3a279b9c54de99f18b15aa5bf4bcb6001ebc517",
"content": "# train\nไปฟ12306\n",
"size_bytes": 17,
"file_path": "README.md",
"file_timestamp": 1733218612,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"co... |
zhaoliSayhi/wheels | 121,365,240 | 2b724e8942a47b91b5b8d4c185587f7b2dd3a20e | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2018-02-13T09:50:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "4eb0a15300848434c69b7231ecc2777d4b5cc40a",
"content": "function hasClass(el, className) {\n var reg = new RegExp('(^|\\\\s)' + className + '(\\\\s|$)')\n return reg.test(el.className)\n}\nfunction addClass(el, className) {\n if (hasClass(el, className)) {\n return\n }\n let newClass... |
martinakienberger/Charla_PyConES2022 | 544,139,187 | d98c401dc34cbd5abd619c6a8c2a543fe01582de | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2022-10-01T18:46:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c6e66e4cf920d95b3e4498fe52990c8b67d4f8bf",
"content": "# Charla_PyConES2022\nPresentaciรณn **\"Anรกlisis de encuestas con Python\"** (charla en la PyConES 2022 en Granada)\n\n*Abstract*:\n\nEn muchos campos cientรญficos, las encuestas son una importante herramienta de investigaciรณn. Utilizando... |
proprefenetre/data-structures | 80,990,575 | 663683591220167ade22a4b9142d68b7fbac01b3 | {
"branch": "master",
"commit_count": 23,
"repo_created_at": "2017-02-05T12:13:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 28 | [
{
"content_id": "05266d64788603d8a931652488ceb547831511fa",
"content": "#ifndef STACK_ADT_H\n#define STACK_ADT_H\n\n#include <stdio.h>\n#include <stdlib.h>\n#include <stdbool.h>\n\ntypedef char* Item;\n\ntypedef struct stack_type *Stack;\n\nStack create(void);\nvoid destroy(Stack s);\n\nvoid make_empty(Stac... |
gocallum/replaceaxiosnext | 720,608,416 | 7a2297b052cb5f0a9b086ed4a14ab97e923f8fef | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-11-19T02:10:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "433a37f0d85d3813503e76a1ad6c9480d20b2a91",
"content": "import { NextRequest, NextResponse } from 'next/server';\nimport { type } from 'os';\n\n\n//define a portfolio object which has an id, name, description, \n\ntype Portfolio = {\n id: string;\n name: string;\n description: strin... |
sandipgit1116/a5 | 639,351,641 | 0ac14236d9ddda9c261c187765fb82cabe0f82cd | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2023-05-11T09:44:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "a59ba1095ef63fa6f088e013be2988ff9cca83c3",
"content": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd\">\n <modelVersion>4.0.0</m... |
antonioRaffaele/DoItYourself | 650,670,319 | d3120b7191b3d68ccc2fbb5a9436fbfb2e56fd5b | {
"branch": "main",
"commit_count": 27,
"repo_created_at": "2023-06-07T14:55:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "68a8ae57d28f49a5d6f775ec89dafc70fab80842",
"content": "{\n \"images\" : [\n {\n \"filename\" : \"AppIconDIY.jpg\",\n \"idiom\" : \"universal\",\n \"platform\" : \"ios\",\n \"size\" : \"1024x1024\"\n }\n ],\n \"info\" : {\n \"author\" : \"xcode\",\n \"versi... |
Tether23/exam | 453,999,535 | 28795188d56f584d6497385fcd8760ce66a83236 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2022-01-31T12:33:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "a1392bd258982be44cf78d582f2e00645438a8ca",
"content": "{\n \"name\": \"exam-back-end\",\n \"version\": \"1.0.0\",\n \"description\": \"Exam back end\",\n \"main\": \"server.js\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n \"start\": \"node... |
Vitaliy-Steffensen/Vitaliy-Steffensen | 476,782,513 | 6ffb974e7943f0d7672b017cd9b59460f59f600f | {
"branch": "main",
"commit_count": 16,
"repo_created_at": "2022-04-01T15:52:25.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "119bd576acc7ad4110292fdc8c96c0f179a7accd",
"content": " ## Who am I?\n<p> \n <a href=\"https://vitaliy.dk\"> \n <img src=\"https://img.shields.io/badge/Vitaliy.dk-000000?style=flat&logo=google-chrome&logoColor=white\"> \n </a> \n <a href=\"https://medium.com/@vitaliysteffensen\"> \n ... |
hueter/hack-or-snooze | 157,615,641 | 77d8a8bd8d5d35216b4e3e78ad09200f8912d304 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2018-11-14T21:49:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "acdba59e313fa93a6d275404bbabcd2f9062b0a9",
"content": "const BASE_URL = \"https://hack-or-snooze-v2.herokuapp.com\";\n\nclass StoryList {\n static getStories(cb) {\n // fetch stories from API\n return cb(/* fetched stories go here */);\n }\n}\n\nclass User {}\n\nclass Story {}\n",
... |
SurajFc/mapbox-demo | 441,177,552 | 902bcb3ffb7f219896d74e67b22a930fcd45fc5c | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2021-12-23T12:44:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "fcd1d16f3ab884d79080ae46dc7fa94cc795b7a1",
"content": "import React from \"react\";\nimport StarterMap from \"./components/Starter\";\nimport NavigationControlMap from \"./components/NavigationControlMap\";\nimport GeoLocateMap from \"./components/GeoLocateMap\";\nimport LayerMap from \"./c... |
Aaron-Shrike/control-estudiantes | 388,467,623 | 9f5a0748f002578838a47452699505aa7eba4e0b | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2021-07-22T13:13:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "ae4fefa3fcb170441b1ad5550cd7c0e0bdb83297",
"content": "/*\r\nDESARROLLAR UN PROGRAMA QUE PERMITA REGISTRA LOS ALUMNOS DE UN CURSO\r\nEL DOCENTE A CARGO LOS EVAL๏ฟฝA UTILIZANDO TRES INDICADORES (evaluaci๏ฟฝn\r\nparcial, evaluaci๏ฟฝn final y proyecto certificador) LOS CUALES TIENEN\r\nUN PESO DE 1,... |
javmanriq/ApuntesControlCheck2.1-care- | 904,650,285 | d2a3fb6003d92ba6a46843bde9051cb0fe358710 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-12-17T09:50:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "8dc21bccaa499b71bc24994190558d8814d427ce",
"content": "package org.springframework.samples.petclinic.care;\n\nimport java.util.Set;\n\nimport lombok.AccessLevel;\n\nimport org.springframework.samples.petclinic.model.BaseEntity;\nimport org.springframework.samples.petclinic.pet.PetType;\n\ni... |
chenjiangsong/mychat | 46,770,934 | 5d57eed2aa705e65ddc776c28dc0d5f10df2194f | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2015-11-24T06:10:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "6a278a9c88868019a62ee037bc5aae90e227d163",
"content": "var express = require('express');\nvar router = express.Router();\n\n/* GET home page. */\nrouter.get('/', function(req, res, next) {\n res.render('index', { title: 'cjs' });\n});\n\nrouter.get('/cjs', function(req, res, next) {\n res... |
CastIrony/JBAnimation | 23,407,413 | 624c45fec4f84427df2bd27c1d08aa668c23a0fa | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2014-08-27T22:19:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 23 | [
{
"content_id": "a5b6dfb6b3eb5c14d5ee482c5ba7b5f2deed6b37",
"content": "//\n// main.m\n// JBAnimation\n//\n// Created by <NAME> on 6/19/14.\n// Copyright (c) 2014 <NAME>. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n#import \"AppDelegate.h\"\n\nint main(int argc, char * argv[]) \n{\n @autorel... |
gergacio/SimpleClasses | 571,725,245 | e7300407c1e84121f0bdd9ab1ad35246d836cfb1 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-11-28T18:53:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "dda1e2d62cac25a0b79de5d3a285181cab79a41c",
"content": "import org.junit.Before;\nimport org.junit.Test;\n\nimport static org.junit.Assert.assertEquals;\n\npublic class CalculatorTest {\n //define field (custom data type Calculator)\n Calculator calculator;\n //update calculator wit... |
Essbante/raspi_webcam | 687,775,154 | 15a259329dbd09dc86cfd12e8d4190646f956756 | {
"branch": "main",
"commit_count": 45,
"repo_created_at": "2023-09-06T01:30:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 4 | [
{
"content_id": "f6eb22296ccc85b685884989fe8a81445e6e50ec",
"content": "import json\nimport time\nimport cv2\nimport os\nimport subprocess\nimport requests\nimport threading\nimport logging\nimport datetime\nfrom dotenv import load_dotenv\nfrom camera import Camera\nfrom flask import Flask, Response, render... |
fpeduu/clone-instagram | 303,248,256 | c58ec945e882290db51909981b34a53208aa9635 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2020-10-12T01:33:08.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "2d9a8eec6bf9630248a27b3b711930aa0171d9b9",
"content": "# Clone Instagram\n## Atividade de curso da plataforma da [Digital Innovation One](https://web.digitalinnovation.one)\n\n### Ideia\nExercรญcio feito para aplicaรงรฃo de conhecimentos em HTML/CSS.\n\n### Screenshots\n\n##### Visรฃo num compu... |
a7xphoenix/Empoi2 | 93,455,623 | 662c4147a85686c041a4c99e74b25321d3d08f4f | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2017-06-05T23:21:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "66e781cfb25707b11df1634e775bdb084652be13",
"content": "//\n// ViewControllerExtension.swift\n// Emploii\n//\n// Created by <NAME> on 6/5/17.\n// Copyright ยฉ 2017 <NAME>. All rights reserved.\n//\n\nimport Foundation\nimport UIKit\n\nextension UIViewController{\n func navTo(_ identifi... |
yoginaomta/solved-ece4710j-homework-1 | 637,050,433 | e1d6e5871aa641393157e91a0c069c60f04c9b4b | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2023-05-06T10:58:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "02fe345f50994f7ca9142ce8bcacd4e46179ee71",
"content": "Download Link: https://assignmentchef.com/product/solved-ece4710j-homework-1\n<br>\n<h1>1. Fundamental Linear Algebra</h1>\n\nBen, Tom, and Amy are shopping for fruit at a grocery store. A fruit bowl contains some fruit and the pric... |
dukejablonski/RecombinantDNA | 438,168,765 | b82a3ebdf44c11a24f642b7fe084922b01ab41ab | {
"branch": "main",
"commit_count": 12,
"repo_created_at": "2021-12-14T08:08:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "789553d1b0827fe2fe2121e601628b825856bd90",
"content": "The following project uses Java's linked lists to model recombinant DNA.\n",
"size_bytes": 73,
"file_path": "README.md",
"file_timestamp": 1639469396,
"language": "Markdown",
"is_vendor": false,
"license_type": "... |
itsmehassan1/helloWorldApp | 692,061,146 | 094c92ffeeb45e8a7816ce2f0f409cda8d89ada5 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2023-09-15T13:25:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "eb2df00ca89ac9a463892982d910ff123d04ec2d",
"content": "name: deployment\non: \n push:\n branches:\n - 'main'\n\njobs:\n build:\n name: Build\n runs-on: ubuntu-latest\n steps:\n - name: executing remote ssh commands using password\n uses: v1.0.0\n with:\n ... |
Aayushi486/Excel-3-Statement-financial-model | 1,013,017,405 | 9b2096cffce558d9da38eb4e3e4da5a6887c742a | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-07-03T08:29:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c8136da9f645aa72957dfb2767d219094db88c43",
"content": "# Excel-3-Statement-financial-model",
"size_bytes": 35,
"file_path": "README.md",
"file_timestamp": 1751531439,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": [... |
Tamal267/Squid-Proxy-Server | 966,287,884 | 99dc85e3fee929c1f1bf973403932683d8352659 | {
"branch": "main",
"commit_count": 10,
"repo_created_at": "2025-04-14T17:34:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "9459410c6572c26657a035cb5f4442bbf3eddcf6",
"content": "#!/bin/bash\n\nwhile IFS= read connection; do\n\t user_host=\"${connection%:*}\" \n user=\"${user_host%@*}\" \n host=\"${user_host#*@}\" \n port=\"${connection#*:}\" \n\n echo \"Configuring $i...\"\n ssh-keysc... |
RupakGhosh4865/IMAGETOTEXT | 848,942,797 | 2d6c0fa3bfa50cdd24c61874ae8c7cc50e273571 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2024-08-28T17:30:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "ee278abaf5e4d03f12f62e109aa5affe3f54272c",
"content": "const inputtxt = document.getElementById(\"input\");\nconst image = document.getElementById(\"image\");\nconst button = document.getElementById(\"button\");\n\nconst token = \"<KEY>\"; // Use your actual Hugging Face token here\n\nasync... |
Vasyl3611/Sonet-Clinic-Site | 135,890,614 | 4a9ba7f8a488fb3951064629b2cee632af9ac1f4 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2018-06-03T09:27:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "2b5279a7440111bc98929e92ce8d34d7014cc11f",
"content": "$font-comforta: 'Comfortaa', cursive\n$font-main: 'Roboto', sans-serif\n$accent-lighter: #0ad1ce\n$main-color: #212121\n$accent: #0ab8b6\n@import url(\"https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css\")\nbody... |
philiptitus/fortelanding | 813,215,754 | 6250db8e30cdbf47ea6a4f6b2358de1d11e071b9 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-06-10T17:35:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "1373d773b83b9bea2c7824cce6c0a28f78afd22f",
"content": "import './globals.css';\nimport '@/node_modules/react-modal-video/scss/modal-video.scss';\nimport Navbar from './components/Navbar/index';\nimport Footer from './components/Footer/index';\n\n\nexport const metadata = {\n title: 'FORTE ... |
Nikolai1991/training | 165,675,761 | 203b3de86241f7e1c3dd84e1c2110a575106eeaa | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2019-01-14T14:29:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 24 | [
{
"content_id": "3a07bce8c6ac8c9bc823be5b6e87120a84ab7a17",
"content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: <APP_NAME>\n namespace: development\ndata:\n value: <run the below command and paste the output here: echo -n '<SECRET>' | base64>\n---\napiVersion: v1\nkind: Secret\nmetadata:\n name:... |
leoanto03/Ecourt-Json-AI | 988,273,040 | a0e17da1527eeb4a0e4deee63fc17380e775912f | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2025-05-22T09:59:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "e25d814579b270f935221931247c9226dcb65b46",
"content": "# .gitignore (MUST include)\n.env\n*.secret",
"size_bytes": 41,
"file_path": ".gitignore",
"file_timestamp": 1747910456,
"language": "Ignore List",
"is_vendor": true,
"license_type": "no_license",
"detected_l... |
george-sousa/Sum_15 | 646,589,573 | 682c749d75d620a52ff7c1846a1bde50cee5614f | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2023-05-28T21:43:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "936988cd136ed4a9cd02d68da7467cbf75af682e",
"content": "# Sum it to 15\nA logic/mathematics challenge for all ages, where your goal is to make the sum of all lines equal to 15, whether it's in the diagonal, horizontal, or vertical direction.\n## Attetion! You can only use the number from 1 t... |
narekzilabyan/test-task-meals-master | 433,159,237 | 39aa850dbcde0e6cf3fbc191bdac30018c63f091 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2021-11-29T18:46:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 168 | [
{
"content_id": "6d26db737967ce3ccc8262bd5e2c62c06dfeed1a",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace tests\\Meals\\Functional\\Fake\\Provider;\n\nuse Meals\\Application\\Component\\Provider\\EmployeeProviderInterface;\nuse Meals\\Domain\\Employee\\Employee;\n\nclass FakeEmployeeProvider im... |
astrojuanlu/erfa-cffi | 265,545,116 | 66aca4a4bf2545b4d6db52027b13f38c71c21a6e | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2020-05-20T11:33:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "1e036b9b826ccb00c15c4fcf7cb448b09b239bdb",
"content": "from _erfa_cffi.lib import * # noqa\n",
"size_bytes": 37,
"file_path": "src/erfa_cffi/api.py",
"file_timestamp": 1595350279,
"language": "Python",
"is_vendor": false,
"license_type": "no_license",
"detected_... |
Nishuw/OCR-PROJECT | 397,424,321 | f0c0f92f3923672a4042f7f23ed94f1c6aaea98a | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-08-18T00:18:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "bced8c871f5c1760f40a5cadba001f70caca8ac2",
"content": "O ip da camera da pumatronix รฉ 192.168.10.203",
"size_bytes": 46,
"file_path": "Readme.md",
"file_timestamp": 1629246628,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_li... |
PuliyalaKiran/Java-programing | 632,963,059 | f7e9190b62cfd4c03eaf242d956f9a88b180c622 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2023-04-26T13:42:34.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f51d5c87563d99302ad2dd8b81eda8471300d1f7",
"content": "import java.util.Scanner;\r\nclass WithDrawMoney \r\n{\r\n\tpublic static void main(String[] args) \r\n\t{\r\n\t\tScanner sc=new Scanner(System.in);\r\n\t\tdouble balance=10000.50;\r\n\t\tint pass=<PASSWORD>;\r\n\t\tSystem.out.println(\... |
Phillipe17Macedo/Frontend-React-Back-Go | 847,532,769 | ab6669e94b3cc58766538d6a655ceb61a7e2d801 | {
"branch": "main",
"commit_count": 31,
"repo_created_at": "2024-08-26T03:36:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "dacd48ed794dddfb04d6e0915ba57c27df1eb2c8",
"content": "{\n \"files\": {\n \"main.css\": \"/static/css/main.79d19d76.css\",\n \"main.js\": \"/static/js/main.d95861e8.js\",\n \"static/js/453.8ab44547.chunk.js\": \"/static/js/453.8ab44547.chunk.js\",\n \"index.html\": \"/index.htm... |
nasimovsardor/frontent | 893,905,180 | 95d2d19f5170051173242b8d13e557b57536cc71 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-11-25T12:15:27.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "05e9d1b0193672544eefdcabff24fbc4a474fda6",
"content": "# frontent\n56jak\n",
"size_bytes": 17,
"file_path": "README.md",
"file_timestamp": 1732536927,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
StarPlatinumDa/3SmLSTM | 978,503,850 | cbf6f6d826251c41b3b9c50d5e2abe301cb712fe | {
"branch": "main",
"commit_count": 45,
"repo_created_at": "2025-05-06T04:59:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "710d134ed86b5f485763f7226617ce01685e6d4f",
"content": "import math\r\nimport torch\r\nimport torch.nn as nn\r\nimport torch.nn.functional as F\r\nimport numpy as np\r\n\r\n\r\n# second order pooling\r\nfrom .MPNCOV import CovpoolLayer,SqrtmLayer,TriuvecLayer\r\n# mLSTM\r\nfrom .vision_lstm_... |
Yash-2907/Peak_Potential-Workout-app- | 847,886,139 | 9280d6c7d5ccdc870f6c226027369d579fa06cb2 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-08-26T18:25:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "96770d06b5195562ce7fa68bbfdd3469b070f84e",
"content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <color name=\"black\">#FF000000</color>\n <color name=\"white\">#FFFFFFFF</color>\n <color name=\"skincolor\">#ffc2b2</color>\n</resources>",
"size_bytes": 191,
... |
sintapermaisari/website | 981,610,491 | edfb3316bba111ddd9f7039138e166643e170258 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2025-05-11T13:57:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "ef90430b658e485af7eaf69cfbc9839caa6495ee",
"content": "/*Untuk index, daftar, login, halaman akun*/\n.garis-tebal {\n height: 0px;\n background-color:#ff559f;\n width: 100%;\n margin: 0 0;\n position: relative; /* Agar anak elemen dapat diposisikan relatif terhadap garis-teba... |
ChaeyeongMoon/ChaeyeongMoon.github.io | 581,432,832 | 296fa2b5bd0ac7926f2b7270153877c3ffc64fc1 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-12-23T07:05:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5de6ff80861501dae73a3756c80d7e1faa522596",
"content": "# ChaeyeongMoon.github.io",
"size_bytes": 25,
"file_path": "README.md",
"file_timestamp": 1671779110,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
BenediktPrusas/Matab-AutoRegressionLerner | 391,135,899 | 7179ac20d502c80c76276268f20ed974c434ed40 | {
"branch": "master",
"commit_count": 23,
"repo_created_at": "2021-07-30T16:56:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "ece4fecc2f27021ff9766eea8b204de764290d9c",
"content": "classdef SVM < AutoRegressionModel\n %SVM Summary of this class goes here\n % Detailed explanation goes here\n \n properties\n SVMmodel\n TrainOptions struct\n end\n \n methods\n function obj ... |
kylecarlstrom/kylecarlstrom.github.io | 150,203,257 | eed77233cb8fd2d652e2410c7bbd40196d4c8ef3 | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2018-09-25T03:36:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "80933e028ab81879e784cd30cdb7ab834d744a92",
"content": "---\nlayout: post\ntitle: \"Top 5 Songs of the Week\"\ndate: 2018-09-24\n---\n\n## Better Now (feat. Wafia) by Louis the Child\n\nJust when I thought I was getting sick of having drops in my pop music, this song comes along and makes me... |
THN2007/Thidingyut | 709,778,845 | 08fc0064c3b390d4ef10a1bc22696d956d764c80 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-10-25T11:37:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "e1af83d46b32e29e9d528f369322b005d380bbe5",
"content": ".head > img{\n width: 4vh;\n height: 4vh;\n border-radius: 50%;\n}\n.head {\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: black;\n}\n.link{\n width: 60%;\n display: flex;\n justi... |
RohanKumarPandey/Assignments-03 | 863,996,657 | b374c0293961ffb2c3fd324ad43a967af9cdbf8f | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-09-27T09:51:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "b8870fa4af0b18e8573be19ef87f5d8f3ec645c7",
"content": "* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: Arial, sans-serif;\n}\n\n.container {\n display: grid;\n grid-template-areas:\n \"header\"\n \"content\"\n \"sig... |
pvarsha22/Random_quote_generator | 314,146,476 | d468dafe0b01c1ea28de4ffd68ebd71f5086dd1e | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2020-11-19T05:34:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "32accc45183537e0fd7d7adb0d15159151650b96",
"content": "const arrayQuotes=[\r\n {\r\n 'author':'<NAME>',\r\n 'quote':'Beware of what you become in pursuit of what you want...'\r\n },\r\n {\r\n 'author':'Epictetus',\r\n 'quote':'It\\'s not what happents to... |
Jalagon13/ap-cs-website | 148,541,891 | ca251b82ac913e61be5ea53a8e42709b89190140 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2018-09-12T21:03:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "6ec64841c6182616ed61b3ab807b7d15c453f77a",
"content": "body {\r\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\r\n}\r\n\r\nheader {\r\n margin-bottom: 20px;\r\n padding: 20px;\r\n border... |
manshadchangampalli/Social-media-dashboard-challenge- | 380,326,282 | d2c931ef89a510ed72d8dcc43e218987714c2fd2 | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2021-06-25T18:38:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 3,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "e74274e3dc0737fad5e0329abc621a663fd2f12b",
"content": "import React, { useState } from \"react\";\nimport SocialMedia from \"./SocialMedia\";\nimport BeforeDivBoxes from \"./BeforeDivBoxes\";\n\nfunction Boxes(props) {\n const [socialMedia , setSocialMedia] =useState(props.socialmedia)\n... |
Fabio-jr-SM/python-lego-ev3 | 1,006,661,983 | a21360f50e70af43e076b6b06aa68f91f3a1b99d | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2025-06-22T18:39:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "3fbff0ea1810927d5ae356607337fe9cbc631548",
"content": "'''\n\n\nSeguir linha com 1 sensor e resolver bifurcaรงรตes por cor\n\n\n'''\n\nfrom ev3dev2.motor import LargeMotor, OUTPUT_B, OUTPUT_C, MoveSteering\nfrom ev3dev2.sensor import INPUT_1\nfrom ev3dev2.sensor.lego import ColorSensor\nfrom ... |
aliakel/bin | 262,848,126 | e10cf056a805225ddf5c2c51031fd51bcf427143 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-05-10T18:16:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "08431c918722ed8c300242de6a3fcc0d633975b9",
"content": "# bin\nTestBIM\n",
"size_bytes": 14,
"file_path": "README.md",
"file_timestamp": 1589134573,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
gordinho155157/Murilo1AnoENoturno | 690,832,906 | 35b319192735c2e40a71ea7d5bb04f93212a7d8a | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-09-13T01:18:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "62004c9428a82c9d67ccb6ae4100a1385890ff39",
"content": "# Murilo1AnoENoturno",
"size_bytes": 20,
"file_path": "README.md",
"file_timestamp": 1694567938,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
nicapos/CSINTSY-Gold-Miner | 425,718,118 | fd675350743d47e94c8f8a36547c5fecafb210a7 | {
"branch": "main",
"commit_count": 72,
"repo_created_at": "2021-11-08T06:09:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "df015668194226cbeb170cd9a055f23d62448002",
"content": "package View;\n\nimport javax.imageio.ImageIO;\nimport javax.swing.ImageIcon;\nimport javax.swing.JFrame;\nimport javax.swing.JLabel;\nimport javax.swing.JPanel;\nimport java.awt.image.BufferedImage;\nimport Controller.GameController;\n... |
pursellce/CSCE5560_project | 609,704,339 | 0c31fad64febbf1261cc0a39981b1a3bc99451b4 | {
"branch": "main",
"commit_count": 119,
"repo_created_at": "2023-03-05T01:10:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 11 | [
{
"content_id": "204773b529af24acff1f190272ba3c2d7152a8d9",
"content": "const path = require ('path')\n\nmodule.exports = {\n entry: {signup: './main/js/signup.js', index: './main/js/index.js', login: './main/js/login.js', mfa: './main/js/mfa.js'},\n output: {\n path: path.resolve(__dirname, 'm... |
vbahl2/ZCash | 97,535,899 | ae7c4289cede690f1c60eacc88a1b8b14ec3ef90 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2017-07-18T00:54:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "46e10cbffc6ce479f11c14c6e5cc76e82eec2dfe",
"content": "# ZCash\n\nModifications to zcash source code for research purposes\n",
"size_bytes": 66,
"file_path": "README.md",
"file_timestamp": 1500339718,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_li... |
lucianoschirmer/conversormoedas | 227,853,363 | 98d629b31b72f000907ba136a78399a6cd74cd00 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2019-12-13T14:06:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "ede556c2997493e1fb8e052b8c0601d5715e6151",
"content": "# conversor\n\nApp conversor de moedas com valores reais, pois consome api do https://hgbrasil.com/\n",
"size_bytes": 98,
"file_path": "README.md",
"file_timestamp": 1576247050,
"language": "Markdown",
"is_vendor": f... |
bare12345/Norbert | 94,631,162 | 8ffb1b2a172590ecf8f6106c066e9ae222908cc1 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2017-06-17T15:09:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "4f0dabbe74be75b0785594afd9d9c59210a4ba67",
"content": "# Norbert",
"size_bytes": 9,
"file_path": "README.md",
"file_timestamp": 1497712169,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"content_id"... |
rjsgn1209/Bit_Project2 | 467,017,387 | 56cbb8fe2f1af628d8ec62b89a716af8a79e9499 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2022-03-07T09:01:36.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "160a531238caa27d88f512ebc36fe6119f829edb",
"content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"id\": \"2198784b\", \"metadata\": {}, \"outputs\": [], \"source\": [\"import MySQLdb\\n\", \"import pandas as pd\\n\", \"import numpy as np\\n\", \"import matplotlib.py... |
AmirAnsar-m/AmirAnsar-m | 980,126,635 | b1c63868cf95d2518f928f96c53b5805e679ccf2 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2025-05-08T15:52:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f20d7909b35a932c699f857159a17dc42338e763",
"content": "<h1 align=\"center\">Hi there, I'm Amirhossein ๐</h1>\n<p align=\"center\"><em>Junior developer โ learning by doing ๐ช</em></p>\n\n---\n\n**๐งโ๐ป About Me** \nI'm a self-motivated junior developer who believes that you can't just lear... |
duanraaka/Project-shiny | 832,418,560 | fe72395d725f4db12daeae57de1308b009599795 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-07-23T01:52:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "3a2839d85a30893a3e48dc108e85d7cccf2e4e1d",
"content": "# Toulouse Business School MSc AIBA\n# Authors: <NAME>\n# Course: Advanced R programming for Business by Prof. <NAME>, \n# Version: v1.0\n\n\n\nlibrary(shiny)\nlibrary(ggplot2)\nlibrary(data.table)\nlibrary(readxl)\nlibrary(tidyverse)\n... |
MeanNgoeun123/Travel-RTK.Github.io | 836,715,574 | bf31a498d8fb7233ae47b110d3bf7b0fbdaaf32c | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-08-01T12:09:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "ec0d24b470869b3950cfc6ef1271fd8adc856227",
"content": "# Travel-RTK.Github.io",
"size_bytes": 22,
"file_path": "README.md",
"file_timestamp": 1722514221,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
ludalt/Circus | 690,742,086 | c5e448321fc759ffc874c96656d424cee3166a49 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-09-12T19:29:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c113a8f59fdd03e25d7eab4c0af6c5c1c8d9182e",
"content": "SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;\nSET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;\nSET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DA... |
CThawngs/Gigabyte | 958,053,001 | 6d880f84c56fb9d38dc7968a3d988bcbe4046d42 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-03-31T15:08:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "cfe7032d8af01156560e1e3e970b259751dc136b",
"content": "* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Segoe UI', Arial, sans-serif;\n}\n\nbody {\n background-color: #0a0d16;\n color: white;\n}\n\n/* Header */\nheader {\n display: flex;\n pos... |
ethriel3695/ReactJS | 91,602,613 | 405ea6cdee9c19b7e887d41a2e7590bebc608f00 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2017-05-17T17:25:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "2e5759194a36e12ab97d49bc0740871e86992473",
"content": "body {\n margin-top: 150px;\n background-color: #ADD8E6;\n}\n\n.container {\n width: 580px;\n color: #ADD8E6;\n}\n\n.blockquote {\n margin-top: -40px; \n}\n\n.quoteText {\n font-size: 30px;\n}\n\n.quoteIcon {\n font-size: 24px !... |
dakk/FaberOld | 2,411,209 | f348bd9c5d37de925a184c868cdee704554d03e2 | {
"branch": "master",
"commit_count": 45,
"repo_created_at": "2011-09-18T20:17:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 49 | [
{
"content_id": "09fa5636c837d3ba126d3f7a7ec3c5fb31dbbe5d",
"content": "/*\r\n * Copyright 2011 <NAME>. All rights reserved.\r\n * Distributed under the terms of the MIT License for non commercial use.\r\n *\r\n * Authors:\r\n *\t\t<NAME>, <EMAIL>\r\n */\r\n#ifndef __DEBUG_H\r\n#define __DEBUG_H\r\n\r\n#inc... |
zanuda-elen/russian-travel | 555,251,373 | ab0677856e752808a9588bf13989edd5687f78e9 | {
"branch": "main",
"commit_count": 24,
"repo_created_at": "2022-10-21T08:09:55.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 34 | [
{
"content_id": "3f454a2f442c1e85c30fe28cdf0f854878b8b817",
"content": ".place__paragraph {\n font-size: 18px;\n line-height: 1.63;\n margin: 0;\n}\n\n@media screen and (max-width: 984px) {\n .place__paragraph {\n font-size: 16px;\n }\n}\n\n@media screen and (max-width: 767px) {\n .place__paragra... |
NSCookbook/Recipe-16.2-Populating-a-UITableView-With-Data-From-The-Web---iOS-7-and-AFNetworking | 15,518,145 | fcaa6271e861e7231538eb7a68cb1080407ea4ac | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2013-12-30T01:41:38.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 5,
"forks": 3,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "dbd772f5a4df16db26e3eb49017ec9739243d0ca",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"4514\" systemVersion=\"13A603\" targetRuntime=\"iOS.CocoaTouch\" prope... |
RaynerSousa/Introdutorio-ao-typescript | 988,654,413 | c62c27f5d4f2264f9ff8a1bc46668b41fced8290 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-22T21:52:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "0fd141b918d7130f307cc6e4b14b72a768919da7",
"content": "# Introdutorio-ao-typescript",
"size_bytes": 28,
"file_path": "README.md",
"file_timestamp": 1747950748,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
Uvacoder/maddieportfolio | 557,654,294 | 8f9e57bc9986d282b0cc6b31ca8dc6a45d68e0ac | {
"branch": "main",
"commit_count": 160,
"repo_created_at": "2022-10-26T03:45:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 24 | [
{
"content_id": "e2e759fae411bc7743a3fba1212115688d61f22c",
"content": "/*--------------------------------------------------------------------\n* $HOME\n--------------------------------------------------------------------*/\n.content\n max-width: 1100px;\n margin: 0 auto;\n \n.gradient\n background: rgb... |
codingaslu/codingaslu | 379,178,675 | 351459a65d7186b06ccf6f6ec7f01dfbc52f7d62 | {
"branch": "main",
"commit_count": 31,
"repo_created_at": "2021-06-22T07:22:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "d2f195498c7e2d836301ba0670b676690af2fc50",
"content": "<div align=\"center\">\n <img src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=500&size=40&pause=1000&color=2E9BF7¢er=true&vCenter=true&width=600&height=100&lines=Muhammed+Aslam+A;AI+%7C+ML+Engineer;LLM+%26+GenAI... |
Trushank03/nijje_web | 894,064,254 | 5cc2426a8575d20f62039a2610250cad4d22f8b4 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-11-25T17:28:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 17 | [
{
"content_id": "c06f871e7f3882904406c554b95e30e1feb9f8e3",
"content": ".outerDiv {\n padding: 20px;\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n}\n.btnQuestion{\n display: flex;\n}\n\n.createButton {\n background-color: #243642;\n color: #fff;\n... |
WnS-Mayack/MayackMarket-client | 718,515,185 | f38c2cf270fdce9c9e31075a9a5b6f134b709a6a | {
"branch": "dev",
"commit_count": 51,
"repo_created_at": "2023-11-14T08:39:56.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 3,
"pull_requests": 0
} | 24 | [
{
"content_id": "5bf217f610eac940443a5a47440e1e5b070cc481",
"content": "import { fail, redirect, type Cookies } from '@sveltejs/kit';\nimport type { PageServerLoad } from './$types';\nimport axios from 'axios';\n\nexport const load: PageServerLoad = async ({ locals }) => {\n\tif (locals.user) {\n\t\tthrow r... |
realbogdanov/Django-test-project-files | 749,468,676 | 686fe464ebbf6a8cf3950f1bb867ad41c72fab9b | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2024-01-28T17:13:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "b163e24e9f70029892b035ce033f3352a04e0263",
"content": "from django.contrib.auth.models import User\nfrom django.db import models\n\n\nclass Profile(models.Model):\n\n def profile_avatar_directory_path(instance: \"Profile\", filename: str) -> str:\n return \"profile/{instance}/avat... |
iastanley/first_push | 78,591,434 | 8c1117a158445fe4368b2774c4c49f9477a59461 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2017-01-11T01:37:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "68fe0615a453a74198fa644dcec5abacbb7644d0",
"content": "you should be reading me\n\nI dont know markup\n",
"size_bytes": 45,
"file_path": "README.md",
"file_timestamp": 1484099012,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected... |
PaulaJimenez7/docker-elk | 339,998,134 | c84b8e0db19d3f6181c8790c0b2ae0a66fe870ab | {
"branch": "main",
"commit_count": 245,
"repo_created_at": "2021-02-18T09:26:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 1,
"issues": 0,
"pull_requests": 1
} | 8 | [
{
"content_id": "159f911c6d748268c46e1a768dfd4f6a52293589",
"content": "ELK_VERSION=7.11.0\n",
"size_bytes": 19,
"file_path": ".env",
"file_timestamp": 1613683479,
"language": "Dotenv",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"conten... |
OmarAmeer96/SS-Algorithms-App | 733,579,538 | 5bcc39e6c4d2eb38bb2afe3a0595ef5a823790f1 | {
"branch": "main",
"commit_count": 29,
"repo_created_at": "2023-12-19T16:39:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 27 | [
{
"content_id": "df768601ecb7906e38b2bd37234aa0f06a883aae",
"content": "import 'package:flutter/material.dart';\nimport 'package:ss_algorithms_app/Features/info/views/widgets/team_members_item.dart';\n\nclass TeamMemberColumn extends StatelessWidget {\n const TeamMemberColumn({\n super.key,\n });\n\n ... |
pavolsantoris/landing-page | 415,836,404 | fafe236b8ded4ce1d398536cbcd1a9e64f7b41b1 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2021-10-11T08:14:45.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5678ca687990008c1e10eae51b2775958f662c76",
"content": "html {\n font-family: 'Roboto', sans-serif;\n}\n\n.top {\n display: flex;\n flex-direction: column;\n row-gap: 3em;\n}\n\n#header {\n height: 23em;\n}\n\n.header {\n background-color: #1F2937;\n display: flex;\n ... |
altevites/TestRepository2 | 12,169,165 | 2c57991d4ba694026195f66c4ebc4d0b9a6c2eef | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2013-08-16T21:57:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9fb33252dcc4719ec1e333e1a31bc1d35292755c",
"content": "TestRepository2\n===============\n",
"size_bytes": 32,
"file_path": "README.md",
"file_timestamp": 1376690241,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []... |
bhagyashree-bhoyar/VueJS-learning-curve-with-vuetify | 242,671,797 | 3be7bf3fe8826d79e90d7402b7182274c34c783a | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2020-02-24T07:22:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 25
} | 9 | [
{
"content_id": "0e119c6539f9494ffedef3946c7d3b6ecd35195e",
"content": ".card-text-wrapper {\n background: #e8e0b4;\n padding: 15px 25px;\n }\n .form-style {\n background: rgba(255,255,255,0.7);\n padding: 15px;\n }\n .btn-style {\n margin-top: 25px;\n margin-right: 25px;\n }\n\n #en... |
tanviredu/CSHARP_EXTENSION_METHOD | 465,222,198 | 6d9cf0c18a982a576998851ce81662ca3d042ffb | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-03-02T08:38:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "684f060e9fbabc3b023c7e194daacece31ccb340",
"content": "# CSHARP_EXTENSION_METHOD\nCSHARP_EXTENSION_METHOD\n",
"size_bytes": 50,
"file_path": "README.md",
"file_timestamp": 1646210331,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"dete... |
GregoSX/Projetos-Node.js | 677,811,880 | 3a92467271c3f2d9282dc2e472334d0d650388f3 | {
"branch": "main",
"commit_count": 6,
"repo_created_at": "2023-08-12T18:01:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "95c958039b2b42da88cf8ce9fe4adcf560dd6ebd",
"content": "<div class=\"auth-container\">\n <h2>Register</h2>\n <form action=\"/register\" method=\"post\">\n <div class=\"form-control\">\n <label for=\"name\">Name:</label>\n <input type=\"text\" id=\"name\" na... |
NYULibraries/dlts-standardize-epub-isbns | 353,417,751 | c1368acecd8b1d782c990472ac01e2a9498df4f2 | {
"branch": "develop",
"commit_count": 22,
"repo_created_at": "2021-03-31T16:15:18.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "5d2491fd7a77b503e3322cf0b7ce3944768d9469",
"content": "const fs = require( 'fs' );\nconst path = require( 'path' );\nconst process = require( 'process' );\n\nconst standardizeEpubIsbns = require( './lib/standardize-epub-isbns' );\n\nfunction main() {\n const args = process.argv.slice( 2 ... |
aseve2/Final-Export_SeveroWebsite | 226,140,058 | 2cab8e4ad9f1920c4afaa9cb0a2b8def13f54cbc | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-12-05T16:07:16.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9a8e2955998b7d3d36db75728cd72d2e11b3fd09",
"content": "@charset \"UTF-8\";\n/* CSS Document */\nul {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: hidden;\n background-color: #918DFF;\n}\n\nli {\n float: left;\n}\n\nli a {\n display: block;\n color: white;\n text-... |
DaniilsLoputevs/job4j_community_DL | 476,862,068 | a4be6a1e5331c03ed3a93f5f31166e072e1e6cc9 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2022-04-01T20:37:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "4c2227390fbb9a02309f0a525e507676fac3f6c9",
"content": "### *ะะฑัะธะต*\n\nะ ะฐะฑัััะฐะบัะฝัะน ะบะปะฐัั ะผะพะถะฝะพ ะดะพะฑะฐะฒะธัั ะผะฝะพะณะพะต:\n>* ***ะะพะฝััััะบัะพั***\n>* ***ะ ะตะฐะปะธะทะฐัะธั ัะบะทะตะผะฟะปััะฝัั
ะผะตัะพะดะพะฒ***\n>* ๏ธ***ะะตััะฐัะธัะตัะบะธะต ะฟะพะปั***\n>* ๏ธ***private static ะฟะพะปั***\n>* ***ะะพะดะธัะธะบะฐัะพัั final, synchronized, protected***... |
aster-alt/test | 300,536,745 | 24c6df65ea1dd4f15d48964d28ae2c05ea215eef | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2020-10-02T07:31:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "72f5b5ea08d0cad37c10ebb1365ab1d150ee77f1",
"content": "<?php\n\nuse Illuminate\\Support\\Facades\\Route;\n\nRoute::get('/','App\\Http\\Controllers\\TaskController@index')->name('tasks.index');\nRoute::get('/new','App\\Http\\Controllers\\TaskController@new')->name('tasks.new');\nRoute::post(... |
gboeing/machine-learning-course | 87,028,214 | a3932446e4f66d1cafab1bb254139c4f0115b3d3 | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2017-04-03T01:24:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 12,
"forks": 17,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "566d2452cbda1f8fe83ec2d14c823a8b8533555a",
"content": "These course materials have been superceded by this [urban data science](https://github.com/gboeing/urban-data-science) course series.\n",
"size_bytes": 135,
"file_path": "readme.md",
"file_timestamp": 1608255717,
"langu... |
bhargavkatira/Healthkart | 399,167,893 | 8f5851a86c02e6854abf3fa1efda84c2b8bfdf20 | {
"branch": "master",
"commit_count": 86,
"repo_created_at": "2021-08-23T16:08:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "b8e6f06368aaccbd00b4edde43ff9a5af93b7135",
"content": "\nlet txt = document.getElementById('cartOnNum')\nlet cart = JSON.parse(localStorage.getItem('cart'))\n\nlet spantext = document.createElement('span')\nvar len = cart.length;\nspantext.innerHTML = len;\n\ntxt.appendChild(spantext)\n",
... |
chen-yingfa/uni-timeline | 253,053,548 | f15f10e3ee09bf9f74e5ae0fb4eb991336d192f6 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2020-04-04T17:03:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 4
} | 9 | [
{
"content_id": "6196b4099aa8c7452147fe057d9f6101b06aa376",
"content": "module.exports = class Time {\r\n arrMonthDay = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];\r\n\r\n constructor(year, month, day){\r\n this.year = year;\r\n this.month = month;\r\n this.day = day;\r\n... |
Cicko/IBM-task | 322,719,120 | ba121d8879ba66f4335d0de2c733620619eb146c | {
"branch": "master",
"commit_count": 32,
"repo_created_at": "2020-12-18T22:34:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 3,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "18c3ed4bb0b4b72eca58c44f8710993a16d9ac96",
"content": "import validateDay from './validateDay'\nimport validateWeekDay from './validateWeekDay'\n\nexport {\n validateDay,\n validateWeekDay,\n}",
"size_bytes": 137,
"file_path": "src/lib/validators/index.ts",
"file_timestamp... |
blisq/blisq.github.io | 280,602,890 | b6626b82cb10526d7893da7277cf4b50a7e2033e | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2020-07-18T07:09:53.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "febea8f43172bdb8e8c7ed5bb9764b8101791143",
"content": "# blisq.github.io",
"size_bytes": 17,
"file_path": "README.md",
"file_timestamp": 1595056217,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
msolters/chroma-google-assistant | 164,335,863 | 4e9d892dbd9023f191d703c1efde9e069384fcf8 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2019-01-06T18:51:27.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 4,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "ad88d8a3b657675a0b4cbc8929d3c704c0dda745",
"content": "razer_sdk_port\npackage-lock.json\nnode_modules/\ngcp-sa.json\nconfig\n",
"size_bytes": 66,
"file_path": ".gitignore",
"file_timestamp": 1546823942,
"language": "Ignore List",
"is_vendor": true,
"license_type": "... |
mxdevmanuel/rofi-nerd-font-glyphs-selector | 270,193,752 | 718db82b6f00e1337256944027cd01dd092ec6ba | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2020-06-07T04:38:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "81da41a0d98ee398f89d1fc4caba93af630dbf35",
"content": "\nproject(rofi-nerd-fonts)\ncmake_minimum_required(VERSION 3.0)\n\n# base path\nset(PRJ_CMAKE_MODULES ${CMAKE_CURRENT_SOURCE_DIR}/modules)\nset(PRJ_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/src)\n\nset(CMAKE_CXX_STANDARD 17)\nset(CMAKE_... |
Maurelloooo/juego | 540,704,050 | db4e5feb589151377745c7e881aec815a1ab3502 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-09-24T04:16:12.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "5e16568dbb0e5563e18ec3fb6604a8a3daf00ed5",
"content": "from machine import Pin, ADC, I2C\r\nfrom ssd1306 import SSD1306_I2C\r\nfrom utime import sleep_ms,sleep\r\n\r\nancho=128\r\nalto=64\r\n\r\ni2c = I2C(0, scl=Pin(22), sda=Pin(23)) \r\noled = SSD1306_I2C(ancho, alto, i2c)\r\ncontadorx=0\r... |
gangleri/vim-toggle-relative-line-numbers | 39,574,068 | d4f5fcfe519bde93a98ef2bc2d2d42546ac49cb9 | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2015-07-23T15:06:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "4249d050ac82672a60517b1ed2178735b1992ed1",
"content": "# vim-toggle-relative-line-numbers\n\nThis is a VIM plugin that toggles between standard line numbers and relative. I\nplaced it in a separate plugin to keep my vimrc tidy.\n\n## Installation\nUsing Vundle\n```\nPlugin 'gangleri/vim-tog... |
xinyu00/rxjava_retrofit_mvp | 81,791,888 | 8d41cffbf3b4e0a72e2883e8db83127f0caea5ee | {
"branch": "master",
"commit_count": 25,
"repo_created_at": "2017-02-13T06:22:01.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 6,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 80 | [
{
"content_id": "66d1f8ecb434dfb713f730654ca5949b34648931",
"content": "package com.speed.mvp.db.impl;\n\nimport com.speed.mvp.entity.UserEntity;\nimport com.speed.mvp.db.dao.UserDao;\n\n/**\n * anthor:Created by tianchen on 2017/5/8.\n * email:<EMAIL>\n */\n\npublic class UserImpl implements UserDao {\n\n ... |
mfoxio/Python-HW | 409,487,470 | 67058552d79d073a128263f63d410ed8e281358f | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2021-09-23T07:14:03.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "85b09ce6615bb67ede631ad1bb51f9f3b0c4f918",
"content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"name\": \"ะะพะฟะธั ะฑะปะพะบะฝะพัะฐ \\\"112_colab.ipynb\\\"\", \"provenance\": [], \"collapsed_sections\": [], \"include_colab_link\": true}, \"kernelspec\": {\"name\": \"python... |
Zerofiltre-Courses/monitored | 396,530,169 | 5ef891abe2fe3a7a183cb66f456848bf95ec9377 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2021-08-15T23:19:35.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "31df8cf5d387ea0b054d1bac5ba5d415431d5c3f",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n\txsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/... |
ruifukuda/web2 | 661,478,535 | 992107ad4f9e7e1dee59cfb77a46f9f4d2b15cdd | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2023-07-03T00:55:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 25 | [
{
"content_id": "b92d52232d88a95f3660cabea246c1556279d811",
"content": "package controller;\r\n\r\nimport java.io.IOException;\r\n\r\nimport javax.servlet.ServletException;\r\nimport javax.servlet.annotation.WebServlet;\r\nimport javax.servlet.http.HttpServlet;\r\nimport javax.servlet.http.HttpServletReques... |
martynscn/Automating-data-exchange-between-Clickup-and-Google-sheets | 178,557,109 | 7f199a0361242d4f46b2170858b7c3d2f08bd1d6 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2019-03-30T12:41:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 3,
"forks": 2,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "f214b74a7c8ee2ae18f098889b9bbb9d367c7d19",
"content": "function getAllTasks() {\n // version666\n var teamId = 756304;\n var url = 'https://api.clickup.com/api/v1/team/' + teamId + '/task?page=';\n var p = 0;\n var page_url = url + p;\n var sheetname = 'all_tasks';\n var response = f... |
felicianoferdinand/laravel-proyek | 857,662,255 | 8f26ef8a260c8958df278d734da83f6a27dbc31a | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-09-15T09:09:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 33 | [
{
"content_id": "4ace68445a73eec1b83842bcf2381e71f2f8f367",
"content": "<?php\n\nnamespace App\\Http\\Controllers;\n\nuse App\\Models\\Product; // Jangan lupa untuk mengimpor model Product\nuse Illuminate\\View\\View;\nuse Illuminate\\Http\\Request;\n\nclass ProductController extends Controller\n{\n /**\... |