LINUX &&|| PROGRAMMING
143 subscribers
1.06K photos
59 videos
17 files
1.23K links
Linux jest systemem wymarzonym dla programistów. W końcu sami dla siebie go stworzyli 😃 Łatwo się w nim programuje...
Ale wśród użytkowników telegrama jest chyba mniej popularny niż ogólnie na świecie, więc na razie na tym kanale głównie są memy 😃
Download Telegram
Channel name was changed to «LINUX PROGRAMMING»
Forwarded from Programmer Humor
[Meme] Yeah it's optimised, but Jesus Christ...
https://redd.it/oxyj9i

by @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.
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.
Forwarded from Lukas #kebab
Forwarded from Lukas #kebab
a tak ma brat na b450
Przypowieść o testowaniu kodu
Forwarded from Programmer Humor
I don’t usually understand what my fiancé talks about when he rants about programming, but I do understand that he has strong opinions on keyboards with slightly off-centered keys. So I made him this Valentine’s Day card to show my support.
https://redd.it/p0y0cb

by @programmer_humor
To co dziś jest niemożliwe...
Forwarded from Programmer Humor
I am scared of my own code now
https://redd.it/p2crj3

by @programmer_humor