I'm new in Micronaut and I would like to know if it is possible to generate from yml configuration like this: MASTERDATA: ERP: ONE: 1 TWO: 2 FOUR:
i have a source code of indicator and i want to customize for myself in this code we define function and arrays: var float[] _array = array.new_float( i_maxLeng
Let's say I have a table called my_table in this format key | animal ------------ 1 | Cat 2 | Cat 3 | Cat 4 | Dog 5 | Dog I would like to get a
I'm trying to point the templates window to a shared folder so that a few different people can access it when logged in. It defaults to C:\users<USERNAME>
I have a exported sql schema file. (similar to what we have here https://livesql.oracle.com/apex/livesql/file/content_O5AEB2HE08PYEPTGCFLZU9YCV.html) This file
I have the data below from sql create table #tbl ([Group] varchar(10), [year] int, scenerio varchar(10), Total money) insert into #tbl values ('Grou
Hello guys I am an iOS Developer building a Flutter app and I was wondering if the concept of memory cycle (retain cycle exists here). "Strong reference cycles
I want to make a 3x2 subplot image in python. With the images in third row I have added a colorbar. But it the image size gets small as compared to the top rows