Changeset cc28153d
- Timestamp:
- Jul 13, 2023, 4:02:55 PM (17 months ago)
- Branches:
- master
- Children:
- 60a9164
- Parents:
- d6d2136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/local.bib
rd6d2136 rcc28153d 62 62 author = "The Go Programming Language", 63 63 title = "src/runtime/chan.go", 64 howpublished = {\ href{https://go.dev/src/runtime/chan.go}},64 howpublished = {\url{https://go.dev/src/runtime/chan.go}}, 65 65 note = "[Online; accessed 23-May-2023]" 66 66 } … … 69 69 author = "The Go Programming Language", 70 70 title = "src/runtime/select.go", 71 howpublished = {\ href{https://go.dev/src/runtime/select.go}},71 howpublished = {\url{https://go.dev/src/runtime/select.go}}, 72 72 note = "[Online; accessed 23-May-2023]" 73 73 } … … 76 76 author = "The Go Programming Language", 77 77 title = "src/runtime/proc.go", 78 howpublished = {\ href{https://go.dev/src/runtime/proc.go}},78 howpublished = {\url{https://go.dev/src/runtime/proc.go}}, 79 79 note = "[Online; accessed 23-May-2023]" 80 80 } … … 83 83 author = "The Go Programming Language Specification", 84 84 title = "Select statements", 85 howpublished = {\ href{https://go.dev/ref/spec#Select\_statements}},85 howpublished = {\url{https://go.dev/ref/spec#Select\_statements}}, 86 86 note = "[Online; accessed 23-May-2023]" 87 87 } … … 90 90 author = "Boost C++ Libraries", 91 91 title = "experimental::basic\_concurrent\_channel", 92 howpublished = {\ href{https://www.boost.org/doc/libs/master/doc/html/boost\_asio/reference/experimental\__basic\_concurrent\_channel.html}},92 howpublished = {\url{https://www.boost.org/doc/libs/master/doc/html/boost\_asio/reference/experimental\__basic\_concurrent\_channel.html}}, 93 93 note = "[Online; accessed 23-May-2023]" 94 94 } … … 97 97 author = "The Rust Standard Library", 98 98 title = "std::sync::mpsc::sync\_channel", 99 howpublished = {\ href{https://doc.rust-lang.org/std/sync/mpsc/fn.sync\_channel.html}},99 howpublished = {\url{https://doc.rust-lang.org/std/sync/mpsc/fn.sync\_channel.html}}, 100 100 note = "[Online; accessed 23-May-2023]" 101 101 } … … 104 104 author = "The Rust Standard Library", 105 105 title = "Macro futures::select", 106 howpublished = {\ href{https://docs.rs/futures/latest/futures/macro.select.html}},106 howpublished = {\url{https://docs.rs/futures/latest/futures/macro.select.html}}, 107 107 note = "[Online; accessed 23-May-2023]" 108 108 } … … 111 111 author = "The OCaml Manual", 112 112 title = "OCaml library : Event", 113 howpublished = {\ href{https://v2.ocaml.org/api/Event.html}},113 howpublished = {\url{https://v2.ocaml.org/api/Event.html}}, 114 114 note = "[Online; accessed 23-May-2023]" 115 115 } … … 118 118 author = "The Haskell Package Repository", 119 119 title = "Control.Concurrent.Chan", 120 howpublished = {\ href{https://hackage.haskell.org/package/base-4.18.0.0/docs/Control-Concurrent-Chan.html}},120 howpublished = {\url{https://hackage.haskell.org/package/base-4.18.0.0/docs/Control-Concurrent-Chan.html}}, 121 121 note = "[Online; accessed 23-May-2023]" 122 122 } … … 125 125 author = "Linux man pages", 126 126 title = "select(2) - Linux manual page", 127 howpublished = {\ href{https://man7.org/linux/man-pages/man2/select.2.html}},127 howpublished = {\url{https://man7.org/linux/man-pages/man2/select.2.html}}, 128 128 note = "[Online; accessed 23-May-2023]" 129 129 } … … 132 132 author = "Linux man pages", 133 133 title = "poll(2) - Linux manual page", 134 howpublished = {\ href{https://man7.org/linux/man-pages/man2/poll.2.html}},134 howpublished = {\url{https://man7.org/linux/man-pages/man2/poll.2.html}}, 135 135 note = "[Online; accessed 23-May-2023]" 136 136 } … … 139 139 author = "Linux man pages", 140 140 title = "epoll(7) - Linux manual page", 141 howpublished = {\ href{https://man7.org/linux/man-pages/man7/epoll.7.html}},141 howpublished = {\url{https://man7.org/linux/man-pages/man7/epoll.7.html}}, 142 142 note = "[Online; accessed 23-May-2023]" 143 143 } … … 146 146 author = "Linux man pages", 147 147 title = "io\_uring(7) - Linux manual page", 148 howpublished = {\ href{https://man7.org/linux/man-pages/man7/io\_uring.7.html}},148 howpublished = {\url{https://man7.org/linux/man-pages/man7/io\_uring.7.html}}, 149 149 note = "[Online; accessed 23-May-2023]" 150 150 } … … 164 164 author = "C++ reference", 165 165 title = "std::experimental::when\_any", 166 howpublished = {\ href{https://en.cppreference.com/w/cpp/experimental/when\_any}},166 howpublished = {\url{https://en.cppreference.com/w/cpp/experimental/when\_any}}, 167 167 note = "[Online; accessed 23-May-2023]" 168 168 } … … 178 178 author = "Haskell Wiki", 179 179 title = "Parallel Haskell", 180 howpublished = {\ href{https://wiki.haskell.org/Parallel}},180 howpublished = {\url{https://wiki.haskell.org/Parallel}}, 181 181 note = "[Online; accessed 23-May-2023]" 182 182 } … … 185 185 author = "GCC team", 186 186 title = "Built-in Functions for Memory Model Aware Atomic Operations", 187 howpublished = {\ href{https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html}},187 howpublished = {\url{https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html}}, 188 188 note = "[Online; accessed 23-May-2023]" 189 189 } … … 199 199 @manual{IntelManual, 200 200 keywords = {Intel}, 201 title = {Intel 64 and IA-32 Architectures Software Developer ’s Manual},202 version 201 title = {Intel 64 and IA-32 Architectures Software Developer's Manual}, 202 version = {Version 080}, 203 203 organization= {Intel}, 204 month = March,204 month = march, 205 205 year = 2023, 206 206 }
Note: See TracChangeset
for help on using the changeset viewer.