zsh -c "$(curl -fsSL https://raw.githubusercontent.com/nrjdalal/silicon-virtualizer/master/install-qemu.sh)"xcode-select --install| import Vue from 'vue'; | |
| export const Suspense = Vue.extend({ | |
| name: 'Suspense', | |
| data: () => ({ | |
| resolved: false, | |
| }), | |
| async created() { | |
| const setupMethod = (this.$parent as any).setup; | |
| if (!setupMethod) { |
| brew install pandoc | |
| brew tap homebrew/cask | |
| brew install --cask basictex | |
| eval "$(/usr/libexec/path_helper)" | |
| # Update $PATH to include `/usr/local/texlive/2022basic/bin/universal-darwin` | |
| sudo tlmgr update --self | |
| sudo tlmgr install texliveonfly | |
| sudo tlmgr install xelatex | |
| sudo tlmgr install adjustbox | |
| sudo tlmgr install tcolorbox |
| fun main(args: Array<String>) { | |
| launch { | |
| loadAllFiles() | |
| } | |
| } | |
| fun launch(block: suspend () -> Unit) { | |
| block.startCoroutine(object : Continuation<Unit> { | |
| override val context: CoroutineContext get() = EmptyCoroutineContext | |
| override fun resume(value: Unit) {} |
| #!/usr/bin/env bash | |
| SL=/etc/apt/sources.list | |
| PARAM="r:hm:dnak" | |
| KAKAO=mirror.kakao.com | |
| KAIST=ftp.kaist.ac.kr | |
| HARU=ftp.harukasan.org |
| // src/CloudCode.js | |
| "use strict" | |
| var Cron = require('./Cron'); | |
| var Job = require('./Job'); | |
| class CloudCode { | |
| constructor(Parse, timezone){ | |
| this.Parse = Parse; |