repo_path
stringlengths
7
120
repo_id
int64
18.2k
1.03B
commit_id
stringlengths
40
40
github_metadata
dict
num_files
int64
1
16.9k
files
listlengths
1
16.9k
009Kings/Dem_Dice
172,798,297
33482629053a500c09379fbea9aefebef3061362
{ "branch": "master", "commit_count": 9, "repo_created_at": "2019-02-26T22:07:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "2e15d8997cc7a33e2393d8f0cdbd15779e1d1ef3", "content": "import 'package:flutter/material.dart';\nimport 'dart:math';\n\nvoid main() => runApp(DemDice());\n\nclass DemDice extends StatelessWidget {\n @override\n Widget build(BuildContext context) {\n return MaterialApp(\n title: 'De...
00Bhuwan/pet_aid
933,669,172
1246fda3800e04979971a4f06cb57c712c138d2e
{ "branch": "main", "commit_count": 10, "repo_created_at": "2025-02-16T12:28:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "e980711cd706e91cec77551ca51309ba5ced028c", "content": "import React from \"react\";\r\nimport { View, Text, FlatList, Image, TouchableOpacity, SafeAreaView } from \"react-native\";\r\nimport { Ionicons } from \"@expo/vector-icons\"; // Use expo vector icons\r\nimport { doctorsData } from \"...
00steve/engine.control.loadscreen
71,603,805
31c24143e8c5be5b26783c321c1e5fc4781bb92d
{ "branch": "master", "commit_count": 11, "repo_created_at": "2016-10-21T23:16:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "3984f70ac016729de4db54fa76f1134f7e4a5e78", "content": "bin/\nojb/\n*.layout\n*.depend\n**.o*", "size_bytes": 33, "file_path": ".gitignore", "file_timestamp": 1477251396, "language": "Ignore List", "is_vendor": true, "license_type": "no_license", "detected_license...
01fe22bca209/Student_Details
760,479,344
dac4d4b6ac7155b5692affcbf2dc49949b03dec1
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-02-20T13:54:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "e61350d74a47bc97d56fb6db9d668d038cf1dc8d", "content": "class Student extends Course{\n String name;\n String usn;\n String department=\"Computer Applications\";\n String program=\"BCA\";\n String registered_courses[]={\"C#\",\"JAVA\",\"Python\"};\n \n public void displa...
01mailau/1SA_2SE_Laurin_Mair
124,062,189
1f5f92d1150d6e570cdfbec15785eedf24c02edb
{ "branch": "master", "commit_count": 7, "repo_created_at": "2018-03-06T10:32:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "0052d0a3eb41e4302487d90c395799988aa6fe64", "content": "using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Data;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Windows.Forms;\n\nnamespace _1SA_2SE_Laurin_Mair\n{\n pu...
024VH98/synack-challenge
352,370,108
1505a2de5972c402d646be7fd409d36be7c42289
{ "branch": "master", "commit_count": 77, "repo_created_at": "2021-03-28T15:46:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
34
[ { "content_id": "1ba20d626f44ad7f96beb78d80677a2358f33718", "content": "<!DOCTYPE html>\n<html>\n <head>\n <title>Search Engine</title>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n <...
04tee/serverless-architecture-lab
697,891,971
5236532e9b560c6a33d74f806b1923626a408550
{ "branch": "master", "commit_count": 6, "repo_created_at": "2023-09-28T17:27:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "80ea706bf49b15fa5950843ed8447c3f6189dd13", "content": "{\n \"dependencies\": {\n \"storage1\": {\n \"resourceId\": \"/subscriptions/[parameters('subscriptionId')]/resourceGroups/[parameters('resourceGroupName')]/providers/Microsoft.Storage/storageAccounts/datalakebqepsizkbjydi\",\n...
0Chuzz/rbc-rs
210,417,089
ba2ee02622e97fc4e2fca69021533298b9916779
{ "branch": "master", "commit_count": 12, "repo_created_at": "2019-09-23T17:47:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "858953de48386d0162cf8a751ac13abe38544c1a", "content": "use crate::aig::*;\nuse std::collections::BTreeSet;\nuse std::collections::HashMap;\nuse std::iter::FromIterator;\nuse std::cell::RefCell;\nuse typed_arena::Arena as TypedArena;\n\n#[derive(PartialEq, Eq, Hash, Clone)]\nenum NodeKey<'a>...
0MeMo07/Quran-Web-Application
897,962,585
63fad5ef8dd4e90f844ec460758484180154a9f5
{ "branch": "main", "commit_count": 15, "repo_created_at": "2024-12-03T14:46:55.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 8, "forks": 1, "issues": 0, "pull_requests": 0 }
38
[ { "content_id": "0b6a8c90a879a8041c9b7a195c0bfa71f2b5a894", "content": "import React, { useState, useEffect } from 'react';\nimport { Search, X, Loader2, Book, Shuffle, Volume2, Pause } from 'lucide-react';\nimport { useDispatch, useSelector } from 'react-redux';\nimport DOMPurify from 'dompurify';\nimport ...
0V0h/passwdbook
615,914,302
0e5714a70f4f0878bde3b2b3c78a4bc35838e53c
{ "branch": "main", "commit_count": 11, "repo_created_at": "2023-03-19T03:30:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "0a1179b8a194f387c228146dad3300dae2cb6e39", "content": "#!/usr/bin/env python3\n\nimport os\nimport sys\nimport re\nimport base64\nimport pickle\nfrom hashlib import md5\nfrom getpass import getpass\n\nfrom colorama import init\nfrom Crypto.PublicKey import RSA\nfrom Crypto.Hash import SHA25...
0ddodd/mto
889,753,048
d945c754d5c83a662c8356675047bb656424d9f2
{ "branch": "master", "commit_count": 2, "repo_created_at": "2024-11-17T06:12:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "74c73ff6ca73d191d28446dea61b05a95e860f72", "content": "import { ObjectType, Field, Int } from '@nestjs/graphql';\nimport { Author } from 'src/author/entities/author.entity';\n\n@ObjectType()\nexport class Book {\n @Field(() => Int)\n id: number;\n\n @Field()\n title: string;\n\n @Field...
0is1/nextjs-serverless-test
213,310,542
6888d0dec45bc97dba0e62ed1b0535541eb4480f
{ "branch": "master", "commit_count": 17, "repo_created_at": "2019-10-07T06:27:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 22 }
5
[ { "content_id": "9160a3adffbdc1e24a9c1ee2fe33f08987d373fb", "content": "service: nextjs-serverless-test\n\nprovider:\n name: aws\n runtime: nodejs10.x\n stage: dev\n region: eu-north-1\n # resourcePolicy: ${self:custom.resourcePolicies.dev} # uncomment to enable ipWhiteList check\n\ncustom:\n serverle...
0minsik0/Ki-Hoom
865,734,379
a1cabf3263b30b2ddbb89f7052ae6998b637a518
{ "branch": "main", "commit_count": 144, "repo_created_at": "2024-10-01T03:24:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
82
[ { "content_id": "281557fdb3647c791023a80437fa6c318949c772", "content": "-- 테이블 삭제\nDROP TABLE MEMBER cascade constraints;\ndrop table SCHEDULE_SUB cascade constraints;\ndrop table SCHEDULE_MEMO cascade constraints;\ndrop table CALENDAR_MEMO cascade constraints;\ndrop table acountbook cascade constraints;\nd...
0neKill/chat_react_with_mongoDB
350,447,684
7b927511bc75dc3125170d291cde367b5e012cf2
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-03-22T18:25:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
62
[ { "content_id": "c5fa9968883dcb6723c0e503274a93252642bd6f", "content": "const action = {\n removeAttachment: (files) => ({type: 'ATTACHMENTS:REMOVE_ATTACHMENT', payload: files}),\n setAttachments: (files) => ({type: 'ATTACHMENTS:SET_ATTACHMENTS', payload: files}),\n};\n\nexport default action;", "...
0ss/MakelifeEasier
433,529,193
2cf1aa69887ba4bf1eadf09345167760762219e4
{ "branch": "main", "commit_count": 7, "repo_created_at": "2021-11-30T17:47:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "cd2156649a3e9b0cdd3c85dfa4345a0bcbc44f49", "content": "# @author = Salah\n# My Fancy project\n#\n\n\n# your repo name\nREPO = MakelifeEasier\n\n# your account or org name\nACCOUNT = 0ss\n\n#\n# git commands\n#\npull:\n\tgit pull https://github.com/${ACCOUNT}/${REPO}\n\npush:\n\tgit push\n\...
0umot/ALFAALTYAPI
313,451,759
00ad8a5e2593c968fa44fe32cb4414bdb1b27dbf
{ "branch": "master", "commit_count": 95, "repo_created_at": "2020-11-16T23:18:58.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "43ab7edb2ebb6b15fd750a3b977fbf104ff8af08", "content": "const Discord = require(\"discord.js\");\nconst db = require('quick.db');\nconst ayarlar = require('../ayarlar.json')\n\nmodule.exports.run = async (client, message, args) => {\n if (!message.guild) {\n return } \nlet kullanıcı = awai...
0w0www/CodeDeployGitHubDem
708,027,152
a956ce9298b04398e1f2fe405078329013749e69
{ "branch": "main", "commit_count": 5, "repo_created_at": "2023-10-21T09:55:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f77a07d0c0e822d230e232989ea98cc4ef6cd8c8", "content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"provenance\": [], \"authorship_tag\": \"ABX9TyMR4Ubn12ONWGUTU8j7kX6q\", \"include_colab_link\": true}, \"kernelspec\": {\"name\": \"python3\", \"display_name\": \"Pyt...
0w3nM/html-css-portfolio1-Moon-Landing
620,508,492
fdadf236f49348d610e4c4efc64fc8e98d1bf11e
{ "branch": "main", "commit_count": 56, "repo_created_at": "2023-03-28T20:27:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "29d9c4b181b7c533b8496b2868b5ee2d35afce9a", "content": "@import url('https://fonts.googleapis.com/css2?family=Golos+Text&family=Tilt+Neon&display=swap');\n\nbody {\n font-family:Golos, sans-serif;\n font-weight:300;\n color:darkblue;\n background-color:grey;\n width:100%;\n ...
0x3af72/random-dot-stereogram
572,493,237
bc704dc77971c1d0338139d234d8cced7dfc6e77
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-11-30T11:51:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e4545d67cba45e696d6d00588e81d334a2a2bc4c", "content": "#include <iostream>\r\n#include <vector>\r\n#include <random>\r\n\r\n#include <SDL2/include/SDL2/SDL.h>\r\n\r\n#define DOT_SIZE 4\r\n#define SCREEN_WIDTH (DOT_SIZE * 120) // each frame is 120 pixels wide\r\n#define SCREEN_HEIGHT (DOT_SI...
0xAF/bg-repeaters-worker
951,014,466
f2e543af3c98c42a102b1bf246d6ba9e99f2e261
{ "branch": "main", "commit_count": 5, "repo_created_at": "2025-03-19T03:10:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "b479571a20501268e23cff27f56bcd445f62f2c7", "content": "#!/usr/bin/perl\n\nuse JSON;\nuse DDP;\nuse DBIx::Simple;\nbinmode(STDOUT, \":encoding(UTF-8)\");\nbinmode(STDERR, \":encoding(UTF-8)\");\n\nmy $json;\nopen(my $fh, '<', \"reps.json\") or die \"cannot open file reps.json\";\n{ local $/;...
0xCaFeBEef/PassingEventsToDescendantPagesReact
557,149,706
614a5cd4fa15e83e38bc42cf214682693fb224fe
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-10-25T06:58:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "c292e694add972ce613b9e551a589616fd08bc79", "content": "# PassingEventsToDescendantPagesReact\nCreated with CodeSandbox\n", "size_bytes": 63, "file_path": "README.md", "file_timestamp": 1666681104, "language": "Markdown", "is_vendor": false, "license_type": "no_licens...
0xD3caf/SE450_object-oriented_programming
1,004,453,592
261fa38be8f17febae134d15917baa664f07f299
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-06-18T16:39:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
38
[ { "content_id": "9cf6c9bbc9120722205deca8667096901285f347", "content": "package homework2;\n\nimport exceptions.*;\nimport price.*;\n\n/**\n * Represents the top price and volume for one side of a market.\n * @author <NAME>\n * @see CurrentMarketObserver\n * @see CurrentMarketTracker\n * @see CurrentMarketP...
0xKaiFu/Config-System
799,331,418
9b88ea628eb28610b5d9639cd00eff53969d05dd
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-05-11T20:10:36.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "bb855dade3de0aaeae568084639ecc0cfbc80749", "content": "#pragma once\n\ntemplate <typename T>\nclass MutexLock {\nprivate:\n\tbool* isLockedPtr;\npublic:\n\tT* data;\n\tMutexLock(bool* lockPtr, T* _data) {\n\t\tisLockedPtr = lockPtr;\n\t\tdata = _data;\n\t}\n\t~MutexLock() {\n\t\t*isLockedPt...
0xMichaelRan/sgGroceryCrawler
37,647,489
aacf4e502627226cd15259b8bc9f5978eef693cf
{ "branch": "master", "commit_count": 23, "repo_created_at": "2015-06-18T08:31:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 1, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "58b85830e0f9cffff4d98c634e493863fe121b6d", "content": ".bg {\n background: url('/static/images/junbotron_bg.jpg') \n repeat center center;\n background-size: 100% auto;\n position: fixed;\n width: 100%;\n height: 100%;\n /*same height as jumbotron */\n to...
0xZ0F/0xZ0F
402,863,007
33c54043d42dc1016dd8dfe2aee64505c150c729
{ "branch": "main", "commit_count": 19, "repo_created_at": "2021-09-03T18:22:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3f3c94ce8e48c9abb1b16cd81578c06680c914ef", "content": "<a href=\"https://github.com/0xZ0F\"><img align=\"center\" src=\"https://github-readme-stats.vercel.app/api/top-langs/?username=0xZ0F&layout=compact&theme=buefy&hide_border=true\" /></a>\n\n#### Links\n* [Twitter](https://twitter.com/0x...
0xbinder/gmhospitality-main
537,816,335
8ab60f561e7fccbf1a77cc34767bcd2ce1cb237c
{ "branch": "main", "commit_count": 18, "repo_created_at": "2022-09-17T13:26:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
20
[ { "content_id": "fda1c38b43827d4872ff666530d4d815551ff89c", "content": "APP_NAME=gmhospitality\nAPP_ENV=local\nAPP_KEY=<KEY>\nAPP_DEBUG=true\nAPP_URL=http://gmhospitality\n\nLOG_CHANNEL=stack\nLOG_DEPRECATIONS_CHANNEL=null\nLOG_LEVEL=debug\n\nDB_CONNECTION=mysql\nDB_HOST=localhost\nDB_PORT=3306\nDB_DATABASE...
0xffsaultcoll3ge/Lab-05b-Git-Fork-vs-Branching-Cameron
704,573,617
f656ced805bdb0644663a053d18409c4a3c32c40
{ "branch": "main", "commit_count": 4, "repo_created_at": "2023-10-13T14:49:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4361d3d6273589350b018c443faa47f1e0b104d8", "content": "This project is to practice git forking and branching with pull request\n", "size_bytes": 72, "file_path": "README.md", "file_timestamp": 1697416800, "language": "Markdown", "is_vendor": false, "license_type": "n...
0xh7ml/digtool
151,940,875
1ab9ba3fc56dde4c2bb6075f956877ac99a21ed2
{ "branch": "master", "commit_count": 4, "repo_created_at": "2018-10-07T12:50:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 6, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "62995b9952b4d525d852e9fdc46f82ce60c9dfc3", "content": "from urllib.request import urlopen as html\nprint('''\\033[31;1m\n ____ _ ____ _____ _\n | _ \\ (_) / ___| |_ _|__ ___ | |\n | | | | | | | | _ | |/ _ \\ / _ \\| |\n | |_| | | | | |_| | | | (_) | (_) | |\n...
0xjeki-sy/0xjeki-sy
844,836,074
c489a6c3d79ce73c6c989f9b8735603b212e8e1b
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-08-20T04:11:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4292cef0e0be75e29ab41cdf6069e924538986ee", "content": "- 👋 Hi, I’m @0xjeki-sy\n- 👀 I’m interested in Web3\n- 🌱 I’m currently learning Blockchain\n\n\n<!---\n0xjeki-sy/0xjeki-sy is a ✨ special ✨ repository because its `README.md` (this file) appears on your GitHub profile.\nYou can click ...
1001hadi/node-blog-app
560,112,231
45d6b449f71a5c8901dc4d1fac203921095ff78b
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-10-31T19:03:24.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "90de6cfec34c4d4a25670a3bc2e13d740f1a6607", "content": "const express = require(\"express\");\nconst morgan = require(\"morgan\");\nconst { default: mongoose } = require(\"mongoose\");\n// const { result } = require(\"lodash\");\n// const { render } = require(\"ejs\");\nconst blogRoutes = re...
10086XIAOZHANG/CP
77,767,018
31bca0c34ab3a3a760e181052dfe051dbd3e7220
{ "branch": "master", "commit_count": 3, "repo_created_at": "2017-01-01T05:25:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
19
[ { "content_id": "ab6d3f9cc8a2a457fd6a1753dd1b665f74a1cec9", "content": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Web;\n\nnamespace CP.Model\n{\n public class UserLoginState\n {\n public UserLoginState()\n { }\n #region Model\n priv...
100rav5026/Bank-management
206,920,516
5f506a21b2b51aead7ae310af7e43536802bdbdf
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-09-07T05:29:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 1, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "6d93f65b530fbeff1018897389321262e0e8b4d0", "content": "import mysql.connector\n\nmydb=mysql.connector.connect(host=\"localhost\",user=\"sourav2\",password=\"<PASSWORD>\",database=\"Bank\")\n\nmycursor =mydb.cursor()\n\nmycursor.execute(\"select * from CUSTOMERS\");\n\nL=mycursor.fetchall()\...
10486-JosephMutua/react-props-tutorial
897,258,433
e56327ea459371b9635b0cc598fd900ec26189f9
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-12-02T10:17:02.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a54ca819c35743486b0ff4d9d75b635797d77f17", "content": "# react-props-tutorial\n\n[Edit in StackBlitz next generation editor ⚡️](https://stackblitz.com/~/github.com/10486-JosephMutua/react-props-tutorial)", "size_bytes": 150, "file_path": "README.md", "file_timestamp": 1733134727...
1084316102/testjenkins
220,939,718
148c66cfeb12ae73aada827617ab3454f7684549
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-11-11T08:57:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "dd6a90ee11b12fc87c3b74356bf69efc402b1179", "content": "# 指定基础镜像\r\nFROM openjdk:8-jdk-alpine\r\n# 维护者信息\r\nMAINTAINER dbg\r\n# 用于指定持久化目录\r\nVOLUME /tmp\r\n# 将本地文件添加到容器中\r\nADD docker-demo-0.0.1-SNAPSHOT.jar app.jar\r\n# 指定于外界交互的端口\r\nEXPOSE 9411\r\n# 配置容器,使其可执行化\r\nENTRYPOINT exec java $JAV...
10858017/grader
817,587,511
1642cd68ab3ab274697bf92d43537cf67fe6cbef
{ "branch": "main", "commit_count": 7, "repo_created_at": "2024-06-20T03:35:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "701f75295e69dfdb81181bdd2f4f7b9a339f0a9b", "content": "#include <iostream>\n#include <string>\n#include \"../include/student.h\"\n\nint main(){\n\tstd::string fileName = \"./test_files/ADRIANO T ALFORQUE NSCAS Growth Winter 2023 Grade 8.pdf\";\n\tpoppler::document* pdf = poppler::document::...
10XYXYX10/Mp4ToM3u8
767,265,263
2d8c804320272fe3dd7fbe034f3c5160b042ce1b
{ "branch": "main", "commit_count": 11, "repo_created_at": "2024-03-05T01:25:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "5fb09e1d23d29e07e5d985b78c07f68ba7ca4e43", "content": "\n'use client'\nimport { useRef, useState, useEffect } from \"react\";\nimport Hls from \"hls.js\";\nconst m3u8Url = 'https://sample-practice-app.s3.ap-northeast-1.amazonaws.com/m3u8/sample/sample.m3u8'\n\nexport default function M3u8Fo...
10bitbit/10bitbit
382,441,944
374f4c7133a470ea009a145c0b681c39665e109b
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-07-02T19:18:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1274f044f1714709fb86a250ceed4c2fe4f015d6", "content": "- 👋 Hi, I’m @10bitbit\n- 👀 I’m interested in anime and games.\n- 🌱 I’m currently learning how to code.\n- 💞️ I’m looking to collaborate on nothing\n- 📫 How to reach me email me at <EMAIL>\n\n<!---\n10bitbit/10bitbit is a ✨ special ...
10kjunior/CodeHS-APCS-Java
256,084,545
f5dd2ecc6635b01d38d08f046bf893e36d20453e
{ "branch": "master", "commit_count": 6, "repo_created_at": "2020-04-16T02:03:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 11, "forks": 38, "issues": 0, "pull_requests": 0 }
100
[ { "content_id": "31e2fae57a5497556dabc1b3558b2a2608753246", "content": "/*---------------------------------------------------------*\\\r\n| Created by <NAME> - 2018 |\r\n|-----------------------------------------------------------|\r\n| WARNING - WARNING - WARNING - WARNING...
1102137203/ASP.NET-FinalTermExam
61,785,086
4b3d1f731661e93117793d0ee78328f25d818bad
{ "branch": "master", "commit_count": 5, "repo_created_at": "2016-06-23T07:40:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "fb1b0cd8266c622f70ae5020f117b0fed16f5d1a", "content": "\n@{\n ViewBag.Title = \"Index\";\n}\n\n<h2>Index</h2>\n\n<html>\n<head>\n <title>1102137203 李佳芸</title>\n</head>\n<body>\n@using (Html.BeginForm(\"Index\", \"Employee\", FormMethod.Post))\n{\n <table border=\"1\" style=\"...
1108405034/1108405034
542,885,151
f47dff806edfae59df8daf76e5dd09469d749f81
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-09-29T02:42:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "30cb05b80a3ccb1851c38e0769dd9f7943ff03b5", "content": "張軒豪 澎科大資工四甲", "size_bytes": 31, "file_path": "myTEST/README.txt", "file_timestamp": 1664421965, "language": "Text", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
111vandit111/aranyaTest
669,544,837
609b9794a116c2a8231363708eecad142bb7d294
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-07-22T16:15:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
15
[ { "content_id": "63342b1086a133188a9c4b9de449a62a5d6fcf07", "content": "import { React, useState, useEffect, useRef } from \"react\";\nimport \"./AboutUs.css\";\n\nconst AboutUs = () => {\n const myRef = useRef();\n const myRef2 = useRef();\n const [img1, setImg1] = useState(-50);\n const [img2, setImg2...
1163710221/helloworld123
122,921,644
31bed958274cc050fd8968890e11556ae8acaa1c
{ "branch": "master", "commit_count": 15, "repo_created_at": "2018-02-26T06:08:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c27abaf4aae2b36bdb4ae15dd9a1ff76257d751e", "content": "import os\nimport glob\nimport h5py\nimport numpy as np\nimport tensorflow as tf\nimport scipy.spatial.distance as ssd\nimport tensorflow.contrib.slim as slim\nfrom scipy.io import loadmat\nfrom ops import spatial_softmax\n\nos.environ[...
119CS2204039/Portfolio-week5
766,177,020
5db4417edefcc45b8cdc710eebcf5e07943c38a1
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-03-02T14:51:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "79531deecb82d39bd98599926afe918420f5cafb", "content": "import java.util.Scanner;\r\npublic class demoArraysort{\r\n\tpublic static void main(String[] args) {\r\n\t\tint array[] =new int[10];\r\n\t\tScanner inScanner=new Scanner(System.in);\r\n\t\tSystem.out.println(\"Enter array size\");\r\...
11matt556/tic-tac-toe
264,543,733
3f39c3a35704a3d2a14cfaad4228b1b82df71c16
{ "branch": "master", "commit_count": 17, "repo_created_at": "2020-05-16T23:03:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1e68af31c6e4ce30adc1a14198ff5cd51f165cf6", "content": "var buttons = [];\n\nfor(i=0;i<3;i++){\n\tbuttons[i]=[];\n}\n\nvar isTie = false;\nvar isOver = false;\nvar movesLeft = 9;\nvar outputDiv = document.getElementById(\"output\");\nvar refreshDiv = document.getElementById(\"refresh\");\nv...
11o1o3/winf0rk
970,871,799
135564acddd49d33fa7e7e201f461fdeae8574c8
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-04-22T16:59:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
18
[ { "content_id": "16d3e42fccbf4da488eec3b263af7139d590e258", "content": "import os\nimport threading\nfrom .jscolor import *\nimport datetime\n\ndef helloworld():\n \"\"\"\n A simple test function that returns True.\n :return: True.\n \"\"\"\n return True\n\n\ndef daemon(function):\n \"\"\"...
11th-SSAFY-19/ssafy_19_code
753,983,681
a4e9a8155a4b5f257ba52cb13108b4ae42bf4a78
{ "branch": "master", "commit_count": 8, "repo_created_at": "2024-02-07T06:58:08.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
23
[ { "content_id": "709d3082efa4c1f71a90a1cc76795c5e2733403d", "content": "import type { Metadata } from \"next\";\nimport { Inter } from \"next/font/google\";\nimport \"../globals.css\";\nimport ProblemList from \"../components/mainPage/problemList\";\nimport Sidebar from \"@/components/sidebar\";\n// import ...
1206yaya/app-selenium-quick-start-java
401,536,513
5543e4080dd3bb4b36f18d35a4aef98d222fcc69
{ "branch": "master", "commit_count": 2, "repo_created_at": "2021-08-31T01:32:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "87cefb8763de30643927a2ab10eee134a2db4c49", "content": "/*\n * This Java source file was generated by the Gradle 'init' task.\n */\npackage app.selenium.quick.start.java;\n\nimport org.junit.Test;\nimport static org.junit.Assert.*;\nimport org.junit.Test;\nimport org.openqa.selenium.By;\nimp...
1216569479/data_bank
117,674,918
0ceaea43b13dec3f5f8959b0a34c1cb87234eaae
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-01-16T11:26:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "a54001dd2e15d7c928d85053562cb66d50184968", "content": "# call、apply和bind\n\n## this\nthis 指向对象,其中包括全局对象、当前对象或者任意对象!\nJS 中函数的调用方式有以下几种:\n* 作为普通函数(全局对象)\n* 作为对象的方法调用(当前对象)\n* 作为构造函数调用(任意对象)\n* Function.prototype.apply或Function.prototype.call(任意对象)\n### 注意: ###\n在JavaScript中,call、apply和bind 是F...
1234567-kien/xdudw
577,581,855
31bbb6159bb76be303a8c552e605d1c92d871891
{ "branch": "master", "commit_count": 10, "repo_created_at": "2022-12-13T03:47:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "8ecb883c2f12480250dc680ab2b52371b19e1d0f", "content": ".main{\n padding: 15px;\n font-size: 20px;\n color: #C0C0C0;\n opacity: 0.8;\n}\n\n.main span{\n color: #ffffff;\n}\n.nick-info{\n \n color: #ff3600 ;\n display: flex;\n padding: 10px;\n font-size: 15px;\n}...
123lfh/bootstrap
159,652,115
5b426782f7b0e6c79551b449d1aff2a8f220b507
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-11-29T10: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": "ddbd4d467f8f8b4c1637c5f0049f2edf0d8584af", "content": "body{\n font-family:\"Microsoft YaHei\", 微软雅黑, 新宋体, 宋体, Verdana;\n}\n.top{\n width: 100%;\n height: 500px;\n background: url(\"img/20160713154957678313.jpg\")no-repeat top center;\n}\n.navbar{\n background: rgba(0,0,0,0);...
123sumitpal/blog2app
891,161,263
7dc9a4b010eff744b49843ef3fbc9637e0787b73
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-11-19T20:49:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9d76dea1a17100ed520ea238c87b4825eac51615", "content": "# blog2app\nassignment \n", "size_bytes": 23, "file_path": "README.md", "file_timestamp": 1732049361, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
12650/pag-fin-sebas
271,343,800
daa521edcb0ea7d221d26653caa1dcdd5beca3f1
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-06-10T17:37:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1c86f05abc0ac978cfb9cd85a82327958f4f9993", "content": "# pag-fin-sebas\npag fin\n", "size_bytes": 24, "file_path": "README.md", "file_timestamp": 1591810729, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
12sm/Pogo-Print
15,298,009
9d92710b9bf6bcee1ac5210f9bb983bea415b746
{ "branch": "master", "commit_count": 2, "repo_created_at": "2013-12-19T00:44:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8fc6b56a928d6f6a377535d608ca8369d2936a57", "content": "//\n// main.m\n// Pogo Print\n//\n// Created by <NAME> on 6/17/13.\n// Copyright (c) 2013 <NAME>. All rights reserved.\n//\n\n#import <Cocoa/Cocoa.h>\n\n#import <AppleScriptObjC/AppleScriptObjC.h>\n\nint main(int argc, char *argv[])...
1312009/APIASP
74,328,380
31a34ca833217a8515605890eb41a45a2d79ff8c
{ "branch": "master", "commit_count": 60, "repo_created_at": "2016-11-21T05:14:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "a678017423c9ba98ca614ea69de4415d4695cd78", "content": "# APIASP\nCity Travel\n", "size_bytes": 21, "file_path": "README.md", "file_timestamp": 1481745990, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, { ...
1352101891/ValidationView
145,560,273
23c661d78c6daa837a7a945554c81301ec0a4a85
{ "branch": "master", "commit_count": 14, "repo_created_at": "2018-08-21T12:21:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
22
[ { "content_id": "1936b383c306d025f00588466fd285fe84f53b51", "content": "package com.example.bletest.util;\n\nimport android.Manifest;\nimport android.app.Activity;\nimport android.bluetooth.BluetoothAdapter;\n\nimport android.bluetooth.BluetoothManager;\nimport android.content.Context;\nimport android.conte...
13564552763/testgit
988,208,767
ea2a0a9406b9dd3c59f5b38736ebf8eee3bdceea
{ "branch": "master", "commit_count": 14, "repo_created_at": "2025-05-22T08:03:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "7739c525551902a754bca91b380d7fda4eefa958", "content": "from selenium import webdriver\nfrom selenium.webdriver.common.by import By\nfrom selenium.webdriver.support import expected_conditions as EC\nfrom selenium.webdriver.support.ui import WebDriverWait\nimport time\n\n# 初始化 WebDriver\ndriv...
1390035598/project
140,673,284
a46887677f54dc6bce9d590130f243f1a14ae187
{ "branch": "master", "commit_count": 3, "repo_created_at": "2018-07-12T06:51:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "04e00d0389c144033903c0e7f3268a603863a85b", "content": "# project\n暑期学习记录\n", "size_bytes": 29, "file_path": "README.md", "file_timestamp": 1531383922, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
1461430301/DragVisionProject4-Winform-
964,420,306
28dad4b7c05a62a0ae22d6a3ebe1dde6e493cd46
{ "branch": "master", "commit_count": 2, "repo_created_at": "2025-04-11T07:26:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 4, "forks": 0, "issues": 0, "pull_requests": 0 }
18
[ { "content_id": "c8386fc712cbc26c744b6776de5d9fa04b0a75e3", "content": "using DragVision.Controls;\nusing DragVision.Plugin.Dialog.模版匹配工具;\nusing System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace Drag...
1512499683/tt
525,588,813
c68b4b83e5f1afbda8c4558be3a08098aa3fd093
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-08-17T00:44:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c43dac34930c7ff1a63ef2bde93768f2e7cb479c", "content": "# tt\n20软件 git测试\n", "size_bytes": 24, "file_path": "README.md", "file_timestamp": 1660701360, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
15236674712/java_web
181,514,966
b0e648da6ac8905bcff539277b311f2de35fe4ff
{ "branch": "master", "commit_count": 5, "repo_created_at": "2019-04-15T15:25:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "96492c403ba05c3d91d14ef706877ea564bb83fb", "content": "package com.baizhi.zcn.serviceImpl;\n\nimport com.baizhi.zcn.dao.EmpDao;\nimport com.baizhi.zcn.entity.Emp;\nimport com.baizhi.zcn.service.EmpService;\nimport org.springframework.beans.factory.annotation.Autowired;\nimport org.springfra...
15984806443/react_blog
221,427,673
1a35f21bf7f913528932a572ee7c8875f0f899fb
{ "branch": "master", "commit_count": 5, "repo_created_at": "2019-11-13T09:59:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 48 }
2
[ { "content_id": "ae46ed0afc47e9c77fcb9aa39ac748587ba83478", "content": "import { Avatar, Divider } from \"antd\";\nimport \"../public/style/components/author.css\";\n\nconst Author = () => (\n <div className=\"author-div comm-box\">\n <div>\n <Avatar\n size={100}\n src=\"https://gw.al...
15Dkatz/15Dkatz.github.io
50,821,970
18ed349eb9e36170cf72804e22361f828b71f805
{ "branch": "master", "commit_count": 168, "repo_created_at": "2016-02-01T07:22:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 3, "forks": 2, "issues": 1, "pull_requests": 0 }
2
[ { "content_id": "40eb4051e23944fca15d706d07839660a52972d4", "content": "[submodule \"projects/rhythmMaster\"]\n\tpath = projects/rhythmMaster\n\turl = https://github.com/15Dkatz/rhythmMaster.git\n[submodule \"projects/rhythmMasterPro\"]\n\tpath = projects/rhythmMasterPro\n\turl = https://github.com/15Dkatz/...
15pa1a0528/F22_sample_project
160,845,854
fa734c2b840bd180c5fa4f0a5738e29fbd1962de
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-12-07T16:05:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "f2bebe45f1a15e74839f101ef257369c2df13d5f", "content": "section{\r\n float: left;\r\n}\r\n\r\nbody{\r\n color:white;\r\n padding:10px;\r\n background-color:black;\r\n \r\n}\r\n#c ul li {\r\n display: inline;\r\n \r\n}\r\n#b ul {\r\n text-decoration: none;\r\n \r\n}...
176091/Image-BackGround_Remover
1,020,312,645
8a0caf013a1930a6d8a1e6c134d4d20a3ef0fb48
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-07-15T17:07:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "0951e6be6ae0352d2c4fb0b58ed58822e43717ac", "content": "# Image-BackGround_Remover", "size_bytes": 26, "file_path": "README.md", "file_timestamp": 1752599300, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
17633727937/shen
465,674,582
3cbc8a97845570a01989df8bfa5354b5ba9ff488
{ "branch": "master", "commit_count": 4, "repo_created_at": "2022-03-03T10:37:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e595ecb15451a661a382f2d5fe549cc97e2eff8a", "content": "/*版本2*/\n*{padding: 0;margin: 0;}", "size_bytes": 36, "file_path": "css/base.css", "file_timestamp": 1646305632, "language": "CSS", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] ...
17Hrishi/PPortfolio
918,306,398
ec13bb5f9a353e5d5168cf9929699bf94ce10cef
{ "branch": "main", "commit_count": 25, "repo_created_at": "2025-01-17T16:57:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a5d6d629ac62efb2cba23cf876c28214c0d8ad22", "content": "# [Hrishikesh]'s Portfolio\n\nThis is my online portfolio showcasing my skills and experience in [(https://17hrishi.github.io/PPortfolio/)].\n\n## About Me\n\nI am a Professional Software Developer. Skilled in designing, developing, a...
17camilo17/Clicle-2-Practice-s
382,904,104
509eabcb0fb7efbb7c2b914f58a9f0535d90cfc1
{ "branch": "master", "commit_count": 6, "repo_created_at": "2021-07-04T16:55:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
25
[ { "content_id": "583e84f5a5718ca3d260d0230a48c6749a01aa31", "content": "import java.util.Scanner;\n\npublic class Ejercicio1 {\n public static void main(String[] args){\n\n/* Toma un texto (nombre ) y lo retorna como un saludo */\n System.out.println(greet());\n }\n\n\npublic static String greet(){\n ...
1802408UT/HolaMundoAngular
371,167,298
f356f134e7582b04447780a0342e98ab8a7ee4a8
{ "branch": "main", "commit_count": 7, "repo_created_at": "2021-05-26T20:59:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "242b51e91118a01c9e1c75d143f1c0003335beea", "content": "import { Component, OnInit } from '@angular/core';\nimport {ViewEncapsulation} from '@angular/core';\n\n@Component({\n selector: 'app-body',\n templateUrl: './body.component.html',\n styleUrls: ['./body.component.css'],\n encapsulat...
18121A0538/Sudoku-Solver
498,197,087
cad6fb9d0a10184f0db69a4b9226cabbf49db647
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-05-31T05:22:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "fe715bb2f69fca748b270248b59cde580e2042e8", "content": "# -*- mode: python ; coding: utf-8 -*-\r\n\r\n\r\nblock_cipher = None\r\n\r\n\r\na = Analysis(['DataFlair-Sudoku-Solver.py'],\r\n pathex=[],\r\n binaries=[],\r\n datas=[],\r\n hiddenimport...
1821735763/expert-potato
698,101,766
b8824ab96bf90e14acb77279b01067f5df49dcd6
{ "branch": "main", "commit_count": 4, "repo_created_at": "2023-09-29T06:54:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f11b6be30f69fa5763865127bbf0faa6ba5d6357", "content": "# 灵动课表\r\n## 功能介绍\r\n- 显示课表\r\n - 根据当日星期几显示配置文件中对应的课表\r\n - 支持分隔符来规划课表内容\r\n - 根据时间高亮当前课程\r\n - 在电脑最上方且大小合适,前后排的人都能看清\r\n - 支持单个课程多字描述\r\n - 窗口美观,不破坏电脑整体观感\r\n- 上/下课提醒\r\n - 在设置的时间准时执行动画\r\n - 动画平滑,令人舒适\r\n- 换课\r\n - 双击对应课程即可换课...
18228018003/learn-structer
527,139,585
329739952d6537ebc22706fd856d458f2f8819c9
{ "branch": "master", "commit_count": 16, "repo_created_at": "2022-08-21T07:47:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
506
[ { "content_id": "24c701a626457b57d201390b3cd47195e72911bf", "content": "package com.mengtu.designpattern.pattern.facade;\n\npublic class TV {\n public void on(){\n System.out.println(\"打开电视\");\n }\n public void off(){\n System.out.println(\"关闭电视\");\n }\n}\n", "size_bytes": 21...
18234175095/activity
152,008,505
35332abb8e2c0638c49f556bba4161a6b721571e
{ "branch": "master", "commit_count": 1, "repo_created_at": "2018-10-08T02:38:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "849434fce73cedc4fc64c026dee8c686ada1f118", "content": "@import './layout';\n@mainColor: #e73559;\n@baseFontColor: #666666;\n@baseBackColor: #f6f6f6;\n@borderColor: #f2f2f2;\nbody {\n overflow-x: hidden;\n}\ninput::-webkit-input-placeholder {\n color: #aab2bd;\n font-size: @baseFontSize;\...
18871411145/workchat
271,188,332
dd08e23a48273b5db76b98a14bc8361056d0ef8b
{ "branch": "master", "commit_count": 6, "repo_created_at": "2020-06-10T05:37:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
24
[ { "content_id": "2cbd7cfccb0b106a411eeb964332efaf851e7c1d", "content": "package cn.lxbest.wb2020.workchat.Views;\n\nimport android.content.Context;\nimport android.util.AttributeSet;\n\npublic class XYImageView extends androidx.appcompat.widget.AppCompatImageView {\n public XYImageView(Context context) {...
18958216889/helloGit
291,911,204
823b7496acc1602946cbee19fb9716eb1a611ee6
{ "branch": "master", "commit_count": 7, "repo_created_at": "2020-09-01T06:05:58.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "657750210f5859853a44baeb1565dc57daeef929", "content": "public class ehan {\n private static ehan a3=new ehan();\n private ehan(){};\n public static ehan newa(){\n System.out.println(\"1\");\n System.out.println(\"2\");\n System.out.println(\"3\");\n Syst...
190031783/EP-skill
327,544,727
7ddb6592d148d19c2624281c35c647746c686340
{ "branch": "main", "commit_count": 34, "repo_created_at": "2021-01-07T08:08:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "ac5b7c383dd53c2b10febd28f36cfaab9ae3010a", "content": "body {\r\n background-color: BlanchedAlmond;\r\n}\r\n\r\nh1 {\r\n color: navy;\r\n margin-left: 20px;\r\n font-family: Crimson, cursive;\r\n}\r\n.container{\r\n color:brown;\r\n font-size:50;\r\n font-family:sans-s;\r\n text-ali...
192210191/PPD-GO-GAME
939,181,774
bd9c211b56c374d5e24bd64260fc62d260f5e03b
{ "branch": "main", "commit_count": 25, "repo_created_at": "2025-02-26T05:59:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "8a524ac7af5dff5b830d2c5d45225058c48b3767", "content": "from PIL import Image\nimport os\n\n# Load the logo image\nlogo_path = os.path.join('game', 'images', 'logo.jpg')\nicon_path = os.path.join('game', 'images', 'logo.ico')\n\n# Open and convert the image\nimg = Image.open(logo_path)\nimg....
1986hz/TimeForBed
95,454,110
8eac078dca8b3f980b2f580dfe81aa695ba85e51
{ "branch": "master", "commit_count": 2, "repo_created_at": "2017-06-26T14:17:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
18
[ { "content_id": "64fa0e0fd6d81c5b44f27a7543fc73cbaf5e13f5", "content": "// \n// getDataTime()은 WizFi310의 예제를 참고하였습니다.\n// \n\n#include \"NTPClient.h\"\n\n\nvoid NTPClientClass::init(WizFi310Class *wifi)\n{\n\t_wifi = wifi;\n}\n\n\nint NTPClientClass::getDateTime(DateTime *dateTime)\n{\n\tif (_wifi->status()...
1987san/Project1-Hello-World
271,068,063
f1e2132223674e8e2ae8623824d7b2222ea3ef77
{ "branch": "master", "commit_count": 40, "repo_created_at": "2020-06-09T17:32:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "89a0860a5036dc0a4b0270f8709271cd0a935947", "content": "<h1> Hello, Welcome to first devops project !!! </h1>\n<h2> Welcome to devops world </h2>\n<h3> <NAME> <//h3>\n\n", "size_bytes": 109, "file_path": "webapp/src/main/webapp/index.jsp", "file_timestamp": 1662366616, "langu...
1994TZW/ecom
817,361,533
5771a91c2fa8ea59514a0a58aac91774489ccb48
{ "branch": "main", "commit_count": 11, "repo_created_at": "2024-06-19T14:41:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
41
[ { "content_id": "07d74600aeb05c66ec67fb3cfc068a6dc07de8a2", "content": "import 'package:cached_network_image/cached_network_image.dart';\nimport 'package:flutter/cupertino.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_bloc/flutter_bloc.dart';\n\nimport '../bloc/setting_bloc.dart';...
19beek/ReportePractica1FP24LeonLiraJorgeAlejandro
459,436,939
eafe39747a2622f997e3b86e28be682cb45f0628
{ "branch": "main", "commit_count": 9, "repo_created_at": "2022-02-15T05:13:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "48d44fb0163ebb94ebcf5c574fd6ebb9b1276f31", "content": "# ReportePractica1FP24LeonLiraJorgeAlejandro\nPractica 1 Fundamentos de Programación\n", "size_bytes": 85, "file_path": "README.md", "file_timestamp": 1645140710, "language": "Markdown", "is_vendor": false, "lice...
1NT18IS147/1NT18IS147_shreerakshitha_B_bdLab
359,682,097
f9fab3823e6c2ebc79e93dfd39ab01b196805f3d
{ "branch": "main", "commit_count": 48, "repo_created_at": "2021-04-20T04:20:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "2485e63eebd0b42bbc9f7bf5edd8fd5b170a8c6c", "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Documen...
1Rxyx/-Mongoose-with-express-
946,832,361
38cc282a1369dbba2abaee2b18134b4a25bb3af4
{ "branch": "master", "commit_count": 2, "repo_created_at": "2025-03-11T18:39:50.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "49abe59bfa056542d7cd556776cc155cf7fa2e95", "content": "<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>商品の編集</title>\n</head>\n\n<body>\n <h1>商品の編集</h1>\n <form action=\"/produc...
1apoorv/IIC_PlacementCell_website
173,128,798
9274296294964176a20b88d4c090fc8f59ae4ebd
{ "branch": "master", "commit_count": 3, "repo_created_at": "2019-02-28T14:40:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "71052557da18c2f0f48e04213915811d99afbd73", "content": "# IIC_PlacementCell_website\nIIC, UDSC Placement Cell Webpage\n", "size_bytes": 61, "file_path": "README.md", "file_timestamp": 1551365240, "language": "Markdown", "is_vendor": false, "license_type": "no_license"...
1bro23/tugas_10_js
285,184,769
96774ce9f7d34d1ca3b5d6567ab3732920d781c1
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-08-05T05:02:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "80b288ec35a3fd37155fb13b5385163aa9f8b46f", "content": "var a=1;\nfor(i=2;i<=11;i++)\n{\n console.log(a);\n var a=a+i;\n}\n", "size_bytes": 63, "file_path": "tugas10.js", "file_timestamp": 1596604207, "language": "JavaScript", "is_vendor": false, "license_type": "no...
1hemant/Test02
49,324,812
60a495f6a3eed87204ae588fa1cdd67d37b8ea93
{ "branch": "master", "commit_count": 2, "repo_created_at": "2016-01-09T13:13:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "7ba86cd73a48c648867f9d17fc24de98e1c2658a", "content": "auxiliary.org-netbeans-modules-cordova.cordova_5f_build_5f_script_5f_version=50\nauxiliary.org-netbeans-modules-cordova.phonegap=true\nauxiliary.org-netbeans-modules-css-prep.less_2e_compiler_2e_options=\nauxiliary.org-netbeans-modules-...
1ikuszak/skill_hunter
623,634,435
471d8cf1dd6af801027c82042d697a9002619e19
{ "branch": "main", "commit_count": 19, "repo_created_at": "2023-04-04T19:08:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
34
[ { "content_id": "22bedcc2d2f5f53020a34ea22305a9d47973a39c", "content": "'use client';\n\nimport * as React from 'react';\nimport { cn } from '../lib/utils';\nimport style from '../styles/auth_inputs.module.css';\n\nexport interface InputProps\n extends React.InputHTMLAttributes<HTMLInputElement> {\n name:...
1l11l/WebWeek06-1026
879,006,705
d18a2031f41b82254438fed8c07f43cc68717d74
{ "branch": "master", "commit_count": 3, "repo_created_at": "2024-10-26T17:49:36.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "351840c3d586931c789cbd0a295bdb8c6a17a21b", "content": "// 建立用來對應資料表Member的類別\nnamespace WebWeek06_1026.Models\n{\n public class Member\n {\n public Guid Mid { get; set; } = Guid.NewGuid(); // 自動生成唯一識別碼\n public string Mname { get; set; } = string.Empty; ...
1mmka/cb212
706,743,210
db67fae26acec2ddc8bfc7a590fcea681083434f
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-10-18T14:30:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "0469054240699313bf08b970cf01c88fa0c3b715", "content": "# Generated by Django 4.2.6 on 2023-10-16 15:03\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.Migration):\n\n initial = True\n\n dependencies = [\n ]\n\n operations = [\n migrations.Creat...
1nt18is039bharat/1NT18IS039_ANDROID
426,176,797
6ca7cb4357480fe3c7a20624722507f078dd2fb8
{ "branch": "main", "commit_count": 11, "repo_created_at": "2021-11-09T10:01:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "0a2f8943267dcf1a8cb390e8cab26ef544f7d9a8", "content": "plugins {\r\n id 'com.android.application'\r\n}\r\n\r\nandroid {\r\n compileSdkVersion 30\r\n buildToolsVersion \"30.0.3\"\r\n\r\n defaultConfig {\r\n applicationId \"com.example.myencryption\"\r\n minSdkVersio...
1ovec/huaplus
228,731,403
f56d8e000c4d8075c3ac511aa6a2fe81762ef943
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-12-18T01:21:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "89342c681d5e33094a2af63742c2759a8f3e1659", "content": "# huaplus\n话加\n", "size_bytes": 17, "file_path": "README.md", "file_timestamp": 1576632073, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
1oveshy/1oveshy
145,137,117
68c393c2a8cff5086c662c00044d81cdbb079ba8
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-08-17T15:27:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ebe0527ee632160ac7661c18581dab1d9ebfdb3d", "content": "# 1oveshy\n坚持+习惯+计划+专注\n\n", "size_bytes": 39, "file_path": "README.md", "file_timestamp": 1537316313, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
1sumit00/Java-program
859,751,742
3aa4a070b4fb9191ff371956de63cd7efddabb73
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-09-19T08:10:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ea8774965b337b7b286fd01f109b6ae2c95cddc5", "content": "class main{\n\tpublic static void main(String[] args) {\n\t\tSystem.out.println(\"*\");\n\t\tSystem.out.println(\"**\");\n\t\tSystem.out.println(\"***\");\n\t\tSystem.out.println(\"****\");\n System.out.print(\"******\");\n }\...
1trusafa/grabcab
293,083,309
37225d738dfd3a6cc69ea2e98cc66f805bf096b0
{ "branch": "master", "commit_count": 2, "repo_created_at": "2020-09-05T13:39:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "738a3ca0ddea8a918c982ed5efeb8aed5930d267", "content": "# grabcab\nTaxi App\n", "size_bytes": 19, "file_path": "README.md", "file_timestamp": 1599313948, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
20021423/JavaCourse
939,398,036
c9b79533f3b4e6ffb146b0b7970b155c080fdcdf
{ "branch": "main", "commit_count": 38, "repo_created_at": "2025-02-26T13:31:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
62
[ { "content_id": "66f551140a4aeb137f88d99217143e3749e61efd", "content": "Tôi sẽ giải thích Prototype Pattern với cả sequence diagram và class diagram để bạn dễ hiểu hơn:\n\n### 1. Sequence Diagram - Luồng hoạt động\n\n```mermaid\nsequenceDiagram\n participant Client as Client\n participant Prototype a...
200529-Hugo/phperiode4
372,504,984
6b020d821059ad220d860f3ae7aae61e93c53072
{ "branch": "main", "commit_count": 3, "repo_created_at": "2021-05-31T12:49:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "624b1b962d5a25c2964dd549e98696e845ea24e9", "content": "<?php\n\nclass cilinder extends figuur{\n public function berekenOppervlakte(){\n echo \"Bovenste en onderste cirkel = \" . $oppervlakteTweeCirkels = 2 * $this->pi * $this->r * $this->r, \"</br>\";\n echo \"Oppervlakte buis =...
201314/spring-dependencies-ext
360,739,249
b60d08286683068cf457dcf041141c007bb2d40e
{ "branch": "master", "commit_count": 18, "repo_created_at": "2021-04-23T02:23:33.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1a6e1f908d7b42c9a3def528dc79c3c6a818f408", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project xmlns=\"http://maven.apache.org/POM/4.0.0\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://m...
201580ag/Password-Leakage-Check
662,360,068
09bb0e177affd5ab0f8adf921a94d3fd78815716
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-07-05T01:09:11.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "24f1034c8ad33737ede89870baf2b2539476fa1e", "content": "import requests\r\nimport hashlib\r\nimport getpass\r\n\r\ndef check_password_leaks(password):\r\n sha1_password = hashlib.sha1(password.encode('utf-8')).hexdigest().upper()\r\n sha1_prefix = sha1_password[:5]\r\n sha1_suffix =...
2015lym/TouchTracker
78,285,651
9cdcaf41367e2f769db5bfa17cec6c28051c4838
{ "branch": "master", "commit_count": 2, "repo_created_at": "2017-01-07T15:08:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
15
[ { "content_id": "de36cfbf5fceabef9926f89fae9d13eafd746e64", "content": "//\n// ViewController.h\n// TouchTracker\n//\n// Created by Lym on 2017/1/7.\n// Copyright © 2017年 Lym. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n@interface ViewController : UIViewController\n\n\n@end\n\n", "size_by...
20163511/laboras2
125,043,598
a95263d57927e9d7ca5db8aa0f1e46ebf49e7aba
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-03-13T11:50:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8239a56fb20dea263617e54c70ac54af90497817", "content": "# laboras2", "size_bytes": 10, "file_path": "README.md", "file_timestamp": 1520941905, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
2018Fall-WebPink/p06-final-project-TMcMenamin
166,738,519
5686550fca5e20b4ca7428cccd054df5f21eb161
{ "branch": "master", "commit_count": 2, "repo_created_at": "2019-01-21T02:51:56.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a9136d60f7731561faa921c98f748dd87e7ba4be", "content": "/* Name:<NAME>\n* Date: January 18th 2019\n* Lab: Inspirational Women- <NAME> */\n\n* {\n margin: 0;\n padding: 0;\n}\n\nbody{ width: 95%;\n background-color: aquamarine;\n margin:10px auto;\n border: 5px solid white;\n...