日時: | 2022-04-19 |
---|---|
作: | 時雨堂 |
バージョン: | 2022.1 |
URL: | https://ayame-labo.shiguredo.app/ |
このサービスに興味がある人はこの資料に Star をつけてもらえると嬉しいです。
#!/bin/sh | |
CLASSPATH=dependencies/commons-codec-1.4/commons-codec-1.4.jar\ | |
:dependencies/commons-httpclient-3.1/commons-httpclient-3.1.jar\ | |
:dependencies/commons-logging-1.1.1/commons-logging-1.1.1.jar\ | |
:dependencies/commons-logging-1.1.1/commons-logging-adapters-1.1.1.jar\ | |
:dependencies/commons-logging-1.1.1/commons-logging-api-1.1.1.jar\ | |
:dependencies/icu4j-charsets-4_4_2.jar:dependencies/icu4j-4_4_2.jar\ | |
:dependencies/jetty-6.1.26/lib/servlet-api-2.5-20081211.jar\ | |
:dependencies/apache-log4j-1.2.15/log4j-1.2.15.jar\ | |
:dependencies/xerces-2_9_1/xercesImpl.jar\ |
sudo su | |
apt-get install docker.io | |
cd | |
mkdir gentoo | |
cd gentoo | |
wget http://ftp.jaist.ac.jp/pub/Linux/Gentoo/releases/amd64/current-iso/stage3-amd64-20140403.tar.bz2 | |
tar jxpf stage3-amd64-20140403.tar.bz2 | |
tar -c . | docker.io import - gentoo | |
docker.io run -t -i gentoo /bin/bash |
package main | |
import ( | |
"fmt" | |
"sync" | |
"time" | |
) | |
func main() { | |
// Create a wait group of any size |
package main | |
import ( | |
"fmt" | |
"log" | |
"os" | |
"path/filepath" | |
"strings" | |
"github.com/go-ole/go-ole" |
#!/bin/bash | |
CPUQuota=90 | |
CPUWeight=50 | |
MemoryMax= | |
EMERGE=$HOME/bin/autoemerge | |
props= | |
if [ -n "${CPUQuota}" ]; then | |
props+="-p CPUQuota=${CPUQuota}% " |
% LuaLaTeX文書,UTF-8 | |
% jlreqクラス・縦組の例 | |
\documentclass[lualatex,tate,paper=a6,twocolumn]{jlreq} | |
\usepackage{luatexja-fontspec} | |
\setmainjfont[ | |
YokoFeatures={JFM=jlreq}, %jlreqのJFMを | |
TateFeatures={JFM=jlreqv}, %維持する | |
AltFont={% 代替フォント設定 | |
{Range="3040-"30FF, Font=IPAexMincho}, | |
{Range={`☃,`⛄}, Font=SourceHanSans}}, |
日時: | 2022-04-19 |
---|---|
作: | 時雨堂 |
バージョン: | 2022.1 |
URL: | https://ayame-labo.shiguredo.app/ |
このサービスに興味がある人はこの資料に Star をつけてもらえると嬉しいです。