Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions examples/04_python_static_analysis/config/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"resource_limits" : {
"RLIMIT_CPU" : 60,
"RLIMIT_NPROC" : 100,
"RLIMIT_AS" : "RLIM_INFINITY",
"RLIMIT_SIGPENDING" : 100
},

"testcases" : [
{
"title" : "Python - Static Analysis",
Expand Down
7 changes: 0 additions & 7 deletions examples/05_cpp_static_analysis/config/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"resource_limits" : {
"RLIMIT_CPU" : 60,
"RLIMIT_NPROC" : 100,
"RLIMIT_AS" : "RLIM_INFINITY",
"RLIMIT_SIGPENDING" : 100
},

// Static analysis can also be performed upon C++ code.
// Here, no compilation is performed at all; instead, student code is examined to
// ensure that it does not use either the "goto" or "auto" keywords.
Expand Down
7 changes: 0 additions & 7 deletions examples/06_loop_types/config/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"resource_limits" : {
"RLIMIT_CPU" : 60,
"RLIMIT_NPROC" : 100,
"RLIMIT_AS" : "RLIM_INFINITY",
"RLIMIT_SIGPENDING" : 100
},

"testcases" : [
{
"title" : "Python - Distinguish for and while Loops",
Expand Down
7 changes: 0 additions & 7 deletions examples/07_loop_depth/config/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"resource_limits" : {
"RLIMIT_CPU" : 60,
"RLIMIT_NPROC" : 100,
"RLIMIT_AS" : "RLIM_INFINITY",
"RLIMIT_SIGPENDING" : 100
},

"testcases" : [
{
"title" : "Python - Determine Loop Depth",
Expand Down