mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-10 02:56:54 +00:00
[PR #1462] [CLOSED] recuperacion #2062
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1462
Author: @Pabloxocio
Created: 3/5/2025
Status: ❌ Closed
Base:
master← Head:cleanup📝 Commits (5)
40aefeaSquashing commitsbbf7fbbchore: add the linter to a separate Python script (#1272)f5799e8fix: add missingincludein CMakeLists #942 (#1285)a81d63eExamen de EED309e4c5feat: use directory workflow from thescriptsrepository (#1278)📊 Changes
21 files changed (+628 additions, -135 deletions)
View changed files
📝
.github/workflows/awesome_workflow.yml(+4 -49)➕
.github/workflows/directory_writer.yml(+29 -0)📝
.github/workflows/leetcode_directory_writer.yml(+3 -3)📝
.gitignore(+1 -0)📝
CMakeLists.txt(+7 -8)📝
DIRECTORY.md(+2 -0)📝
README.md(+1 -1)📝
client_server/CMakeLists.txt(+19 -11)➕
client_server/bool.h(+55 -0)➕
client_server/fork.h(+298 -0)📝
client_server/remote_command_exec_udp_client.c(+14 -5)📝
client_server/remote_command_exec_udp_server.c(+14 -5)📝
client_server/tcp_full_duplex_client.c(+18 -4)📝
client_server/tcp_full_duplex_server.c(+26 -5)📝
client_server/tcp_half_duplex_client.c(+14 -5)📝
client_server/tcp_half_duplex_server.c(+14 -5)📝
developer_tools/min_printf.h(+5 -1)📝
dynamic_programming/matrix_chain_order.c(+58 -30)📝
graphics/CMakeLists.txt(+1 -1)➕
scripts/file_linter.py(+40 -0)...and 1 more files
📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.