Skip to content

Instantly share code, notes, and snippets.

View ShortArrow's full-sized avatar
🎍

ShortArrow

🎍
View GitHub Profile
@ShortArrow
ShortArrow / README.md
Created May 22, 2017 04:14 — forked from nanbu/README.md
VBAで改行文字を任意の文字に変換

ConvertLineEnding(Text As String, LineEnding As String) As String

改行文字(CR、LF、CR+LF)を任意の文字に変換します。

主な用途

  • 改行文字をそろえる。
  • 改行文字を<br>に変換する。

使用例

Dim SourceText As String

Dim ResultText As String

@ShortArrow
ShortArrow / dell_warranty.py
Created October 1, 2021 12:13 — forked from teroka/dell_warranty.py
Dell API: Warranty Information
#!/usr/bin/env python
# Quick script to check your Dell asset's warranty status
# Just drop your service tag as parameters for the script and go.
import sys
import requests
APIKEY = 'd676cf6e1e0ceb8fd14e8cb69acd812d'
URL = 'https://api.dell.com/support/v2/assetinfo/warranty/tags.json?svctags={0}&apikey=' + APIKEY
@ShortArrow
ShortArrow / chromeos-crosh-custom-setup.md
Created October 18, 2022 22:37 — forked from diffficult/chromeos-crosh-custom-setup.md
Customize your ChromeOS fonts - working April 2017

Customize Chromebook Chrosh Shell Environment

Requirement: Chromebook, Common Sense, Commandline Ablity, 1 hour of time

Dear developers with a spare Chromebook lets inject a little personalization into your Crosh shell with custom fonts, the solarized theme, and extra secure shell options.

Also, keep in mind that the terms Chrosh, Chrosh Window, and Secure Shell all refer to various versions and extentions built around the ChromeOS terminal. Settings that affect the ChromeOS terminal are global.

Custom Fonts

@ShortArrow
ShortArrow / diag.md
Last active November 15, 2023 04:01 — forked from hashrock/diag.md
作図系ツール・ライブラリまとめ

シーケンス図とかフローチャートをしごとで描画することになった場合、 テキストから生成できたら楽なので、それ系のツールまとめ

GraphViz

http://www.graphviz.org/

  • C製
  • Doxygen, Moinmoinなどと連携可能
  • ブロック図、クラス図、ネットワーク図など