Skip to content

Instantly share code, notes, and snippets.

Goコマンドを強化して使いやすくする

環境

  • Arch Linux
  • go1.22.3 linux/amd64

事前準備

$GOPATH/binにPATHを通しておくこと。

@sheepla
sheepla / CatMeme.fsx
Last active March 15, 2024 12:28
チピチピチャパチャパドゥビドゥビダバダバマヒコミドゥビドゥビブンブンブンブン
open System
seq {
for it in [
(2, "チピ")
(2, "チャパ")
(2, "ドゥビ")
(2, "ダバ")
(1, "マヒコミ")
(2, "ドゥビ")
@sheepla
sheepla / SearchDuckDuckgo.fs
Last active December 31, 2023 13:03
Get DuckDuckGo search result with F# using AngleSharp
open System
open System.Web
open AngleSharp
open FSharp.Json
type SearchResult =
{
Title: string
Link: string
Snippet: string
@adacola
adacola / higher-order-function.ipynb
Last active October 22, 2023 14:44
F# の Array.Sort 関数を例にして高階関数を説明
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.