An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: common-core

MarkosComK/42-Common-Core-Guide

This guide serves as your trusty sidekick through the thrilling Common Core phase at 42 School. Brace yourself for an immersive project-based journey as you conquer C & C++ fundamentals and lay the groundwork for your programming mastery.

Size: 12.7 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 24 - Forks: 3

f-corvaro/NETPRACTICE

"Master the essentials of network configuration and troubleshooting."

Size: 5.2 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

Kuninoto/42_pipex

A simple C program that replicates the UNIX pipe functionality - introduction to Inter Process Communication (IPC)

Language: C - Size: 1.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

LuizGandra/born2beroot-42

Born2beroot is a system administration project from the 42 São Paulo Common Core curriculum. It involves configuring a secure virtual machine with Debian or Rocky Linux, featuring SSH, sudo, UFW, and a monitoring script.

Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

LuizGandra/minitalk-42

Minitalk is a signal-based communication system developed as part of the 42 São Paulo Common Core curriculum. It features a server and client exchanging messages via UNIX signals, with a bonus version including acknowledgment.

Language: C - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LuizGandra/ft-printf-42

ft_printf is a custom implementation of the C printf() function, developed as part of the 42 São Paulo Common Core curriculum. It supports basic format specifiers (cspdiuxX%) and bonus flags (#, + and space) via a static library.

Language: C - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LuizGandra/libft-42

Libft is a custom C library developed as part of the 42 São Paulo Common Core curriculum. It features reimplementations of standard C functions (e.g., ft_strlen, ft_memcpy), additional utilities (e.g., ft_substr, ft_split), and bonus linked list functions.

Language: C - Size: 104 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LuizGandra/get-next-line-42

Get Next Line is a C function developed as part of the 42 São Paulo Common Core curriculum. It reads lines from a file descriptor, supporting both files and standard input, with a bonus version handling multiple file descriptors concurrently.

Language: C - Size: 46.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

JNTHNN/Philosophers

19's Project - Philosophers / Threads - Mutex - Process

Language: C - Size: 1.3 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

marineks/42_Philosophers

Prompt : The aim of this project is to learn the basics of threading a process, how to make threads and discover the mutex.

Language: C - Size: 1.24 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

josephcheel/42-Cursus-Curriculum

My projects and progress on 42 Cursus

Size: 1.67 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MarkosComK/42-Printf

This project implements a custom function, ft_printf, that mimics the behavior of the standard C library function printf. ft_printf takes a format string and optional arguments, formats the output based on specifiers within the format string, and prints the result.

Language: C - Size: 332 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

RogerioLS/Mini_Talk-42sp

This is a 42 project. Create a data exchange between server and client with UNIX signals.

Language: C - Size: 59.6 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

richardmarcela/42-minitalk

This is a 42 project. Create a data exchange between server and client with UNIX signals.

Language: C - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

anagmrebelo/42_minishell

Recreate a simple shell

Language: C - Size: 6.94 MB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

anagmrebelo/42_philosophers

Precisely time a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger

Language: C - Size: 12.7 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anagmrebelo/42_minitalk

Small data exchange program using UNIX signals

Language: C - Size: 3.97 MB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anagmrebelo/42_so_long

Small 2D game using minilibx library

Language: C - Size: 122 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

anagmrebelo/42_push_swap

Sort data on a stack, with a limited set of instructions, and the smallest number of moves

Language: C - Size: 42 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anagmrebelo/42_get_next_line

Recode function getline() of C Standard Library

Language: C - Size: 5.86 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anagmrebelo/42_ft_printf

Recode function printf of C Standard Library

Language: C - Size: 23.4 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anagmrebelo/42_libft

Personal library - Recode most common functions of C Standard Library

Language: C - Size: 12.7 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

tolmvad/get_next_line

Ecole 42 project

Language: C - Size: 1.23 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

it21208/Experiments-with-CLEF-and-TREC-CommonCore

Some Python scripts and Java classes to make several open source toolkits to work with CLEF (PubMed docs) and TREC Common Core datasets. The code developed aimed to improve document classification by exploring some pretrained word embeddings like BERT and PubMedBERT and to investigate a Semantic search approach incorporating the Sentence-BERT model for both datasets.

Language: Python - Size: 269 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0