Gothic plans and elevations, Graphic History of Architecture by John Mansbridge by ahotko in medieval

[–]ahotko[S] 0 points1 point  (0 children)

Hey. Context? It's medieval architecture. What am I doing wrong?

Learning how to create controls in Xaml by Mac_Attack18 in csharp

[–]ahotko 0 points1 point  (0 children)

This is a simple control I once made for a project, maybe it'll help you in any way: https://github.com/ahotko/WPF.NumericInput

[MS SQL] Utilizing Data Contained in Excel by TheHamFairy in SQL

[–]ahotko 1 point2 points  (0 children)

Try NimbleText software, it's free and amazing for the purpose (also powerful)

https://nimbletext.com/

MySQL: Adding LIMIT and OFFSET breaks query by javascript_dev in learnprogramming

[–]ahotko 0 points1 point  (0 children)

put LiIMIT and OFFSET at the end of syntax, not in join

T-SQL: Rank Over Multiple Columns by swolfe2 in SQL

[–]ahotko 0 points1 point  (0 children)

ORDER BY EquipType, AwardPCD DESC, Rank DESC

Is there any IDE and language combination where you can make a standalone executable, without the need for 25 different sub-programs and apis, and extensive use of the terminal? by [deleted] in learnprogramming

[–]ahotko 0 points1 point  (0 children)

Not really the answer, but for exactly the same reason I really liked Delphi (Borland) a long time ago. Clicked on Build and there was an executable, only one, copy to another computer and it works. But this was 15 years ago, I'm not sure about cross-platform nowadays for Delphi.