Skip to content

Commit 9268b59

Browse files
πŸ“ Auto-sync: Downloaded latest OmegaUp content
1 parent d01ce7e commit 9268b59

44 files changed

Lines changed: 568 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€ŽCourses/ResolviendoProblemas2021/course_settings.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"recommended": true,
3939
"requests_user_information": "no",
4040
"unlimited_duration": false,
41-
"student_count": 3597,
41+
"student_count": 3600,
4242
"status": "ok",
43-
"_id": "68792d87865a3736354116"
43+
"_id": "687fb2c964bf1977703795"
4444
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "OMI Public Course",
3+
"description": "demo description",
4+
"objective": "demo objective",
5+
"level": "introductory",
6+
"alias": "omi-public-course",
7+
"archived": false,
8+
"school_id": 222,
9+
"school_name": "Benito Juarez Garcia",
10+
"start_time": 1742827120,
11+
"languages": [
12+
"c11-gcc",
13+
"c11-clang",
14+
"cpp11-gcc",
15+
"cpp11-clang",
16+
"cpp17-gcc",
17+
"cpp17-clang",
18+
"cpp20-gcc",
19+
"cpp20-clang",
20+
"java",
21+
"kt",
22+
"py2",
23+
"py3",
24+
"rb",
25+
"cs",
26+
"pas",
27+
"kp",
28+
"kj",
29+
"cat",
30+
"hs",
31+
"lua",
32+
"go",
33+
"rs",
34+
"js"
35+
],
36+
"finish_time": 1745432999,
37+
"is_admin": true,
38+
"is_teaching_assistant": false,
39+
"is_curator": false,
40+
"admission_mode": "public",
41+
"needs_basic_information": false,
42+
"show_scoreboard": false,
43+
"recommended": false,
44+
"requests_user_information": "no",
45+
"unlimited_duration": false,
46+
"student_count": 1,
47+
"status": "ok",
48+
"_id": "687fb2e76205b949060356"
49+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cases/* -diff -delta -merge -text -crlf
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# OS-specific resources
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Backup files
6+
*~
7+
*.bak
8+
*.swp
9+
*.orig
10+
11+
# Packaged files
12+
*.zip
13+
*.bz2
14+
15+
# Karel
16+
*.kx
17+
18+
# Python
19+
*.pyc
20+
21+
# IDE files
22+
*.cbp
23+
*.depend
24+
*.layout
25+
26+
# Compiled Object files
27+
*.slo
28+
*.lo
29+
*.o
30+
*.obj
31+
*.hi
32+
33+
# Precompiled Headers
34+
*.gch
35+
*.pch
36+
37+
# Compiled Dynamic libraries
38+
*.so
39+
*.dylib
40+
*.dll
41+
42+
# Fortran module files
43+
*.mod
44+
45+
# Compiled Static libraries
46+
*.lai
47+
*.la
48+
*.a
49+
*.lib
50+
51+
# Executables
52+
*.exe
53+
*.app
54+
55+
# libinteractive files
56+
Makefile
57+
libinteractive/
58+
libinteractive.jar
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"cases": {},
3+
"limits": {
4+
"ExtraWallTime": "0s",
5+
"MemoryLimit": 33554432,
6+
"OutputLimit": 10240,
7+
"OverallWallTimeLimit": "23ms",
8+
"TimeLimit": "1ms"
9+
},
10+
"validator": {
11+
"name": "token-caseless",
12+
"group_score_policy": "sum-if-not-zero",
13+
"tolerance": 1e-9
14+
}
15+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Cases": [],
3+
"Limits": {
4+
"ExtraWallTime": "0s",
5+
"MemoryLimit": 33554432,
6+
"OutputLimit": 10240,
7+
"OverallWallTimeLimit": "23ms",
8+
"TimeLimit": "1ms"
9+
},
10+
"Slow": false,
11+
"Validator": {
12+
"Name": "token-caseless",
13+
"Tolerance": 1e-09,
14+
"GroupScorePolicy": "sum-if-not-zero"
15+
},
16+
"alias": "demo-de-objetivo",
17+
"title": "demo-de-objetivo"
18+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Objetivo
2+
==========================================
3+
4+
hello this is a sample course to deliver a proof of concept for this year's Gsoc 2025 project Public Courses on github.
5+
6+
I have created a repository which links this course here-
7+
https://github.com/iqbalcodes6602/omi_public_course
8+
9+
You can submit a PR to this repository to update the changes. Once the pr is merged the changes would reflect in the course..
10+
11+
12+
13+
As you can see the version of the problem got updated. This was automatically deployed to the course when the pr was merged.
14+
15+
16+
![alt text](image.png)
17+
18+
19+
20+
Please try to change anything in this problem in the Intro folder and submit a PR to the repository.
21+
22+
23+
I have also added one problem content to this course by the name 'Practice' which has a problem 'Contest-Start' in it. You can try to change the content of this problem and submit a PR to the repository as well. I have myself tried to adding some test cases to this problem, and it was working fine on that.
24+
![alt text](image-1.png)
25+
26+
sample change
91.7 KB
Loading
99.1 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cases/* -diff -delta -merge -text -crlf

0 commit comments

Comments
Β (0)