-
small log dump from may 21–23
I didn’t plan for it, but I kind of disappeared into my terminal for a few days. I just kept pushing school back and told myself “I’ll go tomorrow” since Wednesday. It’s Friday now. I *swear* I’ll go tomorrow. Anyway here’s what happened while I was in that weird productive hole. shell & dotfiles stuff…
-
C Signals
Alright, for this next project, I think I’ll need to dive into the UNIX signals library. Using these signals, I can get the PID (Process ID) with the getpid() function. This number allows me to send signals to the program. For example, I noticed that in the terminal I can use kill -USR1 <PID> to…
-
Boarn Tu Bi Rut
So for this project I need to set up an operating system on a virtual machine. The chosen OS is Debian. Installation is quite understandable, just check the size of the drive because we only have 5GB free space. I started following this helper: https://github.com/chlimous/42-born2beroot_guide?tab=readme-ov-file I couldn’t select (it wasn’t displaying) the guided partition to…
-
14.05
Welcome back, today I will try to get enough evaluation points. I’ve opened my time slots in such a way that it’s separated over the day and not one single giant block. I hope I get more evaluation points ! If I get enough of those, I will test my printf and getnextline. Now I’ll…
-
get_next_line
I’m currently having a problem that the ‘read’ function, reads after the EOF, so he reads it two times when no newline is found. I’ve changed the ‘free_buffer’ method to make a cleaner copy of the buffer.
-
Back at school
Hey, I’ve just came to school like 1h ago. Didn’t do much apart from fixing my repos and fixing the NULL problem in printf. Now I should be working on get_next_line and also get some evaluation points. Wish me luck !! I should check out more about remote in git. I think it’s like pushing…
-
Github README’s
I forgot to say, I’ve added some better README’s to the 4 projects pinned in my GitHub account. That means to .dotfiles, libft, printf and get_next_line. I’ve explained the projects to chat gippity and asked him to write the readme’s, yes I have checked what he wrote. I’m just verry bad a writing documentation or…
-
Today is gonna be de day
Hellooo, so today I want to get some things done. First of all I would like to put the repositories from 42 into my git, so that I’ll be able to use the libft and printf in future projects !I’m probably going to school this evening so I’ll be late at school, pull a all…
-
Welcome to the new world
Hello everybody, I am FT_Leo, Leo, Carl or whatever you want to call me. I’m a small nobody who is currently studying software engineer. My main language isn’t English so if there are errors anywhere please tell or just don’t correct me. My plan with this blog is to post the shit I do. I…