Giter VIP home page Giter VIP logo

exceptional's Introduction

Hi, I'm Jeffrey! ๐Ÿ‘‹

LinkedIn Facebook Instagram YouTube


I'm a team-driving augmentation-inspired software engineer with experience in product innovation and community leadership.

I'm currently at Amazon, I've previously worked at SAP and Samsung, and have been to 7 hackathons (and counting).

Here's some more info about me:

๐Ÿ“– I'm currently reading: A Long Petal of the Sea by Isabel Allende, Steve Jobs by Walter Isaacson, and The Inconvenient Indian by Thomas King

๐ŸŽฎ I'm currently playing: Genshin Impact, Apex Legends, Witcher 3: Blood & Wine

๐Ÿ‘ช Looking to collaborate on: Community-building initiatives!

โ“ Ask me about: My hackathon projects and cyberpunk/sci-fi book recommendations! (what a nerd)

๐Ÿค Connect with me on: LinkedIn, Facebook

exceptional's People

Stargazers

 avatar

Watchers

 avatar  avatar

exceptional's Issues

Call (private) loggers through namespaced functions

After some thought, I believe that a better way to expose the loggers publicly is to call namespaced functions, which will call the logger(s) (locked away in an unnamed namespace in exceptional.hpp. This will allow for easier documentation of the methods actually used to log messages, and more reliable usage of the loggers.

Combine demangle() functions

Currently, both DemangleType() and DemangleStackBacktrace() do work to demangle a string and parse the result. However, the demangling should be placed into a separate method which they both call, to minimize code duplication.

Demangle stack backtrace output

The stack backtrace is described in this issue.

Output can be "demangled" using a GNU library; instructions can be found here and documentation for abi::__cxa_demangle() can be found here.

Add 'Debug' and 'Trace' options

Right now the only options are Warning and Error; greater versatility would be nice.

Note: Trace is a lengthier call stack trace.

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.