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 |
|---|---|---|---|---|---|
daaibraanies/keras_samples | 312,943,025 | b43c30be17f20db29e649e30f3b84b2b1dc84eca | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-11-15T02:31:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 22 | [
{
"content_id": "b7c22c612a04aaae35e7192211a5ff27a6707e9d",
"content": "from keras.applications import VGG16\nfrom keras import layers,optimizers,models\nfrom keras.preprocessing.image import ImageDataGenerator\nimport matplotlib.pylab as plt\nimport os\n\ndef smooth_curve(points,factor=0.8):\n smoothed_... |
leminphuong/codehihi | 559,116,951 | fc27e81bb6e9d0a87b9575c38835af009197bdb5 | {
"branch": "master",
"commit_count": 17,
"repo_created_at": "2022-10-29T05:28:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "831bf355affd0e73727755ef3a17b55ce4107681",
"content": "# dependencies\n/node_modules\n/frontend/node_modules\n/frontend/.pnp\n/frontend/.pnp.js\nnode_modules\n# testing\n/frontend/coverage\nnode_modules\n# production\n/frontend/build\n\n# misc\n/frontend/.DS_Store\n/frontend/.env.local\n/fr... |
Mansi-Nayak/Numpy | 771,878,782 | f26cda38f101be9fc621f31df71820bc5f1b94f0 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-03-14T05:47:58.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "7fe7acb91612c63fbd366999383aff0d13e828ba",
"content": "{\"cells\": [{\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source\": [\"import numpy as np\"]}, {\"cell_type\": \"code\", \"execution_count\": null, \"metadata\": {}, \"outputs\": [], \"source... |
Pichayanon/REMEDY | 979,524,360 | 64254c57d4afb40227557581d45b86ab5ab3755b | {
"branch": "main",
"commit_count": 21,
"repo_created_at": "2025-05-07T16:40:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 21 | [
{
"content_id": "28df5c59f80b434bb449d97490838b35971fb430",
"content": "import SwiftUI\nimport Firebase\n\n@main\nstruct REMEDYApp: App {\n @UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate\n @State private var authVM: AuthViewModel?\n\n init() {\n FirebaseApp.configure()\n ... |
MarkFChavez/todoapp | 16,619,396 | dfbb2eb1f0a9f78ae34f25fe7878a83620043580 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2014-02-07T15:55:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 12 | [
{
"content_id": "91f48d8c0a2c296af97eaf293f65105178f20fab",
"content": "json.extract! @task, :id, :name, :finished, :created_at, :updated_at\n",
"size_bytes": 69,
"file_path": "app/views/tasks/show.json.jbuilder",
"file_timestamp": 1391838075,
"language": "Ruby",
"is_vendor": false,
... |
manojravichandran/polling-site | 179,822,434 | 4a8cc36ce4eaaf4497bae9724434852d385c9d2c | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2019-04-06T11:02:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "b4bc43d59f94a8cac39c34a25e306dc7710e48b2",
"content": "-- phpMyAdmin SQL Dump\n-- version 4.8.2\n-- https://www.phpmyadmin.net/\n--\n-- Host: 127.0.0.1\n-- Generation Time: Apr 08, 2019 at 06:00 PM\n-- Server version: 10.1.34-MariaDB\n-- PHP Version: 7.2.8\n\nSET SQL_MODE = \"NO_AUTO_VALUE_... |
cmert2017/playwright-automation-ts | 998,466,769 | 28edb738aed0cf2cba09c8fbae3ec42603184506 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-06-08T17:07:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "dbf412fd8d69e6e12b6064309d22b133f42dc149",
"content": "import { test } from '@playwright/test';\nimport dotenv from 'dotenv';\n\ndotenv.config({path: './.env'});\n\ntest('should navigate to the home page', async ({ page }) => {\n console.log(process.env.username);\n console.log(proces... |
Aneliswaa/alx-system_engineering-devops | 662,715,345 | 29598689e9cc6ac99b57d4f4e0c45abb7f3584cb | {
"branch": "master",
"commit_count": 67,
"repo_created_at": "2023-07-05T18:18:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "218584d79140111219878b87da24f53c8c484dc6",
"content": "Creating readme\n",
"size_bytes": 16,
"file_path": "README.md",
"file_timestamp": 1689115536,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
kroegole/robot-low-cost-end-of-arm | 278,329,256 | 138a7a5134e5ad6153f972a9ec2c134acee9356d | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2020-07-09T10:05:26.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "cf579e30998e92625fe1465eea4ca82736b2ab0e",
"content": "# Low-Cost Embedded Vision for Industrial Robots: An Modular End-of-Arm Concept\n\n## About\n\n**Authors:** <NAME><br/>\n**Technical Track:** WIP WIP07 Intelligent Robots and Systems<br/>\n**Main Keywords:** MR-A0. Industrial robots II-... |
zooniverse/notes-from-nature-field-book | 144,111,636 | ebd70ee4ade17dd4818e38323e6e8486ce74b07a | {
"branch": "master",
"commit_count": 391,
"repo_created_at": "2018-08-09T06:44:24.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 1,
"pull_requests": 9
} | 32 | [
{
"content_id": "f3e4452f7e3ebe5f03768fc38411538aa4bf8f32",
"content": "name: Run NfN Field Book Tests\n\non:\n # Run this workflow on creation (or sync to source branch) of a new pull request\n pull_request:\n\n # Allow running this workflow manually from the Actions tab\n workflow_dispatch:\n\... |
carloscaserotto/chartjs_ruby_test | 557,857,517 | cc5d3bdc6f6080962bbc06ecb41012cf446cfc0a | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2022-10-26T12:43:55.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "876761db8879435eda30d734cfe9d8417f1e704c",
"content": "class HomeController < ApplicationController\n def index\n @data_keys = [0 ,25, 50, 75, 100, 125, 150, 175]\n @data_values = [0, 10, 5, 2, 20, 30, 45]\n \n end\nend\n",
"size_bytes": 168,
"file_path": "app/controllers/h... |
kittenwg/gssapi-extensions-iana | 143,771,011 | af09043ba8849409288a8fa5142773c3fced1f6f | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2018-08-06T19:03:22.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "6c8faff8f45fe197e5f44a5f7c1654164d87e881",
"content": "# draft-ietf-kitten-gssapi-extensions-iana\nNamespace Considerations and Registries for GSS-API Extensions ([datatracker](https://datatracker.ietf.org/doc/draft-ietf-kitten-gssapi-extensions-iana/))\n\nThis is tracking a document of the... |
rinnnn55/ellipse_animation | 653,458,092 | 8b8fbd8bf4a13d62385c2bdfa83938077d24acd0 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-06-14T05:11:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "fc4f75d7f9b8ba80852ca6376484d700bbf2e9a1",
"content": "int BALLCOUNT = 100;\nfloat BALLDIA = 6;\nint RANGEEFFECT = 50;\nBall ball;\n\n\nvoid setup() {\n size(800, 800);\n ball = new Ball();\n}\n\nvoid draw() {\n background(255);\n noStroke();\n ball.display();\n ball.update();\n}\n\nc... |
Tykher/ObjectPoolPatternWorkplace | 575,123,847 | 51e9731eb7a6fb9026a1ffca61564b0083694021 | {
"branch": "main",
"commit_count": 5,
"repo_created_at": "2022-12-06T20:08:37.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "3dc8733baa1ecc78a09037c45f2045631bacd5ec",
"content": "package com.company;\n\npublic class Worker {\n public String name;\n public String surname;\n public final String socialSecNumber;\n WorkStation workstation;\n\n public Worker(String name, String surname, String socialSe... |
dmalt/quickfif | 233,901,936 | 3f50ea50f4ee8bfe5a8068d701bea8e0b4fd14a0 | {
"branch": "master",
"commit_count": 139,
"repo_created_at": "2020-01-14T17:54:21.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 40 | [
{
"content_id": "bb15f251106fae8977457e950e5fc28d022b9ca5",
"content": "\"\"\"Configure dispatch on QfType objects for supported file types.\"\"\"\nfrom enum import StrEnum\nfrom functools import singledispatch\nfrom pathlib import Path\nfrom types import MappingProxyType\nfrom typing import Callable, Final... |
albjimmar1/07-kotlin_social_network | 371,395,826 | 17dcc892f7bedfe5ca4ffed011b2ea0b1292eb7e | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2021-05-27T14:08:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 40 | [
{
"content_id": "64d785138ea35ea245a208a21a644bdc6e5d3ec0",
"content": "package com.example.myapp\n\nimport android.content.Intent\nimport android.os.Bundle\nimport android.text.TextUtils\nimport android.util.Log\nimport android.util.Patterns\nimport android.view.View\nimport android.widget.*\nimport androi... |
hainguyen410/memory_project | 829,883,515 | 44295443ed11ba0e7f3a1a1f727066ab15304bec | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2024-07-17T07:24:14.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "d108886a6101e0c1b9cfc3faf5b7ee3d13f6b7e8",
"content": "/* styles.css */\n.root .MuiTextField-root {\n margin: 8px; /* Assuming theme.spacing(1) equals 8px */\n }\n \n .paper {\n padding: 16px; /* Assuming theme.spacing(2) equals 16px */\n }\n \n .form {\n display: flex;\n ... |
abirwerks/webRTC-mern | 860,787,699 | ab073e06ab7c03878fdc4f256eeae80a92c93d95 | {
"branch": "main",
"commit_count": 8,
"repo_created_at": "2024-09-21T07:00:52.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "5f54f6e14270e587c682ec51968f67e5e3828899",
"content": "import { useSocket } from \"../providers/Socket\";\nimport { usePeer } from \"../providers/Peer\";\nimport { useEffect, useCallback, useState } from \"react\";\nimport ReactPlayer from \"react-player\";\n\nconst RoomPage = () => {\n co... |
jjbazagajr/aprendizagem-supervisionada | 210,063,579 | 65f899d8469238b7d8caa31a7490d8e55ececd43 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-09-21T23:03:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f441f6d5e6b8f1710efaad3f462069df64a73c3f",
"content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"name\": \"exercicio.ipynb\", \"provenance\": [], \"collapsed_sections\": []}, \"kernelspec\": {\"name\": \"python3\", \"display_name\": \"Python 3\"}}, \"cells\": [{\... |
nolydmz/indumentarialuzchinita | 456,655,795 | 086619667e159e9e91520ef86d590e13f62a396b | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2022-02-07T19:55:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "2b3f2f1f83ef62a5baa609f567e0486c91a4d9c9",
"content": "/* ESTILOS GENERLES*/\n* {\n margin: 0;\n padding: 0;\n}\n\nbody {\n background: linear-gradient( rgb(240, 239, 239) rgb(255, 253, 253))\n\n}\nnav {\n display: flex;\n justify-content:space-between;\n}\nspan {\n displa... |
Daniel5MB/Klasifikasi-Jelatang | 1,001,532,682 | b226c8201e48bfb4b18b860fb3aa0b9bddd23e95 | {
"branch": "main",
"commit_count": 12,
"repo_created_at": "2025-06-13T14:42:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "578a65113a543f4aaa4e1f5a56a1f7fd9d7af46c",
"content": "/* Gaya Umum */\nbody {\n margin: 0;\n padding: 0;\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n background: url(\"jelatang-bg.jpeg\") no-repeat center center fixed;\n background-size: cover;\n heig... |
Rhaneef/bobaaaaaaaaaaaaaaaaa | 988,492,598 | 9b36e1f8af4fc1307b1a0e42aab088c4562ad68a | {
"branch": "main",
"commit_count": 21,
"repo_created_at": "2025-05-22T16:15:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "b5bac5b42e31f17897adb41d8b2e53de06e61cf0",
"content": "body {\n font-family: Arial, sans-serif;\n color: whitesmoke;\n line-height: 1.6;\n margin: 0;\n padding: 20px;\n color: #333;\n max-width: 800px;\n margin: 0 auto;\n Background: purple;\n}\n\nh1 {\n color:... |
oyviktorisa/OdeToFamily | 185,719,128 | 11c335b0ba142b8bd2aa025f91f44e25fe41ac59 | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2019-05-09T03:22:50.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 24 | [
{
"content_id": "90fa0a93eb161fd6451978ae201d7173f7906cb3",
"content": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing Microsoft.AspNetCore.Mvc;\nusing Microsoft.AspNetCore.Mvc.RazorPages;\n\nnamespace OdeToFamily.Pages\n{\n public class IndexM... |
varsha-varsha/varsha-varsha | 837,798,524 | cec826dac4c2dace74bd5e95372928f632ae7927 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2024-08-04T04:19:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "99d0091fd56f31b75f65220bb0d596f7935dfd1c",
"content": "- 👋 Hi, I’m @varsha-varsha\n- 👀 I’m interested in build AI tools help to provide clean dataset. \n- 🌱 I’m currently learning ...\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me ...\n- 😄 Pronouns: ...\n- ⚡ Fun fact: ..... |
quietF/ModVis | 94,712,512 | bfab8ec3edc7315afb95712dfd0816e53c176360 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2017-06-18T20:52:46.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "763320d763794d457edac3c43871285e081fda93",
"content": "# ModVis\n",
"size_bytes": 9,
"file_path": "README.md",
"file_timestamp": 1497819412,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"content_id... |
iahmedd-k/ecommerce-backend-design | 992,318,848 | d02317791232d7862cc763a23927c83d3d3efad5 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2025-05-29T00:59:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 16 | [
{
"content_id": "62d9976bf71c93a54531d0c6ff0a13b89ffb1680",
"content": "// models/todoModel.js\n\nconst mongoose = require('mongoose');\n\n// Define schema for a Todo\nconst todoSchema = new mongoose.Schema({\n task: {\n type: String,\n required: true\n },\n completed: {\n type... |
AnthonyMerlinGoHokies/RStudio_Normal_Distribution | 635,439,592 | 1eead735dabc1ed4f5fc250376e1062d50ca186d | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-05-02T17:42:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c8329dd12b7878b51d0bf8ec03cf98151c3daa86",
"content": "---\noutput: pdf_document\ngeometry: margin=2cm\n---\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(echo = TRUE)\n```\n\n\\begin{center}\\LARGE{\\textbf{ICE \\#5: Normal Distribution}}\\end{center}\n\n\n**Instructions:** Complete... |
atilara/ecoleta | 268,542,569 | e79dd950729531d5b1457f1a2575db30034666bb | {
"branch": "master",
"commit_count": 34,
"repo_created_at": "2020-06-01T14:18:43.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 26
} | 8 | [
{
"content_id": "023ce70a9ff838cbb7198593ef69dfb0188afeb2",
"content": "import {Request, Response} from 'express';\nimport knex from '../database/connection';\n// Necessário devido ao TypeScript\n\nclass PointsController{\n async index(request:Request, response: Response) {\n const { city, uf, ite... |
dev-aserra/Intents2 | 309,955,827 | 5f6508e024d706e185c9486e688050ea4a1dae78 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-11-04T09:30:07.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "8680c8b64293337128684ed12a7780a5c26c7c15",
"content": "package com.example.intents2;\n\nimport androidx.appcompat.app.AppCompatActivity;\n\nimport android.content.Intent;\nimport android.os.Bundle;\nimport android.view.View;\nimport android.widget.Button;\nimport android.widget.EditText;\n\... |
astvu24324322u09018/Stell | 703,418,737 | 1e62bbe1e7915bba23bec115e2794324081af0e9 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-10-11T07:56:32.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "2ad8723a9e0ecab968238a7543a9b204d96c76c5",
"content": "# Stell",
"size_bytes": 7,
"file_path": "README.md",
"file_timestamp": 1697011771,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"content_id": ... |
CharlesTullyDana/plan-tracker | 779,785,061 | 187f93a4562a07d3b9bf12255d3026d4a20165f4 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2024-03-30T19:29:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "1765a7516a43c3f73e14564db910c55fe6358d24",
"content": "# plan-tracker\nA to do list app to track your daily agenda\n",
"size_bytes": 59,
"file_path": "README.md",
"file_timestamp": 1711828995,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
... |
yehiyam/ship-finder | 132,281,265 | c86312a1a98042e7945516303fcb94c2fcc4bbba | {
"branch": "master",
"commit_count": 10,
"repo_created_at": "2018-05-05T20:15:18.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 16
} | 2 | [
{
"content_id": "dc86dfc31d72ba26f340556785fdbbb58185f830",
"content": "const request = require('request-promise');\n\nconst regex = /markers: JSON\\.parse\\('(.*)'\\)/gm;\nconst regexMayas = /long=([\\d.]*).*lat=([\\d.-]*)/gm;\n\n// const getShip = () => {\n// return new Promise((resolve, reject) => {\... |
nirajmahto/nirajmahto | 381,283,150 | 086f305c0d58cb94d2416391aeddd54eeab43aad | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2021-06-29T07:51:33.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "b07211315abfeb08ebec8861641135e6585f5856",
"content": "- 👋 Hi, I’m @nirajmahto\n- 👀 I’m interested in JAVA,PHYTHON\n- 🌱 I’m currently learning PYTHON\n- 💞️ I’m looking to collaborate on ...\n- 📫 How to reach me <EMAIL>\n\n<!---\nnirajmahto/nirajmahto is a ✨ special ✨ repository because... |
Sahil-Bhoite/Ramp | 966,749,070 | f88fff014198fda51256a45410d45bec73714bdd | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-04-15T11:55:15.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "8957296bcabe89cdc5695d54a3ca3c8b747e2143",
"content": "import { Fragment, useCallback, useEffect, useMemo, useState } from \"react\"\nimport { InputSelect } from \"./components/InputSelect\"\nimport { Instructions } from \"./components/Instructions\"\nimport { Transactions } from \"./compon... |
lokbb123/3118005365 | 297,097,479 | 34705ce6fb2fab9350b39b7bdf04982a8969a8eb | {
"branch": "master",
"commit_count": 7,
"repo_created_at": "2020-09-20T14:46:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "1b9d6eb39713842d2520937118156377cdca7823",
"content": "# -*- coding: utf-8 -*-\n\"\"\"\n本代码主要使用MinHash算法实现文章查重功能,以下是对MinHash算法的简介\nMinHash算法是LSH(Locality Sensitive Hashing,局部敏感哈希)中的一种,主要用来判断两个集合之间的相似性,适用于数据量大的集合\nMinHash算法的实现流程一般为,将文档划分成子字符串,再利用哈希函数构建签名,最后对比签名从而获得相似度\n\"\"\"\n\n\n# 正则包\nimp... |
AlkaEk/losnottiermethodizes | 764,258,885 | 5c9207256f8c81cacf7852928989d67721d72601 | {
"branch": "main",
"commit_count": 128,
"repo_created_at": "2024-02-27T19:03:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "38f4bc21463dfdff4b89e22eeb89aa2968f108fa",
"content": "# losnottiermethodizes",
"size_bytes": 22,
"file_path": "README.md",
"file_timestamp": 1706858742,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
chigbo12345/Kafka | 966,229,972 | ed9f2923f2bcdb3ddba2f7ff8bb52dc083fe7462 | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2025-04-14T15:47:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 16 | [
{
"content_id": "ee342a35740eb8a6b445a3d4dde408392e5f55f1",
"content": "package com.example.kafka.controller;\n\nimport com.example.kafka.model.StockAverage;\nimport com.example.kafka.repository.StockAverageRepository;\nimport org.springframework.web.bind.annotation.GetMapping;\nimport org.springframework.w... |
felixbilly28/Let-s_Learn_English | 424,723,106 | 7a6f16ce41f26bf13322b6b4b8b2a3a257c22c00 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-11-04T19:56:27.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "dba8fec442c6c9af591280cf841ac4515063efac",
"content": "#head{\n\tpadding-top: 60px;\n\tbackground: lightblue;\n\tmargin-left: -60px;\n\tmargin-right: -60px;\n\ttext-align: center;\n}\n#head a{\n\ttext-align: center;\n\ttext-decoration: none;\n\tfont-size: 75px;\n\tcolor: #423149;\n\tpositio... |
seifomran132/seifomran132 | 478,249,458 | 12bbe8a641108b61fce99e791a303715e0041114 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-04-05T18:17:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "26e16b2e733ca0de449e8ab5cc6cfa155850396c",
"content": "<h1 align=\"center\">Hi 👋, I'm <NAME></h1>\n<h3 align=\"center\">Computer Science Student, Frontend Engineer</h3>\n\n<p align=\"left\"> <a href=\"https://github.com/ryo-ma/github-profile-trophy\"><img src=\"https://github-profile-troph... |
tristan-mn/chocolate_cake_recipe | 371,075,964 | d944faa96ba3cedbf7aa1849e4d4d34a95d22b78 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2021-05-26T15:06:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "9e299d27a8abe1879ecfcbe4f4ce87eda55ae653",
"content": "body {\n background-color: #8BA1BB;\n font-family:Arial, Helvetica, sans-serif ;\n}\n\np.categorie{\n color: white;\n background-color: black;\n display: inline-block;\n padding: 8px 18px;\n font-weight: bold;\n ... |
AdhirRamjiawan/gollum | 352,165,584 | 2e34e793c0ff33583525e37d29d68027dfaa4a69 | {
"branch": "master",
"commit_count": 12,
"repo_created_at": "2021-03-27T20:01:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "6f547d1c3946dbb1c9dfc74878ac463f92f86760",
"content": "\n#include \"FileManager.h\"\n\nvector<struct Credential> FileManager::ReadFromFileStore()\n{\n ifstream fileStore(\"gollumstore\", ios_base::binary);\n\n if ((fileStore.rdstate() & std::ifstream::failbit) != 0)\n {\n st... |
vsyrovat/image-getter-rust | 693,078,491 | f39014652269fb90a7399b38846c35e962be80b3 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2023-09-18T09:55:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "4efbd75b881be0ea94938b392adb8388a4b59e9a",
"content": "mod args;\n\nuse args::Args;\nuse clap::Parser;\nuse crypto::digest::Digest;\nuse crypto::sha1::Sha1;\nuse futures::stream;\nuse futures::StreamExt;\nuse reqwest::header::HeaderMap;\nuse reqwest::Client;\nuse std::collections::HashSet;\... |
KamWatts/shopping-cart | 599,786,157 | c45209532d83ab1333af6f4818aadb55d95ef4ad | {
"branch": "main",
"commit_count": 7,
"repo_created_at": "2023-02-09T21:55:30.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "dbecd2cfdb615d279553c8a2820db28c3071136d",
"content": "/* global Product, Cart */\n\n'use strict';\n\n// Set up an empty cart for use on this page.\nstate.cart = new Cart([]);\n\n// On screen load, we call this method to put all of the product options\n// (the things in the state.allProduct... |
T-Avengers/ForestDex | 66,750,087 | 169eb94e3a96cdcec27b2ed16d2795e5956f1871 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2016-08-28T04:48:59.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "6e0ebc484142048f4bdbb58912642793a33180c8",
"content": "package chester.foresthackapp;\n\nimport android.content.Intent;\nimport android.support.v7.app.AppCompatActivity;\nimport android.os.Bundle;\nimport android.view.View;\nimport android.widget.Button;\nimport android.widget.EditText;\nim... |
Dantallope/DJ-CodingQuiz | 547,059,535 | 0f4f4bb84536b297740508bcfdcb60607d259237 | {
"branch": "main",
"commit_count": 9,
"repo_created_at": "2022-10-07T04:28:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "b01ad8d4441b7b4b67d05f8f89d2e2ca97762635",
"content": "var startEl = document.getElementById(\"begin\");\nvar timerEl = document.getElementById(\"timer\");\nvar nspage = document.getElementById(\"newScore\")\nvar hspage = document.getElementById(\"highscores\");\nvar initials = document.get... |
siddontang/prom-plot | 111,871,406 | d7e55e00e6915bdec3ff1c0a5032733b360e0ca8 | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2017-11-24T03:20:31.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 3,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "7fb210135527d0437a4c0ef8a8818d7c7bef8d6c",
"content": "package main\n\nimport (\n\t\"context\"\n\t\"flag\"\n\t\"fmt\"\n\t\"time\"\n\n\t\"github.com/prometheus/common/model\"\n\t\"github.com/siddontang/prom-plot/pkg/flags\"\n\t\"github.com/siddontang/prom-plot/pkg/plot\"\n\t\"github.com/sidd... |
ahmetyalcini/JavaReactCampDay3 | 363,516,256 | 459930ced451a08c0ec00724c07465d0710c76d6 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-05-01T22:06:27.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "b373a42ec4091ba719532720743866d3f8451718",
"content": "package kodlamaio;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t Student student1 = new Student(1,\"<NAME>\", \"123456\", \"<EMAIL>\");\n\t\t Student student2 = new Student(2,\"<NAME>\",\"Selin_Ucy\",\"<EMAI... |
sonnentechs2022/DGAppTest | 493,579,412 | 1f28a19c2f9a6c17444a537aac98fcce81cf37b5 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-05-18T08:42:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 9 | [
{
"content_id": "60fd1a6c1550f2e36efd90ea0e478d829a505ba9",
"content": "{\n \"logs\": [\n {\n \"outputFile\": \"D:\\\\DgReactNative\\\\DgReactNativeProject\\\\android\\\\app\\\\build\\\\intermediates\\\\incremental\\\\mergeDebugResources\\\\merged.dir\\\\values-v18\\\\values-v18.xml\",\... |
uwburn/jpa-json-search | 159,681,050 | 4d0de9c5cf773b382a3dbdcd0430d4b2b16da30e | {
"branch": "master",
"commit_count": 44,
"repo_created_at": "2018-11-29T14:44:04.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 3,
"forks": 0,
"issues": 1,
"pull_requests": 1
} | 18 | [
{
"content_id": "cffa7d6bed88188236e9aa698f0ae0767f1e2572",
"content": "package it.mgt.uti.jpajsonsearch;\n\nimport javax.persistence.EntityManager;\nimport javax.persistence.PersistenceContext;\n\npublic class JpaJsonSearchFactory {\n\n @PersistenceContext\n private EntityManager em;\n\n public Jp... |
GZOSP-Devices/device_lge_d850 | 108,610,887 | 33be8637ab3906f8d1333d21b6552de8b60b38be | {
"branch": "8.0",
"commit_count": 83,
"repo_created_at": "2017-10-28T01:36:23.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "4cd6a1b0d30a6f8054e26eca122013adf92128a7",
"content": "$(call inherit-product, device/lge/d850/full_d850.mk)\n\n# Inherit some common Lineage stuff.\n$(call inherit-product, vendor/gzosp/config/common_full_phone.mk)\n\nPRODUCT_NAME := gzosp_d850\n\nPRODUCT_BUILD_PROP_OVERRIDES += \\\n PR... |
Soros1990/blog | 205,361,019 | afd857813cd8145b8e629bce276b1b7da26064e3 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2019-08-30T10:36:49.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 9
} | 3 | [
{
"content_id": "c2a5b123a1849b5c5494f6290ada35b7b26343c7",
"content": "# Hexo Configuration\n## Docs: https://hexo.io/docs/configuration.html\n## Source: https://github.com/hexojs/hexo/\n\n# Site\ntitle: 朝霁阁\nsubtitle: 记下沿途的风景 \ndescription: 如果有梦想,请即刻开始并坚持下去\nkeywords:\nauthor: Mr.Pei\nlanguage: zh-CN #主题语... |
bassiebangura/MLK_Tribute_Page | 155,049,406 | ac7a3282167a12c29a7952ae404390fa3d5cbdf9 | {
"branch": "master",
"commit_count": 4,
"repo_created_at": "2018-10-28T08:18:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "25632d8602a86621de2ff2e55b43141c020f0923",
"content": "Build a Tribute Page - A freecodecamp Project. This project puts to practice the HTML and CSS skills learned during the code challenges in the Responsive Wed Design certification path.",
"size_bytes": 184,
"file_path": "README.m... |
hmgle/socks5_go | 44,037,983 | 85d815c008b8f616fbbf787ea393e5a679fba8f6 | {
"branch": "master",
"commit_count": 19,
"repo_created_at": "2015-10-11T03:38:44.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 23,
"forks": 6,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "8726a060ba79f5289c8e4027f2d5c6fbcd41ee1d",
"content": "# modified from\n# https://github.com/shadowsocks/go-shadowsocks2/blob/master/Dockerfile\nFROM golang:1.13.1-alpine3.10 AS builder\n\nENV GO111MODULE on\nENV GOPROXY https://goproxy.io\n\nRUN apk update \\\n && apk add git \\\n &&... |
Nemit-jindal/ML_Clustering | 854,153,873 | 6617bea5b1e473085d0d73c5b97f94b54438f986 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2024-09-08T14:18:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "ceb4ffc5a9e56fc824bdde585c53893e8dc0ed8a",
"content": "{\"nbformat\": 4, \"nbformat_minor\": 0, \"metadata\": {\"colab\": {\"provenance\": [], \"authorship_tag\": \"ABX9TyPOz+q2ZsZWc1UEgsbHgOAu\", \"include_colab_link\": true}, \"kernelspec\": {\"name\": \"python3\", \"display_name\": \"Pyt... |
JenStokes79/mongo-news-scraper | 124,826,567 | 00928912d5a0d9b29bad8885d8cf1c8bd0e96b6d | {
"branch": "master",
"commit_count": 9,
"repo_created_at": "2018-03-12T03:05:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "e9825f89d927087f5f99c92f844624206dde9373",
"content": "{\n \"name\": \"mongo-news-scraper\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"server.js\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n \"start\": \"node server.... |
atraber/btstack | 8,108,598 | 23488ef91b9b00517e55e9ece1bbcc4074a86a6f | {
"branch": "master",
"commit_count": 6,
"repo_created_at": "2013-02-09T10:38:23.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "0b8165463e353bfcb86e8439673dc6bb61e0f0ea",
"content": "/** \r\n * @file hal_usb.c\r\n * \r\n * Copyright 2008 Texas Instruments, Inc.\r\n***************************************************************************/\r\n#include <msp430x54x.h>\r\n#include \"hal_usb.h\"\r\n\r\n\r\n#ifdef USE_... |
vreckey/vreckey.github.io | 893,092,654 | 628df32a3b34ec4437a51aec4a62f161b8119a26 | {
"branch": "main",
"commit_count": 3,
"repo_created_at": "2024-11-23T14:11:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f1b6ee85757bc100b14dd49726192e399d9f13b4",
"content": "# vreckey.github.io",
"size_bytes": 19,
"file_path": "README.md",
"file_timestamp": 1732374329,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
Tosin-Adesina/Tosin-Adesina | 495,860,421 | 0907661564fa4d22fdd7262a19bb38da7183b093 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2022-05-24T14:30:52.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "bd482bd04bf474197d7fabd722831895eb30ccdf",
"content": "- 👋 Hi, I’m @Tosin-Adesina\n- 👀 I’m interested in software development\n- 📫 How to reach me - <EMAIL>\n\n<!---\nTosin-Adesina/Tosin-Adesina is a ✨ special ✨ repository because its `README.md` (this file) appears on your GitHub profil... |
cassidyspen/comp230-proj3-M-C | 476,128,295 | 23382636f37e5f7c37d916a53f0a2a017ada14c5 | {
"branch": "main",
"commit_count": 28,
"repo_created_at": "2022-03-31T02:53:19.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "b1963c0eb383240121965c4af39ec67b3a379b1d",
"content": "/*Description: This program will read a set of integer numbers from a user\n * specified file and allow the user to run an individual algorithm separately\n * or all four algorithms together. Then the program will display the maximum\n ... |
m-cory/1rm | 237,868,379 | a36b3453bb3725baa686dc5b7a64e2ce4d7d6687 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-02-03T02:10:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "c34f0d559e6b7cb30e815250829a0f69a6450ddc",
"content": "package com.example.donk.coolapp1;\n\nimport android.support.v7.app.AppCompatActivity;\nimport android.os.Bundle;\nimport android.view.View;\nimport android.widget.EditText;\nimport android.widget.TextView;\n\npublic class MainActivity ... |
FortressOne/qwtf-discord-bot | 125,631,770 | a1c264025d19ba33d354653e04405f0a187ca598 | {
"branch": "master",
"commit_count": 509,
"repo_created_at": "2018-03-17T13:26:53.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 1,
"forks": 4,
"issues": 5,
"pull_requests": 2
} | 29 | [
{
"content_id": "0f381156fba73aa6b2d7d349fc30b37fd64150f6",
"content": "require 'discordrb'\nrequire 'yaml'\nrequire 'redis'\nrequire 'qwtf_discord_bot/version'\nrequire 'qwtf_discord_bot/qwtf_discord_bot_server'\nrequire 'qwtf_discord_bot/qwtf_discord_bot_pug'\nrequire 'qwtf_discord_bot/qwtf_discord_bot_wa... |
ITROOS-GIT/taskstamp_release_win | 282,857,540 | e7b91ebbc9313647caab8052b0fc5d2267b9ab29 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2020-07-27T09:55:58.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "39d1ddedd1baa6b85f76bf2516b233aa714d4dce",
"content": "Taskstamp App release repository for win32.\n",
"size_bytes": 44,
"file_path": "README.md",
"file_timestamp": 1595909404,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_li... |
lolow22/wild-project | 123,900,226 | 4f1001802c2e351d4405b2410397f8ee54daca43 | {
"branch": "master",
"commit_count": 5,
"repo_created_at": "2018-03-05T10:01:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "9b340f5d1b7631adaea9f5131b6c09b284c9f3de",
"content": "la version de Link\n",
"size_bytes": 19,
"file_path": "not_same_file.js",
"file_timestamp": 1520247785,
"language": "JavaScript",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},... |
agallagher55/ruby_exercises | 184,122,055 | d0ee43d1bed9eaa7995706bc07f337246094130f | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2019-04-29T18:23:11.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "64f1b39b3b0167e755e41812194e207c218e7098",
"content": "prices = [17,3,6,9,15,8,6,1,10]\n\ndef stockPicker(price_array)\n\n results = {}\n\n # def buySellHash()\n for i in 0..(price_array.length - 2) #Cant sell on last day\n\n buyDay = i + 1\n buyPrice = price_array[i]... |
zokirov10/28-dars | 918,156,192 | 8b1418e564330890285bbf10039a9e8b19f2df13 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-01-17T11:05:56.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "fa29e2661f1c5da670ee83eaec29f3d24ba0c844",
"content": "*{ \n margin: 0;\n padding: 0;\n box-sizing: border-box;\n text-decoration: none;\n list-style: none;\n }\n\n.home-2{\n width: 1100px; \n margin: 0 auto;\n}\n.menu ul a{\n color:aliceblue;\n} \n.home-3{\n displ... |
BaigorriaGabriel/FrontEndEvaluacionAcademia.NET | 709,840,403 | 9513a889eff4f9b5ca0c803cbf40ba1fa0461faa | {
"branch": "master",
"commit_count": 8,
"repo_created_at": "2023-10-25T13:57:47.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 20 | [
{
"content_id": "1d48f7e85e6d512594a42653c20c33f4473fe883",
"content": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace Data.DTOs\n{\n public class JsonResponseDto\n {\n public int Status { get; set; }\n ... |
EbrahimTarek02/islami | 691,224,654 | fc24190ee34724b940c981dd763b79cb311735ed | {
"branch": "master",
"commit_count": 16,
"repo_created_at": "2023-09-13T18:39:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 19 | [
{
"content_id": "c37cad9d969bf7d0fd46b15452a5649ad90f3843",
"content": "import 'package:flutter/material.dart';\nimport 'package:islami/providers/settings_provider.dart';\nimport 'package:flutter_localizations/flutter_localizations.dart';\nimport 'package:islami/ui/screens/hadith_content_screen/hadith_conte... |
NoumanShah042/Android-Spinner | 457,294,895 | ce94ed90f3d916f232c15243c894ef6dc8388409 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2022-02-09T09:39:53.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 1,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "2af0aeea933f394f0cf7e3d0eadf07c691eb3420",
"content": "package com.example.myspinner;\n\n\nimport androidx.appcompat.app.AppCompatActivity;\n\nimport android.os.Bundle;\nimport android.view.View;\nimport android.widget.AdapterView;\nimport android.widget.ArrayAdapter;\nimport android.widget... |
rajwardhan02shinde/Technohacks | 712,567,326 | 6517704be79d29122864a36ac19126d620abef0e | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2023-10-31T18:13:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 6 | [
{
"content_id": "5c1a1a0f3e11661b9ffe8a6328a053b66144dd47",
"content": "# Technohacks\n",
"size_bytes": 14,
"file_path": "README.md",
"file_timestamp": 1698776070,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"cont... |
tymastrangelo/amplifyapp2 | 703,092,431 | f6f432b0dc09f678bf513e3ed9491fc08967b8d1 | {
"branch": "master",
"commit_count": 54,
"repo_created_at": "2023-10-10T15:22:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 4,
"pull_requests": 0
} | 61 | [
{
"content_id": "2517183d93e275d2e9f4a8b48173cc8606723064",
"content": "/***************************************************************************\n * The contents of this file were generated with Amplify Studio. *\n * Please refrain from making any modifications to this file. *\n *... |
Shubhechchha/HackerRank_solutions | 510,500,928 | 321eeae30fc08a221f288de5e835435a6c21b7fc | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-07-04T20:55:52.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "a0e4f2ba753d975892345e01e8bf1fb3fd5c8bfe",
"content": "const arr = [1,1,0,-1,-1];\n\nfunction plusMinus(arr) {\n \n let n = 0;\n let p = 0;\n let z = 0;\n\n for(let i = 0; i < arr.length; i++) {\n if (arr[i] < 0)\n n++;\n else if (arr[i] == 0)\n z... |
robiwkharisma/api-project | 122,048,481 | a9395f329568394296b57e302a33b26cbb577e0c | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2018-02-19T10:41:13.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 43 | [
{
"content_id": "f6f14d7fd800b107562013b892f7fc8b3b73bdb4",
"content": "<?php\n\nnamespace App\\Repositories\\Contracts;\n\nuse Prettus\\Repository\\Contracts\\RepositoryInterface;\n\n/**\n * Interface RaisonSocialeRepository\n * @package namespace App\\Repositories\\Contracts;\n */\ninterface UserRepositor... |
Arunasundarajan/git | 224,600,507 | e7143b17737686e33f8fce8d555467ff5f51457a | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2019-11-28T08:02:52.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 2
} | 6 | [
{
"content_id": "3c89b916522583616f777fbb328b136336d7e6cd",
"content": "package qaclickacademy;\n\nimport org.testng.annotations.Test;\n\npublic class appiumTest {\n\n\t@Test\n\tpublic void appBrow()\n\t{\n\t\tSystem.out.println(\"appBrow\");\n\t}\n\t@Test\n\tpublic void appweb()\n\t{\n\t\tSystem.out.printl... |
AlaaAyoubi/laravel-contact-form | 985,305,368 | e4fe7e6d26009b81f912e105fdb5b76df11825a2 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-17T13:39:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 8 | [
{
"content_id": "96fc5fe5cfcf60de8799a03cdb0cace89a2ad4d0",
"content": "<!-- resources/views/contact.blade.php -->\n@extends('app')\n\n@section('content')\n<div class=\"container py-5\">\n <div class=\"row justify-content-center\">\n <div class=\"col-md-8\">\n <div class=\"card shadow\"... |
farisRajendra/TA-Jenkins | 991,641,837 | d0d2acf0031832fa567b3b32ab342144134590d6 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-28T00:08:29.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "6b5db371e84af275c67c726f05a5a03f5a20a7a5",
"content": "# TA-Jenkins",
"size_bytes": 12,
"file_path": "README.md",
"file_timestamp": 1748390909,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
mihneasim/octa-large | 77,464,868 | c91d609a6ec0db85cee106cd4e0bd989b4b73438 | {
"branch": "master",
"commit_count": 13,
"repo_created_at": "2016-12-27T15:27:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 1,
"pull_requests": 0
} | 19 | [
{
"content_id": "a8b090a18cca71129a52fd30ee3737ffa22e5180",
"content": "%<NAME>, <EMAIL>\nfunction n = str2large(x)\n%creates a large integer representation out of a string\n\tpos = 1;\n if(x(1) == \"-\")\n\t\tn.sign = 1;\n\t\tpos++;\n elseif(x == \"0\")\n\t\tn = largezero;\n\t\treturn;\n else\n\t\... |
scooterfort/Frontline-Audio-Website | 502,095,968 | 383db7c513135fc61f562e28d6849c6fa57f62e8 | {
"branch": "master",
"commit_count": 37,
"repo_created_at": "2022-06-10T15:39:09.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "26f445736a2ac2658ffdd254ef8e809e577cdc2a",
"content": "/* define colors */\n\n:root {\n --black: #0A0A0A;\n --grey: #151515;\n --light-grey: #2c2c2c;\n --gold: #f7cf45;\n --dark-blue: #0d0f14;\n --pink: #cb356b;\n}\n\n\n/* --------------------------------------------------... |
YourKhandan/PRODIGY_CS_04 | 1,000,987,268 | 0776e0edc25009a939129ffe44cf752711cced8f | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-06-12T16:21:00.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "f0fb8a173c7ac3a01702ae6a2e8f60ec1db77549",
"content": "# PRODIGY_CS_04\n# Python Keylogger\n\nThis project is a basic **Python Keylogger** developed as part of Prodigy InfoTech's internship task. It captures keystrokes and logs them to a local file along with hourly timestamps.\n\n> 🚨 **Im... |
rom1gre/GrenobleMunicipales2020 | 222,221,239 | 2dd6d00212b91b73a26c3acecb8885ebe5f2cbb2 | {
"branch": "master",
"commit_count": 66,
"repo_created_at": "2019-11-17T08:54:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 2,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 10 | [
{
"content_id": "310202d24985132cbb85f34615e3689ecdd3f5c1",
"content": "01/10/2019: Création\n - https://twitter.com/Grenoble_Commun/status/1179045467377819649\n\n03/10/2019: <NAME>\n - https://twitter.com/NDIsere/status/1179726987025367045\n\n10/10/2019: Ensemble! Grenoble Métropole\n - https://twitter.... |
AbdusaidDev01/portfoliya- | 777,668,125 | 3c1868e4e671896480d32ee4b8a59eb3094d5028 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-03-26T09:42:22.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "43b8a4ac9d5e6657b07b3df332ef0c5f0cb6a705",
"content": "# portfoliya-",
"size_bytes": 13,
"file_path": "README.md",
"file_timestamp": 1711446142,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
AnishLaddha/Guessing-Game | 126,411,908 | 31e67b48585f377f9164e717a3ab5f28fb7124e2 | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2018-03-23T00:42:51.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "85c86d4ee248736635ed58e2dc766713376a830b",
"content": "//\n// ViewController.swift\n// Guessing Game\n//\n// Created by <NAME> on 2/24/18.\n// Copyright © 2018 <NAME>. All rights reserved.\n//\n\nimport UIKit\n\nclass ViewController: UIViewController {\n\n\n @IBAction func GoButton(_... |
Gnom2017/monach | 535,361,961 | 45600589e8da33c0d0767bae84e7e3100d7b946f | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2022-09-11T16:45:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "88b8de98ac3d5a06a156fb66d79b0afd47535bd1",
"content": "# monach",
"size_bytes": 8,
"file_path": "README.md",
"file_timestamp": 1662914739,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
abderrezakBoukazouha/binary-tree-application | 764,517,395 | 35d85657c5c0c5434e4b36f39be0c9c5a09558a5 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2024-02-28T08:13:35.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "d98e11a28b666cfa79294fadf0973fcc4a270919",
"content": "Simple application of how to implement a binary tree\n",
"size_bytes": 53,
"file_path": "README.md",
"file_timestamp": 1709108237,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"de... |
HeatherKate/InsuranceCabinet | 60,714,674 | 5b359b7be76b5006f352b7df93592f09b78ff73f | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2016-06-08T16:57:17.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 1,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 15 | [
{
"content_id": "637df8cb1ae5cd87aa6e0d7100d4cfe3871c5e86",
"content": "var React = require ('react');\nvar Link = require ('react-router').Link;\n\nvar ItemComponent = React.createClass ({\n\trender: function (){\n\t\treturn (\n\t\t<div className=\"container\">\n\t\t\t<div className= \"panel panel-default\... |
AshanChandrasiri/nodejs_keycloak_sequalize | 329,401,107 | a644e248abb233146dd44d63da7aad82519a74be | {
"branch": "master",
"commit_count": 17,
"repo_created_at": "2021-01-13T18:45:41.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 25 | [
{
"content_id": "ce4dbf1862b3ec3817bcc0f118b1e72805443682",
"content": "head\n title\n // [if !mso] <!\n meta(http-equiv='X-UA-Compatible' content='IE=edge')\n // <![endif]\n meta(http-equiv='Content-Type' content='text/html; charset=UTF-8')\n style(type='text/css').\n #outlook a {\n padding: 0;... |
HTDemon/BLE_GAP_LineBeacon_nRF51 | 88,274,640 | 256cf460ecc52026aa9de80f557ff6b4ca93282b | {
"branch": "master",
"commit_count": 1,
"repo_created_at": "2017-04-14T14:31:39.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "837e0aab21f420fc174bbbe81502307e88512405",
"content": "/* mbed Microcontroller Library\r\n * Copyright (c) 2006-2015 ARM Limited\r\n *\r\n * Licensed under the Apache License, Version 2.0 (the \"License\");\r\n * you may not use this file except in compliance with the License.\r\n * You may... |
dokata13/RPN-Calculator | 328,448,688 | bd32a7e059541f57fa62c38d9bc3e29c96129c20 | {
"branch": "main",
"commit_count": 2,
"repo_created_at": "2021-01-10T18:14:27.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "714bb3d273c60b087e20a939befecdc65f0cc71d",
"content": "/**\r\n*\r\n* Solution to course project # 4\r\n* Introduction to programming course\r\n* Faculty of Mathematics and Informatics of Sofia University\r\n* Winter semester 2020/2021\r\n*\r\n* @author <NAME>\r\n* @idnumber 62523\r\n* @comp... |
niharpshah/khatavahi | 764,572,420 | e4cc8d4956aaf03c61a4383b2d602d28c86f60e0 | {
"branch": "master",
"commit_count": 2,
"repo_created_at": "2024-02-28T10:21:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 13 | [
{
"content_id": "78b165f21cfd57b46baea82046361f1a6a6f9b80",
"content": "<!doctype html>\n<html lang=\"en\">\n <head>\n <title>SpendWise | Income</title>\n <!-- Required meta tags -->\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fi... |
Cerebellam/07-Uplon | 126,287,647 | 832037bb08f4c18ab624b548442092d61d44ca17 | {
"branch": "master",
"commit_count": 43,
"repo_created_at": "2018-03-22T06:05:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "8e2566e8f84d1fff8c7bb1d3bc88b93d2e20fc96",
"content": "body{\n padding: 0;\n margin: 0;\n font-family: \"Roboto\";\n}\n.page{\n display: flex;\n flex-wrap: wrap;\n}\n.page .topBar{\n display: flex;\n flex-wrap: wrap;\n width: 100%;\n z-index: 5;\n}\n.page .topBar ... |
pedroacl/drover-code-challenge | 134,968,461 | da3b0cc984ed63e2470c5a7bffa0b6df5a5651c9 | {
"branch": "master",
"commit_count": 22,
"repo_created_at": "2018-05-26T14:29:06.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 21 | [
{
"content_id": "599591fd4419a4a151ba69e31393c6ab2f5cfc4a",
"content": "/**\n * Combine all reducers in this file and export the combined reducers.\n */\n\nimport { combineReducers } from 'redux-immutable';\nimport { fromJS } from 'immutable';\nimport { LOCATION_CHANGE } from 'react-router-redux';\nimport {... |
alexmarychev/net | 244,466,439 | 92b84e3e4b8d9579701a7c5f70f17cf844fc0837 | {
"branch": "master",
"commit_count": 14,
"repo_created_at": "2020-03-02T20:18:02.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 2 | [
{
"content_id": "6533b0ac332f0c08b5db45b1f72646d24f1a0347",
"content": "# -*- mode: ruby -*-\r\n# vim: set ft=ruby :\r\n# -*- mode: ruby -*-\r\n# vim: set ft=ruby :\r\n\r\nMACHINES = {\r\n:inetRouter => {\r\n :box_name => \"centos/6\",\r\n #:public => {:ip => '10.10.10.1', :adapter => 1},\r\n ... |
TomBeadie/RPS | 732,247,577 | e056dd8c8d16d5c5bb200147fe08131c2b1c0c69 | {
"branch": "main",
"commit_count": 29,
"repo_created_at": "2023-12-16T03:35:48.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "25f59ceb6c67ad545e7bdde9fa92ab798cb56e1e",
"content": "@font-face {\n font-family: Baunk;\n src: url(\"fonts/Baunk.otf\");\n}\n\nbody {\n font-family: Baunk;\n background-color: #ffeecf;\n display: flex;\n flex-direction: column;\n height: 100vh;\n width: 100vw;\n margin: 0;\n}\n\n... |
JabVR/VRdissertaion | 987,948,744 | e85bdf2cf366d58843a0defc3a23214645ccab10 | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2025-05-21T20:37:20.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "cc6e4b1848767459af56e44476a532f54f2ea824",
"content": "using System.Collections;\nusing System.Collections.Generic;\nusing UnityEngine;\nusing GamesAcademy.SerialPackage;\n\npublic class ObjectWeight : MonoBehaviour\n{\n public float _weight;\n\n public void pickup()\n {\n D... |
lwod/materialreact | 353,887,937 | 93012627c69dcc0cb249def9c333512aa15a9912 | {
"branch": "main",
"commit_count": 16,
"repo_created_at": "2021-04-02T02:58:40.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "386440cbf4907a91f23c288feeee1c9ef8d3c2ea",
"content": "# materialreact",
"size_bytes": 15,
"file_path": "README.md",
"file_timestamp": 1617370752,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
}
] |
supercharge/numbers | 238,715,429 | fda26680b837ac1ba7bad4fbb4c1094c3dca03f3 | {
"branch": "main",
"commit_count": 58,
"repo_created_at": "2020-02-06T15:05:59.000Z",
"is_fork": false,
"is_org_owned": true,
"forked_from": null,
"stars": 3,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 12 | [
{
"content_id": "acf160973d95e3d9513219c182bef6ede4b01acb",
"content": "# Changelog\n\n\n## [3.0.0](https://github.com/supercharge/numbers/compare/v2.0.0...v3.0.0) - 2021-02-04\n\n### Added\n- `Num.isNumber(input)` method determining whether the given `input` is a number\n- `Num.isNotInteger(input)` method ... |
vsyw/machine-learning | 73,561,490 | 6b59148a853bd6c3d916a54d8a5a987aee524900 | {
"branch": "master",
"commit_count": 12,
"repo_created_at": "2016-11-12T15:41:54.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 7,
"forks": 5,
"issues": 0,
"pull_requests": 0
} | 5 | [
{
"content_id": "c401f02f4a4cea2ea4b3a6ef1fc56447cc63c815",
"content": "function [J grad] = nnCostFunction(nn_params, ...\n input_layer_size, ...\n hidden_layer_size, ...\n num_labels, ...\n ... |
SahulGill/spring2024 | 757,230,089 | 32f95720185233a54021e65c652fe3bd246577db | {
"branch": "main",
"commit_count": 1,
"repo_created_at": "2024-02-14T03:59:10.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 1 | [
{
"content_id": "b67f0e0816cac8fc38c62e0d9fae2f7dd0691e38",
"content": "# spring2024\nsampleFrstrepository\n",
"size_bytes": 34,
"file_path": "README.md",
"file_timestamp": 1707883151,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": ... |
smitpatel1234/22IT113_blockchain_pr3 | 950,090,555 | 8cf6d3a777487d04c958a5ede70fdeb19ce4c412 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2025-03-17T16:04:57.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 4 | [
{
"content_id": "8523aaeb9949cccd90e0e72c995fa9cd6e68fea3",
"content": "\"# 22IT113_blockchain_pr3\" \n",
"size_bytes": 28,
"file_path": "README.md",
"file_timestamp": 1743702058,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
... |
VictorLopes/vchat | 375,725,538 | 4b994d124167e1f5d2a00b50e5e1503245f25a33 | {
"branch": "main",
"commit_count": 4,
"repo_created_at": "2021-06-10T14:26:28.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 7 | [
{
"content_id": "a2f91dcd854e4c9083f3439da2a2a3b2e7d43e77",
"content": "import { Server as IOServer } from 'socket.io';\nimport { createAdapter } from '@socket.io/redis-adapter';\nimport { createClient, RedisClient } from 'redis';\n\nexport default class Server {\n\n private _io?: IOServer;\n private stat... |
rish13/ECE-222 | 73,131,270 | 9788cf007fa224ce68cb38e466f28b73ffcc6f72 | {
"branch": "master",
"commit_count": 3,
"repo_created_at": "2016-11-07T23:46:42.000Z",
"is_fork": false,
"is_org_owned": false,
"forked_from": null,
"stars": 0,
"forks": 0,
"issues": 0,
"pull_requests": 0
} | 3 | [
{
"content_id": "7e4b2b9cf6631c2da1e9fc759d68ab573d1555ef",
"content": "# ECE-222",
"size_bytes": 9,
"file_path": "README.md",
"file_timestamp": 1478562525,
"language": "Markdown",
"is_vendor": false,
"license_type": "no_license",
"detected_licenses": []
},
{
"content_id"... |