M. Mert Yildiran

Results 39 issues of M. Mert Yildiran

I'm sure I changed [this line](https://github.com/alumae/gst-kaldi-nnet2-online/blob/master/src/Makefile#L3) to my kaldi root but I'm getting this error when I call `make depend`: ``` In file included from gst-audio-source.cc:22:0: ./gst-audio-source.h:23:33: fatal error: matrix/kaldi-vector.h:...

Add the ability to answer weather forecast questions. DO NOT USE any API key because Dragonfire is an application that runs on the client's machine.

enhancement
beginner
hacktoberfest

> Remember the problem I had with KDE Neon, it was related with `libjack-dev` installation. @ProphetDaniel

missing dependency
uncertain

[BFL Syntax Reference](https://github.com/up9inc/basenine/wiki/BFL-Syntax-Reference)

enhancement
front
basenine

Implement arbitrary length integer and arbitrary precision floating-point numbers support using [GNU Multiple Precision Arithmetic Library](https://gmplib.org/). Here is a [tutorial](https://www.cs.colorado.edu/~srirams/courses/csci2824-spr14/gmpTutorial.html).

feature request

Implement parallelism using `async` keyword on function calls: ```ruby void def iterate_and_print(num list a) foreach a as i print i end end async iterate_and_print([1, 2, 3, 4, 5]) print "Print...

feature request

Migrate from being virtual a machine interpreted language to a JIT compiled language. Use [MyJIT](http://myjit.sourceforge.net/) as the JIT backend. Depend on the fork of MyJIT: https://github.com/chaos-lang/myjit Make sure that Chaos...

feature request

GNU Readline emposing GPLv3 on Chaos and we cannot switch to BSD 3-Clause Clear License. Therefore GNU Readline needs to be replaced with one of the alternatives listed below: -...

help wanted

The `chaos` binary and the binaries produced by the Chaos compiler requires certain optimizations: ### GCC Common Function Attributes Using the [Common Function Attributes](https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#Common-Function-Attributes) like `cold`, `hot`, `flatten`, `always_inline`, `used`,...

performance

Add `assert` and `tests` keyword to the grammar. Add `-t/--test` CLI option. Consider the above Chaos program file: **dev.kaos**: ```ruby num def sum(num a, num b) num c = a...

feature request