TimothyLe / adnetic-cmpe130

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 59.7%Language:Java 19.4%Language:JavaScript 8.0%Language:HTML 6.1%Language:C 4.5%Language:Ruby 1.3%Language:CSS 0.9%