{"id":28389116,"url":"https://github.com/sheratan095/42buddy","last_synced_at":"2026-03-03T01:37:30.015Z","repository":{"id":230337783,"uuid":"779102035","full_name":"Sheratan095/42Buddy","owner":"Sheratan095","description":"A vscode extension to help all 42 studens during their path in the school","archived":false,"fork":false,"pushed_at":"2025-06-30T14:37:50.000Z","size":2004,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T16:51:27.999Z","etag":null,"topics":["42born2code","42header","42school","automation","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Sheratan.42buddy","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sheratan095.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-29T03:29:31.000Z","updated_at":"2025-06-30T14:37:53.000Z","dependencies_parsed_at":"2025-01-23T15:26:09.090Z","dependency_job_id":"f08d9a28-106f-4820-9681-e88175601481","html_url":"https://github.com/Sheratan095/42Buddy","commit_stats":null,"previous_names":["sheratan095/42buddy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sheratan095/42Buddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2F42Buddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2F42Buddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2F42Buddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2F42Buddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sheratan095","download_url":"https://codeload.github.com/Sheratan095/42Buddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2F42Buddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272139463,"owners_count":24880310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["42born2code","42header","42school","automation","typescript","vscode","vscode-extension"],"created_at":"2025-05-31T00:37:34.176Z","updated_at":"2026-03-03T01:37:29.986Z","avatar_url":"https://github.com/Sheratan095.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./Imgs/robot-dog.png\"  width=\"150\" height=\"150\"/\u003e\r\n\u003c/p\u003e\r\n\r\n# 42 BUDDY\r\n\r\nA vscode extension to help all [42](https://42.fr/) students during their path in the school\r\n\r\nVs code marketplace link: [Sheratan.42buddy](https://marketplace.visualstudio.com/items?itemName=Sheratan.42buddy)\r\n\r\nGitHub profile: [Sheratan095](https://github.com/Sheratan095)\r\n\r\n42 intra profile: [Maceccar](https://profile.intra.42.fr/users/maceccar)\r\n\r\n\u003cbr\u003e\r\n\r\n## Configuration\r\n\r\nTo configure the extension, access the configuration panel in the sidebar. You can set your username, email, and choose which file types should have headers automatically placed.\r\n\r\n\u003cbr\u003e\r\n\r\n## Features\r\n\r\n  * [Header placer](#header-placer)\r\n  * [Count lines](#count-lines)\r\n\r\n\u003cbr\u003e\r\n\r\n\r\n\r\n\r\n\r\n### Header placer\r\n\r\nThis feature inserts a 42 header in .c, .h, .cpp, and .hpp files.\r\n\r\nYou can chose to don't place 42 header in .cpp and .hpp files from the settings\r\n\r\nIt can be activated by:\r\n- Buttons in sidebar menù\r\n- ctrl + shift + h : Inserts the header only in the currently open file\r\n- ctrl + h : Inserts the header recursively in all files within the first folder of the workspace.\r\n\r\n**Note:** The `Updated` timestamp in the header reflects the time when the header was last placed and not when the code has been modified last time.\r\n\r\n\u003cbr\u003e\r\n\r\n``` C\r\n/* ************************************************************************** */\r\n/*                                                                            */\r\n/*                                                        :::      ::::::::   */\r\n/*   prova.c                                            :+:      :+:    :+:   */\r\n/*                                                    +:+ +:+         +:+     */\r\n/*   By: marvin \u003cmarvin@student.42firenze.it\u003e       +#+  +:+       +#+        */\r\n/*                                                +#+#+#+#+#+   +#+           */\r\n/*   Created: 2024/04/09 11:28:30 by marvin            #+#    #+#             */\r\n/*   Updated: 2024/04/09 11:36:17 by marvin           ###   ########.fr       */\r\n/*                                                                            */\r\n/* ************************************************************************** */\r\n```\r\n\r\n\u003cbr\u003e\r\n\r\n\r\n\r\n\r\n\r\n### Count lines\r\n\r\nThis feature analyzes the source code to identify all function definitions and calculates the number of lines each function occupies.\r\n\r\n``` C\r\nvoid\t42(void)\r\n{\r\n\r\n\tprintf(\"42\\n\");\r\n\r\n}\r\n――― 3 FUNCTION LINES ―――\r\n```\r\n\r\n\r\nIf there is no line after the closing bracket, the message will be placed on the last available line.\r\n\r\n``` C\r\nvoid\t42(void)\r\n{\r\n\r\n\tprintf(\"42\\n\");\r\n\r\n}――― 3 FUNCTION LINES ―――\r\n```\r\n\r\n\u003cbr\u003e\r\n\r\n## TABLE OF CONTENT\r\n\r\n- [42 BUDDY](#42-buddy)\r\n  - [Configuration](#configuration)\r\n  - [Features](#features)\r\n    - [Header placer](#header-placer)\r\n    - [Count lines](#count-lines)\r\n  - [TABLE OF CONTENT](#table-of-content)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheratan095%2F42buddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheratan095%2F42buddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheratan095%2F42buddy/lists"}