Skip to content
View rguliev's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report rguliev

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 Loading

  1. r-hyperspec/pyspc-unmix r-hyperspec/pyspc-unmix Public

    Python package for unmixing hyperspectral data

    Python 1 1

  2. conditionize2.js conditionize2.js Public

    Forked from renvrant/conditionize.js

    jQuery plugin for conditioning things

    HTML 22 6

  3. r-hyperspec/pyperspec r-hyperspec/pyperspec Public

    Spectra data handling in Python

    Python

  4. Python 3: pdfminer code to convert p... Python 3: pdfminer code to convert pdf to text, html or xml
    1
    # Use `pip3 install pdfminer.six` for python3
    2
    
                  
    3
    from typing import Container
    4
    from io import BytesIO
    5
    from pdfminer.pdfinterp import PDFResourceManager, PDFPageInterpreter
  5. r-hyperspec/unmixR r-hyperspec/unmixR Public

    N-FINDR, Vertex Component Analysis (VCA) and Iterative Constrained Endmember (ICE) algorithms for hyperspectral unmixing in R.

    R 2

  6. A pre-commit hook to minify js & css... A pre-commit hook to minify js & css files.
    1
    #!/bin/bash
    2
    
                  
    3
    # A pre-commit hook to update minified versions of
    4
    # css/js files on commit
    5