Skip to content
Snippets Groups Projects
Commit a8ac9f0d authored by Nisa Thomas's avatar Nisa Thomas
Browse files

Merge branch 'NIsA' into 'master'

thomas_nisa

See merge request !2
parents ca94a04e c75d82dd
No related branches found
No related tags found
1 merge request!2thomas_nisa
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "gcc - Build and debug active file",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
"preLaunchTask": "C/C++: gcc build active file",
"miDebuggerPath": "/usr/bin/gdb"
}
]
}
\ No newline at end of file
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "C/C++: gcc build active file",
"command": "/usr/bin/gcc",
"args": [
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
\ No newline at end of file
File added
damn/toerase 100644 → 100755
File mode changed from 100644 to 100755
"Letter", "Frequency", "Percentage"
"A", 24373121, 8.1
"B", 4762938, 1.6
"C", 8982417, 3.0
"D", 10805580, 3.6
grep X data.csv | cut -d ',' -f 3
script executé
toget 0 → 100644
File added
Ce gars est une flêche
Attention peut-être y-a-t-il un piège ? Avez vous pensé à effacer TOUS les fichier se terminant par .txt ?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment