Update gem
parent
757b0a5799
commit
a552d38111
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ source "https://rubygems.org"
|
||||||
#
|
#
|
||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# Happy Jekylling!
|
||||||
gem "jekyll", "~> 4.1.1"
|
gem "jekyll", "~> 4.2.0"
|
||||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||||
|
|
||||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
|
|
|
@ -36,8 +36,6 @@ author:
|
||||||
collections:
|
collections:
|
||||||
posts:
|
posts:
|
||||||
excerpt_separator: <!--more-->
|
excerpt_separator: <!--more-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
|
@ -472,7 +472,7 @@ t1(){ t2(){
|
||||||
* "Limited expressive power". Some reasonalbe problems are hard to solve
|
* "Limited expressive power". Some reasonalbe problems are hard to solve
|
||||||
* Ref ["The Little Book of Semaphores"](https://greenteapress.com/semaphores/LittleBookOfSemaphores.pdf)
|
* Ref ["The Little Book of Semaphores"](https://greenteapress.com/semaphores/LittleBookOfSemaphores.pdf)
|
||||||
|
|
||||||
### Why shared-variable synchronization
|
### Why shared-variable synchronization
|
||||||
|
|
||||||
**Why not?**
|
**Why not?**
|
||||||
|
|
||||||
|
@ -504,4 +504,6 @@ t1(){ t2(){
|
||||||
* Sensors and actuators
|
* Sensors and actuators
|
||||||
* "CPU" - Computing capacity
|
* "CPU" - Computing capacity
|
||||||
* *This* is real-time programming; We solve it by *Scheduling*
|
* *This* is real-time programming; We solve it by *Scheduling*
|
||||||
* ... any other interface
|
* ... any other interface
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue