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
apskit/numerical-methods-projects
956,200,154
619cef49e99714af6328a9b755b4a11220414a5c
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-03-27T21:28:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
14
[ { "content_id": "3c98168c097ad8b61f94a49cdd84dd7651a7917f", "content": "import time\r\nimport CalculateResidual\r\n\r\n\r\ndef jacobi_method(matrix_A, vector_b, initial_guess, tolerance=1e-9, max_iterations=200):\r\n N = len(matrix_A)\r\n x = initial_guess[:]\r\n x_new = [0] * N\r\n residuals = ...
k823026932/mvc
126,344,572
deed56472548a44d40647a06e920f4c56c2da3a1
{ "branch": "master", "commit_count": 1, "repo_created_at": "2018-03-22T14:06:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e22bb495579875841ce442b4428c4a43854bc3fc", "content": "<?php\n/**\n * -----------------------------------------------------------------------------------------------+\n * 数据库连接配置 |\n * ------------------------...
davidroyer/nuxt-tailwind
136,748,816
1330f3eb04a0d25ac882afcc222a3e07a7af53d5
{ "branch": "master", "commit_count": 82, "repo_created_at": "2018-06-09T18:39:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 1, "issues": 1, "pull_requests": 0 }
87
[ { "content_id": "4dfc01d346e713d16aa9bedcd567ce86702414ff", "content": "<template>\n <div class=\"input max-w-sm mx-auto my-6\">\n <label v-text=\"label\" :for=\"id\" class=\"block uppercase tracking-wide text-grey-darker text-xs font-bold mb-2\"></label>\n <input\n :type=\"type\"\n :value=...
shaojiewang/gpu_analyze_helper
481,500,865
0b32093f8f42b8fd21ae5eeeccc7c612a3513f6f
{ "branch": "main", "commit_count": 5, "repo_created_at": "2022-04-14T07:02:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "73ae0001c10eb574fc29264bc047deb44e251a48", "content": "import numpy as np\nimport pandas as pd\n\nclass lds_positions:\n def __init__(self, k0, k1, m0, m1, padding_per_m1xk1, t_write_len, t_write_vec, t_read_vec) -> None:\n self.k0 = k0\n self.k1 = k1\n self.m0 = m0\...
Saifaws/codecasa-To-Do-List
698,586,765
bcbb7be52f2e29659cfb5f882c29613d75795ae3
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-09-30T11:05:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8c91f31cf016e60ea84de699cfa0cb579bc2d11a", "content": "#saifali/codecasa - To-Do-List\nTo do List ... where we can add our daily routine tasks.\n", "size_bytes": 88, "file_path": "README.md", "file_timestamp": 1696073209, "language": "Markdown", "is_vendor": false, "...
GCarreira/Kaggle-Exercises-Data-Science
559,592,469
75fec08327d847843d1aefc141da4fcbc5cc11d4
{ "branch": "main", "commit_count": 2, "repo_created_at": "2022-10-30T15:41:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "05168128ee0f9c71022c21853a5407e62fa97d42", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"id\": \"3e3d2279\", \"metadata\": {\"papermill\": {\"duration\": 0.007783, \"end_time\": \"2022-10-30T15:43:41.976603\", \"exception\": false, \"start_time\": \"2022-10-30T15:43:41.968820\", ...
luthfisantosa/TourneyTumbler
763,845,797
c6bdcf730d6f85634b7b1a4446440ac2b04a6274
{ "branch": "main", "commit_count": 15, "repo_created_at": "2024-02-27T02:41:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "6ef29438e3c427e51b540317991eae5d3630a7db", "content": "# TOURNEYTUMBLER \n## Tournament Bracket Generator\n\nWelcome to the Tournament Bracket Generator!\n\nThis application allows you to effortlessly create tournament brackets for your competitions. Whether you're organizing sports tournam...
cpizarrov/Tarea_1
1,018,745,288
72854041e5b912d582401d3ed38cf6402e287a58
{ "branch": "main", "commit_count": 31, "repo_created_at": "2025-07-13T00:15:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "2807dea61e617d53cf2c7fe7efd5986dd7f8fbdc", "content": "## Parámetros\nEPS = 1e-7", "size_bytes": 25, "file_path": "src/config.py", "file_timestamp": 1752452240, "language": "Python", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, ...
yuu14mm/lesson4
678,370,853
0308820e4251eb813e443a0f6bf9b4163e730e01
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-08-14T11:55:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c5ed2518d29dcd013366f18bbadb2bd1e6a822cb", "content": "package org.example;\n\nimport java.util.List;\n\npublic class Main {\n public static void main(String[] args) {\n\n //音楽のジャンルを格納\n List<String> music = List.of(\"rock\", \"jazz\", \"classic\", \"pops\");\n\n mus...
x-song-x/fluffy-goggles
185,439,445
06a12eb1cbab00ea0f29245bf191e3b98bc9d140
{ "branch": "master", "commit_count": 66, "repo_created_at": "2019-05-07T16:25:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 4, "issues": 0, "pull_requests": 0 }
24
[ { "content_id": "5c4ce62684e600c00ed5c2935fbd03dbfce2d5ff", "content": "function XinRanAnalysis2_FaceTrial_Joiner(varargin)\n% Xintrinsic Randomized Analysis 2, for Face trial joiner\nclear global\nglobal A R Pcurses\n%% Get preprocessed ('*VisSeq_P1.mat') file\n[~, A.Sys.pcname] = system('hostname');\nif s...
Shuvobosu/SalaryCalculator
215,111,400
58dcb00d3bf6c1017463362beddb224536533658
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-10-14T17:59:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "c72ae4c3f925c7ef5b96cf58e37bab84292283a4", "content": "using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Data;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace ...
Zeyoman/ZLang
936,882,922
49daa956fbee7fa7a01e09354c5340bc4688ff23
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-02-21T21:24:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c6f8aa3c6a56910f4e36c71a183695adb642210b", "content": "# ZLang", "size_bytes": 7, "file_path": "README.md", "file_timestamp": 1740173047, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
patryk-olti/GameOfLive
211,139,486
1b7b2c2467cc876903fac955b748857db9a1c2d2
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-09-26T16: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": "b4c1e7123d034d4decc2e7137c8bfeaff07b5d34", "content": "#include <iostream>\r\n#include <cstdlib>\r\n#include <ctime>\r\n#include <vector>\r\n\r\nusing namespace std;\r\n\r\nstruct Osobnik\r\n{\r\n int x;\r\n int y;\r\n};\r\n\r\nvoid rysujMape(int wys, int szer)\r\n{\r\n char tab[wy...
MixTeen/mixteen.github.io
93,949,564
6dc31537a11d72718a8de92a95c931a62b4fee73
{ "branch": "master", "commit_count": 39, "repo_created_at": "2017-06-10T15:52:16.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 2, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "b5a6dd1dc66974d0565ad9d6459d0e5f71089a00", "content": "# Mixteen\r\n\r\nCode source du site publié sur: https://mixteen.github.io/", "size_bytes": 72, "file_path": "README.md", "file_timestamp": 1539174317, "language": "Markdown", "is_vendor": false, "license_type": ...
Basavaraj-PN/ros2-simple-pubsubs
440,209,747
4da17094a6749a8bba623e2bbd67f5d2c4856b6a
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-12-20T15:01:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "a2a63665681052c168b88ee91e8d9f8cefe49a39", "content": "//\n// Created by basavraj-n on 11/16/21.\n//\n\n#include <memory>\n#include \"rclcpp/rclcpp.hpp\"\n#include \"std_msgs/msg/string.hpp\"\nvoid call_back(const std_msgs::msg::String::SharedPtr msg){\n RCLCPP_INFO(rclcpp::get_logger(\"...
BloodAxe/AugmentToo
493,648,001
87351e98b1e5c75f8c78af46971dae1aefae077b
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-05-18T12:11:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e73f5838f1232b99bada62e7af8bba585f6c4ffb", "content": "# AugmentToo\nThe only augmentation library you need\n", "size_bytes": 52, "file_path": "README.md", "file_timestamp": 1652875917, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "de...
slicari/expired_domains_scraper
143,920,495
cf28c1abde3d540ccbce54669bbc5f0b24457737
{ "branch": "master", "commit_count": 16, "repo_created_at": "2018-08-07T19:55:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 3, "forks": 2, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "952eb153ca95e729d2a8e515138a7ed59b40ad8d", "content": "# Import libraries\nimport urllib\nfrom bs4 import BeautifulSoup\nfrom furl import furl\nfrom tqdm import tqdm\n\n# define some variables\nurl_page = 'http://www.expireddomains.net/backorder-expired-domains/'\nf = furl(url_page)\nquery_...
ninefyi/hashi-talks-azure-terraform
451,145,316
3b8330ae30cf9ac1919d6db8050a65de6ef11ec1
{ "branch": "main", "commit_count": 6, "repo_created_at": "2022-01-23T15:25:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "ab4728d002041eb27c31a82dafb1dd66ad668860", "content": "# We strongly recommend using the required_providers block to set the\n# Azure Provider source and version being used\nterraform {\n required_providers {\n azurerm = {\n source = \"hashicorp/azurerm\"\n version = \"=2.91....
dragontech/pensiuneamoravia
1,739,778
90ab4d8a9bfe84dcbdad65ed7feb9b465abb63d8
{ "branch": "master", "commit_count": 2, "repo_created_at": "2011-05-12T18:48:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "fe718cd069ab8e9a4b999c5130643e280a44312f", "content": "body{\r\nbackground-color:#AA6F47;\r\nmargin:0px;\r\npadding:0px;\r\n}\r\ntd {\r\n\tfont-family:Tahoma, Verdana;\r\n\tfont-size:11px;\r\n\tcolor:#D5A787;\r\n}\r\npre {\r\n\tpadding:0px;\r\n\tmargin:0px;\r\n\tfont-family:Verdana, Arial, ...
dag-hammarskjold-library/django-rest-framework-mongoengine-example
117,013,478
7e7cdfc10062dcdf95a11a6dec670925974507fa
{ "branch": "master", "commit_count": 15, "repo_created_at": "2018-01-10T21:33:27.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "8c93dbe86bd3c98e08f84f4936699cf4b17b6232", "content": "from django.template.response import TemplateResponse\n\nfrom rest_framework_mongoengine.viewsets import ModelViewSet as MongoModelViewSet\n\nfrom app.serializers import UNDocumentSerializer\nfrom app.models import UNDocument\n\n\ndef i...
Ahmednihal/Ahmednihal
381,726,101
10d0e5f164a7ea6edc1350d9c63a0491f147fc52
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-06-30T14:15:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "414ccc1e5a19e00937d22e2642cc072cc0c8304d", "content": "- 👋 Hi, I’m @Ahmednihal\n- 👀 I’m interested in ...\n- 🌱 I’m currently learning ...\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me ...\n\n<!---\nAhmednihal/Ahmednihal is a ✨ special ✨ repository because its `README.md`...
drunkcoding/transformers-utils
820,967,795
43c33b6fea5fad65089c9b4953b280b0bcabf401
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-06-27T14:36:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d2b22ff271053b72e34a780f4598ed77fc6b1f8e", "content": "# transformers-utils\ntransformers utilization made easy\n", "size_bytes": 56, "file_path": "README.md", "file_timestamp": 1719498967, "language": "Markdown", "is_vendor": false, "license_type": "permissive", ...
ashwath1295/local-aws-lambda
926,291,119
9e8377bacfd43ecc6ce7e0576fac0ab3041b6e11
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-02-03T01:09:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
13
[ { "content_id": "7864bfde55b2b997880af537027bbd4b09317709", "content": "from local_lambda import LocalLambda\nimport time\n\ndef long_running_task(event, context):\n time.sleep(5) # Simulate a long-running task\n return {\"message\": \"Task completed\"}\n\nlambda_runtime = LocalLambda(long_running_ta...
sj-williams/proglog
549,539,573
98e2091c50a03e1ae1e8fc2e9a80bdb2ce21f7a0
{ "branch": "main", "commit_count": 9, "repo_created_at": "2022-10-11T10:43:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "dcf6ae14f4eac800da17906f7aa81cc90e22555f", "content": "## Distributed Services with Go\n\nRepository for working through https://pragprog.com/titles/tjgo/distributed-services-with-go/\n\n### Notes\n\n", "size_bytes": 139, "file_path": "README.md", "file_timestamp": 1665591768, ...
void-main/OCImg
22,981,427
61a2dc2e79279cd8f1e5a783fd8fe0656a75f5d2
{ "branch": "master", "commit_count": 4, "repo_created_at": "2014-08-15T07:01:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "636d458e6e3c8c1c2a897df3619dbb31af18c507", "content": "//\n// Utils.h\n// DetailManipulation\n//\n// Created by <NAME> on 14-8-12.\n// Copyright (c) 2014年 NexusHubs. All rights reserved.\n//\n\n#ifndef __DetailManipulation__Utils__\n#define __DetailManipulation__Utils__\n\n#include <ios...
gaoyicoder/smartcenter
80,810,516
4b0621dfa76dc13d7a9616feacadfe5a747b6104
{ "branch": "master", "commit_count": 4, "repo_created_at": "2017-02-03T08:21:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "68b6720ca8893fe259fa539b10cb11742ede0351", "content": "<?php\n/**\n * Created by PhpStorm.\n * User: gaoyi\n * Date: 12/26/16\n * Time: 4:59 PM\n */\n\n\nuse TcpWorker\\Worker;\n\nrequire_once __DIR__ . '/TcpWorker/AutoLoader.php';\n\n\n$worker = new Worker(\"http://0.0.0.0:2345\", 4);\n\n$...
awsjthykatt/aws-node
52,842,539
2019a8c2227a733ffcfe0fed257b8629c1e7a855
{ "branch": "master", "commit_count": 1, "repo_created_at": "2016-03-01T02:43:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1b0acbc34026cd6755fd67f151940290f9da6a15", "content": "module.exports = {\n\tapplicationPort \t\t\t: 8081,\n\tdatabase \t\t\t\t\t: \n\t{\n\t\thost\t\t\t\t\t: '127.0.1.1',\n\t\tport \t\t\t\t\t: 3306,\n \t\tdatabase \t\t\t\t: 'photoalbums',\n\t\tuser \t\t\t\t: 'root',\n \t\tpassword \t\t...
ElBuenAnvita/stats.mine.lc
914,225,071
6b9fb283a91c51c5062096d89d9290d8e23fa36a
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-01-09T07:23:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "88cbec8af3fafd7e89dd8650d0c2617153606f7f", "content": "<?php\r\nsession_start();\r\nif(!isset($_SESSION['logueado']) || $_SESSION['logueado'] == FALSE) {\r\n\theader(\"Location: ../sign-in/\");\r\n}\r\n$username = $_SESSION['username'];\r\n?>\r\n\r\n<!DOCTYPE html>\r\n<html lang=\"es\">\r\n...
draft-account/Practice2017
131,401,671
e1dfbef75611040f9727aa1894ea35e933f64f37
{ "branch": "master", "commit_count": 8, "repo_created_at": "2018-04-28T10:54:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "11204505798ee76eb43ede997efeb473ad2c1a72", "content": "using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Data;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\nusing OxyPlo...
OlenaRehush/Task3
60,111,633
9b83a2f7f484b7cf0f4cba4c3cedb45e9d71be85
{ "branch": "master", "commit_count": 2, "repo_created_at": "2016-05-31T18:00:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "35efb698b244d6102765bd4505b568d350cc8bea", "content": "using System;\nusing System.Collections.Generic;\nusing System.Data;\nusing System.Linq;\nusing System.Text;\n\nnamespace SecondTask.AddressBook\n{\n public class AddressBook\n {\n private List<User> listOfUsers = new List...
sias888/sias888
451,738,783
563891f83180714bdbd78267d96043a92b465660
{ "branch": "main", "commit_count": 8, "repo_created_at": "2022-01-25T04:49:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "df48e5ef89400b307d64bbf254a90bdf311e84f9", "content": "Hey there, I'm Irteza. I'm a 4th year Mathematical Sciences student at the University of British Columbia. Mathematical Sciences is a joint degree offered by UBC's Math, CPSC, and Stats departments and features coursework in all three f...
jullyenny/desafio1-explore
525,837,455
567bcd9383da2f4c8144bc10467a5147e0007c4d
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-08-17T14:49:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "8d02d11c27dc5b12c695269de6bd0abc75bdcbb8", "content": "<!DOCTYPE html>\n<html lang=\"pt-br\">\n <head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" />\n ...
IshshahBrooks/info2180-project1
557,916,575
84288023750b3963d970d0b88e28298be6de59b2
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-10-26T14:45:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "d0d4211c1a52b86fcd90723977fb286c51337812", "content": "# info2180-project1\n\nThis is Project 1 for Ishshah Brooks\n", "size_bytes": 58, "file_path": "README.md", "file_timestamp": 1666796100, "language": "Markdown", "is_vendor": false, "license_type": "no_license", ...
KidneyCare-SoftwareEngineering/KidneyCare
926,624,957
36fc88113ab8c4a0a5967b53509a091cd3a38aef
{ "branch": "main", "commit_count": 163, "repo_created_at": "2025-02-03T15:33:58.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
98
[ { "content_id": "4dcb81d71a3a81eedc22a936766afab75ec25296", "content": "use axum::{http::StatusCode, Extension, Json};\nuse reqwest::Client;\nuse serde::{Deserialize, Serialize};\nuse sqlx::FromRow;\nuse sqlx::PgPool;\nuse sqlx::Row;\nuse std::collections::HashMap;\n// use sqlx::types::chrono::NaiveDate;\nu...
min33sky/comparison-slider
681,517,333
ab028ab0dfaa377c94c539da8f7ab0e1196b6b73
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-08-22T07:25:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "0ee2b118df136db0800858e9cb37dfbe9cd76aed", "content": "import Slider from './components/Slider';\n\nexport default function App() {\n return (\n <main className=\"flex flex-col min-h-screen items-center justify-between p-24 bg-slate-800 \">\n <Slider />\n </main>\n );\n}\n", ...
BaileyFirman/stripe-poc-app
347,255,249
763f44d6567d503201d6f842f9125b7acbf17062
{ "branch": "master", "commit_count": 5, "repo_created_at": "2021-03-13T02:46:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "be4ecc5610c347b0959320dfb9b63d3b2797ef4e", "content": "{\n \"name\": \"stripe-poc-app\",\n \"version\": \"0.1.0\",\n \"private\": true,\n \"dependencies\": {\n \"@stripe/react-stripe-js\": \"^1.4.0\",\n \"@stripe/stripe-js\": \"^1.13.1\",\n \"@types/react\": \"^17.0.3\",\n \...
Rajmaheta009/from_io_json_formate_project
1,016,585,479
0c3dd0a4ae8bdda6d5f8eb1c625c2caced70a785
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-07-09T08:22:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "e43982e06f3183d2cd8aad5620ea12b5056c1d97", "content": "from fastapi import FastAPI, HTTPException\nfrom pydantic import BaseModel\nimport torch\nfrom transformers import AutoTokenizer, AutoModelForSeq2SeqLM\n\n# === SETUP ===\nMODEL_NAME = \"google/flan-t5-small\"\nMODEL_PATH = \"model/from...
tmcnitt/RubixCubeDetection
163,768,686
4b6f35154b37c3094cb6feb61a0a223896d53f14
{ "branch": "master", "commit_count": 4, "repo_created_at": "2019-01-01T21:45:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "1a6c3c9642d5f0212eaad8ecc8963c3d47ff9683", "content": "#include \"Tile.h\"\n#include <iostream>\n#include <math.h>\n#include <opencv2/core/core.hpp>\n#include <opencv2/highgui/highgui.hpp>\n#include <opencv2/imgproc/imgproc.hpp>\n#include <opencv2/videoio.hpp>\n#include <stdio.h>\n#include ...
moon115599/SmallGiftAdmin.github.io
566,313,112
8c8c5494ec70f1ab4e47073e46920395669bba9a
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-11-15T12:14:06.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "68588015c3d47e634c236979d30921c371abfc27", "content": "# SmallGiftAdmin.github.io", "size_bytes": 26, "file_path": "README.md", "file_timestamp": 1668514447, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
jaisri146/FirstReact
458,578,690
15eb0d9d557c06854b4c3dfd6d5af5a1cbd179ef
{ "branch": "main", "commit_count": 10, "repo_created_at": "2022-02-12T16:36:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 3, "issues": 0, "pull_requests": 0 }
13
[ { "content_id": "43726b0c3c5fd79d3a288d74d8b3435531cd791b", "content": "import React from \"react\";\nimport './NotificationComponent.css';\nimport { BsArrowRight } from \"react-icons/bs\";\nconst NotificationComponent = () => {\n return(\n <>\n <div className=\"grid-containerj2\">\n ...
leopectus/geocoder-drivingside
184,750,976
7c0145051ef9d8b13652290b429820271082d4a6
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-05-03T12:23:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5ffcd71256e5ca42012b7c094d151d8e4bbfa8c2", "content": "# A simple demo application for the HERE Geocoder API\nShowcases the \"adminInfo\" feature, which returns information about the selected location, such as local time, currency, and driving side.\n\n> **Note:** In order to get the sample...
rcdev99/engProjeto
192,408,440
238c8d249110b50401ac413869c43086aa632654
{ "branch": "master", "commit_count": 2, "repo_created_at": "2019-06-17T19:43:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "74419792dd70b69d5716b1c232eb14897c1ea579", "content": "# engProjeto", "size_bytes": 12, "file_path": "README.md", "file_timestamp": 1560805604, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
KathyOlsen/SpringBoot_401
203,650,224
35a45f51eb00cc7610fb952f05e0070882361739
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-08-21T19:21:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "0ec4e3ec8532c1e515b803945b43a2c17fc500a3", "content": "package com.example.demo;\n\nimport org.springframework.stereotype.Controller;\nimport org.springframework.web.bind.annotation.RequestMapping;\n\n@Controller\npublic class HomeController {\n @RequestMapping(\"/\")\n public String ...
Dipshikha3112/AI-personal-study-assistant
1,011,253,251
39959b0fec41f1ac3b1e97419e8d13d9dd599aa2
{ "branch": "main", "commit_count": 14, "repo_created_at": "2025-06-30T14:30:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "3408d1b6a09f93ae27da2e3090122ff5f22c32c7", "content": "streamlit==1.36.0\ntransformers==4.44.2\ngooglesearch-python==1.2.5\npandas==2.2.2\nmatplotlib==3.9.2", "size_bytes": 97, "file_path": ".qodo/requirements.txt", "file_timestamp": 1752168450, "language": "Pip Requirements...
adyjul/notifkasi
363,192,453
8a65e7081aaceae0c3715094ccc9f61d37854eea
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-04-30T16:04:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "bef87326d1403e6263e87fbc0ba74c035c0ff5d7", "content": "class notif {\n final String name;\n final String datetime;\n final String message;\n\n notif({ this.name, this.datetime, this.message});\n\n static final List<notif> dummyData = [\n notif(\n name: \"Join Group\",\n da...
manuelberenguerdelvalle/CursoArquitecturaAplicacionesNetCore6
551,677,878
ae709fb1d3377732d42aec1b9780ee650aad8629
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-10-14T21:46:56.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "71d506f5bee7c33a5cfe64a67200a46754824a98", "content": "{\n \"version\": 3,\n \"targets\": {\n \"net6.0\": {\n \"CursoArquitecturaNet.Core/1.0.0\": {\n \"type\": \"project\",\n \"framework\": \".NETCoreApp,Version=v6.0\",\n \"compile\": {\n \"bin/place...
girivaishali/netflix_and_desney_EDA
760,286,026
0a199182729970c3608dc669d5ea155b48869a97
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-02-20T06:07:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "6b004287f9e92cda2ca97443c764856e371889e3", "content": "# netflix_and_desney_EDA\n\nThe dataset is collected from web. \n\nThe data was cleaned and processed and analysed before EDA. \n\nData visualization done using seaborn and matplotlib. \n\nFound out that Netflix has more content in non ...
dncolli1/AboutMe
310,658,562
7d90577d97a5d2c7b7f80f60e89e6bfe22b7d5e5
{ "branch": "main", "commit_count": 4, "repo_created_at": "2020-11-06T17:08:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5ee39908bf9ae45d98615dc3493837b1bf54e2f8", "content": "/*This is the CSS design for my h1. I also included the position sticky*/\nh1 {\n color: black;\n text-align: center;\n font-size: 6em;\n position: sticky;\n}\n/*This is the CSS design for my h2. Included is my animation.*/\nh2 {\n ...
lm17918/Pointnet-example
615,986,555
b0bee6645dc469f645e05fd15959a5da02f27c50
{ "branch": "main", "commit_count": 4, "repo_created_at": "2023-03-19T09:29:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "93b27ec3aa60f703dc65b9e2d5b017b65af82672", "content": "# PointNet for 3D Object Classification with PyTorch\nThis is a PyTorch implementation of the PointNet network for 3D object classification, trained on a subset of the ModelNet dataset.\nThis repository is based on the project: https://...
Ashiqur97/Smart-Contract-Audit-PuppyRaffle-defi
739,874,629
76413bab32f1e92f7b075efbf3353b251e90e78d
{ "branch": "main", "commit_count": 13, "repo_created_at": "2024-01-06T20:05:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "ae48d24f692700ac23b4966e479d89e5615cdae9", "content": "<p align=\"center\">\n<img src=\"./images/puppy-raffle.svg\" width=\"400\" alt=\"puppy-raffle\">\n<br/>\n\n# Puppy Raffle\n\nThis project is to enter a raffle to win a cute dog NFT. The protocol should do the following:\n\n1. Call the `...
MRidvanKorurer/paslanmaz
837,376,123
994d97205acfe87a6befa7efa751ed66ba6aee5c
{ "branch": "main", "commit_count": 32, "repo_created_at": "2024-08-02T20:33:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
65
[ { "content_id": "e1c4c7212cf71d0ddfce30dd19cabdd54f4533ec", "content": "import React, { useState, useEffect, useRef } from 'react';\nimport { Link } from 'react-router-dom';\nimport { HiMenu, HiX } from 'react-icons/hi';\n\nconst Navbar: React.FC = () => {\n const [activeLink, setActiveLink] = useState<str...
subbu0x0/gl
317,019,665
a7516c672fe9754ca0cf86d305b7880cb7f20b32
{ "branch": "main", "commit_count": 2, "repo_created_at": "2020-11-29T18:47:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a7819039c5e0a327e1c01a4ec7228a90685ec716", "content": "{\n \"name\": \"l\",\n \"version\": \"0.1.0\",\n \"scripts\": {\n \"build-contract\": \"solc contracts/Gravity.sol --abi -o abis --overwrite && solc contracts/Gravity.sol --bin -o bin --overwrite\",\n \"create\": \"graph create...
tomasukun/prescribr
74,253,150
63af0724e34325691abf09c2fbb062627d6228f1
{ "branch": "master", "commit_count": 252, "repo_created_at": "2016-11-20T04:39:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 4, "forks": 1, "issues": 0, "pull_requests": 1 }
12
[ { "content_id": "45face70a8ca73bb55dabde70d6f440266e9c599", "content": "language: r\nwarnings_are_errors: false\ninstall:\n - R -e \"0\" --args --bootstrap-packrat\n - R -e \"packrat::restore(restart = FALSE)\"\n - (echo \"SOURCE_DIR=foo\"; echo \"PROCESSED_DIR=bar\"; echo \"SHARED_DIR=baz\") >> ~/.Renvi...
sriker-coder/sriker-coder.github.io
380,183,157
463f160baea8d5650e94be6ee7ff267dcc69d149
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-06-25T09:04:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "191134ae2b49ea16474d34085a48928742916244", "content": "# sriker-coder.github.io", "size_bytes": 24, "file_path": "README.md", "file_timestamp": 1624611877, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
RealAllenDa/RealAllenDa
989,938,231
88e01309ce98393e724ee7e19020c13e4061f953
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-05-25T06:42:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 1, "pull_requests": 0 }
1
[ { "content_id": "28d9594a0df59b33a03af526e8a651bba9c0899c", "content": "## Hi there 👋 I'm <NAME> (Allen)!\n\nI'm a high school IBDP '26 student passionate about Computer Science and Earth Science.\n\n### Bio\n\n- I have experience working with Frontend (Vue 3 + Nuxt stack) and Backend (Go, Python, Java, Ru...
maruthimutyala/Fasttrackpython
491,431,363
29e59929b6e7d96571880c33f4591354e2198c74
{ "branch": "main", "commit_count": 7, "repo_created_at": "2022-05-12T08:40:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "29b0b9f63dc683ffa8a1e6219e792bb9952d063e", "content": "# Fasttrackpython", "size_bytes": 17, "file_path": "README.md", "file_timestamp": 1652345610, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
carloshpds/smart-life-energy
396,129,604
587552f30f07b253ac272bf7a688d8cfcd1bf9c3
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-08-14T21:02:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 1, "pull_requests": 0 }
1
[ { "content_id": "cd0bb1789d54fdf80b0c98bdad765847dd3b0abf", "content": "# smart-life-energy\nSmart life dashboard for devices wattage info\n", "size_bytes": 66, "file_path": "README.md", "file_timestamp": 1628974934, "language": "Markdown", "is_vendor": false, "license_type": "no_lic...
zxx1298/vue_40
227,527,453
d0b98ded66df4de58ffb4935cfc9f59d84aa092b
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-12-12T05:30:34.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1a3794ca2c6f295c0aa5fbd6550fed73d29b372d", "content": "# vue_40\nhello\n", "size_bytes": 15, "file_path": "README.md", "file_timestamp": 1576128635, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
salokin-rm/estudo_dicionarios-vazio-
657,748,124
747472f3285a376f0b3e2f7590063c0eec033e70
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-06-23T18:55:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ea7e228120d05ce02d64be8433104fba01dbfafa", "content": "# estudo_dicionarios-vazio-\nAula de 23/06/2023\n", "size_bytes": 47, "file_path": "README.md", "file_timestamp": 1687546546, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detecte...
Srikithaneeli/Srikitha
874,172,315
5b6487b3d00a1c40be9b7670b2d85101bda64b9d
{ "branch": "main", "commit_count": 4, "repo_created_at": "2024-10-17T11:26:25.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "6c960fcc2538877291198379a4314bde01f79931", "content": "# Srikitha", "size_bytes": 10, "file_path": "README.md", "file_timestamp": 1736239261, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] }, { "content_i...
matheusbez/BackendEJCM
197,858,008
cf304206c1de0816d8c356c0082e73f40ac4af79
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-07-20T00:13:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 1 }
6
[ { "content_id": "5320817af61a930ac779720284c94acb8a1134a1", "content": "<?php\n\n/**\n* One-To-Many\n*/\n\n\nRoute::get('/', function () {\n return view('welcome');\n});\n", "size_bytes": 92, "file_path": "routes/web.php", "file_timestamp": 1563652498, "language": "PHP", "is_vendor": ...
artteam8/face-recognition
927,363,923
68d00e7ba755bbb5c171c585d9087143b424858b
{ "branch": "main", "commit_count": 5, "repo_created_at": "2025-02-04T20:43:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8396b3d642195b236af8e328822962839a640517", "content": "{\"cells\": [{\"cell_type\": \"markdown\", \"metadata\": {\"id\": \"_v7njKjGKMxb\"}, \"source\": [\"# Face Recognition Project\"]}, {\"cell_type\": \"markdown\", \"metadata\": {\"id\": \"CegFU9KpKOec\"}, \"source\": [\"В этом проектк вы...
satpat2590/babysteps
893,630,728
e9ba733b9045f570d9de6a7af4e31f3f24e32977
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-11-24T23:10:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "067dd359247f79e897c95deabbff24ddd4d14525", "content": "# Install script for directory: /home/satya/productivity/p_tracker\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"/usr/local\")\nendif()\nstring(REGEX REPLACE \"/$\" \"\" CMAKE_INSTALL_PR...
aydosenes/basic-form-app
278,131,562
ab7f6d01ce7bf8ff888d4be9a9487258e08afc85
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-07-08T15:49:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f9c771e2681ce8b111636d2295cc159573a1563b", "content": "using System;\nusing System.IO;\nusing System.Windows.Forms;\n\nnamespace WindowsFormsApp1\n{\n public partial class Form1 : Form\n {\n\n public Form1()\n {\n InitializeComponent();\n }\n st...
rememberYou/gen-cisco
89,380,900
f978222c576b792e996b55a81f663615066b3c2e
{ "branch": "master", "commit_count": 144, "repo_created_at": "2017-04-25T16:08:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 30, "forks": 7, "issues": 3, "pull_requests": 0 }
14
[ { "content_id": "bc0501e0e1e32e759d470a9314b0b9dadba49575", "content": "FROM python:3\n\nCOPY . /app\nWORKDIR /app\n\nRUN pip install .", "size_bytes": 58, "file_path": "Dockerfile", "file_timestamp": 1531225637, "language": "Dockerfile", "is_vendor": false, "license_type": "no_licen...
hari2595/PAYROLL
515,739,546
add5f04e170b16c238605baf1e2ad4696916dc3e
{ "branch": "main", "commit_count": 6, "repo_created_at": "2022-07-19T20:58:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "b8a59cab08dacce1dc10d043a8b7d664a7a15cbe", "content": "# PAYROLL\nExploratory data analysis made on Los Angeles city government employee payroll dataset. Source: https://www.kaggle.com/datasets/dsfelix/employees-payroll-in-los-angeles\n<br> Check Log file or the notebook for the step by ste...
khursani8/sp
216,046,540
6aa0ffab9262d0afecfc73a34404aca7b3368eb4
{ "branch": "master", "commit_count": 126, "repo_created_at": "2019-10-18T14:49:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "d785487dab58b3c0eb01da8236e3bcc13a473b42", "content": "sentence_transformers\nscipy\nfastapi\nstarlette\nuvicorn", "size_bytes": 53, "file_path": "requirements.txt", "file_timestamp": 1571463844, "language": "Pip Requirements", "is_vendor": false, "license_type": "no...
Research-Innovation-Lab/digital-asset-models
797,040,344
3b7fd18259ad97bb5bf53b58de4d9fc91c47a7fa
{ "branch": "main", "commit_count": 82, "repo_created_at": "2024-05-07T04:49:25.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
28
[ { "content_id": "6688285c1be4b81cd4c422f65692d3b1229d9d7f", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import os\\n\", \"import numpy as np\\n\", \"import tensorflow as tf\\n\", \"from tensorflow import keras\\n\", \"import...
jasakdariusz/iPhone-Design
121,614,925
be4b10ea5f145484471ff5c0442f062f55bcad32
{ "branch": "master", "commit_count": 3, "repo_created_at": "2018-02-15T10:13:26.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "c2865c82775d106069f856d0ec4f809ee7f9053e", "content": "# Iphone-Design\nHTML, CSS &amp; JavaScript\n", "size_bytes": 43, "file_path": "README.md", "file_timestamp": 1518690244, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_li...
python4-hug/Network-Ninjas
893,682,895
2d65dca37ae094e7848ab9f3715f5dbe7db5bffe
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-11-25T02:41:46.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "7fdfc85d7c8b09d69665092c0ed17b1b52e11f60", "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"UTF-8\" />\n\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\n\t\t<title>Network Ninjas</title>\n\t\t<style>\n \n /* General Re...
WilsonV/WilsonV.github.io
410,434,341
9bbbcf07823018d72a5aeb91bb34106a6237de5f
{ "branch": "master", "commit_count": 19, "repo_created_at": "2021-09-26T02:57:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8cd9fc76f4006c6898aa5383354b5800ac403270", "content": "loadData();\n\nfunction generateData(){\n window.data = {\n coffee: 0,\n totalCPS: 0,\n producers: [\n {\n id: 'chemex',\n price: 10,\n unlocked: false,\n cps: 1,\n qty: 0,\n upgr...
gaox2002/node-mobile
193,268,011
7451df5bcae4e4a68bfe37f9ab01f32de7bd7f71
{ "branch": "master", "commit_count": 16, "repo_created_at": "2019-06-22T18:41:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 12 }
4
[ { "content_id": "e5ec44daef34f02edf43a1a0b416b5659317b060", "content": "import React, { Component } from 'react';\nimport { ScrollView, Text } from 'react-native';\nimport axios from 'axios';\nimport { connect } from 'react-redux';\nimport { getPhotos } from '../actions';\nimport { PhotoSection } from './ph...
ABanc0/test
687,959,017
da2f0d5e4073cdaf79ffa25f39b87a3c47e2f23f
{ "branch": "master", "commit_count": 3, "repo_created_at": "2023-09-06T11:11:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "b39f7fc5e2e1e73c1a018f4ac3d46aaec96e1873", "content": "import requests\nimport ssl\nimport datetime\nimport socket\n\ncheck_ssl = [\n 'www.eauditor.eu'\n]\n\ndef ssl_expiry_datetime(hostname):\n ssl_dateformat = r'%b %d %H:%M:%S %Y %Z'\n context=ssl.create_default_context()\n co...
penichols10/Graduate-Admissions
484,804,710
347ffaac0b9323a34c355579c666e71de769b06b
{ "branch": "master", "commit_count": 4, "repo_created_at": "2022-04-23T16:51:50.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "293c51413b9a75d9646d010a877b27f24dabc605", "content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import pandas as pd\\n\", \"import numpy as np\\n\", \"import seaborn as sns\\n\", \"import matplotlib.pyplot as plt\\n\...
inacio-developer/msg_email
860,384,948
02979a6a436e109b8fc1dd5cd3573a157fa7ae8d
{ "branch": "master", "commit_count": 2, "repo_created_at": "2024-09-20T10:35:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9dbf683d46fa50ad21d27bf60d1a877ca0bdcb97", "content": "# <NAME> - Newsletter Fictícia\n\nEste projeto foi desenvolvido com o objetivo de aprender a criar uma mensagem de e-mail usando apenas HTML e CSS puro. Foi um desafio interessante, pois os clientes de e-mail geralmente não suportam as ...
EbiNnFlowin/website1
700,140,083
2d0616d52be73b46a1df562d10d7aac6b3ddb69d
{ "branch": "main", "commit_count": 6, "repo_created_at": "2023-10-04T02:50:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "cba4a087ebc430133b56e372a0cc07a6fd1b9824", "content": "document.getElementById('toggleCSS').addEventListener('click', function() {\n \n var linkElement = document.getElementsByTagName('link')[0];\n if (linkElement.href.includes('main.css')) {\n linkElement.href = 'alternate....
AimonettiJoaquin/WeatherAPI
921,385,315
9b72b509d1f6768051790c49c7c3f65f02509894
{ "branch": "main", "commit_count": 4, "repo_created_at": "2025-01-23T21:13:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "bc863ca1f3cb3314b144d0c07e90a8c1f58d69cd", "content": "package handlers\n\nimport (\n\t\"encoding/json\"\n\t\"net/http\"\n\t\"weatherAPI/pkg/model\"\n\n\t\"github.com/gorilla/mux\"\n)\n\nfunc WeatherRouterHandlers(router *mux.Router) {\n\trouter.HandleFunc(\"/weather/{cityID}\", getWeatherF...
PabloEscales/Random-Meme-App
618,990,851
5d44e3b0d616ccee9ad0023a1705ecb8984689e2
{ "branch": "master", "commit_count": 4, "repo_created_at": "2023-03-25T23:44:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "c3ff1a788082607e5ccdbd51f1d44e01d44893a0", "content": "import SearchBar from './Components/SearchBar';\nimport { useMemes } from './hooks/useMemes';\n\nexport const App = () => {\n const {\n memeGif,\n randomMemeGif,\n setQuery,\n getRandomMeme\n } = useMemes()\n\n return (\n...
AlexJFerreira/postech-techchallenge-rds-database
773,201,659
2a3ba2195f5390b36b284bfa791e8c40855c77ce
{ "branch": "main", "commit_count": 21, "repo_created_at": "2024-03-17T02:18:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "728412db648dd20876c6f39c82d320299746413f", "content": "terraform {\n backend \"s3\" {\n bucket = \"techchallenge-rds-terraform\"\n key = \"terraform/terraform.tfstate\"\n region = \"us-east-1\"\n }\n}\n\n\nprovider \"aws\" {\n region = \"us-east-1\"\n profile = \"alex-ferreira...
vctrhugoop/desafios-codeladia
742,855,223
d700a4378a938e0aeeeb8ee26cc74cbcd3b9421f
{ "branch": "main", "commit_count": 20, "repo_created_at": "2024-01-13T15:17:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "01ee776051385e5a702770c53fc19c6bdac187a9", "content": "import imageLogin from \"./assets/image-login.svg\";\nimport logoGoogle from \"./assets/logo-google.svg\";\n\nexport function App() {\n return (\n <div className=\"grid min-h-screen grid-cols-1 justify-items-center lg:grid lg:grid-c...
MisterEdinson/Test_Navigation
724,451,588
e3b04f405b6ef1f8b49162e1f2c9af5b33813b8e
{ "branch": "master", "commit_count": 7, "repo_created_at": "2023-11-28T05:17:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "34529f0639edc66ac41a58be8641a914108e4c77", "content": "package com.example.test_navigation.ui.home\n\nimport android.Manifest\nimport android.content.Context\nimport android.content.Intent\nimport android.content.pm.PackageManager\nimport android.graphics.BitmapFactory\nimport android.locat...
Konthaina/POS
979,356,922
56fa2adee1f4f29e727f2aa3d7a3a3e6f22af8a2
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-05-07T11:44:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "0f98378669e423bd858b8af1bbc177e1b024da88", "content": "<?php\n\nuse Illuminate\\Support\\Facades\\Route;\nuse Inertia\\Inertia;\n\nRoute::get('/', function () {\n return Inertia::render('Welcome');\n})->name('home');\n\nRoute::get('dashboard', function () {\n return Inertia::render('D...
Irfan-Fareeth/smartReminder
960,514,298
7bd72aaaffee63e570d1304b4f4f660ded288395
{ "branch": "main", "commit_count": 7, "repo_created_at": "2025-04-04T15:07:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "2e2cff0c7012a6f1257b2e85970d35fd95fc43cd", "content": "import React from 'react';\nimport { View } from 'react-native';\nimport * as Notifications from 'expo-notifications';\nimport MainApp from './components/MainApp'; // Ensure correct path to MainApp.tsx\n\nNotifications.setNotificationHa...
georgevanburgh/uk-covid-exposure-tracker
299,074,610
7a1342d258363a031c9236cf2379d5455a49ec51
{ "branch": "main", "commit_count": 1053, "repo_created_at": "2020-09-27T16:40:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 3 }
5
[ { "content_id": "d59ed2d1240558816a36207a28122369512aa9c5", "content": "using System;\r\nusing System.Threading.Tasks;\r\nusing System.Linq;\r\nusing System.Collections.Generic;\r\nusing System.IO;\r\nusing CsvHelper;\r\nusing System.Globalization;\r\nusing CsvHelper.Configuration;\r\n\r\n// PARAMS\r\nconst...
GNicolasgimenez/prep-course
853,601,773
de40b283b2a81da7ee6eea2409364074d8a1d3de
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-09-07T02:34:19.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "738833aae627758163dc8e3e4f1c4d7dd5ce94af", "content": "# prep-course\neste es n repositorio de prueba del modulo 2 dl prep course de henry\n", "size_bytes": 83, "file_path": "README.md", "file_timestamp": 1725676459, "language": "Markdown", "is_vendor": false, "licen...
pyrmont-dev/helix-storybook
853,075,020
70370e768cdc046edbc430af8610f2d59c7c8e3f
{ "branch": "main", "commit_count": 8, "repo_created_at": "2024-09-06T00:12:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "da8282f0a533c38d21f67a8e3df68ccc9e6492b3", "content": "export default {\n title: 'Button',\n};\n\nexport const Primary = {\n render: (args) => {\n const btn = document.createElement('button');\n btn.innerText = args.label;\n\n // const mode = args.primary ? 'primary' : 'secondary...
sweedalgharshi/feedback-app
613,782,020
0d014eb74835c4123b6f66fe91c03fe631e2e39b
{ "branch": "master", "commit_count": 5, "repo_created_at": "2023-03-14T09:04:50.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "2cf11c509b9d22917f131d5a692613b96502aafe", "content": "{\n \"name\": \"server\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"start\": \"node server.js\",\n \"dev\": \"nodemon server.js\"\n },\n \"author\": \"\",\n \"license...
jfernes/me-angular
381,045,823
4772b311ee8db821ac7c44ee21ed944e4ff274dc
{ "branch": "master", "commit_count": 2, "repo_created_at": "2021-06-28T13:42:59.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
26
[ { "content_id": "9e7cd04af1fb1d701775659c3867b1ff0c916dd2", "content": "import { Component, OnInit } from '@angular/core';\nimport { Medico } from 'src/app/model/medico';\nimport { Paciente } from 'src/app/model/paciente';\nimport { MedicoService } from 'src/app/service/medico.service';\nimport { MatNativeD...
mfoo/home
352,329,253
4e58d118f062331fc58fb22aafc1a1a3f4788a83
{ "branch": "main", "commit_count": 1296, "repo_created_at": "2021-03-28T12:56:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 13, "forks": 0, "issues": 1, "pull_requests": 1 }
30
[ { "content_id": "d985bde40ed1f6ca50a88a2ff7a09a48c77c88b0", "content": "apiVersion: cert-manager.io/v1\nkind: ClusterIssuer\nmetadata:\n name: letsencrypt\nspec:\n acme:\n email: <EMAIL>\n server: https://acme-v02.api.letsencrypt.org/directory\n privateKeySecretRef:\n name: letsencrypt-issue...
developerharo/sistema-de-registro
823,957,853
2aff035e607868d86c934c1675cb661d942d7b92
{ "branch": "main", "commit_count": 9, "repo_created_at": "2024-07-04T05:01:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "cf6c799f658255d98d8163892d0bb848b53a9192", "content": "<h1>Sistema de Registro </h1>\n\n- Estado del proyecto: En construcción.\n\nPara ejecutar el sistema debes ingresar:\n\n```npm install react```\n\nActualiza el sistema de Registro 2\n", "size_bytes": 175, "file_path": "README.MD...
JuniorDuckJD/portfolio
786,165,107
18fcf58958398be08dd0c509e1da1d4c1a1b543b
{ "branch": "first-brank", "commit_count": 10, "repo_created_at": "2024-04-13T16:06:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9ddb42549f7fc639ee75c87e635723795449ea27", "content": "body {\n font-family: Arial, sans-serif;\n margin: 0;\n padding: 0;\n}\n\n.container {\n width: 80%;\n margin: auto;\n}\n\nheader {\n background-color: #333;\n color: #fff;\n padding: 20px 0;\n text-align: cen...
sk718sl/portfolio
840,219,103
9ee56001bd2f8a24486b4bc09ee414da643e3445
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-08-09T08:15:29.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "df6e365efdd2174865f5a4aff3463842930b8a7c", "content": "# portfolio\nhere\"s my portfolio page that i had been created on\n", "size_bytes": 64, "file_path": "README.md", "file_timestamp": 1723191435, "language": "Markdown", "is_vendor": false, "license_type": "no_lice...
qE6jZFtI3/sunny-space-97425
1,018,782,414
9b94cf496ecbaa0273ab92052ad7080771597cc8
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-07-13T03:14:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "b95c66b69166a8911b0f1a933db0194217dfd67b", "content": "# sunny-space-97425", "size_bytes": 19, "file_path": "README.md", "file_timestamp": 1752376492, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
noah-holtzer/simple-coffee-machine---first-python-practice
663,760,547
e121df02c8118c941ce587185ce241bdcd3fa3c7
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-07-08T03:34:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "3cc0b1b8bfbc734dcde147a31ca1058e2c35b30d", "content": "# simple-coffee-machine---first-python-practice", "size_bytes": 47, "file_path": "README.md", "file_timestamp": 1688787336, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_...
E94111025/E94111025_numerical_hw3
958,597,217
fb2c88a2cf9ccffe3c77e55d1467ed708aeba50b
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-04-01T13:07:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "cf504d252b1375c71f6ba5a74ace67712be47939", "content": "function test_poly()\r\n% Hermite 插值的 Newton 差商係數\r\nA = [0; 75; -3.000000000000001; 0.500000000000000; -0.142857142857143; 0.010204081632653];\r\n\r\n% 擴展的節點 z (每個 x 出現兩次)\r\nz = [0; 0; 3; 3; 5; 5; 8; 8; 13; 13];\r\n\r\n% 轉換為標準多項式形式\r\...
priyaasritha/AP_POLICE
863,354,898
2ae05b07c0edab35813e054700949a73105318fe
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-09-26T06:44:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4d46e2592669dd4fdbdca061d24cb7d08db807a4", "content": "\n/*{\n margin: 0%;\n padding: 0%;\n}\n \n.header{\n min-height: 100vh;\n width: 100%;\n background-image: -o-linear-gradient(rgba(4,9,30,0.7)),(rgba(4,9,30,0.7));\n background-position:center;\n background-size:...
Dengzixu/prism
575,510,362
0c468aff7ed4d7dcd9eba7756005c5a42339f51a
{ "branch": "main", "commit_count": 35, "repo_created_at": "2022-12-07T17:12:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
13
[ { "content_id": "94ef8e9070d6dfdf3a335afd6c24d20b9e640f60", "content": "<div align=\"center\">\n <h1>\n Prism\n </h1>\n <a href=\"https://github.com/Dengzixu/prism\">\n <img alt=\"Project\" src=\"https://img.shields.io/badge/project-prism-green?style=for-the-badge&logo=github\">\n ...
KinkumaDesign/FormToExcelLogger
23,984,975
06d40fd19dab15ef7f9483050a07cc7c8cca9806
{ "branch": "master", "commit_count": 4, "repo_created_at": "2014-09-13T03:37:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "aef4cdc89fc0cff6210229a159161a59529e0b1d", "content": "FormToExcelLogger\n=================\n\nUsing copy components info in html form to excel. It does not generate an excel file but output form info to browser's console.\n\nExcelにフォームの情報をコピペしたいときに使います。\n\n使い方\n\n[>> [JS] htmlのformの各要素(inp...
ptgbobby/HackVratsa_2020
300,855,595
0888a53a394c9f30211080b9a7acf08c743a9a67
{ "branch": "main", "commit_count": 1, "repo_created_at": "2020-10-03T10:39:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9166d620347fa01849b1e9b1a6ac010d4e23e48f", "content": "# HackVratsa_2020", "size_bytes": 17, "file_path": "README.md", "file_timestamp": 1601721551, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Daphon11/test
568,869,501
95e9ef19fa13fd18c50803885de441d2ec7bca8d
{ "branch": "main", "commit_count": 3, "repo_created_at": "2022-11-21T15:29:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
18
[ { "content_id": "fe4015b8b2cea7ef9274e85126acc801e12c22ed", "content": "<!DOCTYPE html>\n<html lang=\"{{ str_replace('_', '-', app()->getLocale()) }}\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"csrf-...