This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sed -f | |
# | |
# Ĉi tiu verko estas markita per "CC0 1.0" (t.e. publika havaĵo). | |
# https://eo.wikipedia.org/wiki/Krea_Komunaĵo | |
# | |
# La skripto tradukas la literojn de la norma Esperanto en la literojn | |
# de la cirila alfabeto, pli malpli laŭ la tradicia transliterumo: | |
# https://eo.wikipedia.org/wiki/Transliterumo_de_Esperanto | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sed -f | |
# Ĉi tiu skripto tradukas la literojn de la norma Esperanto el la | |
# unikoda utf8-ĉefenigujo <sdtin> en HTML-koditajn literojn de la Ŝava | |
# alfabeto, kiujn ĝi sendas en la ĉefeligujon <stdout>. La Ŝava | |
# alfabeto estas tiu de | |
# http://eo.wikipedia.org/wiki/%C5%9Cava_alfabeto aŭ | |
# http://esperanto.us/sxava_alfabeto/ aŭ | |
# http://kovro.heliohost.org/eo/tools/Sxava/sxava.html | |
# Neesperantaj signoj restas senŝanĝaj. Ligaĵojn la skripto ne |
- Gender is
bool
- Gender is
enum
- Gender is
const
- Gender is
static
- Gender is
public
- Gender is
readonly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
on: public | |
jobs: | |
make-private: | |
runs-on: ubuntu-latest | |
steps: | |
- run: gh repo edit ${{ github.repository }} --visibility private --accept-visibility-change-consequences | |
env: | |
GH_TOKEN: ${{ secrets.KEEP_REPO_PRIVATE }} |