Code Monkey home page Code Monkey logo

hyperboard's People

Contributors

ematvey avatar warbean avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hyperboard's Issues

Issue in Recorder.delete()

delete() in recorder is called wrong: it submits a single name, but the method expects a list of names. This results in the method iterating over the characters of the name instead of iterating over all names in the list.

See the following patch:

From 40ad2469603f00d43656eb4b8dc5224530d65e75 Mon Sep 17 00:00:00 2001
From: Whadup [email protected]
Date: Tue, 31 Jan 2017 14:36:40 +0100
Subject: [PATCH] fix delete() in recorder


hyperboard/recorder.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperboard/recorder.py b/hyperboard/recorder.py
index aaa72df..36e3756 100644
--- a/hyperboard/recorder.py
+++ b/hyperboard/recorder.py
@@ -36,7 +36,7 @@ class Recorder:
name = md5.hexdigest()
if name in self.name2series:
if overwrite:

  •            self.delete(name)
    
  •            self.delete([name])
           else:
               return '<fail>'
       self.name2series[name] = {
    

--
2.3.8 (Apple Git-58)`

How to switch on/off hyperboard?

I mean, in debug phases, i want to disable the hyperboard so that nothing is recorded. Is there any easy way to do so except commenting the codes?
Thank you!

using with c++

Hi. Nice program and I want to use it with dlib and c++. How I can do it fast as I can.

I think there are 2 options:
-connect to server with c++ (using curl for example). But I need protocol in this case.
-save files with data. In this case I need format and place to saving.

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.