New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/luigidcsoares/7-segment-clock

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/luigidcsoares/7-segment-clock

  • v0.0.0-20190528214853-8ca602832484
  • Source
  • Go
  • Socket score

Version published
Created
Source

Relógio com display de 7 segmentos

Informações Gerais

O desenvolvimento foi realizado em ambiente Linux (Antergos), utilizando os seguintes itens:

  • GO 1.12.5;
  • Make 4.2.1.

Além disso, para movimentação do cursor no terminal e alteração da cor do texto, foram utilizados os códigos de escape ANSI.

As cores aceitas até o momento são (entre parênteses está o valor a ser passado na execução):

  • Preto (black);
  • Vermelho (red);
  • Verde (green);
  • Amarelo (yellow);
  • Azul (blue);
  • Magenta (magenta);
  • Ciano (cyan);
  • Branco (white).

Execução e Compilação

Para compilar, rode o seguinte comando:

$ make go-build

Para executar, rode o seguinte comando (a cor é opcional):

$ make run [color=<cor>]

É possível, também, realizar os dois comandos de uma só vez:

$ make [color=<cor>]

FAQs

Package last updated on 28 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc