You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add: NYJC-CSUL license v1.0
* fix: add Jekyll header
* fix: remove duplicate header
* Add 2026 UAS Calculator
* feat: add reddit social link
* dev: update to ruby 2.6.2
This is the current version of ruby provided in codespaces
* dev: remove dev branch from matrix
this branch no longer exists
* dev: fix syn-branch not syncing
title: NYJC Computing Student Use License (NYJC-CSUL)
3
+
permalink: "/LICENSE"
4
+
layout: page
5
+
style: assets/custom.css
6
+
---
7
+
8
+
[Full license available at nyjc-computing.github.io/LICENSE](https://nyjc-computing.github.io/LICENSE)
9
+
10
+
---
11
+
12
+
## 1. License Grant
13
+
NYJC Computing grants a **non-exclusive, non-transferable, limited-use license** to **current and former NYJC Computing students** to:
14
+
- Access, download, annotate, and integrate the Materials into personal study systems for **personal academic use only**.
15
+
- Share the Materials **non-commercially** with peers under the conditions below.
16
+
17
+
## 2. Redistribution and Citation
18
+
Redistribution of the Materials to others (including juniors, classmates, or external parties) is **permitted only if ALL of the following conditions are met**:
19
+
- The **full license text is included** unchanged with the shared Materials.
20
+
- The Materials are shared **in their original, unmodified form** (no edits, cropping, reformatting, remixing, or excerpting).
21
+
- The source **“NYJC Computing” is clearly cited** wherever the Materials are shared or displayed.
22
+
23
+
## 3. Prohibited Uses
24
+
Users must NOT:
25
+
- Sell, license, or commercially exploit the Materials or any derivative works.
26
+
- Modify or remix the Materials for redistribution.
27
+
- Share Materials with individuals who are not current or former NYJC Computing students without adhering to Section 2.
28
+
- Remove or alter any copyright or license notices.
29
+
30
+
## 4. Ownership
31
+
All Materials remain the intellectual property of their respective creators and NYJC Computing. This license **does not transfer ownership or intellectual property rights**.
32
+
33
+
## 5. Duration and Termination
34
+
This license is valid while you are a current or former NYJC Computing student. Breach of any term may result in access revocation or disciplinary action.
35
+
36
+
## 6. Compliance
37
+
Users must adhere to NYJC’s academic integrity policies. Misuse or unauthorized redistribution may lead to sanctions.
Copy file name to clipboardExpand all lines: pages/free-resources.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ style: assets/custom.css
7
7
8
8
These resources are created by us as part of our teaching content, and may be used for non-commercial purposes. If you do use them as-is with minor changes, please credit us with a link to the respective repositories so users can find the original source.
9
9
10
+
## 2026 UAS Calculator
11
+
12
+
Can't figure out what UAS you will get? Trying to optimise your study strategy? Let our UAS Calculator help you out!
13
+
14
+
[2026 UAS Calculator](/2026-uas-calculator)
15
+
10
16
## Intro to Python
11
17
12
18
These exercises for Python beginners are part of a guided lesson package for H2 Computing students, with a greater focus on picking up Python features quickly.
0 commit comments