Recent

Author Topic: What you're doing using Lazarus?  (Read 22344 times)

cpalx

  • Hero Member
  • *****
  • Posts: 753
Re: What you're doing using Lazarus?
« Reply #30 on: September 11, 2021, 01:02:40 am »
in my company we are finishing making a software for credit cooperatives and saves (financial companies)

nikel

  • Full Member
  • ***
  • Posts: 186
Re: What you're doing using Lazarus?
« Reply #31 on: September 11, 2021, 01:07:53 am »
I'm developing an auto dj, program for random song output, for Ezstream/Icecast.

maurobio

  • Hero Member
  • *****
  • Posts: 623
  • Ecology is everything.
    • GitHub
Re: What you're doing using Lazarus?
« Reply #32 on: September 11, 2021, 01:37:20 pm »
Hi,

In fact, I am working on a lot of projects in scientific computing using FPC/Lazarus, some developed in FPC/Lazarus from the start, and some which I have developed in Python and that are now being ported to FPC/Lazarus.

Among them are:

  • A database management system for ecological field surveys
  • A taxonomically intelligent biodiversity search engine
  • A software tool for the calculation of biovolume of phytoplankton samples
  • A system for processing taxonomic descriptions based on the DELTA – DEscription Language for TAxonomy format
  • A program for statistical analysis of texts, using Shannon-Weaver information theory, Zipf power law function, and readability tests
  • A program to simulate the formation of globular star clusters

FPC/Lazarus and R currently supports all my needs in software development and data analysis.

With best regards,
UCSD Pascal / Burroughs 6700 / Master Control Program
Delphi 7.0 Personal Edition
Lazarus 2.0.12 - FPC 3.2.0 on GNU/Linux Mint 19.1, Lubuntu 18.04, Windows XP SP3, Windows 7 Professional, Windows 10 Home

glorfin

  • Full Member
  • ***
  • Posts: 148
  • LMath supporter
Re: What you're doing using Lazarus?
« Reply #33 on: September 14, 2021, 05:29:45 pm »
FPC/Lazarus and R currently supports all my needs in software development and data analysis.

I am curious: do you use these two (Lazarus and R) separately, or you can somehow integrate them? Like call one from another?


maurobio

  • Hero Member
  • *****
  • Posts: 623
  • Ecology is everything.
    • GitHub
Re: What you're doing using Lazarus?
« Reply #34 on: September 14, 2021, 08:08:24 pm »
@glorfin,

Thanks for asking, you are welcome.

Quote
I am curious: do you use these two (Lazarus and R) separately, or you can somehow integrate them? Like call one from another?

For my own data analysis I use R separately, of course. Some of my FPC/Lazarus applications call R (with automatically generated scripts, created by the application from user input of parameters) and then present the results back to the user (as plot images and text reports). The applications therefore act as shells for running specialized analyses using R.

With best wishes,
UCSD Pascal / Burroughs 6700 / Master Control Program
Delphi 7.0 Personal Edition
Lazarus 2.0.12 - FPC 3.2.0 on GNU/Linux Mint 19.1, Lubuntu 18.04, Windows XP SP3, Windows 7 Professional, Windows 10 Home

glorfin

  • Full Member
  • ***
  • Posts: 148
  • LMath supporter
Re: What you're doing using Lazarus?
« Reply #35 on: September 14, 2021, 08:54:09 pm »
Thank you!

(I am using also both, but for now only separately. Lazarus for some quite specific stuff, and R for general statistical analysis).

MarkMLl

  • Hero Member
  • *****
  • Posts: 6676
Re: What you're doing using Lazarus?
« Reply #36 on: September 14, 2021, 09:17:55 pm »
Thank you!

(I am using also both, but for now only separately. Lazarus for some quite specific stuff, and R for general statistical analysis).

If Rinternals.h is the correct file, a superficial examination turns up a few things that wouldn't interface easily. Feel free to start a new thread (so we're not hijacking this one) if you want to discuss.

