Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
parthmaheshwari committed Mar 10, 2020
0 parents commit 92b5cd0
Show file tree
Hide file tree
Showing 31 changed files with 13,555 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Minor2.cbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Minor2" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/Minor2" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add directory="C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc/mingw32/4.9.2/include" />
</Compiler>
<Linker>
<Add library="C:/Program Files (x86)/CodeBlocks/MinGW/lib/libmysql.a" />
<Add library="C:/Users/Parthmaheswari/Downloads/Library_Files/Library Files/mysqlfileimportexport.lib" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/Minor2" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="Start.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>
62 changes: 62 additions & 0 deletions Minor2.depend
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# depslib dependency file v1.0
1446667744 source:c:\users\parthmaheswari\documents\c language\minor2\main.cpp
<iostream>

1526219939 source:c:\users\parthmaheswari\documents\c language\minor2\start.cpp
<iostream>
<windows.h>
<mysql.h>
<string.h>
<fstream>
<cmath>
<cstdlib>
<cstring>
<algorithm>
"stemming/english_stem.h"

1475890966 c:\users\parthmaheswari\documents\c language\minor2\stemming\english_stem.h
"stemming.h"

1475890966 c:\users\parthmaheswari\documents\c language\minor2\stemming\stemming.h
<algorithm>
"../indexing/string_util.h"
"../indexing/common_lang_constants.h"

1475890966 c:\users\parthmaheswari\documents\c language\minor2\indexing\string_util.h
<cstdio>
<cstdlib>
<memory>
<cwctype>
<cctype>
<cstring>
<cwchar>
<cstddef>
<string>
<functional>
<cassert>
<clocale>
<stdexcept>
"common_lang_constants.h"
"../utilities/safe_math.h"
"../utilities/utilities.h"
"../utilities/debug_logic.h"

1475890966 c:\users\parthmaheswari\documents\c language\minor2\indexing\common_lang_constants.h
<cwctype>

1475890966 c:\users\parthmaheswari\documents\c language\minor2\utilities\safe_math.h
<cmath>
<cassert>
<functional>

1475890966 c:\users\parthmaheswari\documents\c language\minor2\utilities\utilities.h
<algorithm>
<functional>
<cmath>
<cassert>

1475890966 c:\users\parthmaheswari\documents\c language\minor2\utilities\debug_logic.h
<iostream>
<fstream>
<iterator>

10 changes: 10 additions & 0 deletions Minor2.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<FileVersion major="1" minor="0" />
<ActiveTarget name="Debug" />
<File name="Start.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="-5" zoom_2="0">
<Cursor>
<Cursor1 position="7861" topLine="274" />
</Cursor>
</File>
</CodeBlocks_layout_file>
Loading

0 comments on commit 92b5cd0

Please sign in to comment.