JD

JD

偏向IT類的學習合集

看,搞計算機要學那麼多,泰褲辣。

共五部分
(一)、綜合性學習網站
(二)、IT 類別
(三)、語言學習類別
(四)、學習工具類
(五)、其他學習工具

(一)、綜合性學習網站

1、Coursera
地址:https://www.coursera.org/

2、該網站收集了 10 大分類免費的優質學習資源
地址:https://freelearninglist.org/

3、各大高校課程資源匯總地址
地址:https://studyhard.cf/

4、國內高校學習資源
地址:https://github.com/zb188/blog/blob/master/%E5%9B%BD%E5%86%85%E9%AB%98%E6%A0%A1%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%BA%90.md

5、日本最大的 MOOC 網站
地址:https://schoo.jp/

6、BiliBili 公開課目錄
地址:https://github.com/kunieone/OpenCourseCatalog

7、菜鳥教程 – 在線編程基礎自學教程網站
地址:https://www.runoob.com/

8、英語學習導航網站
地址:https://www.up-6.com/

免費書籍匯總
地址:https://github.com/lTbgykio/Books-Free-Books

化學元素周期表
https://periodic-table.tech/

https://periodic-table-pro.netlify.app/

(二)、IT 類別

1、計算機學習網站集合
地址:https://sanbuphy.github.io/p/%E6%88%91%E7%9A%84%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%AD%A6%E4%B9%A0%E7%BD%91%E7%AB%99%E9%9B%86%E5%90%88/

