Differences between GPL, LGPL and BSD:
https://fosswire.com/post/2007/04/the-differences-between-the-gpl-lgpl-and-the-bsd/
#misc
https://fosswire.com/post/2007/04/the-differences-between-the-gpl-lgpl-and-the-bsd/
#misc
Don't forget we have #groups:
@theprogrammingartgroup
@letstalkprogramming
Italian groups:
@theprogrammingartgruppo
@programmalaganja
OT groups:
@theofftopicingart
@letstalkanything
@theprogrammingartgroup
@letstalkprogramming
Italian groups:
@theprogrammingartgruppo
@programmalaganja
OT groups:
@theofftopicingart
@letstalkanything
Forwarded from Syra's Techbinder
A Blogger who started out as an Electrical Engineered describes how he learned to program
danluu.com/learning-to-program/
danluu.com/learning-to-program/
Seagate sued by angry staff following phishing data breach:
http://www.zdnet.com/article/seagate-sued-by-angry-staff-following-phishing-data-breach/
http://www.zdnet.com/article/seagate-sued-by-angry-staff-following-phishing-data-breach/
ZDNET
Seagate sued by angry staff following phishing data breach
Seagate HR fell for a phishing scam and released sensitive employee data. The staff affected by the disaster want compensation.
Forwarded from Syra's Techbinder
http://samrowe.com/wordpress/advancing-in-the-bash-shell/
This tutorial shows some bash's amazing features "that will increase your productivity in the shell."
Tags: #programming #Bash #Linux
This tutorial shows some bash's amazing features "that will increase your productivity in the shell."
Tags: #programming #Bash #Linux
Forwarded from The Daily C++
Tags: #nullpointerexception #cpp #effect #differenceos #test
https://cristianadam.eu/20160914/nullpointerexception-in-c-plus-plus/
"For those familiar with languages like Java, and C#, something like NullPointerException shouldn’t come as a surprise. But what about C++? C++ also has exceptions, right?"
https://cristianadam.eu/20160914/nullpointerexception-in-c-plus-plus/
"For those familiar with languages like Java, and C#, something like NullPointerException shouldn’t come as a surprise. But what about C++? C++ also has exceptions, right?"
cristianadam.eu
NullPointerException in C++ - Cristian Adam
For those familiar with languages like Java, and C#, something like NullPointerException shouldn’t come as a surprise. But what about C++? C++ also …
imgui: cross-platform lightweight UI library for creating power user tools
https://github.com/ocornut/imgui/blob/master/README.md
https://github.com/ocornut/imgui/blob/master/README.md
Forwarded from Full Stack's Broadcast
#Hot http://thenextweb.com/shareables/2016/09/15/google-requires-5000-times-code-original-space-shuttle/?ref=webdesignernews.com
The Next Web
Google requires 5,000 times more code than the original space shuttle
Google owns dozens of Web properties which collectively run on billions of lines of code — two billion, to be exact. The original space shuttle, a relic from 1982, only required 400,000 lines of code to launch a crew and several tons of fuel into orbit. To…
Forwarded from Antonio
The latest Voice of Customer and CX trends | Usabilla Blog
Idiot Buttons: The Placebo in UX Design - The latest Voice of Customer and CX trends | Usabilla Blog
People love control. Yet in an age of automation, this is being lost. The placebo keeps people happy, providing an idea of control where there is none.
Forwarded from Syra's Techbinder
http://futurism.com/a-tiny-chip-may-present-a-hacker-proof-upgrade-to-data-encryption/
Tags: #encryption #security #hardware #algorithms
Tags: #encryption #security #hardware #algorithms
Futurism
A Tiny Chip May Present a 'Hacker Proof' Upgrade to Data Encryption
Using a photonic integrated circuit (PIC) chip, engineers have built a quantum random number generator capable of generating truly random numbers for hacking-impervious encryption.
Forwarded from Syra's Techbinder
https://randomascii.wordpress.com/2016/07/17/zeroing-memory-is-hard-vc-2015-arrays/
Tags: #programming #Cpp
Tags: #programming #Cpp
Random ASCII - tech blog of Bruce Dawson
Zeroing Memory is Hard (VC++ 2015 arrays)
Quick, what’s the difference between these two C/C++ definitions of initialized local variables? char buffer[32] = { 0 };char buffer[32] = {}; One difference is that the first is legal in C a…