Skip to content
View drewwiens's full-sized avatar

Block or report drewwiens

Report abuse

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

Report abuse

Pinned Loading

  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 2

  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 2

  5. 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
    
                  
  6. nrwl-nx-find-all-references-patch nrwl-nx-find-all-references-patch Public

    Find All References Patch for Nrwl Nx

    JavaScript 1