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
Copy file name to clipboardExpand all lines: docs/ql-documentation/ql-training-rst/intro-to-ql/intro-ql-cpp.rst
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,9 @@ Introduction to variant analysis for C/C++
7
7
Information
8
8
===========
9
9
10
-
- Pressing 'h' highlights code snippets
11
-
- Pressing 'p' toggles speaker notes (if they're on the current slide)
12
-
- Pressing 'f' toggles fullscreen viewing
13
-
- Pressing 'w' toggles widescreen
14
-
- Pressing 'o' toggles overview mode
10
+
- Pressing ``p`` toggles extra notes (if they're on the current slide)
11
+
- Pressing ``f`` toggles full screen viewing
12
+
- Pressing ``o`` toggles overview mode
15
13
16
14
Getting started and setting up
17
15
==============================
@@ -23,7 +21,7 @@ To try the examples in this presentation you should download:
23
21
24
22
More resources:
25
23
26
-
- If you are a completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
24
+
- If you are completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
27
25
- To learn more about the main features of QL, try looking at the `QL language handbook <https://help.semmle.com/QL/ql-handbook/>`__.
28
26
- For further information about writing queries in QL, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/ql/writing-queries/writing-queries.html>`__.
29
27
@@ -149,7 +147,7 @@ A QL class allows you to name a set of values and define (member) predicates on
149
147
150
148
A class has at least one supertype and optionally a **characteristic predicate**; it contains the values that belong to *all* supertypes *and* satisfy the characteristic predicate, if provided.
151
149
152
-
Memember predicates are inherited and can be overidden.
150
+
Member predicates are inherited and can be overidden.
153
151
154
152
.. code-block:: ql
155
153
@@ -215,4 +213,4 @@ Model answer
215
213
What next?
216
214
==========
217
215
218
-
Try working through the next QL training topic: **Introduction to dataflow**.
216
+
Try working through the next QL training topic: **Introduction to data flow**.
Copy file name to clipboardExpand all lines: docs/ql-documentation/ql-training-rst/intro-to-ql/intro-ql-general.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Patching is still possible mid-flight, but what if there are more such issues?
10
10
11
11
.. note::
12
12
13
-
When the Curiosity Rover was on its way to Mars in 2012, a flight software developer at NASA JPL discovered a mission-critical bug through manual code review. The problem occurred in Curiosity’s Entry, Descent and Landing software–the software responsible for the Rover’s descent through the Martian atmosphere and landing it safely on the surface. of Mars.
13
+
When the Curiosity Rover was on its way to Mars in 2012, a flight software developer at NASA JPL discovered a mission-critical bug through manual code review. The problem occurred in Curiosity’s Entry, Descent, and Landing software–the software responsible for the Rover’s descent through the Martian atmosphere and landing it safely on the surface. of Mars.
14
14
15
15
The bug, which had gone undetected by traditional solutions, was likely to prevent the capsule’s parachutes from opening, resulting in the Rover crashing onto the red planet’s rocky surface.
Copy file name to clipboardExpand all lines: docs/ql-documentation/ql-training-rst/intro-to-ql/intro-ql-java.rst
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,9 @@ Introduction to variant analysis for Java
7
7
Information
8
8
===========
9
9
10
-
- Pressing 'h' highlights code snippets
11
-
- Pressing 'p' toggles speaker notes (if they're on the current slide)
12
-
- Pressing 'f' toggles fullscreen viewing
13
-
- Pressing 'w' toggles widescreen
14
-
- Pressing 'o' toggles overview mode
10
+
- Pressing ``p`` toggles extra notes (if they're on the current slide)
11
+
- Pressing ``f`` toggles full screen viewing
12
+
- Pressing ``o`` toggles overview mode
15
13
16
14
Getting started and setting up
17
15
==============================
@@ -23,7 +21,7 @@ To try the examples in this presentation you should download:
23
21
24
22
More resources:
25
23
26
-
- If you are a completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
24
+
- If you are completely new to QL, try the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/ql/beginner/ql-tutorials.html>`__.
27
25
- To learn more about the main features of QL, try looking at the `QL language handbook <https://help.semmle.com/QL/ql-handbook/>`__.
28
26
- For further information about writing queries in QL, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/ql/writing-queries/writing-queries.html>`__.
29
27
@@ -149,7 +147,7 @@ A QL class allows you to name a set of values and define (member) predicates on
149
147
150
148
A class has at least one supertype and optionally a **characteristic predicate**; it contains the values that belong to *all* supertypes *and* satisfy the characteristic predicate, if provided.
151
149
152
-
Memember predicates are inherited and can be overidden.
150
+
Member predicates are inherited and can be overidden.
153
151
154
152
.. code-block:: ql
155
153
@@ -214,4 +212,4 @@ Model answer
214
212
What next?
215
213
==========
216
214
217
-
Try working through the next QL training topic: **Introduction to dataflow**.
215
+
Try working through the next QL training topic: **Introduction to data flow**.
0 commit comments