Difference between revisions of "CoderMerlin Courier 2021.01.08"

From Coder Merlin
Line 23: Line 23:
=== Git ===
=== Git ===
{{Hint2|[[File:Git-logo.svg|120px|link=]]|
{{Hint2|[[File:Git-logo.svg|120px|link=]]|
This is an emacs hint
Tags can be easily moved by using the <syntaxhighlight lang='bash' inline>--force</syntaxhighlight> option.
* <syntaxhighlight lang='bash' inline>git tag --force J1154.Final</syntaxhighlight>
* <syntaxhighlight lang='bash' inline>git push origin --force J1154.Final</syntaxhighlight>
}}
}}



Revision as of 16:17, 17 January 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

CoderMerlin Courier

Volume One, Issue Three - January Two Thousand Twenty-One

Within these castle walls be forged Mavens of Computer Science

Current Contests[edit]

Essay Writing Contest[edit]

Why is the primary role of technology to improve humanity? You can read more about the essay and prize: here.

Excalibur Award
ExcalaburCaledfwlchTranslucent.jpg
$250.00
ExcalaburCaledfwlchTranslucent.jpg

Hints, Tips, Tricks, and Shortcuts[edit]

Linux[edit]

HintIcon.png
Helpful Hint Linux logo.jpg

This is a Linux Tip

Swift[edit]

HintIcon.png
Helpful Hint Swift-og.png

This is a Swift Tip

Emacs[edit]

HintIcon.png
Helpful Hint Emacs 512.png

Web-mode supports both PHP and HTML in the same buffer. Web-mode can be activated with: ALT-x web-mode RETURN

Git[edit]

HintIcon.png
Helpful Hint Git-logo.svg

Tags can be easily moved by using the --force option.

  • git tag --force J1154.Final
  • git push origin --force J1154.Final

Newly Installed and Updated Services[edit]

Disk Space Increased[edit]

The available disk space has been increased to 1.0 GiB.

Emacs Updates 27.1[edit]

Emacs 512.png
  • Native support for JSON parsing
  • Built-in support for tab bar and tab-line


In order to ensure you receive the latest features, re-initialize your skeleton:

jane-williams@codermerlin:~/www$ skel-init

Then completely log off before logging back on. Run emacs (without any parameters) and wait for the initialization to complete.

Vapor Available[edit]

Swift Vapor applications are now available. See Vapor for configuration information.