Link to Apple Shortcut with inline perl:
https://www.icloud.com/shortcuts/dac14b78e3a047f4901ea426371578e0
Link to Apple Shortcut with inline perl:
https://www.icloud.com/shortcuts/dac14b78e3a047f4901ea426371578e0
PdfLatex is a tool that converts Latex sources into PDF. This is specifically very important for researchers, as they use it to publish their findings. It could be installed very easily using Linux terminal, though this seems an annoying task on Windows. Installation commands are given below.
sudo apt-get install texlive-latex-base
| ; http://emacs.stackexchange.com/questions/1051/copy-region-from-emacs-without-newlines | |
| (defun my-copy-simple (&optional beg end) | |
| "Save the current region (or line) to the `kill-ring' after stripping extra whitespace and new lines" | |
| (interactive | |
| (if (region-active-p) | |
| (list (region-beginning) (region-end)) | |
| (list (line-beginning-position) (line-end-position)))) | |
| (let ((my-text (buffer-substring-no-properties beg end))) | |
| (with-temp-buffer | |
| (insert my-text) |
| <?php | |
| /** | |
| * Plugin Name: IndieWeb | Customisations | |
| * Description: Customises relme list of the IndieWeb plugin. | |
| * Version: 2019.01 | |
| * Author: Caspar Hübinger | |
| * Author URI: http://glueckpress.com/ | |
| * License: GNU General Public License v2 or later | |
| * License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
| */ |
/server chat.freenode.net
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed