Giter Site home page Giter Site logo

back2basics / grin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from while0pass/grin

3.0 3.0 3.0 147 KB

Source code mirror for Robert Kern's enhanced grep-like tool, written in python, analogous to ack[-grep] (perl) and rak (ruby).

Home Page: http://pypi.python.org/pypi/grin

License: Other

Python 100.00%

grin's Introduction

{
    "name": "Jeremy Langley",
    "about me": "https://about.me/gettingBack2Basics",
}

grin's People

Contributors

cpcloud avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

grin's Issues

Reading JPG exif data

Files are either binary or text. Problems arise currently when mixing the 2.
Background:
The first 4096 bytes are read and examined as text or binary by set(First_4096_bytes).is_subset(the_ascii_character_set)

So it seems to me the binary file (the jpg) needs to be read and the characters delimiting the exif data need to be found so we know where to read the text data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.