Skip to content

Instantly share code, notes, and snippets.

View termoshtt's full-sized avatar

Toshiki Teramura termoshtt

View GitHub Profile
@termoshtt
termoshtt / CLA.md
Created September 21, 2021 23:46
RICOS Individual Contributor License Agreement

RICOS Individual Contributor License Agreement

In order to clarify the intellectual property license granted with Contributions from any person or entity, RICOS Co. Ltd. ("RICOS") must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of RICOS; it does not change your rights to use your own Contributions for any other purpose. You accept and agree to the following terms and conditions for Your present and future Contributions submitted to RICOS. Except for the license granted herein to RICOS and recipients of software distributed by RICOS, You reserve all right, title, and interest in and to Your Contributions. Definitions.

  1. "You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with RICOS. For legal entities, the entity making a Contribution and all other entiti
@termoshtt
termoshtt / profiles.json
Created September 18, 2019 20:10
Windows Terminal setting
{
"globals": {
"alwaysShowTabs": true,
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols": 120,
"initialRows": 30,
"requestedTheme": "system",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,

Seeking Jobs

  • Develop Rust and/or C++17 OSS

Place

  • Tokyo
  • Any if remote is permitted

Who am I?

年収800万円からでお仕事を探しています

お仕事の希望

  • Rust/C++17でOSS(あるいはOSS化予定)のソフトウェアを開発する

勤務地

  • 東京
  • Remoteならどこでも可
@termoshtt
termoshtt / Cargo.toml
Created October 22, 2018 17:04
no_std_enum_derive
[package]
name = "nostd_derive"
version = "0.1.0"
edition = "2018"
[dependencies]
num-derive = "0.2"
num-traits = { version = "0.2", default-features = false }
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@termoshtt
termoshtt / Numba_sample.ipynb
Created November 13, 2015 06:02
Sample code for Numba
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env perl
#
$latex = 'uplatex %O -synctex=1 -interaction=nonstopmode %S';
$pdflatex = 'lualatex %O -synctex=1 -interaction=nonstopmode %S';
$biber = 'biber %O --bblencoding=utf8 -u -U --output_safechars %B';
$bibtex = 'upbibtex %O %B';
$makeindex = 'upmendex %O -o %D %S';
$dvipdf = 'dvipdfmx %O -o %D %S';
$dvips = 'dvips %O -z -f %S | convbkmk -u > %D';
$ps2pdf = 'ps2pdf %O %S %D';