Skip to content

Instantly share code, notes, and snippets.

interface MisingEmail {
status: 400;
body: { error: "MISSING_EMAIL"}
}
interface MissingPassword {
status: 400;
body: { error: "MISSING_PASSWORD" }
}
<form clrForm (ngSubmit)="onSubmit()" #airplaneMakeForm="ngForm">
<clr-input-container>
<label for="manufacturer">
Manufacturer:
</label>
<input clrInput [(ngModel)]="model.manufacturer" type="text" name="manufacturer">
</clr-input-container>
<clr-input-container>
<label for="make">
Model:
gcc -static -m32 -o main main.c -I. -L. -lrafkids_lin -pthread
> test.log # Empty the file
while [[ ${PIPESTATUS[0]} -eq 0 ]]
do
./main | tee -a test.log
done