Budget: 5000 RUB Deadline: 7 days
Готов выполнить.
------------------------------
Пишите в лс. Обсудим.
Необходимо перевести код работы с многомерным массивом из PHP на Delphi.
Пример на PHP:
$files = array('20kb,' 'readonly');
$files = array('30kb,' 'archive');
$files = array('40kb,' 'readonly');
Т.е. на PHP мы можем очень просто получить значение 30кб:
$d = $files;
Но если на PHP подобное занимает одну строку, то на Delphi работа с массивами намного сложнее.
Поэтому необходимо сделать подобное на Delphi, используя класс TDictionary.
Сам класс написан, осталось доработать сортировку элементов, чтобы они выводились в порядке добавления.
Пишите, жду от вас стоимость и сроки.
Budget: 5000 RUB Deadline: 7 days
Готов выполнить.
------------------------------
Пишите в лс. Обсудим.
Budget: 600 RUB Deadline: 1 day
Готов сделать задачу. "Если я правильно понял, то "Сортировка элементов в порядке добавления" - то есть, нужны итератор и целочисленный индексатор.
Budget: 600 RUB Deadline: 1 day
Готов выполнить данный заказ, быстро и качественно.
Большой опыт PHP и Delphi
смотря какой массив - вот вам одномерный массив строковых значений
templList := Tstringlist.Create;
templList.LoadFromFile('c:\templates.txt',TEncoding.UTF8);
Это было бы слишком просто )
Вот такой массив:$files['qaz1.txt'][] = array('20kb,' 'readonly'); $files['qaz1.txt'][] = array('30kb,' 'archive'); $files['qaz1.txt'][] = array('40kb,' 'readonly');
я сначала подумал, что вам нужно из файла получить массив чего-то
а у вас, оказывается просто один из элементов массива сам массив.
ну и какие проблемы? единственное - в дельфи вам придется объявить переменные. если надо хранить разные типы данных в одном массиве - делайте тип Variant или Cardinal. Если во втором измерении у вас подмассив - так и обозначайте либо как array of array либо как record. Доступ к элементам соответствующийя конечно не большой спец в php, но походу у вас тут ошибка в семантике:
$files['qaz1.txt'][] = array('40kb,' 'readonly'); должно быть, наверное, так$files['qaz1.txt'][] = array('40kb', 'readonly');
Т.е. на PHP мы можем очень просто получить значение 30кб:
$d = $files;
Нет. ТАким образом Вы получите ВЕСЬ массив, а для именно 30кб (я не знаю php), но по идее должно быть что-то типа этого: $d = $files[2]; ну или: $d = $files(2);
не знаю как обратиться к элементу массива на php.
Я свою ставку сделал - обращайтесь.
Hello. I am looking for a mentor in Linux. I have experience as a strong junior DevOps specialist, but Linux and Kubernetes are my weak points. While I have some project experience with Kubernetes, my interaction with Linux is very superficial. Creating something, adding, renaming, opening, etc. is clearly not enough. I need a mentor who can help me improve in this area. The main task is to ensure that the knowledge sticks in my head, possibly through some pet project, tasks, or something along those lines, rather than just "repeat after me." I have taken courses on my own, but they don't particularly "stick" in my head. Here is a rough list of what I think I need: - Linux/Unix systems — in-depth administration of operating systems, file systems, user and access rights management, processes and services (systemd), Bash scripting, logging, monitoring, security configuration, automation of administrative tasks; - Networking technologies — OSI model and TCP/IP stack, DNS, HTTP/HTTPS, SSL/TLS, SSH, VPN, load balancing, proxy servers, NAT, routing, network utilities (ping, traceroute, netstat, ss, tcpdump, curl), diagnosing and troubleshooting network issues; If Kubernetes can be added to this list, that would be great. Perhaps you can suggest something from your side. The format of the sessions, as I see it, is twice a week, meetings, discussions, consultations. More details can be your ideas and suggestions. Regarding the cost per hour or per month - please propose.
Development of a Power App, support for me as a beginner. Canvas App, assistance in developing the Screen Help in developing the data structure for the App Programming functions Assistance in creating Date-verse Tables