Out of Space Company

@0r2

biiiii-booooooooooo

Public team

Community (0)
No community contribution yet

Joined on Jan 25, 2022

  • InnoServe 專題競賽 :::success ::: :::info Member(8): 張淙瑜 陳以芯
     Like  Bookmark
  •  Like  Bookmark
  • 飯粒就要吃乾淨 2024 四資迎新網站 2024 六系宿營網站 2024 資工系費網站 架站平台: CloudFlare Pages X Github Repo 資料庫: Firebase- Realtime Database
     Like  Bookmark
  • :::success Table of Content ::: Python 環境安裝 選擇"自定義安裝" 照著圖片的內容去勾選
     Like  Bookmark
  • Installation: yt-dlp 下載位置-Github往下滑到 Asset 點擊 yt-dlp.exe 下載 將下載好的.exe檔放入你最最最喜歡的位置 (建議放入C:/) ffmpeg 下載位置-ffmpeg官網(?往下滑到 Release Build選擇essential , full 版本下載 下載完後將壓縮檔放在與yt-dlp.exe相同路徑的資料夾架並解壓縮
     Like  Bookmark
  • st=>start: Start e=>end: End: Connect=>operation: Connect to the Site:>http://mov1e.myddns.me/[blank] Redirect=>parallel: Redirect(./index.html-> ./template/index.html) homePage=>subroutine: Home Page(index.html) introPage=>subroutine: Intro Page(intro.html) aboutPage=>subroutine: About Page(about.html) AddNewComment=>subroutine: Add New Comment ReadComment=>subroutine: Read Exist Comment
     Like  Bookmark
  • :::success Table of Contents ::: Variable vs. Simple Operator Zero Judged483. hello, world:::spoiler 內容 <br>Hello, World程式指的是只在計算機螢幕上輸出「Hello, World!」(意為「世界,你好!」)這行字元串的計算機程式。一般來說,這是每一種計算機程式語言中最基本、最簡單的程式,亦通常是初學者所編寫的第一個程式。它還可以用來確定該語言的編譯器、程式開發環境,以及執行環境是否已經安裝妥當。將輸出字元串 "Hello World" 作為第一個範例程式,現在已經成為程式語言學習的傳統。該程式因 Brian Kernighan 和丹尼斯·里奇(Dennis M. Ritchie)所著的計算機程式設計教程《C語言程式設計》(The C Programming Language)中使用而廣泛流傳;但這本書並不是 "Hello World" 的濫觴,雖然這是一個普遍存在的錯誤認知。「Hello World」範常式式最早出現於 1972 年,由貝爾實驗室成 員 Brian Kernighan 撰寫的內部技術文件《Introduction to the Language B》之中。不久同作者於 1974 年所撰寫的《Programming in C: A Tutorial》,也延用這個範例;而以本文件擴編改寫的《C語言程式設計》也保留了這個範例程式。起初,"hello, world" 程式的標準列印內容必須滿足「全小寫,無驚嘆號,逗點後需空一格」。不過沿用至今,完全恪守傳統的反而罕見。::: :::spoiler 輸入說明
     Like  Bookmark
  • :::info ::: What's Git? Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Reference Sheet Expert from NESI
     Like  Bookmark
  • :::info ::: Introduction :file_cabinet: What is HackMD ? Official-Site <br>
     Like  Bookmark
  • :::info ::: 10-FastFingers :crossed_fingers: :link: 10-FastFingers Link :::warning Some screenshots resource :pouting_cat:
     Like  Bookmark
  • :::success ::: isPrime? import math inp = int(input('Is this prime?\n> ')) isPrime=True for i in range(2, int(math.sqrt(inp))+1):
     Like  Bookmark
  • :::success ::: import asyncio import time def reset(): now = time.time() return now
     Like  Bookmark
  • :::success Content [TOC] ::: 資料結構 int
     Like  Bookmark
  • 20170304-2 #include<bits/stdc++.h> #define ll long long #define fastio ios::sync_with_stdio(0), cin.tie(0), cout.tie(0) using namespace std; signed main(){ fastio; vector<ll> tracked, homie;
     Like  Bookmark
  • :::success Table of Content [TOC] ::: Risk 竊聽 (eavesdrop)
     Like  Bookmark
  • :::success Table of Content [TOC] ::: 網路伺服器 (Web Server) 概說 > 定義 硬體 (Hardware)
     Like  Bookmark
  • :::success Table of Content [TOC] ::: 基礎密碼學 要件 機密性(Confidentiality)
     Like  Bookmark
  • :::success [TOC] ::: Basic Display present working location # print work directory pwd
     Like  Bookmark
  • #include<bits/stdc++.h> #define spdup ios::sync_with_stdio(0),cin.tie(0) #define ll long long using namespace std; vector<ll> a={1,3,5,7,9,11}; //origin value array vector<ll> segTree(100,-1); //segment tree array ll len=6; //array size void build(ll tl,ll tr,ll node){ // tl = array left , tr = array right , node = segTree index
     Like  Bookmark
  • Problem 01 Problem Arrangement: Input : n : 陣列長度 D : 判斷值 a[i] : 價格 條件 : 根據題目所給的股票價格陣列,判斷可獲利總額
     Like  Bookmark