Nothing Special   »   [go: up one dir, main page]

Skip to content

The Adnetic advertisement searching project for company websites developed in the CmpE 130 Advanced Algorithms course

License

Notifications You must be signed in to change notification settings

TimothyLe/adnetic-cmpe130

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adnetic-cmpe130

The Adnetic advertisement searching project for company websites developed in the CmpE 130 Advanced Algorithms course

Adnetic Link

To compile

  1. Git clone this repository git clone https://github.com/TimothyLe/adnetic-cmpe130.git
  2. Change to that directory cd adnetic-cmpe130
  3. Change to the following directories .\src\archive\working-code\

For Windows users

(make sure you have MinGW and GCC)

  1. Run g++ -g -Wall .\main.cpp -o MAIN
  2. Then after compiling, you can reference the executable by calling MAIN or .\MAIN.exe
  3. Standard output shall be displayed and you can call the .exe unlimited times afterwards

For Mac users

(We used XCode which can be downlaoded from the App Store)

  1. Import scheme into .xcodeproj
  2. Select the scheme
  3. Ctrl + B to Build the scheme
  4. Ctrl + R to Run the scheme
  5. Standard output will be displayed in the console window

Expected output

AdNetic Results

References

Quick Git tutorial made by Timothy

Pushing to github from the command line

Git tutorial in under 20 minutes

About

The Adnetic advertisement searching project for company websites developed in the CmpE 130 Advanced Algorithms course

Resources

License

Stars

Watchers

Forks

Packages

No packages published