「Linuxはとりあえず人気のあるUbuntuを使っている」という方は多いのでは
無いでしょうか。
この話はDebianとUbuntuの違いを挙げ、どちらがみなさんに適しているか考え
てみていただくことを目的としています。
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
#!/usr/bin/env ruby | |
# Convert Trac DB Wiki pages to Markdown source files | |
# This script is based on http://github.com/seven1m/trac_wiki_to_github which | |
# converted all pages from a Trac DB to GitHub Wiki format (as Textile). | |
# | |
# I made two changes: | |
# - uses MarkDown format instead | |
# - uses the sqllite3-ruby gem which does not need Ruby 1.9 |
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
body { | |
font-family: Helvetica, arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.6; | |
padding-top: 10px; | |
padding-bottom: 10px; | |
background-color: white; | |
padding: 30px; } | |
body > *:first-child { |
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
% pxtatescale.sty | |
\NeedsTeXFormat{pLaTeX2e} | |
\ProvidesPackage{pxtatescale}[2013/03/25 v0.2] | |
\def\pxqtg@pkgname{pxtatescale} | |
\@ifpackageloaded{graphics}{}{%else | |
\PackageError\pxqtg@pkgname{Package 'graphics' not loaded}\@ehc} | |
\begingroup | |
\def\pxqtg@try@patch#1#2#3{% | |
\def\pxqtg@temp{#2}\ifx#1\pxqtg@temp | |
\gdef#1{#3}% |
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/bash | |
# This program is licensed under the terms of the MIT License. | |
# | |
# Copyright (c) 2014-2021 Munehiro Yamamoto <[email protected]> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
UPDATE a fork of this gist has been used as a starting point for a community-maintained "awesome" list: machine-learning-with-ruby Please look here for the most up-to-date info!
- liblinear-ruby: Ruby interface to LIBLINEAR using SWIG
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
\documentclass[uplatex]{jsarticle} | |
\usepackage[margin=1.5cm]{geometry} | |
\pagestyle{empty} | |
\usepackage{otf} %% BMP外文字を出力したいので | |
\usepackage{upjcode} | |
%%% \kutenTable{区}{点} | |
%%% 与えられた JIS X 0208 の区点位置に関する文字情報の表を作成する。 | |
\def\kutenTable#1#2{\texttt{% | |
\begin{tabular}{|l|l|} \hline |
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/bash -x | |
set -euxo pipefail | |
##cd "$(dirname "$0")/" | |
LibO=${LibO:-24.2.0} | |
LibO_major=$(echo $LibO | awk -F. '{ OFS=FS; print $1 }') | |
LibO_minor=$(echo $LibO | awk -F. '{ OFS=FS; print $2 }') | |
LibO_rev=$(echo $LibO | awk -F. '{ OFS=FS; print $3 }') | |
__hdiutil="hdiutil attach -nobrowse" |
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
%% bxamstext.sty | |
%% package declaration | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesPackage{bxamstext}[2015/12/19 v0.2] | |
%% preparation | |
\def\bxtt@pkgname{bxamstext} | |
%% load packages |
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
% bxposinline.sty | |
%% declaration | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesPackage{bxposinline}[2016/01/23 v0.2] | |
\def\bxqpi@pkgname{bxposinline} | |
%% package | |
\RequirePackage{zref-savepos} |
OlderNewer