

Edwin Yip
Members-
Content Count
435 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Edwin Yip
-
Experience/opinions on FastMM5
Edwin Yip replied to Leif Uneus's topic in RTL and Delphi Object Pascal
And right after this discussion, Mr. Arnaud Bouchez, author of mORMot, just released a new memory manager for FPC (both Windows and Linux) based on FastMM4! http://blog.synopse.info/post/2020/05/07/New-Multi-thread-Friendly-Memory-Manager-for-FPC-written-in-x86_64-assembly I kinda feel that the new release of FastMM5 and the consequent discussions stimulated him to take the challenge ;) Is it so, @Arnaud Bouchez ? -
I checked bot the Profile and Account section but failed to find a way to change my display name. Thanks.
-
Thanks, there is no 'Change' link next to Display Name. Will PM Daniel now.
-
FastMM5 now released by Pierre le Riche (small background story)
Edwin Yip replied to Günther Schoch's topic in Delphi Third-Party
Great job! -
Thread programming without sleep or WaitFor events
Edwin Yip replied to turkverisoft's topic in Delphi IDE and APIs
There is iocp-delphi if you go for IOCP. -
mORMot's TDocVariant supports back to D7 so I think it should work well with D2007 all the way to the newest Delphi.
-
Do you name your Threads for debugging?
Edwin Yip replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
@Darian Miller, Thanks for sharing, but your code will pollute existing thread names such as "main thread" and "thread-created-by-madExcept". I'm not sure if there is a way to check if the thread's named already before changing its name? -
I think you nailed it, the others think either bullet-prove encryption or do nothing. And here is a ROT13 algorithm by Andreas Rejbrand: https://stackoverflow.com/a/6800389/133516
-
As for as I know, I don't think there is a ready-made one for Delphi. Maybe find a C library and wrap it for Delphi?
-
pre-generic dictionary class
Edwin Yip replied to dummzeuch's topic in Algorithms, Data Structures and Class Design
Agreed. Check TSynDictionary from SynCommons.pas of the mORMot framework. SynCommons.pas is self-contained without any dependency. -
Wke4Delphi, alternative to dcef3 or cef4delphi
Edwin Yip replied to Edwin Yip's topic in Delphi Third-Party
Sorry, no idea at all, I'm not using it ATM. -
As a Delphi expert, do you ever need to refactor or improve your code?
Edwin Yip replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
As a serious software developer you have to constantly refactor and improve your code. -
Auto-trim input string in the "Goto Line Number" box
-
Devart SecureBridge Now Supports Android 64-bit
Edwin Yip replied to Jordan Sanders's topic in Delphi Third-Party
Hello Jordan, Is it possible to build a full featured terminal like putty with SecureBridge? -
How to close Messages window automatically
Edwin Yip replied to Silver Black's topic in Delphi IDE and APIs
I'm using https://github.com/DGH2112/Message-View-Helper by David -
[Suggestion] right click on a hyperlink in the source code to give a popup menu item for "Visit Link"
Edwin Yip posted a topic in GExperts
Perfectly, like the attached screenshot of the "Follow Link" feature of visual Studio code (provided by Warreñ Postma on Facebook) Thanks. -
New Third Party section - DelphiHTMLComponents
Edwin Yip replied to Darian Miller's topic in Community Management
Agreed, public support and discussion here will encourage knowledge sharing and help popularize the product. Please consider, @Alexander Sviridenkov -
[Suggestion] right click on a hyperlink in the source code to give a popup menu item for "Visit Link"
Edwin Yip replied to Edwin Yip's topic in GExperts
Sure, done. -
[Suggestion] right click on a hyperlink in the source code to give a popup menu item for "Visit Link"
Edwin Yip replied to Edwin Yip's topic in GExperts
I'm already doing it here, right? :) They posted the suggestion on the Delphi facebook group already, and I thought GExperts might be able to do it, so my report here. I don't want to upgrade Delphi always, so I'm not very enthusiastic to do that :) -
Suggestion === Allow start a new GREP search session with a new window. A use case === Assuming I'm in the middle of reviewing/checking/changing references to a specific function where the amount is not small, and now I need to do another global search for another identifier. A current workaround === Combine the using of the IDE's Find In Files menu. PS, Sorry, I came up with this workaround after finishing writing the above, but FWIW, I still post this suggestion.
-
And what's the result, did it work :)
-
The same quick question once occurred to me, I concluded I don't have a use for it, and I just ignore it :)
-
I heard about it before, but I didn't know it has any relationship with SFTP or SSH...
-
Really? I know nothing about that, but Devart needed to create a whole set of classes for implementing ssh and sftp
-
Thanks! F5 to refresh in Grep Results window still doesn't work in my Xe4, not sure why.