Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]


== Branch naming, merging procedures & Coding practices ==
== Netiquette, branch naming, merging procedures & Coding practices ==
* [[Netiquette|Netiquette]]
* [[Branches Naming|Branches naming policy]]
* [[Branches Naming|Branches naming policy]]
* [[Coding good practices|Coding good practices]]
* [[Coding good practices|Coding good practices]]

Latest revision as of 07:16, 27 July 2023

Special Pages

Netiquette, branch naming, merging procedures & Coding practices

Test & Benchmarks suite(s)

Yambo educational

ICTP VM setup

Reducing the size of the VM image

Open a terminal in the VM and type

sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
sudo rm -rf /bigemptyfile