2、小林 x 圖解計算機基礎(SRC:@geekshare
(一系列圖解計算機基礎的電子書,包含圖解計算機網絡、操作系統、計算機組成、數據庫,共 1000 張圖 + 50 萬字)
地址:https://xiaolincoding.com/

阿秀的學習筆記:https://interviewguide.cn/

3、SEO:初學者完整指南
地址:https://ahrefs.com/zh/seo

4、公益性的學習編程開發的網站
網站包含互動式課程、視頻課程、文章等
涵蓋 Python、HTML、CSS、React、Vue、BootStrap、JSON 等教程
地址:https://www.freecodecamp.org/chinese/learn

5、Notion 筆記 - 計算機博物館
地址:https://www.notion.so/Computing-History-Hub-be72f307fc2e4b05abe3dc67eb937521

6、CS 自學指南
地址:https://csdiy.wiki/

7、技術術語計算機詞典
地址:https://techterms.com/

8、收錄 AI 工具的網站
https://www.futurepedia.io/

9、兩個收錄 AI 工具以及 AI 資源的網站
https://allthingsai.com/

https://www.futuretools.io/

boolv toolkit - 知名 AI 視頻營銷工具「布爾向量」旗下的圖片工具箱
地址 1:https://boolv.tech/toolkit
地址 2:https://boolv.tech/

10、Hugging Face—— 開源人工智能社區
https://huggingface.co/

GPT3-Demo 收集 GPT3 使用場景
https://gpt3demo.com/map

11、《Hello 算法》一本動畫圖解、能運行、可提問的數據結構與算法入門書
https://github.com/krahets/hello-algo

12、GitHub 最大的開源算法庫
地址:https://the-algorithms.com/zh_Hans

13、匯編語言通俗入門
https://github.com/pkivolowitz/asm_book

14、程序員海外工作 / 英文面試手冊
地址:https://github.com/eliaszon/Programmers-Overseas-Job-Interview-Handbook

15、計算機類別的電子書

<01>、新版 1000 多本計算機電子書免費下載
https://github.com/HeroHai/it-pdf-books

最新 1500 多本計算機電子書免費下載
地址:https://github.com/itdevbooks/pdf

超過 1000 本的計算機經典書籍分享
地址:https://github.com/forthespada/CS-Books

<02>、計算機安全類的電子書

Web Hacking 101 中文版
https://wizardforcel.gitbooks.io/web-hacking-101/content/

淺入淺出 android 安全 中文版
https://wizardforcel.gitbooks.io/asani/content/

Android 渗透测试学习手册 中文版
https://wizardforcel.gitbooks.io/lpad/content/

Kali Linux Web 渗透测试秘籍 中文版
https://wizardforcel.gitbooks.io/kali-linux-web-pentest-cookbook/content/

Linux exploit 開發入門
https://github.com/hardenedlinux/linux-exploit-development-tutorial

burpsuite 實戰指南
https://github.com/ionatain/BurpSuite-collections/blob/master/books/burpsuite%E5%AE%9E%E6%88%98%E6%8C%87%E5%8D%97.pdf

web 安全資料和資源列表
https://github.com/qazbnm456/awesome-web-security

sec-wiki 安全維基百科
https://sec-wiki.com/

<03>、網絡安全工具
001、fuzz 工具收集
https://github.com/ivanfratric/winafl

http://blog.topsec.com.cn/ad_lab/alphafuzzer/

http://llvm.org/docs/LibFuzzer.html

002、子域名枚舉
https://github.com/lijiejie/subDomainsBrute (經典的子域名爆破枚舉腳本)

https://github.com/ring04h/wydomain (子域名字典窮舉)

https://github.com/le4f/dnsmaper (子域名枚舉與地圖標記)

https://github.com/0xbug/orangescan (在線子域名信息收集工具)

https://github.com/TheRook/subbrute (根據 DNS 記錄查詢子域名)

https://github.com/We5ter/GSDF (基於谷歌 SSL 透明證書的子域名查詢腳本)

https://github.com/mandatoryprogrammer/cloudflare_enum (使用 CloudFlare 進行子域名枚舉的腳本)

https://github.com/18F/domain-scan (A domain scanner)

https://github.com/guelfoweb/knock (Knock Subdomain Scan)

https://github.com/Evi1CLAY/Cool ... Python/DomainSeeker (多方式收集目標子域名信息)

https://github.com/code-scan/BroDomain (兄弟域名查詢)

https://github.com/chuhades/dnsbrute (基於 dns 查詢的子域名枚舉)

003、web 應用掃描器
http://github.com/Arachni/arachni

004、web 應用安全掃描器框架
http://www.arachni-scanner.com

005、數據庫掃描、注入工具
https://github.com/sqlmapproject/sqlmap (注入工具之王 sqlmap)

https://github.com/0xbug/SQLiScanner (一款基於 SQLMAP 和 Charles 的被動 SQL 注入漏洞掃描工具)

https://github.com/stamparm/DSSS (99 行代碼實現的 sql 注入漏洞掃描器)

https://github.com/youngyangyang04/NoSQLAttack (一款針對 mongoDB 的攻擊工具)

https://github.com/Neohapsis/bbqsql (SQL 盲注利用框架)

https://github.com/NetSPI/PowerUpSQL (攻擊 SQLSERVER 的 Powershell 腳本框架)

https://github.com/WhitewidowScanner/whitewidow (又一款數據庫掃描器)

https://github.com/stampery/mongoaudit (MongoDB 審計及滲透工具)

https://github.com/commixproject/commix (注入點命令執行利用工具)

006、弱口令或信息洩漏掃描
https://github.com/lijiejie/htpwdScan (一個簡單的 HTTP 暴力破解、撞庫攻擊腳本)

https://github.com/lijiejie/BBScan (一個迷你的信息洩漏批量掃描腳本)

https://github.com/lijiejie/GitHack (.git 文件夾洩漏利用工具)

https://github.com/LoRexxar/BScanner (基於字典的目錄掃描小工具)

https://github.com/she11c0der/fenghuangscanner_v3 (各種端口及弱口令檢測,作者 wilson9x1,原地址失效)

https://github.com/ysrc/F-Scrack (對各類服務進行弱口令檢測的腳本)

https://github.com/Mebus/cupp (根據用戶習慣生成弱口令探測字典腳本)

https://github.com/RicterZ/genpAss (中國特色的弱口令生成器)

https://github.com/netxfly/crack_ssh (go 寫的協程版的 ssh\redis\mongodb 弱口令破解工具)

https://github.com/n0tr00t/Sreg (通過輸入 email、phone、username 的返回用戶註冊的所有互聯網護照信息)

https://github.com/repoog/GitPrey (GitHub 敏感信息掃描工具)

https://github.com/dxa4481/truffleHog (GitHub 敏感信息掃描工具,包括檢測 commit 等)

https://github.com/LandGrey/pydictor (暴力破解字典建立工具)

https://github.com/GDSSecurity/xxe-recursive-download (xxe 漏洞遞歸下載工具)

https://buer.haus/xxegen/ (xxe 在線生成利用工具)

007、物聯網設備掃描
https://github.com/rapid7/IoTSeeker (物聯網設備默認密碼掃描檢測工具)

https://github.com/shodan-labs/iotdb (使用 nmap 掃描 IoT 設備)

https://github.com/jh00nbr/Routerhunter-2.0 (路由器漏洞掃描利用)

https://github.com/reverse-shell/routersploit (路由器漏洞利用框架)

https://github.com/scu-igroup/telnet-scanner (telnet 服務密碼撞庫)

https://github.com/RUB-NDS/PRET (打印機攻擊框架)
008、XSS 掃描
https://github.com/shawarkhanethicalhacker/BruteXSS (Cross-Site Scripting Bruteforcer)

https://github.com/1N3/XSSTracer (A small python script to check for Cross-Site Tracing)

https://github.com/0x584A/fuzzXssPHP (PHP 版本的反射型 xss 掃描)

https://github.com/chuhades/xss_scan (批量掃描 xss 的 python 腳本)

https://github.com/BlackHole1/autoFindXssAndCsrf (自動化檢測頁面是否存在 XSS 和 CSRF 漏洞的瀏覽器插件)

009、企業網絡自檢
https://github.com/sowish/LNScan (詳細的內部網絡信息掃描器)

(三)、語言學習類別

外語學習簡明指南
https://wuyagege.substack.com/p/c51

1、全新的雅思學習網站,超 100 萬 / 年全球考生進行免費雅思自測水平。
地址:https://ieltsonlinetests.com/zh-hans

2、免費學習英語:
地址:https://www.myenglishpages.com/

3、從詞性開始 | 英語語法
地址:https://hzpt-inet-club.github.io/english-note/guide/grammar.html

《語法俱樂部》- 旋元佑
https://github.com/llwslc/grammar-club

4、English Listening Lesson Library Online
地址:https://www.elllo.org/index.htm

5、在線英語語法分析

地址:https://hzpt-inet-club.github.io/english-note/guide/grammar.html
地址:https://gramara.com/zh-s/
地址:http://enpuz.com/

6、糾正你的英語發音
地址:https://corrector.justsong.cn/

7、英語發音
地址:https://www.howtopronounce.com/

8、《Enhance Your English Writing》
地址:https://github.com/yzy1996/English-Writing

9、English-introduction
https://bewaters.me/limxtop/2021/08/18/English-introduction/

10、English-level-up-tips
地址:https://github.com/byoungd/English-level-up-tips

地址:https://babyyoung.gitbook.io/english-level-up-tips/

11、英語學習網站匯總
地址:https://www.ahhhhfs.com/tag/learning-english/

12、聽力特快網站
始建於 2001 年,是一個免費公益型英語聽力資源學習網站。主要提供 VOA、BBC、CNN、CRI 等英語聽力共享教學資料的下載。
地址:http://www.listeningexpress.com/

13、VOA 慢速英語精聽網
免費公益,字幕、逐句、變速、復讀、精聽。
地址:http://www.voase.cn/

14、旺旺英語聽力
為大家提供了網絡上流傳的各種有聲英語資料的試聽,從小學到研究生、從音標到長篇聽力、從日常會話到商務英語。
地址:http://www.wwenglish.com/en/voa/

15、練習英語聽力,裡面還有對應的口語練習材料,all free
地址:https://www.esl-lab.com/

16、類似英語角,可以和全世界的女性去一起講英文,可以免費試用 10 天
地址:https://www.heylady.io/

17、七彩英語
地址:http://www.qcenglish.com

18、在線免費學習外語:
地址:https://www.lingohut.com/zh

19、學日語的大匯總的網站
地址:https://www.tofugu.com/

20、學德語不錯的站
https://german.net/

21、德語頻道(Youtube)
地址:https://youtube.com/c/SRFKulturSternstunden

22、法語學習網站
地址:https://www.elearningfrench.com/

23、最全在線詞典網站導航
地址:https://github.com/Dictionaryphile/All_Dictionaries

24、幾個可視化詞典
VISUWORDS
地址:https://visuwords.com/

WORDVIS
地址:https://wordvis.com/

The Free Dictionary
地址:https://www.thefreedictionary.com/

相關詞
地址:https://relatedwords.org/

25、Lingva Translate (谷歌翻譯的第三方版)
地址:https://github.com/thedaviddelta/lingva-translate
地址:https://t.me/opencfdchannel/3421?comment=152198

26、雙語翻譯擴展
地址:https://github.com/theowenyoung/Traduzir-paginas-web/releases

27、visca
地址:https://www.visca.com/

28、The Conversation(很好的英語閱讀類網站,看一看對了解國外文化以及做閱讀也有幫助)
地址:https://theconversation.com/us

29、Reverso 一款免費詞典
地址:https://context.reverso.net/

30、電影電視劇劇本下載網站
地址:https://screenplays.io/

31、《英語》翻轉課堂
地址:http://sj.ysupan.com/2006b#/

32、中國高校外語慕課平台
地址:https://umoocs.unipus.cn/

南京師範大學的英語發音課程:《英語之聲》
http://umoocs.unipus.cn/my/course/2571
集美大學的《英語聽力技能與實踐 》
https://umoocs.unipus.cn/my/course/2539

國際關係學院的《西方文明史(全英文)》
http://umoocs.unipus.cn/my/course/2501
大連理工的《IT 行業職場英語》
http://umoocs.unipus.cn/my/course/2560

湖北大學的《英語演講藝術》
https://umoocs.unipus.cn/course/2542/tasks
法語入門
https://umoocs.unipus.cn/course/2567

基礎韓語
https://umoocs.unipus.cn/course/2482
零基礎泰語
https://umoocs.unipus.cn/course/2564

(四)學習工具類

1、WolframAlpha(一個強大的計算知識引擎)
地址:https://www.wolframalpha.com/

2、三大數學在線工具
GeoGebra
地址:https://www.geogebra.org/

Desmos
地址:https://www.desmos.com/calculator

Brilliant
地址:https://brilliant.org/

3、兩個數學公式編輯器
LaTex 公式編輯器
地址:https://www.latexlive.com/

AsciiMath(方便地生成書寫格式的數學公式)
地址:http://asciimath.org/

74、LibreTexts
地址:https://math.libretexts.org/
科普性質的物理到需要微積分的大學物理都有了,還有關於物理教學和怎麼用數學和計算機工具軟件的講解

5、三角中心百科全書
地址:https://faculty.evansville.edu/ck6/encyclopedia/ETC.html

6、數學演示工具
地址:https://www.mathsisfun.com/

地址:https://www.shuxuele.com/numbers/index.html

7、數字帝國
https://zh.numberempire.com/

(五)、其他學習工具

1、閱讀類目:

《上海交通大學生存手冊》
地址:https://survivesjtu.gitbook.io/survivesjtumanual/

《Writing and Publishing Scientific Papers》
地址:https://books.openbookpublishers.com/10.11647/obp.0235/contents.xhtml

《Handbook for Writers v1.0》
地址:https://saylordotorg.github.io/text_handbook-for-writers/index.html

GitHub-- 簡介 | 把時間當作朋友
地址:https://xiaolai.gitbooks.io/ba-shi-jian-dang-zuo-peng-you/content/

知乎 -- 學校讓人沾染上的 100+ 惡習
https://zhuanlan.zhihu.com/p/559705516

編程面試大學(一位上岸 Amazon 的大佬寫的編程學習經驗)
https://github.com/jwasham/coding-interview-university/blob/main/translations/README-cn.md

《Docker — 從入門到實踐》
地址:https://github.com/yeasy/docker_practice

《JavaScript 指南》
地址:https://github.com/tsejx/javascript-guidebook

沉浸翻譯插件
https://github.com/immersive-translate/immersive-translate

2、法律查詢

中國法律快查手冊
地址:https://github.com/RanKKI/LawRefBook

法律在線閱讀
地址:https://lawrefbook.github.io/

國家法律法規數據庫
地址:https://flk.npc.gov.cn/

中國法律服務網
地址:https://ai.12348.gov.cn/pc/

3、簡歷製作工具 & 網站

一個免費開源的簡歷製作工具
地址:https://rxresu.me/
地址:https://github.com/AmruthPillai/Reactive-Resume

簡歷下載:https://jianlixiazai.cn/

木及簡歷:https://www.mujicv.com/

91 化簡:https://91huajian.cn/

4、免費開放的在線博物館數字資料:

Gallerix
世界名畫檔案館 Gallerix 專門收集世界著名畫家的作品,收集超過 4 萬多名藝術家的近 17 多萬幅作品。
地址:https://gallerix.asia/

芝加哥(藝術)博物館
公開了 5 萬多幅收藏品的高清圖像。
地址:https://www.metmuseum.org/

大都會藝術博物館
開放了約 37 萬件藏品的高清圖像。
地址:https://www.metmuseum.org/art/the-collection

荷蘭國立博物館
開放了約 60 萬件作品的高清數字版權,需註冊。
地址:https://www.rijksmuseum.nl/nl

美國國家藝術館
提供了包括梵高、莫奈等大師超 5 萬個藝術品圖像。
地址:https://www.nga.gov/open-access-images.html

蓋蒂博物館
收藏了超過 10 萬件的高清藝術品,提供了公開下載的入口。
地址:https://www.getty.edu/art/collection/

巴黎博物館協會
提供超 10 萬張藏品圖,可免費商用,包含畫作、裝飾品、雕塑等。
地址:https://www.parismuseescollections.paris.fr/fr

梵高博物館
該網站收集作品 4369 幅,可按藝術家、位置、年份、類型等進行查找,可免費下載不可商用。
地址:https://www.vangoghmuseum.nl/zh/collection

三個天文數據庫

World Wide Telescope
https://worldwidetelescope.org/webclient/

Legacy Survey
https://decaps.legacysurvey.org/viewer

Aladin
https://aladin.unistra.fr/AladinLite/

5、費曼學習 2.0
地址:https://themindcollection.com/the-feynman-technique/

6、這些書,拯救你的 emo
地址:https://telegra.ph/%E8%BF%99%E4%BA%9B%E4%B9%A6%E6%8B%AF%E6%95%91%E4%BD%A0%E7%9A%84emo-05-08-2

7、輸入你喜歡的書名,該網站將利用龐大的真實讀者喜愛的書籍數據庫,提供書籍推薦和下一步閱讀的建議。
地址:https://www.whatshouldireadnext.com/

8、樂理相關資源大列表
對書籍、資源和課程的調查,從最廣泛的意義上研究有關音樂和聲音的一切。
地址:https://github.com/vpavlenko/study-music

9、用數據看世界 (Our World in Data)
地址:https://ourworldindata.org/

10、著名人物出生地地圖
地址:https://tjukanovt.github.io/notable-people

11、壞女孩聖經(成人):
地址:https://badgirlsbible.com/

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。