Skip to content

Instantly share code, notes, and snippets.

@Ang3er
Ang3er / Test_Modular.cpp
Last active August 1, 2018 01:40
Commandline interface C++ for HElib
/* Copyright (C) 2016 Dominik Fischer
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
@yuya-matsushima
yuya-matsushima / agatsuma.survice03.md
Last active December 17, 2015 21:28
20130529(仮)

agatsuma.survive#03(仮) ver.20130603

agatsuma.survive は群馬県内のプログラマ, デザイナー, マークアップエンジニア, コーダーがこれからの群馬で生き残っていく為に知識やスキルをシェアする勉強会です。

Git 入門

Git の基本的なコマンドの使い方, 複数人での作業の行い方, github の活用方法をざっくり3時間くらいで実際にCLI(黒い画面)でコマンドを叩きながら学びます。とりあえず使ってみて残りはググって解決できるようになるのが目標です。

@clicktx
clicktx / array.pl
Created March 31, 2013 04:00
アルゴリズムを学ぼうP48の問題: 戦略1をperlで書く。コピー回数のカウント用。
#!/usr/bin/env perl
use strict;
use warnings;
# 戦略1: 10だけ大きくした配列を作る戦略
my $array_ref =[('undef') x 10];
my $count = count();
run($ARGV[0]);
@kawaz
kawaz / gmail.sh
Last active March 16, 2020 00:34
gmailでメール送信するシェルスクリプト
#!/bin/bash
user="example@gmail.com"
pass="yourpassword"
to="friend@example.com"
( sleep 1
echo "EHLO `hostname`"
sleep 1
echo "AUTH PLAIN $(echo -en "$user\0$user\0$pass" | base64)"
sleep 1
@hayajo
hayajo / changelog_en.md
Last active May 3, 2024 08:29
ChangeLog を支える英語

ChangeLog を支える英語

ChangeLog を書く際によく使われる英語をまとめました。

ほとんど引用です。

基本形