Any tool to check circular dependency in a Delphi project [closed] - delphi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
It's said that circular dependencies in a Delphi project can significantly slow down the compile time, is there any tool can check circular dependencies for a Delphi project? Thanks!
EDIT:
The following ICARUS report summary shows it took 32 seconds for a full compilation of 0.8M LOC (Thanks to Alan for the suggestion), I'm wondering if there is still any room to improve ;)
Analyzed by: ICARUS - Uses List Analyzer for Delphi version 3.3.2.0
Parse speed: 801722 lines in 32.50 seconds (24671 lines/sec)

Gerrit Beuze from ModelMaker Tools provides the free Unit Dependency Analyzer.

I would recommend the freeware Peganza Icarus, it generates a uses report and recommends optimizations.

Related

Alternative for replit [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I and my friend were working with a python project on replit
We were working with some modules when we got an error saying that we had reached the maximum number of libraries stored in the server.
Is there any good alternative to replit?
the features i am looking for the website alternative of replit:
(1) python interpreter
(2) team projects
(3) free
(4) live multi-person editing (meaning that if a person edits a piece of code it should appear without refreshing)
(5) pre-installed common modules
(6) auto-complete variables, brackets
(7) atleast 250mb project space
if there is a website which meets all these requirement then please give the link
try https://codebunk.com/. You can also use collaboration plugins for native ides. Atom has teletype. Vscode has liveshare. Jetbrains has codewithme.

I'm looking for the profgrid component for delphi7 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Goodmorning. Who can help me find the profgrid component for delphi7. I've migrated from delphi6 to 7, the profgrid component I've found on the net doesn't work. Also this company doensn't exist anymore. Maybe someone still has a good working profgrid component for me?
If you have the ProfGrid source code, locate its package (.Dpk) file(s), copy them and recompile the copied versions. If there is more than one, usually the other package(s) will refer to it in their Requires clause, and you should change that to refer to the name of the copied version. The process is straightforward, but slightly involved if you've never done it before.
I can provide more details but it's pointless if you don't have the ProfGrid source.

How to generate installer application delphi xe7 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have just finish a small delphi xe7 application, which need some dll file for working. How should i create the application installer .exe for installing such application in other pc?
I suggest you use Inno Setup, which is free, easy to use and can correctly handle all current OS's flavours.
I don't have XE7, so I'm not aware if there's an installation generator shiped with it or not. If not, I advise you to learn about InnoSetup. It's a free setup wizard generator, that has a scripting language similar to Pascal (PascalScript), so it's very welcoming to Delphi programmers. There's a lot of info about it around the net and its documentantion is complete and clear.

How to capture code metrics in Xcode? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to write my code more cleaner. For this purpose I'm looking for a tool to generate code metrics in Xcode. I'd like to have a statistic showing me how many tests, classes etc. were added. And the main goal is retrieving cyclomatic complexity of a program.
Does anyone know a good Xcode tools or plugin that could provide me some code metrics?
Have a look at Xcode Statistician.
A paying (~$5) but good solution: Project Statistics for Xcode.

Rails Rumble - Can I See the Code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've came across a code of couple projects from the Rails Rumble 2010 hosted on Github. But this is just a tiny percent of total amount of projects.
Is it possible to have a read-only copy of git repositories from all(or best) projects from Rails Rumble 2010?
P.S. I really tried to find an answer on official website
It's up to individual teams whether or not they open up their code.
On the Contest Rules page under section 8, Ownership and Open Source:
Hey, we’re just running a competition here. What you do with your source once the competition is over is up to you. We encourage participants to open source the codebase of their applications for the benefit of the community. However, if you choose not to open source your application, well that’s up to you.

Resources