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
Code and pre-trained models for "ReasonBert: Pre-trained to Reason with Distant Supervision", EMNLP'2021

ReasonBERT Code and pre-trained models for ReasonBert: Pre-trained to Reason with Distant Supervision, EMNLP'2021 Pretrained Models The pretrained mod

SunLab-OSU 29 Dec 19, 2022
This program has been coded to allow the user to rename all the files in the entered folder.

Bulk_File_Renamer This program has been coded to allow the user to rename all the files in the entered folder. The only required package is "termcolor

1 Jan 06, 2022
Numpy's Sphinx extensions

numpydoc -- Numpy's Sphinx extensions This package provides the numpydoc Sphinx extension for handling docstrings formatted according to the NumPy doc

NumPy 234 Dec 26, 2022
Type hints support for the Sphinx autodoc extension

sphinx-autodoc-typehints This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of fun

Alex Grönholm 462 Dec 29, 2022
A collection of online resources to help you on your Tech journey.

Everything Tech Resources & Projects About The Project Coming from an engineering background and looking to up skill yourself on a new field can be di

Mohamed A 396 Dec 31, 2022
A PyTorch implementation of Deep SAD, a deep Semi-supervised Anomaly Detection method.

Deep SAD: A Method for Deep Semi-Supervised Anomaly Detection This repository provides a PyTorch implementation of the Deep SAD method presented in ou

Lukas Ruff 276 Jan 04, 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
Mayan EDMS is a document management system.

Mayan EDMS is a document management system. Its main purpose is to store, introspect, and categorize files, with a strong emphasis on preserving the contextual and business information of documents.

3 Oct 02, 2021
Hasköy is an open-source variable sans-serif typeface family

Hasköy Hasköy is an open-source variable sans-serif typeface family. Designed with powerful opentype features and each weight includes latin-extended

67 Jan 04, 2023
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

Introduction Swagger UI allows anyone — be it your development team or your end consumers — to visualize and interact with the API’s resources without

Swagger 23.2k Dec 29, 2022
FireEye Related Projects

FireEye FireEye Related Projects Tor-IP-Collector Simple python script that will collect a list of TOR IPs from the SecOps Institute Github and inject

Taran Ulrich 2 Nov 12, 2022
An introduction course for Python provided by VetsInTech

Introduction to Python This is an introduction course for Python provided by VetsInTech. For every "boot camp", there usually is a pre-req, but becaus

Vets In Tech 2 Dec 02, 2021
Beautiful static documentation generator for OpenAPI/Swagger 2.0

Spectacle The gentleman at REST Spectacle generates beautiful static HTML5 documentation from OpenAPI/Swagger 2.0 API specifications. The goal of Spec

Sourcey 1.3k Dec 13, 2022
OpenTelemetry Python API and SDK

Getting Started • API Documentation • Getting In Touch (GitHub Discussions) Contributing • Examples OpenTelemetry Python This page describes the Pytho

OpenTelemetry - CNCF 1.1k Jan 08, 2023
✨ Real-life Data Analysis and Model Training Workshop by Global AI Hub.

🎓 Data Analysis and Model Training Course by Global AI Hub Syllabus: Day 1 What is Data? Multimedia Structured and Unstructured Data Data Types Data

Global AI Hub 71 Oct 28, 2022
This repo provides a package to automatically select a random seed based on ancient Chinese Xuanxue

🤞 Random Luck Deep learning is acturally the alchemy. This repo provides a package to automatically select a random seed based on ancient Chinese Xua

Tong Zhu(朱桐) 33 Jan 03, 2023
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
Documentation and issues for Pylance - Fast, feature-rich language support for Python

Documentation and issues for Pylance - Fast, feature-rich language support for Python

Microsoft 1.5k Dec 29, 2022
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