(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
(add-to-list 'default-frame-alist '(ns-appearance . light))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <math.h> | |
| #define LIMIT 100 | |
| #define LF 10 | |
| #define ASCII_ZERO 48 | |
| void printFizz(); | |
| void printBuzz(); | |
| void printNumber(int number); |
First, create a file called license.txt in $HOME/intelephense/license.txt and paste in your license key. Save that file.
Note
Another option is to create a file called licence.txt directly in $HOME.
If you do this, you must name the file correctly (including the typo!)
Next we will want make sure we have intelephense installed on our host. There are numerous ways to do this. The most common is to use Mason but I opt to do a global install of the package with NPM.
Magic words:
psql -U postgresSome interesting flags (to see all, use -h or --help depending on your psql version):
-E: will describe the underlaying queries of the\commands (cool for learning!)-l: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)