parent
f0f6e4935d
commit
31c3b78fdc
@ -1,13 +1,7 @@ |
|||||||
build: |
build: |
||||||
pandoc \
|
pandoc \
|
||||||
--bibliography db.bib \
|
--citeproc \
|
||||||
--bibliography design.bib \
|
--csl=templates/jcsl.csl \
|
||||||
--bibliography fp.bib \
|
--template=templates/uikit.html \
|
||||||
--bibliography sink.bib \
|
-o README.html \
|
||||||
--bibliography langs/haskell.bib \
|
|
||||||
--bibliography langs/R.bib \
|
|
||||||
--citeproc \
|
|
||||||
--csl=jcsl.csl \
|
|
||||||
--template=./uikit.html\
|
|
||||||
-o README.html \
|
|
||||||
-s citations.txt
|
-s citations.txt
|
||||||
|
@ -1,19 +1,37 @@ |
|||||||
--- |
--- |
||||||
title: "home lib" |
title: "home lib" |
||||||
output: markdown |
output: markdown |
||||||
bibliography: [db.bib, design.bib] |
bibliography: [db.bib, design.bib, fp.bib, sink.bib, logic.bib, langs/haskell.bib, langs/R.bib] |
||||||
--- |
--- |
||||||
|
|
||||||
- [@db-core] |
## Функциональщина |
||||||
- [@func-design-architecture] |
- [@func-design-architecture] |
||||||
- [@fp-practice] |
- [@fp-practice] |
||||||
- [@Misra2023Jan] |
|
||||||
- [@github-software-design-in-haskell] |
## ОМП |
||||||
- [@github-awesome-haskell] |
- [@haskell-road-to-logic] |
||||||
|
- [@computation-intro] |
||||||
|
|
||||||
|
## Теория языков программирования |
||||||
- [@github-plt] |
- [@github-plt] |
||||||
- [@plf-agda] |
- [@plf-agda] |
||||||
|
- [@Misra2023Jan] |
||||||
|
|
||||||
|
## Логика |
||||||
|
|
||||||
|
- [@huth2004logic] |
||||||
|
|
||||||
|
## Базы данных |
||||||
|
- [@db-core] |
||||||
|
|
||||||
|
## Языки |
||||||
|
|
||||||
|
### R |
||||||
|
- [@advanced-R] |
||||||
|
|
||||||
|
### Haskell |
||||||
|
|
||||||
- [@Hutton2016Sep] |
- [@Hutton2016Sep] |
||||||
- [@computation-intro] |
|
||||||
- [@haskell-road-to-logic] |
|
||||||
- [@haskell-in-depth] |
- [@haskell-in-depth] |
||||||
- [@advanced-R] |
- [@github-software-design-in-haskell] |
||||||
|
- [@github-awesome-haskell] |
||||||
|
@ -0,0 +1,19 @@ |
|||||||
|
@book{huth2004logic, |
||||||
|
abstract = {"Recent years have seen the development of powerful tools for verifying hardware and software systems, as companies worldwide realise the need for improved means of validating their products. There is increasing demand for training in basic methods in formal reasoning so that students can gain proficiency in logic-based verification methods. At the same time, the shift towards internet-based distributed computing creates the need for individuals who are able to reason about sophisticated autonomous agent-oriented software acting on large networks." "The second edition of this successful textbook addresses both those requirements, by continuing to provide an introduction to formal reasoning that is both relevant to the needs of modern computer science and rigorous enough for practical application. The presentation is clear and simple, with core material being described early in the book, and further technicalities introduced only where they are needed by the applications. A key feature is the full exposition of model-checking, and the new edition supports the most up-to--date versions of the tools NuSMV and Alloy. Improvements to the first edition have been made throughout, with extra and expanded sections on linear-time temporal logic model checking, SAT solvers, second-order logic, the Alloy specification tool, and programming by contract. The coverage of model-checking has been substantially updated. Further exercises have been added."--Jacket.}, |
||||||
|
added-at = {2015-12-26T14:47:38.000+0100}, |
||||||
|
address = {Cambridge [U.K.]; New York}, |
||||||
|
author = {Huth, Michael and Ryan, Mark}, |
||||||
|
biburl = {https://www.bibsonomy.org/bibtex/2012167e8834a5c2d2aeaf83694841b87/mabed}, |
||||||
|
description = {Suchergebnis auf Amazon.de für: 052154310X}, |
||||||
|
interhash = {aa67e9133236648e9355fac3520ce171}, |
||||||
|
intrahash = {012167e8834a5c2d2aeaf83694841b87}, |
||||||
|
isbn = {052154310X 9780521543101}, |
||||||
|
keywords = {model_checking}, |
||||||
|
publisher = {Cambridge University Press}, |
||||||
|
refid = {54960031}, |
||||||
|
timestamp = {2015-12-26T14:47:38.000+0100}, |
||||||
|
title = {Logic in computer science : modelling and reasoning about systems}, |
||||||
|
url = {http://www.amazon.de/s/url=search-alias%3Daps&field-keywords=052154310X}, |
||||||
|
year = 2004 |
||||||
|
} |
||||||
|
|
Loading…
Reference in new issue