This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Masaki Waga <[email protected]> | |
| # Maintainer: Alex J. Malozemoff <[email protected]> | |
| # Maintainer: Benjamin Cheng <[email protected]> | |
| pkgname=sealcrypto | |
| pkgver=4.1.1 | |
| pkgrel=1 | |
| pkgdesc='Microsoft library for fully homomorphic encryption' | |
| arch=('x86_64') | |
| url="https://www.microsoft.com/en-us/research/group/cryptography-research/" | |
| license=('MIT') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ue | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @require: stdja | |
| @require: azmath/azmath | |
| document (| | |
| author = {MasWag}; | |
| show-title = true; | |
| show-toc = false; | |
| title = {条件が複数行に渡る\code(`\cases`);}; | |
| |) '< | |
| +p{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @require: stdjareport | |
| @require: bibyfi/bibyfi | |
| @require: bibyfi/bibyfi-IEEETran | |
| let bibs = [ | |
| (`sawada2013multichannel`, Article(| | |
| author= [`Hiroshi Sawada`;`Hirokazu Kameoka`;`Shoko Araki`;`Naonori Ueda`]; | |
| title = `Multichannel Extensions of Non-Negative Matrix Factorization With Complex-Valued Data`; | |
| journal = `IEEE Transactions on Audio, Speech, and Language Processing`; | |
| year = `2013`; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass{standalone} | |
| \usepackage{amssymb,amsmath} | |
| \usepackage{tikz} | |
| \usepackage{mathtools} | |
| \usetikzlibrary{automata,positioning,matrix,shapes.callouts} | |
| \tikzstyle{every node}=[initial text=] | |
| %%% Color setting | |
| \definecolor{coloract}{rgb}{0.50, 0.70, 0.30} | |
| \definecolor{colorclock}{rgb}{0.4, 0.4, 1} | |
| \definecolor{colorloc}{rgb}{0.4, 0.4, 0.65} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM --platform=linux/amd64 ubuntu:18.04 | |
| # ModelSim requires i386 support | |
| RUN dpkg --add-architecture i386 | |
| # Install required packages | |
| RUN apt-get update && \ | |
| apt-get install -y xserver-xorg x11-apps \ | |
| locales libglib2.0-0 libfreetype6 \ | |
| libsm6 libxrender1 libfontconfig1 libxext6 xinit \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Start learning of no-invariant TA | |
| [2023-08-18 18:25:20.038941] [0x00007ff84b102640] [info] Target DTA | |
| digraph G { | |
| loc0 [init=true, match=false] | |
| loc1 [init=false, match=true] | |
| loc0->loc1 [label="b", guard="{x1 <= 20, x1 >= 20}", reset="{x0 := 0}"] | |
| loc0->loc0 [label="a", guard="{x0 <= 3, x0 >= 3}", reset="{x0 := 0}"] | |
| } | |
| [2023-08-18 18:25:20.042653] [0x00007ff84b102640] [info] Complement of the target DTA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; Brief example showing dynamic binding and lexical binding in Emacs Lisp (Comments are in Japanese) | |
| ;;; Lines staring with ";>" show the output produced in the REPL. | |
| ;; lexical bindingを無効化してdynamic bindingを使う | |
| (setq lexical-binding nil) | |
| ;> nil | |
| (defun retcl (x) | |
| (lambda () (+ x 1))) | |
| ;> retcl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Masaki Waga <[email protected]> | |
| # Contributor: Tatsunori Aoki <[email protected]> | |
| DLAGENTS='https::/usr/bin/curl --insecure -fLC - --retry 3 --retry-delay 3 -o %o %u' | |
| pkgname=open-usp-tukubai | |
| pkgver=20230322 | |
| pkgrel=1 | |
| pkgdesc="An open source version of shell commands usp Tukubai." | |
| arch=('any') |