A website for courses of Major Computer Science, NKU

Overview

NKUCS.ICU

该域名原为建站者个人博客,如需访问,可点击链接

NKUCS,一个充满了「神仙」和「神仙」课程的专业。

本站存在的目的是?

本站的面向群众是南开大学计算机学院和网络空间安全学院的本科生,不局限于 CS 专业,下简称 NKUCS。

尚未开通研究生信息渠道,To be updated,如有意愿维护信息渠道也请见下栏,联系网站维护人员 @emanual20

和其他所有学院相同,任何课程中,既存在一些优秀的高质量课程,也存在不少滥竽充数的低质量课程。

因此,本网站的存在,旨在记录 NKUCS 所有课程的信息,以及历届学生对其的评价。

原则上来说,本站所有内容均由一届又一届的 NKUCS 学生共同协作编写,内容覆盖课程相关的一切,譬如课程的大致内容、授课教师、授课方式,以及更宝贵的,学姐学长们对课程的评价与心得

建站者所希望的,是这个网站能够帮助大家避免信息的不透明,从而避免错过优秀的课程;同时,学姐学长们留下的经验,也能够帮助后来者以更高效更有收获的方式完成对课程的学习。

建站者决定建站的原因?

  1. 建站者在入学时并没有成型的经验分享制度,大多数的学习经验只能通过学姐学长直系相传。建站者同样希望能够扮演当年学姐学长的身份,只不过以另一种更加透明的方式回馈给同学们。同时,通过学长学姐口口相传的方式难免会出现个人建议的片面化,建站有效避免了"一家之谈"泛滥的现象。

  2. 作为 CS 相关专业的同学,受程老师 DOCX 计划 的启发,建站者认为我们 CS 相关专业的同学也有必要遵循互联网开源精神。

  3. 建站者在初期探索阶段使用个人博客形式建站,发现很难进行信息交互是一个很大的问题,大多数时候反馈信息都需要同学们加到建站者的个人联系方式,造成信息沟通的不便。因此,本次使用决定使用 静态页面+Gitalk 建站,用户在评论区评论即可完成信息交互。

如何参与本站的建设?

  • 最小白的方式,是将要更新的页面和资源文件发送到维护人员的邮箱

  • 最简单的方式,是在本站每个页面下方的评论区,留下你所愿意提供的信息与评价,网站维护者会在第一时间看到,且会酌情将其添加为对应页面的内容。评论区使用Github授权登陆即可,有时Github可能会抽风,这时需要架梯子或稍等一段时间后才能访问。

  • 更加直接的方式,是点击本站右上角的章鱼图标,进入本站的 Github 仓库,以 Pull Request 的方式,提交你对本站内容的改进。

如果你能够长期参与本站的建设,可以联系以下任意一位现任长聘维护人员,成为本站的维护人员,长期招募

现任长聘维护人员 @emanual20@VitalC-3026@Rainefly

我们欢迎一切形式、不论大小的贡献! 🔥

Notice 贡献须知

  1. 如需上传资源文件请上传pdf文件,单个文件大小不要超过 5MB

  2. 评论区依托于 Github 的 Gitalk 功能,可能需要登录 Github 账号才能看到各评论区内容

Pull Request 贡献指南

  1. Fork 本仓库。

  2. 找到你想更新的课程对应的文件,进行修改。

  3. README.md 中的近期更新界面部分 👇 添加你修改的内容,以便其他同学查阅。(不用修改最新评论)

  4. 发起 Pull Request,等待维护者审阅。

使用须知

  1. 评论区需要使用Github授权登陆,第一次未登录可能会显示"尚未创建评论区"相关提示性话语。这时需要架梯子或稍等一段时间后即可访问。

  2. Github账号原则上只用邮箱就可以注册,所以其实可以是匿名的。

  3. 不能发表人身攻击、辱骂等言论,不能发表反动、淫秽色情等违法犯罪言论,初次删除,多次封禁IP。

Magic Link下载须知

Magic Link通常指向Github仓库链接,上传的资源文件一般是pdf文件,通常用于单个下载(但必须要挂梯子)。

必须挂梯子的方式:
单个下载时,显示"sorry,this file is invalid so it cannot be displayed"或"检查raw.githubusercontent.com中是否有拼写错误"不是因为资源挂了,而是因为没挂梯子。

不挂梯子的方式:

  1. 直接点主页右上角章鱼图标进入该网站仓库链接,选择绿色的code,下拉栏点击Download Zip,注意这样会下载整个工程,你需要自己找资源在哪里,一般会位于resources目录下,寻找对应课号即可。
    上传的资源文件一般是pdf文件,所以就算下载整个工程,工程大小应该也在可接受范围内(不会超过100MB)。
  2. 熟悉git的朋友,因为仓库是完全public的,第一次直接 git clone + 仓库地址,之后每次都git pull origin就行了。

近期更新页面

2021/12/4:

加入法学模块,信安法的小伙伴们也有评论区啦!

2021/12/3:

很多课程内容评论区有更新,包括但不限于如下课程:
COSC0019 计算机系统设计
COSC0033 大数据计算机应用
CSSE0038 网络技术与应用
COSC0025 并行程序设计
nkucs.icu大事记