MarkMLl
MT+86 & Turbo Pascal v1 on CCP/M-86, multitasking with LAN & graphics in 128Kb.
Pet hate: people who boast about the size and sophistication of their computer.
GitHub repositories: https://github.com/MarkMLl?tab=repositories

madref

  • Hero Member
  • *****
  • Posts: 949
  • ..... A day not Laughed is a day wasted !!
    • Nursing With Humour
Re: What you're doing using Lazarus?
« Reply #37 on: September 14, 2021, 10:28:58 pm »
I am using it to make a referee tracking database.


I previously used Turbo Pascal, Modula-2 and Borland Delphi....
« Last Edit: September 14, 2021, 10:31:41 pm by madref »
You treat a disease, you win, you lose.
You treat a person and I guarantee you, you win, no matter the outcome.

Lazarus 3.99 (rev main_3_99-649-ge13451a5ab) FPC 3.3.1 x86_64-darwin-cocoa
Mac OS X Monterey

hukka

  • New Member
  • *
  • Posts: 26
    • Github
Re: What you're doing using Lazarus?
« Reply #38 on: September 15, 2021, 12:25:19 am »
Current crossplatform projects:
  • Decks - software for deejaying utilizing beat graphs (not released yet)
  • CaniNES - a highly accurate Nintendo Entertainment System emulator (largely a FreePascal port of Mesen's core)
  • Propulse Tracker - an oldskool tracker for making music for Amiga productions
Plus various small personal tools to aid in Amiga coding.

EDIT: added link to CaniNES GitHub page
« Last Edit: September 22, 2021, 06:27:58 pm by hukka »

maurobio

  • Hero Member
  • *****
  • Posts: 623
  • Ecology is everything.
    • GitHub
Re: What you're doing using Lazarus?
« Reply #39 on: September 15, 2021, 12:45:37 am »

Quote
If Rinternals.h is the correct file, a superficial examination turns up a few things that wouldn't interface easily. Feel free to start a new thread (so we're not hijacking this one) if you want to discuss.

MarkMLl

But @MarkMLI, simply calling R from an FPC/Lazarus application as an external process is enough and works quite well!

With best wishes,
UCSD Pascal / Burroughs 6700 / Master Control Program
Delphi 7.0 Personal Edition
Lazarus 2.0.12 - FPC 3.2.0 on GNU/Linux Mint 19.1, Lubuntu 18.04, Windows XP SP3, Windows 7 Professional, Windows 10 Home

adnoh

  • Newbie
  • Posts: 2
Re: What you're doing using Lazarus?
« Reply #40 on: September 15, 2021, 01:43:33 am »
Hobby program to play Othello (Reversi).  Mostly satisfied now but still tweak it when an idea comes to mind.

https://en.wikipedia.org/wiki/Reversi


Sanem

  • Full Member
  • ***
  • Posts: 173
Re: What you're doing using Lazarus?
« Reply #41 on: September 15, 2021, 08:18:03 am »
Thank you all,
Please provide a link or reference to your projects if it's possible.
Regards

cappe

  • Full Member
  • ***
  • Posts: 191
Re: What you're doing using Lazarus?
« Reply #42 on: September 15, 2021, 09:24:07 am »
I am doing management and registration software for sports clubs and associations.

noname01

  • New Member
  • *
  • Posts: 10
Re: What you're doing using Lazarus?
« Reply #43 on: September 15, 2021, 09:53:55 am »
I use Free Pascal + Lazarus to develop my aerodynamic math model
www.flusur.com

Thanks to all the development teams for the great work.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: What you're doing using Lazarus?
« Reply #44 on: September 15, 2021, 09:59:26 am »
For the FPC embedded lovers.
Lots of Wio Terminals running battery measurement app build with FPC and Lazarus with target FreeRTOS+ARM.
Wio Terminals report through USB HID towards main FPC/Lazarus application.
(https://github.com/michael-ring/mbf-freertos)
(https://www.seeedstudio.com/Wio-Terminal-p-4509.html)

 

TinyPortal © 2005-2018