Skip to content
View drewwiens's full-sized avatar
Block or Report

Block or report drewwiens

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. TensorFlow-DNNs-for-Predicting-DNA-Transcription-Factor-Binding TensorFlow-DNNs-for-Predicting-DNA-Transcription-Factor-Binding Public

    Deep neural networks implemented in TensorFlow & Python for predicting whether transcription factors will bind to given DNA sequences

    Python 15 7

  2. drewwiens-spikes/angular-nest-nx-example-monorepo drewwiens-spikes/angular-nest-nx-example-monorepo Public

    Full-Stack Nest and Angular Example App with Shared Types in an Nx Monorepo

    TypeScript 3 1

  3. drewwiens-spikes/angular-nest-full-stack-example-app drewwiens-spikes/angular-nest-full-stack-example-app Public

    Full-Stack Nest and Angular Example App

    TypeScript 3

  4. Starter-Jira-Dashboard-Item-Plugin Starter-Jira-Dashboard-Item-Plugin Public

    Minimum code to make a plugin for a dynamic frontend dashboard item that has an edit screen.

    JavaScript 2 1

  5. nrwl-nx-find-all-references-patch nrwl-nx-find-all-references-patch Public

    Find All References Patch for Nrwl Nx

    JavaScript 1

  6. Handy custom RxJS operators for Angu... Handy custom RxJS operators for Angular etc
    1
    import { AbstractControl, FormArray, FormGroup } from '@angular/forms';
    2
    import { map, toPairs, fromPairs, differenceWith, isEqual, isNull, isUndefined } from 'lodash';
    3
    import { Observable, OperatorFunction, defer, empty, of, merge, pipe } from 'rxjs';
    4
    import { distinctUntilChanged, filter, map, shareReplay, pairwise } from 'rxjs/operators';
    5