Giter VIP home page Giter VIP logo

interview-assignment-intern-basic's Introduction

Interview Assignment - Intern - Basic

實習生面試前作業(基本題)

流程

  1. 請複製這個 repo 到自己的帳號下,然後將自己的 repo 設為 private,請勿公開自己的答案
  2. 邀請我成為 collaborator
  3. 每個題目分別開 branch 並建立 Pull Request
    • 開始開發,嘗試看看寫出自己最滿意的版本
    • 每一題題目做完後在 Pull Request 中 tag 我並簡述開發狀況、心得(請勿自行 merge)
  4. 全都完成後,請將自己加入 英雄榜

內容

  • 每一題分別開子目錄,以題號開頭。例: 1-1a2b/
  • 請包含專案需要的基本檔案,比如 .gitignore 和 README 等等任何所需檔案
  • README 裡須將執行方法說明清楚

其他規定

  • 須能在 Ubuntu Linux 18.04 64bit Desktop 環境執行
  • 做完 README 中敘述的基本準備後,程式必須要可以直接執行、顯示。
    • 例:chmod +x 檔案名稱 後,可以用 ./檔案名稱 直接執行。
    • 若有特殊情形,請提出討論。

題目:(題號. 題目名稱 - 時限)

  1. 1A2B 遊戲,電腦出題,讓玩家猜 - 1 day
  2. 細胞自動機 Cellular automaton - 2 days
  3. RESTful API server - 5 days
    • 新使用者可透過 API 註冊、更新自己資料
    • 使用者可以新增修改刪除自己的寵物
    • 附上 OpenAPI (Swagger) yaml 檔
  4. Crawler - 5 days
    • 抓取頁面 很厲害的頁面
    • 取出由 README.md 宣染成 html 的部份
    • 存檔 子目錄名稱/頁面當按名稱-epoch時間(單位 ms).檔案格式 ,例 abc/README-1585469575123.html
    • 分析頁面內容產生一個 json 存為 子目錄名稱/頁面名稱-epoch時間.檔案格式.json
    {
      url: "原始 url",
      filename: "存檔的檔名"
      content_urls: [
        {
          text: "頁面中的對外鍊結某某某 1",
          link: "the url"
        },
        {
            text: "頁面中的對外鍊結某某某 2",
            link: "the url"
        }
      ],
      content_structure: {
        頁面結構
      }
    }
    
    • 頁面結構
    H1 text
      |-> paragraph1 content
      |-> paragraph2 content
      |-> H2 text
        |-> paragraph1 content
        |-> paragraph2 content
        |-> H3 text
            |-> paragraph1 content
            |-> paragraph2 content
        ...
    

Coding

Code Quality

Please install these vscode extension:

and add these file into your code workspace root:

Collaboration

Tools

interview-assignment-intern-basic's People

Contributors

bluet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.