This shows you the differences between two versions of the page.
haas:fall2018:unix:projects:pwn0 [2018/03/12 20:47] – external edit 127.0.0.1 | haas:fall2018:unix:projects:pwn0 [2018/10/16 18:39] (current) – [Process] wedge | ||
---|---|---|---|
Line 97: | Line 97: | ||
* the minimum lower limit your script should process for is **0**. If an input goes negative, cap it to 0. | * the minimum lower limit your script should process for is **0**. If an input goes negative, cap it to 0. | ||
- | * the maximum upper limit you can implement for is **255** (base 10). If an input goes in excess of this, capt it to 255. | + | * the maximum upper limit you can implement for is **255** (base 10). If an input goes in excess of this, cap it to 255. |
====Only specifying starting value==== | ====Only specifying starting value==== |