Forwarded from Programmer Humor
Forwarded from Tomasz Starszy od Arpanetu
Uwaga, użytkownik "Tomasz pieniądze" ( @tvpinfo) to troll. Widziałem jak przed chwilą zasypał grupę Konfederacji chamskimi gifami.
Forwarded from Tomasz Starszy od Arpanetu
"Szkalowanie i oczernianie innych ludzi?"
Nie, eksploitowanie słabości technicznych wspólnej platformy komunikacji.
Jeśli ktoś ci się nie spodobał możesz mu to powiedzieć a nie zmuszać wszystkich śledzących grupę do ładowania sobie setek takich samych gifów.
To jest egoistyczne świństwo.
Nie, eksploitowanie słabości technicznych wspólnej platformy komunikacji.
Jeśli ktoś ci się nie spodobał możesz mu to powiedzieć a nie zmuszać wszystkich śledzących grupę do ładowania sobie setek takich samych gifów.
To jest egoistyczne świństwo.
Forwarded from Programmer Humor
Forwarded from Programmer Humor
cxxtools.html
8.4 KB
Cxxtools
Cxxtools is a comprehensive C++ class library for Unix and Linux.
The library includes classes for serialization, unicode text, multi threading, networking, rpc, http client and server, xml, logging and many more.
While providing a large amount of features it is still very easy to use.
The use of modern C++ makes cxxtools very efficient while offering a high level abstraction.
Cxxtools is published under the LGPL with extensions, which allows you to use cxxtools in commercial applications as well.
Cxxtools is a comprehensive C++ class library for Unix and Linux.
The library includes classes for serialization, unicode text, multi threading, networking, rpc, http client and server, xml, logging and many more.
While providing a large amount of features it is still very easy to use.
The use of modern C++ makes cxxtools very efficient while offering a high level abstraction.
Cxxtools is published under the LGPL with extensions, which allows you to use cxxtools in commercial applications as well.
tntdb.html
5.2 KB
Tntdb
Tntdb is a C++ library which makes accessing SQL databases easy and robust. Just a few lines of code is enough to connect to the database and accessing data.
Tntdb has drivers for postgresql, sqlite3, mysql and oracle. A special replication driver writes data to multiple databases and read from one. It is some kind of 'poor mans database replication'.
Resources are handled automatically. The developer can't forget to free resources like disconnecting from the database. All objects used in tntdb are internally reference counted so that copying around objects is cheap and easy.
Prepared statements are fully supported to prevent problems with SQL injection. Where prepared statements are not supported by the database, tntdb emulates the use.
Tntdb is thread safe and supports connection pooling and caches prepared statements for best performance.
Errors are handles by throwing exceptions, which makes developing robust database applications a no brainer.
Tntdb is a C++ library which makes accessing SQL databases easy and robust. Just a few lines of code is enough to connect to the database and accessing data.
Tntdb has drivers for postgresql, sqlite3, mysql and oracle. A special replication driver writes data to multiple databases and read from one. It is some kind of 'poor mans database replication'.
Resources are handled automatically. The developer can't forget to free resources like disconnecting from the database. All objects used in tntdb are internally reference counted so that copying around objects is cheap and easy.
Prepared statements are fully supported to prevent problems with SQL injection. Where prepared statements are not supported by the database, tntdb emulates the use.
Tntdb is thread safe and supports connection pooling and caches prepared statements for best performance.
Errors are handles by throwing exceptions, which makes developing robust database applications a no brainer.
2021-08-05 15:19
OpenScienceFeed@fediscience.org (Open Science Feed)
Research software to get a FAIR go. "What it means to be interoperable and reusable has required some tweaking of the principles." https://ardc.edu.au/news/research-software-to-get-a-fair-go/ https://www.reddit.com/r/Open_Science/comments/oyh27m/research_software_to_get_a_fair_go_what_it_means/?utm_source=ifttt
https://fediscience.org/@OpenScienceFeed/106703721489560224
OpenScienceFeed@fediscience.org (Open Science Feed)
Research software to get a FAIR go. "What it means to be interoperable and reusable has required some tweaking of the principles." https://ardc.edu.au/news/research-software-to-get-a-fair-go/ https://www.reddit.com/r/Open_Science/comments/oyh27m/research_software_to_get_a_fair_go_what_it_means/?utm_source=ifttt
https://fediscience.org/@OpenScienceFeed/106703721489560224
ARDC
Research software to get a FAIR go
New FAIR principles for research software are set to bolster research integrity and usher in welcome changes in scholarly practices, as they have for research data in recent years.