diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pl/glossary/buffer | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pl/glossary/buffer')
-rw-r--r-- | files/pl/glossary/buffer/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/files/pl/glossary/buffer/index.html b/files/pl/glossary/buffer/index.html new file mode 100644 index 0000000000..9669b330c8 --- /dev/null +++ b/files/pl/glossary/buffer/index.html @@ -0,0 +1,16 @@ +--- +title: buffer +slug: Glossary/buffer +tags: + - Buffer +translation_of: Glossary/buffer +--- +<p>Bufor jest magazynem w pamięci fizycznej używanym do tymczasowego przechowywania danych podczas ich transferu z jednego miejsca w drugie.</p> + +<h2 id="Learn_more">Learn more</h2> + +<h3 id="General_knowledge">General knowledge</h3> + +<ul> + <li><a href="https://en.wikipedia.org/wiki/Data_buffer">Data buffer</a> on Wikipedia</li> +</ul> |