Code Monkey home page Code Monkey logo

cylon's Introduction

Mainly focused on embedded systems programming

For an overview of all projects at this account see my website.

Website Rss Donate

cylon's People

Contributors

gavinlyonsrepo avatar uros-stegic 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

cylon's Issues

openbsd-netcat

Please add support for openbsd-netcat, not every system has the gnu-version installed, and virt-manager (hypervisor-interface) for example has a hard dependency on the openbsd version, making it unremovable.

Rename file output

Currently, the format seems to be [hour][minute][DOW][month][day]-[command].

I suggest a more readable format of [year]-[month]-[day]-[hour]-[minute]-[command].

error: group 'base-devel' was not found

from the main menu, chose 8) System Information, then 'y' for page 2 and 6th line down will say "error: group 'base-devel' was not found"

This appears to be when calling this:

msgFunc norm "All explicitely installed pkgs not in base-devel grps: \
$(comm -23 <(pacman -Qeq | sort) <(pacman -Qgq base-devel | sort) | wc -l ) "

looks like since this was written base-devel has become a meta package, and no longer a group. Perhaps the command should be changed to pacman -Qnq base-devel instead?

Suggestion for the repository

  1. Remove the .Cylon.sh.swp file (add *.swp into your .gitignore)
  2. Don't have version names as a headline in the README ->
  3. Move the changelog into a CHANGELOG.md.
  4. Don't have two seperate README files (Readme.odt) in the repo

error: repository "community" was not found.

from the main menu, chose 8) System Information, then 'y' for page 2 and again for page 3 and there are 2 lines that say "error: repository "community" was not found."

This appears to be when calling this:
msgFunc norm "Community: $(paclist community | wc -l)"

and

msgFunc norm "Community: $(pacman -Qi $(paclist community | awk '{print $1}' ) | awk '/Installed Size/ {if ($5=="MiB") {sum+=$4} else if ($5=="KiB") {sum+=($4/1024)}} END {print sum " MiB"}')"

The community repository was merged with extra May 2023

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.