Skip to content

Instantly share code, notes, and snippets.

@momotaro98
momotaro98 / shell_collection.md
Created June 19, 2020 05:41
シェル芸人

全検索

find . -type f | xargs grep 'keyword' -n

一斉置換

第1章 C#プログラミングをはじめよう

1.1 プログラミングとは

1.2 プログラミング言語C#

1.3 C#の全体像

ユーザー定義型

表1.4 C#のユーザー定義型

ユーザー定義型 概要 本書の該当箇所
@momotaro98
momotaro98 / gpu_kmeans.cu
Created December 24, 2015 08:03
授業"コンピュータ・アーキテクチャ"の最終課題 K-Means計算をGPUで処理 CUDAで実装
// -*- C++ -*-
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include "kmeans.h"
#define BLOCKSIZE (64) // 汎化のためにもdefineを定義するのはBLOCKSIZEだけにしよう
#ifdef __cplusplus
@momotaro98
momotaro98 / answer-challenge-cto-2015-2nd-level3.py
Last active March 16, 2016 14:03
Voyage Group "CTOからの挑戦状2015_2nd" Level3の解答
MENU = {
"ジェノベーゼM": 1000,
"ジェノベーゼL": 1400,
"マルゲリータM": 1200,
"マルゲリータL": 1800,
"ポテトフライ": 400,
"グリーンサラダ": 500,
"シーザーサラダ": 600
}
PIZZA = [