November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Category Archives: php
Storing temperature data in postgresql
Pushing temperaturedata from an arduino setup into a postgresql database Continue reading
Posted in arduino, php, sql
2 Comments
Postgresql – handling bytea data through php
How to store and retreive images or other binary files as bytea in postgres using php. Continue reading
Posted in php
Comments Off on Postgresql – handling bytea data through php
PHP Matrix multiplication
Needing to do some matrix multiplication in php, I found some code that looked quite promising, but it had a couple of problems: In addition to the matrixes, it needed the max dimentions of the matrixes as arguments and it … Continue reading
Posted in php
Comments Off on PHP Matrix multiplication
You must be logged in to post a comment.