offline version of remark-latest
This commit is contained in:
parent
c865d64608
commit
ae543518d3
18
doc/redis_conf_2019/remark-latest.min.js
vendored
Normal file
18
doc/redis_conf_2019/remark-latest.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -238,7 +238,7 @@ If we want to write a report that extracts all the information about the FPS, ou
|
||||
|
||||
# IXWebSocket
|
||||
|
||||
- We open-sourced our C++ implementation (client + server + http client)
|
||||
- We open-sourced our C++ implementation
|
||||
|
||||
- On [GitHub](https://github.com/machinezone/IXWebSocket) (star it !)
|
||||
|
||||
@ -1154,7 +1154,8 @@ The pubsub architecture has 3 components, publishers, broker and subscribers. In
|
||||
awk '/^==/ { sum += $2} END { print sum/60 }' slides.html
|
||||
|
||||
</textarea>
|
||||
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
|
||||
<!-- <script src="https://remarkjs.com/downloads/remark-latest.min.js"> -->
|
||||
<script src="remark-latest.min.js">
|
||||
</script>
|
||||
<script>
|
||||
var slideshow = remark.create();
|
||||
|
Loading…
Reference in New Issue
Block a user