Skip to content

Instantly share code, notes, and snippets.

@Omi0
Omi0 / Jenkinsfile
Created October 29, 2021 12:50 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples
@Omi0
Omi0 / operators.ts
Created September 17, 2020 09:29 — forked from ptesser/operators.ts
RxJS operator functions
import { Observable } from 'rxjs';
import { filter } from 'rxjs/operators';
function inputIsNotNullOrUndefined<T>(input: null | undefined | T): input is T {
return input !== null && input !== undefined;
}
export function isNotNullOrUndefined<T>() {
return (source$: Observable<null | undefined | T>) =>
source$.pipe(
@Omi0
Omi0 / index.html
Created July 30, 2018 09:37
Task Result
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<article>
<h1>Computer Graphics</h1>
<p>