Code Monkey home page Code Monkey logo

prezo's Introduction

banner

For the past 10 years, my focus has been software-defined networking, network programmability and infrastructure automation. Previously I developed and wrote many Cisco Validated Design guides on QoS enabled, encrypted Voice and Video using IPSec over the public Internet. As a network consulting engineer, I supported large enterprise customers.

Industry contributions

Joel W. King - Network Programmablity Architect, Developer and Engineer, DevNet 500, CCIE 1846 (ret.)

Recent news

Contact information

prezo's People

Watchers

 avatar

prezo's Issues

Manage TAGs

Object can have 10 unique tags associated with each object. The tags are key, value pairs, keys having a length of 128 bytes and values up to 256.

Tags can be used to label objects containing confidential data, or to group object and apply a security policy based on the tag setting.

Logging to RO file system

If you specify a log destination to a read-only file system, an uncaught exception is thrown:

root@564e2c3773a6:/prezo# python3 library/upload.py 
Traceback (most recent call last):
  File "library/upload.py", line 30, in <module>
    log = logger.Logger(**opts).setup()
  File "/prezo/library/logger/logger.py", line 51, in setup
    fh = logging.FileHandler(self.file_name)
  File "/usr/local/lib/python3.8/logging/__init__.py", line 1147, in __init__
    StreamHandler.__init__(self, self._open())
  File "/usr/local/lib/python3.8/logging/__init__.py", line 1176, in _open
    return open(self.baseFilename, self.mode, encoding=self.encoding)
OSError: [Errno 30] Read-only file system: '/opt/powerpoint/log'

Single slide upload

While creating an input file is foundational for uploading large batches of existing slides, the ability to upload a single slide to add to the content is a valuable option.

Also, the ability to specify a slide number or range of numbers to upload a partial deck is desirable when individual slide(s) are requested.

Resource stopwords not found

When testing running from stand-alone container (not under VSCODE) you need to install stopwords.

**********************************************************************
  Resource stopwords not found.
  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('stopwords')
  
  For more information see: https://www.nltk.org/data.html

  Attempted to load corpora/stopwords

  Searched in:
    - '/root/nltk_data'
    - '/opt/prezo/nltk_data'
    - '/opt/prezo/share/nltk_data'
    - '/opt/prezo/lib/nltk_data'
    - '/usr/share/nltk_data'
    - '/usr/local/share/nltk_data'
    - '/usr/lib/nltk_data'
    - '/usr/local/lib/nltk_data'
**********************************************************************

root@956f809f352d:/prezo# python
Python 3.8.10 (default, Jun 23 2021, 15:28:49) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
>>> nltk.download('stopwords')
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Unzipping corpora/stopwords.zip.
True

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.