| title | subtitle | author | date |
|---|---|---|---|
Primer Design Demo |
with SNP_Primer_Design Tool |
Junli Zhang |
2017/11/11 |
background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/96/Polymerase_chain_reaction.svg)
???
| #!/bin/bash | |
| # the code is written by steeve.mccauley from: https://extensions.gnome.org/extension/935/toggle-touchpad/ | |
| # I tested on Gnome 3.38.2 on 2020-12-17. It works perfectly. | |
| # Then added a keyboard shortcut to easy run the script to turn on or off the laptop touchpad. | |
| class=org.gnome.desktop.peripherals.touchpad #location in gconf settings where the touchpad is en/disabled | |
| name=send-events #name of the actual setting | |
| status=$(gsettings get "$class" "$name") | |
| status=${status,,} # normalize to lower case; this is a modern bash extension | |
| echo Current status is $status |
| # default.custom.yaml | |
| # save it to: | |
| # ~/.config/ibus/rime (linux) | |
| # ~/Library/Rime (macos) | |
| # %APPDATA%\Rime (windows) | |
| patch: | |
| schema_list: | |
| - schema: luna_pinyin # 朙月拼音 | |
| - schema: luna_pinyin_simp # 朙月拼音 简化字模式 |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>My Presentation</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
| <style type="text/css"> | |
| .red { color: red } | |
| </style> | |
| </head> | |
| <body> |
| title | subtitle | author | date |
|---|---|---|---|
Primer Design Demo |
with SNP_Primer_Design Tool |
Junli Zhang |
2017/11/11 |
background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/96/Polymerase_chain_reaction.svg)
???