Dimitrios Kalemis (@dkalemis) 's Twitter Profile
Dimitrios Kalemis

@dkalemis

I am exactly like Jesus Christ: an atheist and anarchist against society and bad people with influence and power.

ID: 34762504

linkhttps://dkalemis.wordpress.com calendar_today23-04-2009 23:01:54

3,3K Tweet

89 Followers

66 Following

Dan Nanni (@xmodulo) 's Twitter Profile Photo

A Linux cron job is a scheduled task that runs automatically at specified intervals using the cron daemon, perfect for automating repetitive tasks like backups, updates, or scripts Here is the basic overview of #Linux cron jobs showing crontab format and cron job examples πŸ˜ŽπŸ‘‡

A Linux cron job is a scheduled task that runs automatically at specified intervals using the cron daemon, perfect for automating repetitive tasks like backups, updates, or scripts

Here is the basic overview of #Linux cron jobs showing crontab format and cron job examples πŸ˜ŽπŸ‘‡
Martin (@martinmrmar) 's Twitter Profile Photo

If you are curious about logic and would like to study it for yourself, there is a free PDF download by Prof. Harris Kwong on Discrete Math lectures. I just printed sections on logic and set theory and bound it together into a workbook.

If you are curious about logic and would like to study it for yourself, there is a free PDF download by Prof. Harris Kwong on Discrete Math lectures. I just printed sections on logic and set theory and bound it together into a workbook.
Jonathan Gorard (@getjonwithit) 's Twitter Profile Photo

"Duality" is a deep concept in mathematics, but an intuitive way to think about it is in terms of tables. When we lay out data in a table, we are familiar with the idea that each row represents a different "entity", and each column represents a different "property". (1/10)

"Duality" is a deep concept in mathematics, but an intuitive way to think about it is in terms of tables.
When we lay out data in a table, we are familiar with the idea that each row represents a different "entity", and each column represents a different "property". (1/10)
Physics In History (@physinhistory) 's Twitter Profile Photo

Enrico Fermi completed his doctorate thesis in one month because he was a very fast and efficient worker, and he had already done most of the research and experiments beforehand. He chose to study X-ray diffraction, which is the scattering of X-rays by the atoms in a crystal,

Enrico Fermi completed his doctorate thesis in one month because he was a very fast and efficient worker, and he had already done most of the research and experiments beforehand. He chose to study X-ray diffraction, which is the scattering of X-rays by the atoms in a crystal,
Didier 'Dirac's ghost' Gaulin (@diracghost) 's Twitter Profile Photo

A few months ago, I was recommended Hubbard's Vector calculus/linear algebra book ,and I got to say that I vastly prefer this text from any that I had used in the past, when dealing with vector calculus. Very beginner friendly and modern, complete, great for physics students.

A few months ago, I was recommended Hubbard's Vector calculus/linear algebra book ,and I got to say that I vastly prefer this text from any that I had used in the past, when dealing with vector calculus. Very beginner friendly and modern, complete, great for physics students.
Neo Kim (@systemdesignone) 's Twitter Profile Photo

I struggled with git until I learned these 17 commands: 1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently staged changes in the local repository, with a message 3 git push ↳ It lets