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
BlueSCar/cfb-data
66,175,729
a2751bc02db038b5862185e1e936ebf79b67e6ee
{ "branch": "master", "commit_count": 41, "repo_created_at": "2016-08-21T01:27:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 66, "forks": 14, "issues": 1, "pull_requests": 2 }
13
[ { "content_id": "89251a02fbd430e69d5634935b780faf98f5aa90", "content": "**Update (2.0.0):** Every function now returns a promise. Existing functionality should still be preserved, so it is safe to update from previous versions without making any changes.\n\n# cfb-data\n\n- currently supports retrieving the...
Bluecat1916/Testimonials
639,069,965
7d3191dd24bc741998fcb4b9ee09369396644705
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-05-10T17:38:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "0021d6f2bb289ef98ea1760ef1f78a4bee91635d", "content": "* {\r\n box-sizing: border-box;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nbody {\r\n background-color: #ecf2f8;\r\n font-family: 'Barlow Semi Condensed', sans-serif;\r\n}\r\n\r\n#testGrid {\r\n padding: 5% 3%;\r\n ...
Blursoftwares/JAVASCRIPT
859,494,388
07af4d48af37697a3463934ddd021cc581f6547b
{ "branch": "master", "commit_count": 71, "repo_created_at": "2024-09-18T18:56:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
38
[ { "content_id": "26e037c3c51121e118fa848a25312f2593e88fa7", "content": "### Advanced Error Handling Strategies\n\n## Overview\n\nIn this section, we will delve into advanced error handling strategies in JavaScript, focusing on best practices and techniques that can be employed to manage errors effectively i...
BlyatBoio/Complete_Cubesat_Codebase
973,544,388
b5895f0fc56b276b645e9eae8b1ea9b2c4f21558
{ "branch": "main", "commit_count": 54, "repo_created_at": "2025-04-27T08:06:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "7a7485ccb8e7f1a26208b7f63f5d3bcfc5fe9baf", "content": "Included in this section of the repository is everything software related to the cubesat itself, the files that go onboard, the base code for the sat itself, and the bootloaders needed to run micropython\r\n\r\n1. Bootloaders:\r\n On...
Blyth0He/yzf_enc
347,825,551
80dcae7d39e9200d77ff0d66dc2d0bf48e86ba23
{ "branch": "master", "commit_count": 10, "repo_created_at": "2021-03-15T03:33:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "f4bbff2c81d35dc60fd9bbecd3677008f94aee1b", "content": "from django.shortcuts import render\nfrom django.views.decorators.csrf import csrf_exempt\nfrom django.http import HttpResponse\n\nfrom random import choice\nfrom hashlib import md5\nfrom Crypto.Cipher import AES\nfrom base64 import b64...
BnjaminD/E-commerce
959,939,271
f56aba9473a43048845f3b7df5bb360efa03a0e4
{ "branch": "master", "commit_count": 1, "repo_created_at": "2025-04-03T15:42:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
38
[ { "content_id": "843bd33fac6fd21bd9efff3830ce0bda2a139638", "content": "/*\n # Schéma initial de la base de données e-commerce\n\n 1. Tables principales\n - users (utilisateurs)\n - stores (magasins)\n - products (produits)\n - categories (catégories)\n - orders (commandes)\n - order_ite...
BoDRbIi/php-database
4,091,227
0cab387dcdefb96358622d84e9c74784da7c29cd
{ "branch": "master", "commit_count": 14, "repo_created_at": "2012-04-20T21:03:53.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "4361cc7b8f102f43535b4158767ce4c6cb2706e0", "content": "<!DOCTYPE HTML>\n<html>\n <head>\n <title>Main page | Database-project</title>\n <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n <link rel=\"stylesheet\" href=\"../css/base.css\"...
Bob-King/algorithm-exercise
23,579,981
b22909700b4c226dc24dcd5807ea74ff8b196df4
{ "branch": "master", "commit_count": 5, "repo_created_at": "2014-09-02T13:36:44.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
18
[ { "content_id": "062306614839fac504ed5b51ff776c8ea3cf52da", "content": "package graph;\n\npublic abstract class WeightedGraph extends Graph {\n\t\n\tpublic abstract int distance(int v, int w);\n\n}\n", "size_bytes": 118, "file_path": "src/graph/WeightedGraph.java", "file_timestamp": 1479687678, ...
Bobby-tech/Bobby-tech.github.io
207,303,115
4ec89f1fde1348d4c12a6d74850d2b52a9eb2305
{ "branch": "master", "commit_count": 1, "repo_created_at": "2019-09-09T12:25:12.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "047ec936ce8b7109c204b0a21b0a7cc41c9d4e33", "content": "* {\r\n font-family: 'Roboto', sans-serif;\r\n}\r\n\r\nheader {\r\n position: relative;\r\n height: 50px;\r\n}\r\n\r\nnav {\r\n position: fixed;\r\n width: 100%;\r\n height: 50px;\r\n background-color: #212121;\r\n ...
BobbyHon/Sum-of-Pairs
801,218,672
91236184a191ad4bcb24de1ad3aa5bec0f47d405
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-05-15T20:14:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5843b5530320904d2b6b2ab52533f622388d688c", "content": "function sumPairs(ints, s) {\n //My GOD, this took a long time to do... \n let intsSet = Array.from(new Set(ints))\n console.log(intsSet)\n let answer = [0, 0]\n let answerIndex = ints.length\n \n for (let i = 0; i ...
Bobimwo90/vulnerability-management-program
990,948,249
5d6a7c7568531d01fffd7efc9cd448984817d5cf
{ "branch": "main", "commit_count": 21, "repo_created_at": "2025-05-26T22:36:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "048b1411782e17198ee3f4728c48f88213f35f8a", "content": "# Vulnerability Management Program Implementation\n\nIn this project, we simulate the implementation of a comprehensive vulnerability management program, from inception to completion.\n\n_**Inception State:**_ the organization has no ex...
Bobrrik/Shahmat
827,001,338
98378c87b916997ecec17743392e480732e5dbaf
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-07-10T20:18:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
9
[ { "content_id": "4d333043a268d338db18bf2de80ab6dec9b72842", "content": "public class Horse extends ChessPiece {\n public Horse(String color) {\n super(\"H\", color);\n }\n\n public boolean canMoveToPosition(ChessBoard chessBoard, int line, int column, int toLine, int toColumn) {\n if ...
BobySwaroop007/book-a-shop
624,843,982
15e5b5553a911f728b4171c3127031a69d06baee
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-04-07T11:53:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "bcccc34e8ab9eabb82d6f3cb1ee03ac2e79aaafa", "content": "# book-a-shop", "size_bytes": 13, "file_path": "README.md", "file_timestamp": 1680868398, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
BobykBobyk/x-python_2_1
869,147,710
9ab39538ad280011abef83b1863e8560ea8727e5
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-10-07T19:51:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "dd003db723ec70117f407785578955b84f8e83fd", "content": "Привіт!\nЦя программа була написана для першого завдання другого туру x-python,\nзавдання було простіше за код, тому я вирішив не робити його занадто довгим та помістив все\nв одну строку. Хоча я точно отримав би більші бали за код у ст...
Bogeyduffer/golf-league-2
503,601,038
66b5513cb77b2ce290ef8b535dcd21ed44be30d9
{ "branch": "main", "commit_count": 1, "repo_created_at": "2022-06-15T03:27:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "ec7d79ec489ee537e1f13b843b39ad0f613da51f", "content": "# golf-league-2", "size_bytes": 15, "file_path": "README.md", "file_timestamp": 1655263638, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Bogy-cmd/Data
297,616,085
e599eb198a3b83ab7b44fdd4b1cfd518594df3dc
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-09-22T10:35:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "4062d5df35c8d67204564153d21d7eb0723e85ca", "content": "# Data\nwork\n", "size_bytes": 12, "file_path": "README.md", "file_timestamp": 1600770941, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
BokaChiku24/Appium
1,010,792,062
6ddcabaa19b3cbf153bb3fade4383614bb1ce84c
{ "branch": "main", "commit_count": 23, "repo_created_at": "2025-06-29T20:09:21.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
38
[ { "content_id": "407d6cb6a2cd16bc9ff5ee8f1ed2cb157d42a0c6", "content": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd\">\n <modelVersion>4.0.0</...
Bomidi/VMS
202,666,846
25c8471831090b57175921d993009205e395064a
{ "branch": "master", "commit_count": 8, "repo_created_at": "2019-08-16T05:53:50.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
35
[ { "content_id": "6ae341f5eb87a57ad4240631fc1d28a6ce956e1d", "content": "Imports System.Data.SqlClient\n\nPartial Class Admin_Welcome\n Inherits System.Web.UI.Page\n Dim con As New Data.SqlClient.SqlConnection\n Dim cmd As New Data.SqlClient.SqlCommand\n\n Protected Sub Page_Load(ByVal sender As...
Boojith/FinzlyLoan
298,262,547
d45ed20d4beca82df0433b6414ca4c9de37f4a8d
{ "branch": "master", "commit_count": 19, "repo_created_at": "2020-09-24T11:48:57.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
11
[ { "content_id": "6068a92343c1c6282db31a2f77e3368b49c89072", "content": "package com.finzly.loan;\n\nimport org.junit.jupiter.api.Test;\nimport org.springframework.boot.test.context.SpringBootTest;\n\n@SpringBootTest\nclass FinzlyLoanManagementApplicationTests {\n\n\t@Test\n\tvoid contextLoads() {\n\t}\n\n}\...
Boomexs/TPClab1
875,780,591
9c02089c3e200e27715cd455371e567a4477f143
{ "branch": "main", "commit_count": 6, "repo_created_at": "2024-10-20T20:05:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "b09a708fd1a9c4d94ebc35278b2cc4d53a154e18", "content": "build:\nmvn package\nrun:\ncd into jar file,\njava -cp my-app-1.0-SNAPSHOT.jar com.mycompany.app.App\npmd:\nmvn pmd:pmd # to install\nmvn pmd:check\n\ncheckstyle:\nmvn checkstyle:check\n\nA merge conflict can be fun or not fun\n", "...
BorakL/php-refresh
777,146,053
034ab022bb38381c19cd654cbea8dd2d0d83f96e
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-03-25T09:43:30.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "450aa68f71a6af4ac85b3005ed4d7eaf53452306", "content": "<?php \n $title = \"TITLE\";\n?>\n\n<header>\n <?php \n echo $title;\n ?>\n</header>", "size_bytes": 86, "file_path": "advanced/include/header.php", "file_timestamp": 1713830344, "language": "PHP", "is_ve...
Borgez467/Mobile_Fist-
901,075,659
dbb2b0e2a573b1e83522e8f1b21e239a09bedb00
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-12-10T02:02:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "56c2d845723d03c24695100421edb19f555f9254", "content": "@charset \"utf-8\";\r\n\r\n* {\r\n margin: 0;\r\n padding: 0;\r\n box-sizing: border-box;\r\n font-family: Arial, Helvetica, sans-serif;\r\n\r\n}\r\n\r\nhtml {\r\n height: 100vh;\r\n}\r\n\r\nbody {\r\n font-family: Ari...
BorisESL/AlkeWalletM4
804,366,432
57643301c05c990096c38a115613479bca91f29d
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-05-22T13:09:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "c6516c8ea7caaeaf5192681f877f3859f3b6c640", "content": "package org.example.test;\n\nimport org.example.model.Cliente;\nimport org.example.service.RetirarFondos;\nimport org.junit.Test;\n\nimport static org.junit.Assert.*;\n\npublic class RetirarFondosTest {\n\n @Test\n public void rea...
BorisGadaborshev/BorisGadaborshev
511,246,380
f684b6109ebc1b0d70dc9f99a8b62ea0f441288a
{ "branch": "main", "commit_count": 7, "repo_created_at": "2022-07-06T18:14:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "c28b12ea4a3904273ccb4e405b44789185b0867a", "content": "<div id=\"header\" align=\"center\">\n <img src=\"https://media.giphy.com/media/GZu3NtMoA6Lp2alLKk/giphy.gif\" width=\"100\"/>\n</div>\n\n<div id=\"badges\">\n <a href=\"https://t.me/qrioto\">\n <img src=\"https://img.shields.io/ba...
BorisQuanLi/drr-cdm-python-poc
988,695,495
09786f384f0377da897cdea0feaa1d7c2c6908ee
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-05-23T00:03:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "acc4428a4447bab6913a285f35d61121457536f0", "content": "[pytest]\ntestpaths = tests\npython_files = test_*.py\npython_classes = Test*\npython_functions = test_*\naddopts = -v -ra -q\nmarkers =\n integration: marks tests that require CDM API integration\n unit: marks unit tests\nfilterw...
Bossie-Boots/city_council_garden
54,555,593
c48f507383ab6b9833cdfbead993c78188563833
{ "branch": "master", "commit_count": 2, "repo_created_at": "2016-03-23T11:47:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5b60e4c93a4ada5c4a1b9cc5d84e055c8fc0d110", "content": "# city_council_garden\ntracking flower planting schedule\n", "size_bytes": 56, "file_path": "README.md", "file_timestamp": 1458748559, "language": "Markdown", "is_vendor": false, "license_type": "no_license", ...
Bouni/FanController
383,141,549
41c57c3a26fbae1c04423d65c444a9b69a986c54
{ "branch": "main", "commit_count": 10, "repo_created_at": "2021-07-05T12:57:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "2c50bb956252e528656576a5f6190604710862b8", "content": "---\nsubstitutions:\n devicename: \"fancontroller-1\"\n realname: \"<NAME>\"\n # GPIO config\n fan_1_power_pin: GPIO16\n fan_1_pwm_pin: GPIO17\n fan_2_power_pin: GPIO21\n fan_2_pwm_pin: GPIO22\n status_led_pin: GPIO2\n\nesphome:...
Bounteous-coder/Java
861,150,394
de45b3ef680218630b95e1ba9a506af79588b1d9
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-09-22T06:10:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "5ae27277cd3fb060fbab8065b0f0d44e983bfcf6", "content": "# Java\nMy Java Projects I have done during my early years at university.\n", "size_bytes": 73, "file_path": "README.md", "file_timestamp": 1727226254, "language": "Markdown", "is_vendor": false, "license_type": ...
Bourama98/-spring-boot-fullstack3
1,006,187,526
d0b2a8a8ce9f8da0cef8b4fa675f1d2a2e10deb1
{ "branch": "main", "commit_count": 163, "repo_created_at": "2025-06-21T17:29:42.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "bee9c9d3190870b9a751808b9947ba131a2a80bd", "content": "FROM node:19-alpine\r\nARG api_base_url\r\nWORKDIR /app\r\nCOPY package*.json .\r\nRUN npm install --force --silent\r\nCOPY . .\r\nRUN echo \"VITE_API_BASE_URL=${api_base_url}\" > .env\r\nEXPOSE 5173\r\nCMD [\"npm\", \"run\", \"dev\"]",...
BoutrosLaboratory/bamql
27,464,791
d6e36af1bfc436cb6bb25eb8f55c083b2b301691
{ "branch": "master", "commit_count": 412, "repo_created_at": "2014-12-03T02:19:52.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 31, "forks": 6, "issues": 2, "pull_requests": 0 }
66
[ { "content_id": "d820a6561136df1ccde5d0def7c2e8284a925d19", "content": "/*\n * Copyright 2015 <NAME>. For details, see COPYING. Our lawyer cats sez:\n *\n * OICR makes no representations whatsoever as to the SOFTWARE contained\n * herein. It is experimental in nature and is provided WITHOUT WARRANTY OF\n *...
BowtiedRahman/solidty_codes
636,002,627
62f0dcbd75e78345f1ad4a462391e1ac71829e13
{ "branch": "main", "commit_count": 10, "repo_created_at": "2023-05-03T23:29:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "97de0e8c057edd6a8f780a978827454b91a2163e", "content": "These are simple solidity smart contracts written to test my knowledge while going through the foundry solidity blockchain course by <NAME>. \n", "size_bytes": 142, "file_path": "README.txt", "file_timestamp": 1698268713, ...
BoxTroll2/crystal-computer
895,298,161
2a7bb6f90056de3a20f518aba69e698b41ba0b37
{ "branch": "main", "commit_count": 7, "repo_created_at": "2024-11-28T00:06:32.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 2, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "9a74eb6dba021fe7e83906967c094692fffabc3d", "content": "# crystal-computer\nA mod that changes the material of the computer in stump to the crystal material\n", "size_bytes": 100, "file_path": "README.md", "file_timestamp": 1732922376, "language": "Markdown", "is_vendor":...
Brack93/blocks-test-game
557,036,421
4018177d8cf8b1f559dbdb6b6f59e3c81961e68b
{ "branch": "main", "commit_count": 4, "repo_created_at": "2022-10-25T01:02:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
17
[ { "content_id": "daba9da3eda39097411d003e4cc3880584fcfd02", "content": "using UnityEngine;\n\n[CreateAssetMenu(fileName = \"Data\", menuName = \"ScriptableObjects/BlocksProviderScriptableObject\", order = 1)]\npublic class BlocksProvider : ScriptableObject\n{\n [SerializeField]\n private GameObject c...
BradMyrick/NFT-Assembler
542,878,475
4d5ff67beb901019c65b461a4e3912c313fe34b9
{ "branch": "main", "commit_count": 4, "repo_created_at": "2022-09-29T02:18:37.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 1, "forks": 0, "issues": 0, "pull_requests": 0 }
13
[ { "content_id": "2fe26febdd064e311b344c48e2ff114a06aa2b98", "content": "{\"description\": \"PFP Stacker\", \"external_url\": \"https://codemucho.com\", \"image\": \"finished\\\\7.png\", \"name\": \"PFP Stacker\", \"attributes\": [{\"trait_type\": \"00\", \"value\": \"2\"}, {\"trait_type\": \"01\", \"value\"...
Brahm03/Telegram-Full
504,477,538
7e86135dad0d2f1b0e3da34a81b40d27fd00012d
{ "branch": "main", "commit_count": 12, "repo_created_at": "2022-06-17T09:45:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
39
[ { "content_id": "f02a04f34802cd3dbf748b55470b0df71e057248", "content": "import 'package:flutter/material.dart';\r\nimport 'package:flutter_svg/flutter_svg.dart';\r\nimport 'package:telegram/core/components/styles/boxOnlyDecoration.dart';\r\nimport 'package:telegram/core/constants/font/styles.dart';\r\nimpor...
BrainyShy/ConvertFahtoCelDeg
13,600,365
bff5215802091d0a9b32f2fbfa689dd8de13b2be
{ "branch": "master", "commit_count": 2, "repo_created_at": "2013-10-15T19:47:54.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "715f90f617a96267ae6c181c0b570ba2870f1e8a", "content": "//\n// main.c\n// ConvertFahtoCelDeg\n//\n// Created by Tiffany on 10/10/13.\n// Copyright (c) 2013 Tiffany. All rights reserved.\n//\n\n#include <stdio.h> \n\nfloat ConvertFtoC(float, float);\n\nint main(int argc, const char * argv...
BraisCS/MarvelCards
838,926,591
9fc5247c879a04b2c1e1b1460709431348384769
{ "branch": "master", "commit_count": 6, "repo_created_at": "2024-08-06T15:59:39.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
16
[ { "content_id": "7bd07bed431e2a3ab0439e65adeb03a736b3037d", "content": "import React from 'react';\nimport Image from 'next/image';\nimport './Character_Card.css';\n\ninterface Character {\n id: number;\n name: string;\n thumbnail: {\n path: string;\n extension: string;\n };\n}\n\ninterface Charac...
Brandon12536/controlDom
429,168,951
71312794d7b547aca23de9570e25cc60c475f289
{ "branch": "main", "commit_count": 1, "repo_created_at": "2021-11-17T19:08:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "0b48ee3a2409bf70b376db0b7df2037bde2a173f", "content": "let sliderX = document.getElementById('sliderX');\r\nlet sliderY = document.getElementById('sliderY');\r\n\r\nlet resultadoX = document.getElementById('resultadoX');\r\nlet resultadoY = document.getElementById('resultadoY');\r\n\r\nlet ...
BrandonCM18/ClasesYobjetos
684,326,634
95059478b6f1a43cb0ec11b3baa7d3e66acd62b8
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-08-28T23:09:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "9cd1739e1642227581b08493e35d961d30934398", "content": "#include <iostream>\r\n#include <string>\r\n\r\nclass Empleado {\r\nprivate:\r\n int clave;\r\n std::string nombre;\r\n std::string domicilio;\r\n double sueldo;\r\n std::string reportaA;\r\n\r\npublic:\r\n Empleado(in...
BrandonGS22b/Hello-Word-with-Reac_vite
819,004,920
8d121830ed99c28f9c93ec82e79941fc0ef34618
{ "branch": "main", "commit_count": 5, "repo_created_at": "2024-06-23T14:00:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "59d500b6bc81c6559cac437ddf16f76fddd2b074", "content": "export default function app(){\n return(\n <h1 className=\" text-3x1 font blond underline \">\n Hello world!\n </h1>\n )\n}", "size_bytes": 128, "file_path": "src/App.jsx", "file_timestamp": 1719157773, "lan...
BrandonWalters/discordtest
115,833,836
99a9d1eca7635e0ef715cb9763e81fd6e89f423a
{ "branch": "master", "commit_count": 4, "repo_created_at": "2017-12-31T00:45:16.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "15dfb42ad373e69072b57c3ee3c929c056952f73", "content": "#app-mount{\nbackground-image: var(--Background-image-source) !important;\nbackground-repeat: no-repeat;\nbackground-position: center;\nbackground-size: cover;\n}\n.ui-standard-sidebar-view .bda-slist li {background-color: rgba(0,0,0,....
Bravin-Bosire/Repo-test
651,222,609
e629e733f9f23e86dbedf7fb23d4e4ffe2229541
{ "branch": "master", "commit_count": 2, "repo_created_at": "2023-06-08T19:27:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "9ce215388d11fd81a795bf9390b783841d43d8a4", "content": "the command pwd prints the path of the current working directory\n", "size_bytes": 65, "file_path": "0x00-shell_basics/README.md", "file_timestamp": 1686254132, "language": "Markdown", "is_vendor": false, "licens...
Brayan-Moises-Vargas/Apoyo-Desaf-o---Soft-Jobs
750,605,531
c46c533c985acba4e761e9474128bcb309a851f8
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-01-31T00:32:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "553a147e8317bab5599b418fda081547ac5b7d68", "content": "export const URLBASE = 'http://localhost:3000'\n\nexport const ENDPOINT = {\n login: `${URLBASE}/api/v1/login`,\n users: `${URLBASE}/api/v1/usuarios`\n}\n", "size_bytes": 150, "file_path": "Frontend/src/config/constans.js", ...
Braz4BR/Credit-Card
850,076,407
be835200fc1cc1b11a916c95bb40c616128abc19
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-08-30T20:41:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "1a4aab9ccde131577a7ed5c65b80d2cff5467513", "content": "# Credit-Card\nmodelo de cartão de crédito feito com HTML e CSS\n", "size_bytes": 65, "file_path": "README.md", "file_timestamp": 1725050536, "language": "Markdown", "is_vendor": false, "license_type": "no_licens...
BrazSam/atividadejs3
977,317,024
3030ae79d058ac7a22599850fcc5daecaafbc41d
{ "branch": "master", "commit_count": 2, "repo_created_at": "2025-05-03T23:12:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f87ccd9190516964c892e703b01bb091c9ec4a5f", "content": ".contador {\n display: flex;\n justify-content: center;\n margin-top: 350px;\n font-size: 20px;\n padding: 10px;\n}", "size_bytes": 124, "file_path": "style.css", "file_timestamp": 1746314050, "language": ...
Brbrew/Cassandra
61,888,103
1dfdf59f52a245b3288aee955843076459e32d0b
{ "branch": "master", "commit_count": 1, "repo_created_at": "2016-06-24T13:58:07.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "0898ec4dcc96c0d6d85c1b8bec45d2ba48bf02cd", "content": "# Cassandra\nGeneral Cassandra notes and scripts\n", "size_bytes": 48, "file_path": "README.md", "file_timestamp": 1466776687, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detect...
Brednan/Continuous-Proxy-Scraper
606,600,148
7ec4a74d7c1d7bbc6cf220a75743459195ab687c
{ "branch": "master", "commit_count": 1, "repo_created_at": "2023-02-26T01:00:22.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
8
[ { "content_id": "40c44ea1ff0a45f7fcedec85ddb7920be59e6224", "content": "from Scrapers.geonode import GeonodeScraper, GeonodeException\nfrom Scrapers.proxy_docker import ProxyDocker, ProxyDockerException\nfrom Scrapers.spys_one import SpysOne, SpysException\nfrom requests.exceptions import RequestException\n...
BrennoCezario/minibit
991,532,511
82ce4f598b300e6473a8e53305fa7e22f25ad4b9
{ "branch": "main", "commit_count": 38, "repo_created_at": "2025-05-27T19:12:27.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
10
[ { "content_id": "53e3ca258af8e1c97859196ec17669963ca682ea", "content": "# Minibit\n\nImplementação de um Sistema de Compartilhamento Cooperativo de Arquivos com Estratégias Distribuídas.\n\n## Diagrama da arquitetura\n\n![alt text](img/diagrama_2.png)\n![alt text](img/diagrama_1.png)\n![alt text](img/diagra...
BrennoPrettyman/Teste_Python
661,907,286
5cf1d407525706617f69a7f09e3fe11bf69cf843
{ "branch": "main", "commit_count": 2, "repo_created_at": "2023-07-04T00:19:14.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "8f9365bd108be4beb6f4d92d8183d1168e96593d", "content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"provenance\": []}, \"kernelspec\": {\"name\": \"python3\", \"display_name\": \"Python 3\"}, \"language_info\": {\"name\": \"python\"}}, \"cells\": [{\"cell_type\": \"...
BrenoPina/page-questiopro
277,387,571
709244f2fc1cefd727e5d7f4af47381e03237752
{ "branch": "master", "commit_count": 4, "repo_created_at": "2020-07-05T21:38:35.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "43ac4d4f35c980a55ecdb840b3fc6456e0e2eee0", "content": ".flx {\n display: flex;\n}\n\n.list-unstyled {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n.ctn {\n display: flex;\n justify-content: center;\n\n}\n.content{\n width: 1140px;\n min-height: 10px;\n displ...
Brenopiros/do-while-project
885,527,433
2d79c3a14a94f353e0303ad2cb9a9c1ca5b95da7
{ "branch": "main", "commit_count": 2, "repo_created_at": "2024-11-08T19:00:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "4677411a7c8eef4575498523b2a70cc9f4492ba6", "content": "// const usuario ={nome: 'Daniel', idade: 17, time: 'Sport' };\r\n\r\n// const mensagemDeBoasVindas1= 'Bem vindo, torcedor Tricolori';\r\n\r\n// const mensagemDeBoasvindas2= 'Bem vindo, torcedor Rubro-Negrol'; \r\n// const mensagemDeBoa...
BrettJSettle/SynapseAnalysis
40,688,001
991285cc0e091233488c4b6ba075e00b67ef6947
{ "branch": "master", "commit_count": 14, "repo_created_at": "2015-08-14T00:33:47.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "688a22f8ce7780c4d2ac8eb4a2388d30b6ebafc0", "content": "\"\"\"\n@author: <NAME>\n@Department: UCI Neurobiology and Behavioral Science\n@Lab: Parker Lab\n@Date: August 6, 2015\n\"\"\"\nimport os,sys,inspect\nfrom BioDocks import *\nfrom pyqtgraph.Qt import QtCore, QtGui\nfrom scipy.spatial im...
BrianMa788/apple-clone
519,151,313
92a952834946c1fd85cfd0b0039d675c5cd79c63
{ "branch": "dev", "commit_count": 1, "repo_created_at": "2022-07-29T09:09:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "7d4295815be6763ad2d99c1bbeeaed3b5c68e276", "content": "import { css } from \"styled-components\"\n\nexport const iconHoverEffect = css`\n opacity:0.8;\n &:hover{\n opacity:1;\n }\n`", "size_bytes": 133, "file_path": "src/components/Header/styles.js", "file_timest...
BrianMehrman/multi-docker
213,818,479
1d6d71f631361cd8376bc0a7617e130e3e2ff2d9
{ "branch": "master", "commit_count": 9, "repo_created_at": "2019-10-09T04:09:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 22 }
3
[ { "content_id": "05c0c7015590ddab2c6ed548e408510808789d5a", "content": "sudo: required\nservices:\n - docker\n\nbefore_install:\n - docker build -t bcmehrman/multi-react-test -f ./client/Dockerfile.dev ./client\n\nscript:\n - docker run -e CI=true bcmehrman/multi-react-test npm test -- --coverage\n\nafte...
BrianOn99/LazyPhys
42,401,577
7f784c463e90d65d453d8c5cd19234445a4cb41d
{ "branch": "master", "commit_count": 1, "repo_created_at": "2015-09-13T15:40:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
6
[ { "content_id": "430d16b1002ec9f2c92fc86be0304afd6bea3387", "content": "# encoding: UTF-8\nrequire_relative 'app'\nrun Sinatra::Application\n", "size_bytes": 66, "file_path": "config.ru", "file_timestamp": 1442158954, "language": "Ruby", "is_vendor": false, "license_type": "no_licens...
BrianSturgis/functional-rpg
379,993,325
7f8f1b55c5012668e70ff5c6ccf1f91122d49580
{ "branch": "main", "commit_count": 6, "repo_created_at": "2021-06-24T16:49:41.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "9c96d9b48c164884fa5dee5a9b0ebefac676723d", "content": "//initial creation will name input, type, initialize stuff\nexport const characterCreator = (characterClass) => {\n let currentCharacter = { class: characterClass };\n return (characterName) => {\n return (currentCharacter = { ...c...
Brianojunga/product-list-with-cart
936,016,469
6e7b213684414ff5e881268bfc7a21f073d1ed36
{ "branch": "main", "commit_count": 14, "repo_created_at": "2025-02-20T11:50:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "93dfba870f43138fa21364bc4639a1aed528bd16", "content": "import { data } from \"./script.js\";\nimport { updateCartDOM, orderTotal, removeProductInCart, OrderConfirmationSection } from \"./dom.js\";\n\nconst body = document.querySelector('body')\nconst totalSpan = document.querySelector('.car...
BriceBchd/calculator
755,170,151
597138bbbdb66d5a55671ada0bae4977c1fe6d09
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-02-09T15:14:48.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "84b2daf0549037b05b0e80f130ca9883edf81e2a", "content": "module github.com/BriceBchd/calculator\n\ngo 1.22.0\n", "size_bytes": 50, "file_path": "go.mod", "file_timestamp": 1707491908, "language": "Go Module", "is_vendor": false, "license_type": "no_license", "detec...
BrieMurphy/CSS
78,551,860
a1f81d17e740523dbe85bd15f92e1b516a5216b8
{ "branch": "master", "commit_count": 4, "repo_created_at": "2017-01-10T16:28:00.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "3489cafd7a687d51f0d88f1e3c7d66e9328ea5d9", "content": "@keyframes example {\n 0% {background-color:red; left:0px; top:0px;}\n 25% {background-color:yellow; left:200px; top:0px;}\n 50% {background-color:blue; left:200px; top:200px;}\n 75% {background-color:green; left:0px; t...
BrigitteMendez1302/Node-Store
442,671,278
521f75b870b26060429553dbc70a50260d92b1e5
{ "branch": "master", "commit_count": 4, "repo_created_at": "2021-12-29T05:37:55.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "d5b5b7fef9a38c31c9096effee0754e6fad7d1e7", "content": "{\n \"swagger\": \"2.0\",\n \"info\": {\n \"version\": \"1.0.0\",\n \"title\": \"My Store API with Express JS\",\n \"description\": \"My first API with node in the backend\",\n \"license\": {\n \"name\": \"MIT\",\n ...
BringTheRaine/Hello-World
48,761,941
622707656afc86a4c6075a51c2ba2e780bc4e053
{ "branch": "master", "commit_count": 3, "repo_created_at": "2015-12-29T18:45:08.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "49697a75d7d4d6a8fad9ebd954ebe0f68542a7f3", "content": "# Hello-World\nThis is my first repository\n\n\nHello people of Earth. \n\nMy name is Raine, and I like to party. I love to program even know I dont even know what Im doing most of the time, but I guess thats why Im here on GitHub. \n",...
Brisa212/Chat-bot
890,054,603
95466cb3142253386b8f268e46a3cc3cc428add9
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-11-17T22:17:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "b5b270544d36b7d9a6a58789fdfe7dd0d25b1f6e", "content": "[theme]\nbase=\"light\"\nprimaryColor=\"#b5a73f\"\nsecondaryBackgroundColor=\"#cebf6a\"\nfont=\"monospace\"\n", "size_bytes": 96, "file_path": ".streamlit/config.toml", "file_timestamp": 1731882569, "language": "TOML", ...
Brockwk/Ass1
443,482,456
aaebbda39402f88339fe5f27be0631c7100ee3cf
{ "branch": "main", "commit_count": 10, "repo_created_at": "2022-01-01T06:13:09.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "9c9c6104145319798d045d946a5435143bb8a670", "content": "from google.cloud import pubsub_v1\nimport smtplib\nfrom email.mime.text import MIMEText\nimport os\n\n# Set Google Cloud credentials (upload the key file and set path)\nos.environ[\"GOOGLE_APPLICATION_CREDENTIALS\"] = \"/content/recomm...
Brooklyn-STEAM/eco-prosperity-fund
960,429,155
27005ed8e6404f91323a70ac29a2440ced31eb67
{ "branch": "main", "commit_count": 71, "repo_created_at": "2025-04-04T12:21:52.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 4 }
2
[ { "content_id": "2dcd2dfbdf36cec58bd4f01fc894c66cdc022d93", "content": "{\n \"name\": \"vituum-template\",\n \"private\": true,\n \"version\": \"0.0.0\",\n \"type\": \"module\",\n \"scripts\": {\n \"dev\": \"vite\",\n \"build\": \"vite build\",\n \"preview\": \"vite preview\"\n },\n \"devDep...
Brownny87/Creaciones-Jolany
332,356,347
6b4bfbc7af90f866d39191d99a2879c3d694b7cf
{ "branch": "master", "commit_count": 14, "repo_created_at": "2021-01-24T03:08:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "c604ed3c4c4128e95e8f6cbb8f0ca55a89e57aa5", "content": "public class HolaMundo{ \n public static void main (String args[]){\n System.out.ptintln(\"H<NAME>\");\n }\n}", "size_bytes": 123, "file_path": "Hola Mundo.java", "file_timestamp": 1619404086, "langua...
BruceABeitman/dotfiles
119,578,076
9d63e5f12d28161962c268dcf31e22400ee16acf
{ "branch": "master", "commit_count": 16, "repo_created_at": "2018-01-30T18:39:13.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "2965e443d642a8d4a0d8c45a7531e03bf29c5dba", "content": "set nocompatible \" be iMproved\n\nset winwidth=79\nset winheight=999\n\" We have to have a winheight bigger than we want to set winminheight. But if\n\" we set winheight to be huge before winminheight, the winminheight se...
BrunetteBiker/readeng
793,601,537
eea760471a6e67210e70e7854cd8102c1401a5c9
{ "branch": "master", "commit_count": 1, "repo_created_at": "2024-04-29T14:27:45.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
25
[ { "content_id": "754e3c4e4b8bfba5e568fd6f1685d4e1e424a5f9", "content": "<?php\n\nnamespace App\\Http\\Controllers;\n\nuse App\\Enum\\UserStatus as UserStatusEnum;\nuse App\\Enum\\UserRole as UserRoleEnum;\nuse App\\Models\\User;\nuse Illuminate\\Http\\Request;\nuse Illuminate\\Support\\Facades\\Auth;\nuse I...
BrunoDelBer/BrunoDelBer
380,321,371
e8f520c72269d29d8f29ca2f48b04b0c4014a028
{ "branch": "main", "commit_count": 2, "repo_created_at": "2021-06-25T18:15:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "e3bda28690f05958f62faa5a1eb447781d24ff3f", "content": "# Bienvenidos a mi GitHub\n\nYo actualmente soy un estudiante de la Universidad Autónoma Metropolitana (UAM) unidad de Azcapotzalco en la carrera de Ingeniería en Computación. \n\n* [UAM AZC](https://www.azc.uam.mx)\n\nActualmente me en...
BrunoDuaarte/Atividade-Game
891,733,718
529c7de5fa5f00741b7a8d9d5d8a8d12a170d72e
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-11-20T21:26:52.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "f08901e73165297e615e6f0272a7cb4dcb97179b", "content": "def subtrair(c, d):\r\n return c - d", "size_bytes": 37, "file_path": "operacacoes/avancados/subtrair.py", "file_timestamp": 1732139310, "language": "Python", "is_vendor": false, "license_type": "no_license", ...
BrunoJSC/expo-user-management-supabase
611,275,928
c73a242a0f90f2fa1a5d88932628d03222e7be75
{ "branch": "main", "commit_count": 3, "repo_created_at": "2023-03-08T13:47:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
7
[ { "content_id": "7d99bd0081578ddd8c2e4fc2944b21668a718414", "content": "import { useState, useEffect } from \"react\";\nimport { StyleSheet, View, Alert } from \"react-native\";\nimport { Button, Input } from \"react-native-elements\";\nimport { Session } from \"@supabase/supabase-js\";\nimport { supabse } ...
BrunoRMello/todo
834,957,767
e40cfa4edbcac8794160268ba71c1bbca727e742
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-07-28T20:22:38.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "9068bbca7ea7be2974b79008d59b0838c1a0f41d", "content": "import { PlusCircle } from '@phosphor-icons/react'\nimport { useEffect, useState } from 'react'\n\nimport styles from './App.module.css'\n\nimport { Button } from './components/Button'\nimport { Header } from './components/Header'\nimpo...
BryanFonseca/3D-Carousel
426,095,603
673470a75f349626430441027f1461faf881c335
{ "branch": "master", "commit_count": 3, "repo_created_at": "2021-11-09T04:53:58.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "b242cab5c3f4172931d8c7a5252d5ad9817faf74", "content": ":root{\n --dark-color: #050405;\n --pink: #db575f;\n --purple: #6f4eca;\n --purple-light: #9356b1;\n --gold: #c1ab77;\n --brown: #4f424a;\n --gray-light: #dfd7d9;\n --red: #a24b4b;\n}\n\n*, *::before, *::after{\n box-sizing: bo...
BryanMorquecho/-Practica-Autonoma---Listas-enlazadas
814,374,218
48ea95474c5dbf05c850e4108a5cdff982acd4fc
{ "branch": "main", "commit_count": 1, "repo_created_at": "2024-06-12T22:19:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "a5b9b84aa98057cea1737c873c581d4a41ab0242", "content": "###Integrantes: \n\n-<NAME>\n-<NAME>\n\n\n\n\n\n\n\n", "size_bytes": 41, "file_path": "README.md", "file_timestamp": 1718231560, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "dete...
BryanOPM/adminpro-udemy
185,828,835
a5d48e301caefa472b86d0964c0d85ffff437fde
{ "branch": "master", "commit_count": 4, "repo_created_at": "2019-05-09T15:49:02.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "72a91a67e59c864bc854771776093b114c91c67e", "content": "import { NgModule } from '@angular/core';\nimport { PAGES_ROUTES } from './pages.routes';\n\nimport { PagesComponent } from './pages.component';\nimport { DashbordComponent } from './dashbord/dashbord.component';\nimport { ProgressCompo...
Buachie/git_test
134,079,961
d183c73317e3d8af21bfe9de60a04844688c7c15
{ "branch": "master", "commit_count": 2, "repo_created_at": "2018-05-19T16:41:51.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "3c4101322f9cb1a0be5f07396c4c48814769c4d4", "content": "This is Buachie's first git project!\n", "size_bytes": 37, "file_path": "README.md", "file_timestamp": 1526748743, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses"...
Bug-Bust3rs/Project-F
824,633,624
0b63e21ba26fbd3976fe8f7551013d40b8e0cc3b
{ "branch": "main", "commit_count": 37, "repo_created_at": "2024-07-05T14:59:25.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 4, "issues": 0, "pull_requests": 0 }
12
[ { "content_id": "77ee4e1b64200b415afbd49b753473010279031e", "content": "import log_img from'../../assets/otp.png'\n\n\nexport default function OTP() {\n \n \n \n \n return(\n <div className=\"w-full h-screen flex flex-col\">\n <div className=\"grid grid-cols-1 md:grid-cols-2 m-auto ...
Bug-Hunter-X/ActionScript-Type-Checking-Pitfalls-with-Dynamic-Arrays-rs6zo
911,527,796
25e864222cd2a711f184db44a28591d6551dcb73
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-01-03T08:24:15.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "f6aacce57358d4ee6fcb1a7fcc5e5b9a4f8d71bc", "content": "function myFunction():void {\n var myArray:Array = new Array();\n myArray.push(\"hello\");\n myArray.push(123);\n trace(myArray[0]); // Output: hello\n trace(myArray[1]); // Output: 123\n\n // Incorrect type check\n if (myArray[0...
Bug-Hunter-X/Groovy-Method--Unexpected-Behavior-with-Null-or-Non-Numeric-Input-vjhct
923,282,810
58dc7d45fdb83c86379ba4539af4fafdab2230d1
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-01-28T00:14:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "30ffb67ea21d3c487d22d34b35aee979ae3fccfe", "content": "# Groovy Method: Null and Non-Numeric Input Handling\n\nThis example demonstrates a common issue in Groovy where methods may not gracefully handle null or non-numeric input. The `myMethod` function is designed to return the larger of tw...
Bug-Hunter-X/React-Native--Mysterious-Dependency-Conflict-Error-ibdvy
912,953,702
15f1bad128b08c431082385941537ab0060a275b
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-01-06T18: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": "50bf370c175a614d3df3519ac693c8116a30d004", "content": "# React Native Uncommon Dependency Conflict\n\nThis repository demonstrates a scenario where a vague error message in React Native can be very difficult to debug. It focuses on dependency conflicts that produce confusing error messages,...
Bug-Hunter-X/React-Router-Dom-v6-Catch-all-Route-----Issue-us3e3
899,680,054
ab09390621440f0c8bb3afa412ecdbf534849c5f
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-12-06T19:22:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "5da61afd53ea899d1517667097fbbeb146c30676", "content": "This repository demonstrates a common issue encountered when using catch-all routes (\"*\" route) in React Router Dom v6. The catch-all route is unexpectedly not working as expected, and this example shows how to solve it. The solution...
Bug-Hunter-X/Uncommon-CSS-Specificity-Bug---important-Conflicts-and-Inheritance-czh0j
902,899,216
1e7f7f6fde76e793a56ced722fdf5d2aa787423d
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-12-13T13:54:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "65a048684c9313928ab0e1822d20032cc05bec76", "content": "A more robust and maintainable solution avoids the use of `!important` and instead leverages a more strategic approach to CSS specificity:\n\n```css\n.parent {\n color: blue;\n}\n\n.child {\n color: red;\n}\n\n.exception {\n color: g...
Bug-Hunter-X/Unexpected-Behavior-with-Loose-Typing-in-JavaScript-Arithmetic-obilh
917,316,324
a7d3eb7ad9e32df342151fd75236493c8a588388
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-01-15T18:54:05.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "12f76d40a46fe6906ad9e11cb072b8c2509e3be4", "content": "function foo(a,b){return parseInt(a)+parseInt(b);}\nconsole.log(foo(1, \"2\")); // Output: 3\n\nfunction bar(a,b){return parseFloat(a)-parseFloat(b);}\nconsole.log(bar(1,\"2\")); // Output: -1", "size_bytes": 184, "file_path": "...
Bug-Hunter-X/Uninitialized-Property-Access-in-C--mje5n
931,544,761
900f412da24913e31e9086b2ae210ef4c1be1861
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-02-12T13:10:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "91fde299716ab92ac450574f848a13834b7afeca", "content": "public class ExampleClass\n{\n public int MyProperty { get; set; }\n\n public void MyMethod()\n {\n // Accessing a property before it's initialized can lead to unpredictable behavior.\n Console.WriteLine(MyPropert...
Bug-Hunter-X/VBScript-IsEmpty-Function-Inconsistency-1vsli
915,753,933
fa224ecf9c3355422e1d974e50654945a349ef0c
{ "branch": "main", "commit_count": 3, "repo_created_at": "2025-01-12T18:00:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "76a64167326fbc78e4fba9059bac4d51a2beecbc", "content": "# VBScript IsEmpty Function Inconsistency\n\nThis example demonstrates a potential issue with VBScript's `IsEmpty` function when dealing with Variants that may hold empty strings (\"\") or Null values. The `IsEmpty` function doesn't co...
BuildAndRelease/flutter-webrtc
336,287,223
a74c54dd8ebf7660e454b079068eb1f38752fc4f
{ "branch": "master", "commit_count": 4, "repo_created_at": "2021-02-05T13:59:04.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 1, "issues": 0, "pull_requests": 0 }
59
[ { "content_id": "aab1cc992fb981a5add124e6e368f7391b460239", "content": "#import <Foundation/Foundation.h>\n#import \"FlutterWebRTCPlugin.h\"\n\n@interface FlutterWebRTCPlugin (RTCMediaStream)\n\n-(void)getUserMedia:(NSDictionary *)constraints\n result:(FlutterResult)result;\n\n-(void)getDisplayM...
BuildGenius/RiseupDatabase
534,037,470
de58ca5a3492a374ac1ffe21dafe401ea7381076
{ "branch": "main", "commit_count": 31, "repo_created_at": "2022-09-08T03:37:28.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
138
[ { "content_id": "22d0ebde3937badae7e915e39d0ba4973a54844b", "content": "const Database = require('../Database');\n\nclass CusGroup extends Database {\n constructor(configuration) {\n super(configuration);\n this.table = 'CusGroup';\n this.column = {\n \"TransactionID\": {\...
Buildweek-Dead-Celebrities/Backend
216,062,138
adfc58f379584ec21fcc7d23923664c649b732af
{ "branch": "master", "commit_count": 26, "repo_created_at": "2019-10-18T16:11:10.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 20 }
15
[ { "content_id": "bbde85919b19e1011c4207086f5d1f27db152886", "content": "const jwt = require('jsonwebtoken');\nrequire('dotenv').config();\nconst secret = process.env.SECRET\n\nmodule.exports = (req, res, next) => {\n const token = req.headers.authorization;\n\n if(token) {\n jwt.verify(token, s...
BukkitStatistics/VaultHook
11,188,965
7f7d29fa9cdec333eab1c911ec333e55ada69454
{ "branch": "master", "commit_count": 1, "repo_created_at": "2013-07-05T00:37:54.000Z", "is_fork": false, "is_org_owned": true, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "705a8a9f335a77a4a6b880a869f7f867e5ce8051", "content": "VaultHook\n=========\n\nVault hook for the Statistics plugin\n", "size_bytes": 58, "file_path": "README.md", "file_timestamp": 1372984675, "language": "Markdown", "is_vendor": false, "license_type": "no_license",...
Bulatkazan/TCPServer
981,170,980
3cd921e3fd5b2d0cbbbded4dbb716e7dc6ad8148
{ "branch": "main", "commit_count": 2, "repo_created_at": "2025-05-10T13:57:20.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "d6fed9bc9535a19f5b2c04348f1b0ee9ee103a27", "content": "/* srv.c */\r\n\r\n#include <stdio.h>\r\n#include <sys/types.h> \r\n#include <sys/socket.h>\r\n#include <netinet/in.h>\r\n#include <arpa/inet.h>\r\n#include <unistd.h>\r\n#include <string.h>\r\n\r\n#define PORT 8183\r\n\r\nint main(){\...
BunnyHopp/Snowland
246,992,210
ceee2e2dc1443f2fd1a59562a727d61cdc3312aa
{ "branch": "master", "commit_count": 1, "repo_created_at": "2020-03-13T05:05:31.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "97646a9d0df7ded7e335aa3388a3246e02cd457f", "content": "# Snowland", "size_bytes": 10, "file_path": "README.md", "file_timestamp": 1584075931, "language": "Markdown", "is_vendor": false, "license_type": "no_license", "detected_licenses": [] } ]
Burakofff/Dimpon_hse
993,432,490
51a55c5cdac0aee5b25b332b538e90a1d21ce8a3
{ "branch": "main", "commit_count": 14, "repo_created_at": "2025-05-30T19:28:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "d1d8861c5c1f559f0c9b5d5351535bd68138b189", "content": "# Dimpon_hse\n\n## Project Description\n\nThe purpose of this work was to develop a classification model that allows predicting the mental health condition of employees at remote work.For model interaction, a user-friendly web interface...
BurgerAndreas/sfm
878,959,036
d44030ed84934ffc343e7b0c50ade6c04fd878d2
{ "branch": "main", "commit_count": 46, "repo_created_at": "2024-10-26T15:24:10.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 2, "forks": 0, "issues": 0, "pull_requests": 0 }
65
[ { "content_id": "6f8107a2c5bb6f3830f49e7d7304f3ce2c1d85c4", "content": "# @package _global_\n\nsource: \n # if data in [0, 1]\n # covariance_matrix: [[0.5, 0.25], [0.25, 0.5]]\n # loc: [0.5, 0.5]\n\n # if data in [-7, 7]\n covariance_matrix: [[5.0, 2.5], [2.5, 5.0]]\n loc: [0.0, 0.0]\n\n trgt: multiv...
BurgerLUA/WeaponSelectionEcho
50,268,463
108bc39d39a8ef59e5597ac0e935e84194350ceb
{ "branch": "master", "commit_count": 6, "repo_created_at": "2016-01-24T02:14:40.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
4
[ { "content_id": "fff91509cfcfb8facdafa546e93dc338df1ccc14", "content": "function CM_PlayerSpawn(ply)\n\n\tif not ply:IsBot() then\n\n\t\ttimer.Simple(0,function()\n\t\t\n\t\t\t--ply:StripWeapons()\n\t\t\n\t\t\tlocal LoadoutTable = string.Explode(\" \",string.Trim(ply:GetInfo(\"cm_editor_weapons\")))\n\t\t\t...
BushraShahzad09/Image-Classifier
682,917,604
dabf7437ef4cd3f31b5d59936c555425eddd17e2
{ "branch": "main", "commit_count": 1, "repo_created_at": "2023-08-25T07:00:18.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 1, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "84118d88c3ff9a0437656bfff3106e4a5d725a4d", "content": "# Image-Classifier\n Train a model to clasify image dataset of humans, cats, dogs and horses using Support Vector Machine and varying its hyper parameters\n", "size_bytes": 154, "file_path": "README.md", "file_timestamp": 16...
ButcailoOksana/filmoteca
574,503,876
bd806e97e16535eff51f8c1832716754ea5cb9b9
{ "branch": "main", "commit_count": 10, "repo_created_at": "2022-12-05T13:08:49.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
5
[ { "content_id": "ad1238d6cf223029eba511611ea006cb55721243", "content": "@import './common';\n@import './components/header-library';", "size_bytes": 58, "file_path": "src/sass/library.scss", "file_timestamp": 1670268712, "language": "SCSS", "is_vendor": false, "license_type": "no_lice...
Butterneck/golang-tdd
614,541,109
4123b1e2ac4dbff5585bf07e37da7dbf71794405
{ "branch": "main", "commit_count": 9, "repo_created_at": "2023-03-15T19:52:01.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "a94bcb46ea8566854b04030a49438d9d90df5dcf", "content": "package iteration\n\nimport (\n\t\"fmt\"\n\t\"testing\"\n)\n\nfunc TestRepeat(t *testing.T) {\n\trepeated := Repeat(\"a\", 10)\n\texpected := \"aaaaaaaaaa\"\n\n\tif repeated != expected {\n\t\tt.Errorf(\"expected '%q' but got '%q' inste...
BwezB/Wikno-frontend
915,752,686
fbf831095e59a86a6c0784bf97ca893aadd47078
{ "branch": "main", "commit_count": 1, "repo_created_at": "2025-01-12T17:56:02.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
3
[ { "content_id": "acc0ea514222b0cf3d65c6c9c8cde09ea1bb7331", "content": "//\n// Wikno_frontendTests.swift\n// Wikno-frontendTests\n//\n// Created by <NAME> on 12. 1. 25.\n//\n\nimport Testing\n@testable import Wikno_frontend\n\nstruct Wikno_frontendTests {\n\n @Test func example() async throws {\n ...
ByDefalt/GestionBatiments
891,185,313
c047a82cc41a21de53fdc6de0f6d7d34b06d763a
{ "branch": "main", "commit_count": 19, "repo_created_at": "2024-11-19T22:01:03.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
32
[ { "content_id": "0577b620a5bb7c9925b9edf0cfb8416d53778a8a", "content": "package Defalt.Batiments.BatimentsMetiers;\n\nimport Defalt.Batiments.Visiteur.Visiteur;\nimport javafx.scene.control.TreeItem;\nimport org.junit.jupiter.api.BeforeEach;\nimport org.junit.jupiter.api.Test;\n\nimport static org.junit.jup...
ByTerre17/notamedia
330,012,419
04b0e44c0276f0a38000bd0de9cd37ef1eca68c0
{ "branch": "master", "commit_count": 1, "repo_created_at": "2021-01-15T20:13:23.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
2
[ { "content_id": "8a5bf00c8eea23ff1c0c3e12a5a000e3c3ae9e73", "content": "<%@page contentType=\"text/html\" pageEncoding=\"UTF-8\"%>\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\r\n \"http://www.w3.org/TR/html4/loose.dtd\">\r\n\r\n<html>\r\n <head>\r\n <meta http-equiv=\"Con...
Bz-Carter/temp-backroads
857,041,252
84a3c2569829572af15dd510611b5b7a5ee7f5ca
{ "branch": "main", "commit_count": 3, "repo_created_at": "2024-09-13T17:25:17.000Z", "is_fork": false, "is_org_owned": false, "forked_from": null, "stars": 0, "forks": 0, "issues": 0, "pull_requests": 0 }
1
[ { "content_id": "f46389ee114424a2a3d170bd10e2c30708fabfd5", "content": "import tour1 from \"./images/tour-1.jpeg\";\nimport tour2 from \"./images/tour-2.jpeg\";\nimport tour3 from \"./images/tour-3.jpeg\";\nimport tour4 from \"./images/tour-4.jpeg\";\n// import tour5 from \"./images/tour-5.jpeg\";\n// impor...