| 更新: | 2021-05-23 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2021.1 |
| URL: | https://voluntas.github.io/ |
| Device Name | Dev Size | Ratio | Real Size | WxH Prop |
|---|---|---|---|---|
| iPhone5s | 320x568 | 2 | 640x1136 | 0,56 |
| iPhone6 | 375x667 | 2 | 750x1334 | 0,56 |
| iPhone6 Plus | 414x736 | 3 | 1242x2208 | 0,56 |
| iPhone6s | 375x667 | 2 | 750x1334 | 0,56 |
| iPhone6s Plus | 414x736 | 3 | 1242x2208 | 0,56 |
| iPhone7 | 375x667 | 2 | 750x1334 | 0,56 |
| iPhone7 Plus | 414x736 | 3 | 1242x2208 | 0,56 |
- CARTA HOLDINGS(旧VOYAGE GROUP)
- 技術広報が新卒研修<Open AIハッカソン>をスパイしてみた - (2023/04/11)
- @t_wadaに学ぶテスト駆動開発【CARTA 23新卒研修】 - (2023/04/19)
- 【新卒研修】監修者@t_wadaと読む!プログラマが知るべき97のこと読書会 - (2024/04/09)
- Classi
- 当たり前にリリースしていく ~ 新卒研修編 - (2021/05/20)
- リモートワークのための質問力向上研修を実施しました - (2021/12/07)
- Classi 2025年新卒エンジニア研修「そーだい塾」を開催しました - (2025/06/18)
- CyberZ
With autofs you can easily mount network volumes upon first access to the folder where you want to mount the volume. Autofs is available for many OS and is preinstalled on Mac OS X so I show you how I mounted my iTunes library folder using this method.
autofs needs to be configured so that it knows where to gets its configuration. Edit the file /etc/auto_master and add the last line:
#
# Automounter master map
#
+auto_master # Use directory service
This file contains hidden or 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
| # https://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html | |
| # https://shieldmaster.wordpress.com/2013/06/01/installing-apache-tomcat-v7-x-silently-with-command-line-options/ | |
| $defaultTomcatVersion = "8.0.30" | |
| function Get-TomcatFilename( | |
| [string] $version = $defaultTomcatVersion | |
| ) | |
| { | |
| return "apache-tomcat-$version.exe" |
This file contains hidden or 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
| ############################################# | |
| ## | |
| ## PostgreSQL base backup automation | |
| ## Author: Stefan Prodan | |
| ## Date : 20 Oct 2014 | |
| ## Company: VeriTech.io | |
| ############################################# | |
| # path settings | |
| $BackupRoot = 'C:\Database\Backup'; |
This file contains hidden or 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 { |
How to set up multiple accounts with Mutt E-mail Client
Thanks to this article by Christoph Berg
Directories and files
~/| 更新: | 2021-07-20 |
|---|---|
| バージョン: | 2021.1 |
| 作者: | @voluntas |
| URL: | https://voluntas.github.io/ |
注意
| 更新: | 2014-03-05 |
|---|---|
| バージョン: | 0.1.1 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.io/ |
概要
NewerOlder