Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS631-Project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Meet Narendra
CS631-Project
Commits
8eb604b9
Commit
8eb604b9
authored
Nov 29, 2022
by
Meet Narendra
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
YOLOV2
parent
e5d7be09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
8eb604b9
...
@@ -17,7 +17,7 @@ Look for following tags
...
@@ -17,7 +17,7 @@ Look for following tags
/* CS631 end */
/* CS631 end */
```
```
###File Structure:
###
File Structure:
```
```
<22m0742_22m0752>
<22m0742_22m0752>
...
@@ -30,13 +30,13 @@ Look for following tags
...
@@ -30,13 +30,13 @@ Look for following tags
```
```
###Tasks:
###
Tasks:
1.
Storing logs of incoming user queries for later use on making a decision whether to create an index or not.
1.
Storing logs of incoming user queries for later use on making a decision whether to create an index or not.
2.
Creating a daemon process like a cron job for the database which runs regularly to check whether indexes need to be created or not.
2.
Creating a daemon process like a cron job for the database which runs regularly to check whether indexes need to be created or not.
3.
Building up logic for the daemon process to decided whether indexes need to be created or deleted.
3.
Building up logic for the daemon process to decided whether indexes need to be created or deleted.
###Cautions:
###
Cautions:
1.
Installing worker module correctly and updating makefiles.
1.
Installing worker module correctly and updating makefiles.
2.
Accessing uninitialized or modifying static memory.
2.
Accessing uninitialized or modifying static memory.
3.
Recursive loops inside code.
3.
Recursive loops inside code.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment