Thursday, September 10, 2020

Digest for comp.programming.threads@googlegroups.com - 2 updates in 2 topics

aminer68@gmail.com: Sep 09 02:16PM -0700

Hello,
 
 
Look at the following video:
 
American Universities At Risk From Chinese Spies, Intelligence Officials Say
 
https://www.youtube.com/watch?v=yZX74zl7zU4
 
 
Thank you,
Amine Moulay Ramdane.
aminer68@gmail.com: Sep 09 11:22AM -0700

Hello,
 
 
My EasyList for Delphi and Freepascal was updated to version 1.43
 
I have just added a TWildCard class so that to work with wildcards,
please take a look at the filespec.pas file inside the zip file so that to understand how it works, and here is how you can work with wildcards:
 
---
 
var wildcard:TWildCard;
str:string;
 
begin
 
str:='Amine.jpg';
wildcard:=TWildCard.create;
 
if wildcard.samefile('A*?g',str1,true) then writeln('Ok!');
 
end;
 
--
 
 
When third parameter of samefile() method of TWildCard class is true, samefile() will be case-sensitive.
 
 
You can learn how to use Standard Wildcards from here:
 
https://tldp.org/LDP/GNU-Linux-Tools-Summary/html/x11655.htm
 
 
You can download my EasyList for Delphi and Freepascal version 1.43 from my website here:
 
https://sites.google.com/site/scalable68/easylist-for-delphi-and-freepascal
 
 
 
Thank you,
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: