-
It seems that some gawk functions are not supported by awka. Could those functions be supported?
```
$ awk 'BEGIN { x=x; print typeof(x) }'
unassigned
$ awka 'BEGIN { x=x; print typeof(x) }' > a…
-
I see awka uses `alength()` instead of `length()`. But other awk implementation support `length()`. Is it better to rename `alength()` to `length()` so that awk code works with other awk implementatio…
-
Hi thank you so much for this tool.
I'm writing again because I cant manage to make it run on my real data.
I create a conda env with Python2.7, I notice that on previous issues gawk was necessary…
-
The following code does not work. Can it be fixed?
```
$ cat a.awk
function f(x) {
return x == "a"
}
{ print $0, f($0) }
$ awka -f a.awk > a.c
$ gcc -lawka a.c
Undefined symbols for arch…
-
date of interview, interviewer and cluster
Not LGA supposedly but let's see what that data looks like.
Let's create a seperate tab per form.
Awka Ibomm and Benue
mberg updated
10 years ago
-
I just tried `./configure && make all` but is failed.
```(git: (master))$ make all
cd awka; make
make[1]: Entering directory 'awka'
gcc -O -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/…
-
```
`Future getDataName() async {
DioCacheManager _dioCacheManager;
_dioCacheManager = DioCacheManager(CacheConfig());
Options _cacheOptions =
buildCacheOptions(Duration(days: 7), for…
-
My OS is Big Sur. I got the following error. Does anybody know how to fix it?
```
$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/…
-
```
`Future getDataName() async {
DioCacheManager _dioCacheManager;
_dioCacheManager = DioCacheManager(CacheConfig());
Options _cacheOptions =
buildCacheOptions(Duration(days: 7), for…
-
Podczas wystawiania oferty otrzymuje zwrotkę; {"errors":[{"code":"OfferAccessDeniedException","message":"Forbidden","details":null,"path":"","userMessage":"Brak dostępu. Nie masz uprawnień„ do operacj…
Volix updated
3 months ago