Code Monkey home page Code Monkey logo

asql's Introduction

Steve Kemp

  • I've been programming for over half my life, I'm comfortable creating, developing, maintaining, and improving software written in C, C++, Emacs Lisp, Perl, Ruby, Java, Shell, TCL, etc.
    • Most of my new projects are written in Golang.
    • But also I've been writing code in Z80 assembly language, to run under CP/M and the humble ZX Spectrum 48k.
  • My interests primarily revolve around compilers, interpreters, domain-specific languages, and virtual machines.
  • Location: Helsinki, Finland.
  • Occupation: Sysadmin / Devops / Cloud-person.
Github Activity

asql's People

Contributors

cmb avatar nomadbyte avatar skx avatar xypron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

asql's Issues

'"Regexp::IPv6::IPv6_re" used only once' message shown on every run

Every time asql is run it shows the following message (Ubuntu 18.04 x86_64, Perl: v5.26.1):

asql --load access.log
Name "Regexp::IPv6::IPv6_re" used only once: possible typo at /usr/bin/asql line 1534.

It's shown irrespective any IPv6 IPs being present or not in the access log file.

Load silently fails for fairly common access log format (shared hosting)

Trying to load an access log from a shared hosting results in an empty database and yet no warnings or errors.

The log format is fairly common, pretty much the default, somewhat modified combined format (have a server name and IP appended at the end, also have '-' for ident and userid). (sample attached, 7 records are expected).

wc -l access.log 
7 access.log

asql --load access.log

asql v1.7 - type 'help' for help.
asql> select count(*) from logs;
0

access.log

Running 'make test' does not run the specified tests

Running make test does not execute the commands specified in the Makefile. Instead, it shows that the 'test' is up to date (Ubuntu 18.04 x86_64).

make test
make: 'test' is up to date.

Also, a check target appears to be missing, not that is must be there, just it'd be nice to have it for consistency.

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.