Here I'm trying to understand what happens when I run
./hello
#include Here I'm trying to understand what happens when I run
./hello
#include | /** | |
| * This are a collection of examples for C 201. | |
| * These combine concepts you may or may not be | |
| * familiar with and are especially useful for | |
| * students new to C. There is a lot of really | |
| * cool stuff you can do in C without any cool | |
| * languages. | |
| * | |
| * This is file in particular is an introduction | |
| * to fun function usage in C. |
| # 1. First of all of course get Manjaro: | |
| https://manjaro.org/get-manjaro/ | |
| # I recommend using Etcher to copy the image to your USB: | |
| https://etcher.io/ | |
| # 2. Before installing make sure: | |
| # - Secure boot is disabled in BIOS | |
| # - Your SSD, HDD or NVME drive is set to AHCI instead of RAID | |
| # - Fastboot should be on Auto or minimal, but this shouldn't matter to much |
| background no | |
| own_window yes | |
| own_window_type normal | |
| own_window_class Conky | |
| own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
| alignment mm | |
| gap_x -20 | |
| #575 | |
| gap_y 65 | |
| #310 |
NOTICE The following notes work with any Ubuntu based distro with apt package manager. Warning : Use Any commands given below at your own caution. I will not be responsible for anything you break burn destroy or annihilate using these commands
Upgrade your Dist to latest updates Install
ubuntu-restricted-extras. Many Applications (Lollypop Included) Don't Work without it.
For example, to override the AppBar (https://material-ui-next.com/api/app-bar/) root class we can do the following:
1 - Add the property classes in the AppBar component:
<AppBar classes={{root: 'my-root-class'}}| = help: consider adding a `#![recursion_limit="2048"]` attribute to your crate | |
| = note: required because of the requirements on the impl of `diesel::query_builder::insert_statement::UndecoratedInsertRecord<users::table>` for `&[_]` | |
| = note: required because of the requirements on the impl of `diesel::query_builder::insert_statement::UndecoratedInsertRecord<users::table>` for `&[[_]]` | |
| = note: required because of the requirements on the impl of `diesel::query_builder::insert_statement::UndecoratedInsertRecord<users::table>` for `&[[[_]]]` | |
| = note: required because of the requirements on the impl of `diesel::query_builder::insert_statement::UndecoratedInsertRecord<users::table>` for `&[[[[_]]]]` | |
| = note: required because of the requirements on the impl of `diesel::query_builder::insert_statement::UndecoratedInsertRecord<users::table>` for `&[[[[[_]]]]]` | |
| = note: required because of the requirements on the impl of `diesel::query_builder::insert_statement::UndecoratedInsertRecord<users::table>` for |
| " SpaceGray.vim -- Vim colorscheme. | |
| " Maintainer: Aditya Vikram Singh (github.com/xypnox) | |
| " Version: 1.0 | |
| " A colorscheme modeled after the spacegray theme for Atom and Sublime. | |
| " This colorscheme is 256color and up only. | |
| " Setup {{{1 | |
| hi clear | |
| if exists('syntax_on') |