From 33f4335d267f2c25057921509f99ee3f56f2aeb9 Mon Sep 17 00:00:00 2001 From: sneha-khairnar Date: Fri, 18 Jul 2025 11:20:06 +0530 Subject: [PATCH 1/3] git addition --- .vscode/c_cpp_properties.json | 18 +++++++++++ .vscode/launch.json | 24 ++++++++++++++ .vscode/settings.json | 59 +++++++++++++++++++++++++++++++++++ Sneha/1.c | 0 4 files changed, 101 insertions(+) create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/launch.json create mode 100644 .vscode/settings.json create mode 100644 Sneha/1.c diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..ec6c16d --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "name": "windows-gcc-x64", + "includePath": [ + "${workspaceFolder}/**" + ], + "compilerPath": "C:/Users/Sneha/scoop/apps/gcc/current/bin/gcc.exe", + "cStandard": "${default}", + "cppStandard": "${default}", + "intelliSenseMode": "windows-gcc-x64", + "compilerArgs": [ + "" + ] + } + ], + "version": 4 +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2a05a02 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,24 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "C/C++ Runner: Debug Session", + "type": "cppdbg", + "request": "launch", + "args": [], + "stopAtEntry": false, + "externalConsole": true, + "cwd": "c:/Users/Sneha/Desktop/sneha/base-project/Sneha", + "program": "c:/Users/Sneha/Desktop/sneha/base-project/Sneha/build/Debug/outDebug", + "MIMode": "gdb", + "miDebuggerPath": "gdb", + "setupCommands": [ + { + "description": "Enable pretty-printing for gdb", + "text": "-enable-pretty-printing", + "ignoreFailures": true + } + ] + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..bb879da --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,59 @@ +{ + "C_Cpp_Runner.cCompilerPath": "gcc", + "C_Cpp_Runner.cppCompilerPath": "g++", + "C_Cpp_Runner.debuggerPath": "gdb", + "C_Cpp_Runner.cStandard": "", + "C_Cpp_Runner.cppStandard": "", + "C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat", + "C_Cpp_Runner.useMsvc": false, + "C_Cpp_Runner.warnings": [ + "-Wall", + "-Wextra", + "-Wpedantic", + "-Wshadow", + "-Wformat=2", + "-Wcast-align", + "-Wconversion", + "-Wsign-conversion", + "-Wnull-dereference" + ], + "C_Cpp_Runner.msvcWarnings": [ + "/W4", + "/permissive-", + "/w14242", + "/w14287", + "/w14296", + "/w14311", + "/w14826", + "/w44062", + "/w44242", + "/w14905", + "/w14906", + "/w14263", + "/w44265", + "/w14928" + ], + "C_Cpp_Runner.enableWarnings": true, + "C_Cpp_Runner.warningsAsError": false, + "C_Cpp_Runner.compilerArgs": [], + "C_Cpp_Runner.linkerArgs": [], + "C_Cpp_Runner.includePaths": [], + "C_Cpp_Runner.includeSearch": [ + "*", + "**/*" + ], + "C_Cpp_Runner.excludeSearch": [ + "**/build", + "**/build/**", + "**/.*", + "**/.*/**", + "**/.vscode", + "**/.vscode/**" + ], + "C_Cpp_Runner.useAddressSanitizer": false, + "C_Cpp_Runner.useUndefinedSanitizer": false, + "C_Cpp_Runner.useLeakSanitizer": false, + "C_Cpp_Runner.showCompilationTime": false, + "C_Cpp_Runner.useLinkTimeOptimization": false, + "C_Cpp_Runner.msvcSecureNoWarnings": false +} \ No newline at end of file diff --git a/Sneha/1.c b/Sneha/1.c new file mode 100644 index 0000000..e69de29 From c0080873fb67c12bfcdbddf4c035987646443673 Mon Sep 17 00:00:00 2001 From: sneha-khairnar Date: Fri, 18 Jul 2025 11:53:07 +0530 Subject: [PATCH 2/3] first JS commmit --- Sneha/1.c | 0 Sneha/1.js | 1 + 2 files changed, 1 insertion(+) delete mode 100644 Sneha/1.c create mode 100644 Sneha/1.js diff --git a/Sneha/1.c b/Sneha/1.c deleted file mode 100644 index e69de29..0000000 diff --git a/Sneha/1.js b/Sneha/1.js new file mode 100644 index 0000000..1753aa2 --- /dev/null +++ b/Sneha/1.js @@ -0,0 +1 @@ +console.log("shnitzel") \ No newline at end of file From 96da8f2ccf6b778e6e9b5ddc4796844f909a8f17 Mon Sep 17 00:00:00 2001 From: sneha-khairnar Date: Fri, 18 Jul 2025 11:54:58 +0530 Subject: [PATCH 3/3] sneha --- Sneha/1.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sneha/1.js b/Sneha/1.js index 1753aa2..a3525c0 100644 --- a/Sneha/1.js +++ b/Sneha/1.js @@ -1 +1,2 @@ -console.log("shnitzel") \ No newline at end of file +console.log("shnitzel") +//SNEHA \ No newline at end of file