特别感谢

本站建站灵感来源于上海交通大学IEEE试点班的主页,并参考了其Github代码建站,已获得使用许可,在此表示诚挚感谢

Owner
Sakura
This is me trying..!
Sakura
More detailed upload statistics for Nicotine+

More Upload Statistics A small plugin for Nicotine+ 3.1+ to create more detailed upload statistics. ⚠ No data previous to enabling this plugin will be

Nick 1 Dec 17, 2021
Main repository for the Sphinx documentation builder

Sphinx Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of mul

5.1k Jan 04, 2023
Explain yourself! Interrogate a codebase for docstring coverage.

interrogate: explain yourself Interrogate a codebase for docstring coverage. Why Do I Need This? interrogate checks your code base for missing docstri

Lynn Root 435 Dec 29, 2022
Convert excel xlsx file's table to csv file, A GUI application on top of python/pyqt and other opensource softwares.

Convert excel xlsx file's table to csv file, A GUI application on top of python/pyqt and other opensource softwares.

David A 0 Jan 20, 2022
OpenAPI Spec validator

OpenAPI Spec validator About OpenAPI Spec Validator is a Python library that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger) and OpenAPI

A 241 Jan 05, 2023
A comprehensive and FREE Online Python Development tutorial going step-by-step into the world of Python.

FREE Reverse Engineering Self-Study Course HERE Fundamental Python The book and code repo for the FREE Fundamental Python book by Kevin Thomas. FREE B

Kevin Thomas 7 Mar 19, 2022
Mkdocs obsidian publish - Publish your obsidian vault through a python script

Mkdocs Obsidian Mkdocs Obsidian is an association between a python script and a

Mara 49 Jan 09, 2023
An open source utility for creating publication quality LaTex figures generated from OpenFOAM data files.

foamTEX An open source utility for creating publication quality LaTex figures generated from OpenFOAM data files. Explore the docs » Report Bug · Requ

1 Dec 19, 2021
PowerApps-docstring is a console based, pipeline ready application that automatically generates user and technical documentation for Power Apps.

powerapps-docstring PowerApps-docstring is a console based, pipeline ready application that automatically generates user and technical documentation f

Sebastian Muthwill 30 Nov 23, 2022
Documentation generator for C++ based on Doxygen and mosra/m.css.

mosra/m.css is a Doxygen-based documentation generator that significantly improves on Doxygen's default output by controlling some of Doxygen's more unruly options, supplying it's own slick HTML+CSS

Mark Gillard 109 Dec 07, 2022
🌱 Complete API wrapper of Seedr.cc

Python API Wrapper of Seedr.cc Table of Contents Installation How I got the API endpoints? Start Guide Getting Token Logging with Username and Passwor

Hemanta Pokharel 43 Dec 26, 2022
Data science on SDGs - Udemy Online Course Material: Data Science on Sustainable Development Goals

Data Science on Sustainable Development Goals (SDGs) Udemy Online Course Material: Data Science on Sustainable Development Goals https://bit.ly/data_s

Frank Kienle 1 Jan 04, 2022
VSCode extension that generates docstrings for python files

VSCode Python Docstring Generator Visual Studio Code extension to quickly generate docstrings for python functions. Features Quickly generate a docstr

Nils Werner 506 Jan 03, 2023
Show Rubygems description and annotate your code right from Sublime Text.

Gem Description for Sublime Text Show Rubygems description and annotate your code. Just mouse over your Gemfile's gem definitions to show the popup. s

Nando Vieira 2 Dec 19, 2022
An ongoing curated list of OS X best applications, libraries, frameworks and tools to help developers set up their macOS Laptop.

macOS Development Setup Welcome to MacOS Local Development & Setup. An ongoing curated list of OS X best applications, libraries, frameworks and tools

Paul Veillard 3 Apr 03, 2022
A Collection of Cheatsheets, Books, Questions, and Portfolio For DS/ML Interview Prep

Here are the sections: Data Science Cheatsheets Data Science EBooks Data Science Question Bank Data Science Case Studies Data Science Portfolio Data J

James Le 2.5k Jan 02, 2023
Yu-Gi-Oh! Master Duel translation script

Yu-Gi-Oh! Master Duel translation script

715 Jan 08, 2023
A simple flask application to collect annotations for the Turing Change Point Dataset, a benchmark dataset for change point detection algorithms

AnnotateChange Welcome to the repository of the "AnnotateChange" application. This application was created to collect annotations of time series data

The Alan Turing Institute 16 Jul 21, 2022
This is a tool to make easier brawl stars modding using csv manipulation

Brawler Maker : Modding Tool for Brawl Stars This is a tool to make easier brawl stars modding using csv manipulation if you want to support me, just

6 Nov 16, 2022
The tutorial is a collection of many other resources and my own notes

Why we need CTC? --- looking back on history 1.1. About CRNN 1.2. from Cross Entropy Loss to CTC Loss Details about CTC 2.1. intuition: forward algor

手写AI 7 Sep 19, 2022