42siliconvalley

There are 71 repositories under 42siliconvalley topic.

  • asarandi/n-puzzle

    My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes

    Language:Python24316
  • asarandi/gbmu

    my gameboy emulator

    Language:C23101
  • asarandi/42-corrections-bot

    parses your intra page and sends a slack notification (and/or sms) when you have a correction

    Language:Python16215
  • JemWritesCode/42-Fillit

    Algorithms - Fit tetris pieces into the smallest square possible using recursive backtracking.

    Language:C16104
  • hugohow/42-work

    A lot of C projects :sunrise:

    Language:C6200
  • asarandi/famine

    cross platform elf64/macho64 binary infector

    Language:Assembly4202
  • asarandi/piscine_starfleet

    Learn how to learn again with Big(O) notation and other cool things

    Language:C3001
  • cub3D

    romanwrites/cub3D

    📦 Raycasting project inspired by "Wolfenstein 3D" (1992) video game

    Language:C3100
  • Sombre-Osmoze/42Manage

    iOS & WatchOS application to interact with 42's intranet

    Language:Swift3360
  • ZY1N/ft_printf

    Recreation of the C function printf

    Language:C3200
  • asarandi/dr_quine

    This small algo project allows you to tackle the problems of self-replication, and confronts you with the recursion theorem of Kleene!

    Language:Assembly2000
  • qst0/42_Subjects

    All Subjects of 42 School

    Language:ASP2100
  • asarandi/darkly

    this project is an introduction to web application security

    Language:Python1001
  • asarandi/ft_p

    This introductory project on UNIX network programming prompts you to create a client-server offering identical services to ftp. Bonus: respect the standard to be interoperable with existing tools!

    Language:C100
  • asarandi/nm_otool

    Parse the format of the MacOS executables and understand how the kernel launches the binaries, by rewriting these two system tools. Essential for all those who want to make security, this project is more generally an opening on the UNIX culture system.

    Language:C100
  • asarandi/rainfall

    Rainfall is a challenge iso slightly more complex than Snow Crash that will plunge you into the intricacies of reverse engineering and teach you to rebuild a code and understand its operation to find the flaws. Can you reach the last level?

    Language:GDB100
  • asarandi/woody-woodpacker

    simple elf64 encryptor

    Language:C1101
  • bgoncharov/42_Exam_C

    42 Exam C for pisciners and cadets. Good luck ✊

    Language:C1000
  • hugohow/Taskmaster

    Another node.js process manager 🔖

    Language:JavaScript1100
  • khodizoda/42_ft_printf

    42_Project: ft_printf (new curriculum). The aim of the project is to recode the libc’s printf function.

    Language:C1100
  • khodizoda/42_ft_server

    42_Project: ft_server (new curriculum). The aim of the project is to learn automation, the "docker" technology and use it to install a complete web server. This server will run multiple services: Wordpress, phpMyAdmin, and a SQL database.

    Language:PHP1100
  • ZY1N/Hardware-Piscine

    Hardware Piscine at 42Robolab including sketching, 3d modeling, and making API

  • jersson/c-problems

    How can I solve C problems using the least amount of resources?

    Language:C0300
  • khodizoda/42_get_next_line

    42_Project: GNL (new curriculum). The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor.

    Language:C0101
  • khodizoda/42_libft

    42_Project: Libft (old curriculum). The purpose of the project is to re-code C library functions.

    Language:C0100
  • khodizoda/sudoku_solver

    sudoku_solver is a program, that solves any valid sudoku board using recursive backtracking.

    Language:C0200
  • PocketPiggy/42-silicon-valley-info

    Website of collected information regarding 42 Silicon Valley/42sv.

    Language:JavaScript0000
  • psprawka/Minishell

    My personal shell with process creation and synchronisation in C - first of three shell projects in UNIX branch at 42🥉🤓

    Language:C0000
  • svetkrasin/Libft

    Libft is a minimalistic subset of the standard C library and some nonstandard functions. Implementation of the GNU C Library for Embedded Systems.

    Language:C0200
  • VictoriaNguyenMD/42_Silicon_Valley

    My journey as a July 2019 pisciner and September 2019 cadet.

    Language:C0100
  • yetmine/get_next_line

    Function in C language that returns a line read from a file descriptor. Developed as a part of syllabus of 42 Silicon Valley.

    Language:C0100
  • yetmine/libft

    C language library that contains libc and other useful functions. Developed as a part of syllabus of 42 Silicon Valley.

    Language:C0100
  • ZY1N/ft_libft

    Language:C10