Pinned Loading
-
A small working Operating System in Rust. Follows this blog series https://os.phil-opp.com/
Rust 1
-
1
function main() {
2
var payload = {"channel": "bing", "reports": []};
3
var date = new Date();
4
date.setDate(date.getDate() - 1);
5
var yesterday = date.toISOString().split('T')[0];
-
Reusable terraform modules for aws resources
HCL