Note
This guide is mostly outdated, I'd recommend using gigot instead.
ssh-keygen
| #include "dataframe.h" | |
| #include <string.h> | |
| #include <stdio.h> | |
| int main(int argc, char **argv) | |
| { | |
| dataframe_t *df = df_read_csv(argv[1], ";"); | |
| if (df == NULL) { | |
| printf("df data is NULL.\n"); |
Note
This guide is mostly outdated, I'd recommend using gigot instead.
ssh-keygen
| #!/usr/bin/env bash | |
| ## Calculate the PASV port of an FTP server | |
| ## | |
| ## Example: | |
| ## ./ftppasv "227 Entering Passive Mode (0,0,0,0,148,75)" | |
| ## ./ftppasv 148 75 | |
| ## | |
| ## Automatically calculate 148 * 256 + 75. | |
| ## Should echo "37963" |
| # Modified from https://github.com/Davphla/clang-format-epitech | |
| --- | |
| BasedOnStyle: LLVM | |
| AccessModifierOffset: 0 | |
| AlignAfterOpenBracket: DontAlign | |
| AlignArrayOfStructures: None | |
| AlignConsecutiveAssignments: None | |
| AlignConsecutiveBitFields: None | |
| AlignConsecutiveDeclarations: None | |
| AlignConsecutiveMacros: None |
| ! https://trello.com | |
| trello.com##.XA_AGbPTHcOX1p.kQYA_9fGgY1n4Y | |
| ||d2k1ftgv7pobq7.cloudfront.net/images/backgrounds/gradients/snow.svg$image | |
| trello.com##.romvw9Ewjj9lXM | |
| trello.com##.txKTE2jwaHnlXT | |
| ! https://github.com | |
| github.com##.AppHeader-buttonRight.AppHeader-button.Button--medium.Button--secondary.Button--iconOnly.Button | |
| github.com##.AppHeader-buttonLeft.AppHeader-button.Button--medium.Button--secondary.Button--iconOnly.Button | |
| github.com##copilot-dashboard-entrypoint |