Dlang club meeting Thu May 30 7pm at the Red Robin

2024-05-20 Thread Walter Bright via Digitalmars-d-announce
Given last month's successful conversion of a sand pile to an atomic pile, this 
#dlang meeting will be about resurrecting the lost technology of the Atomic 
Earth Blaster.


Thu May 30 7pm at the Red Robin
2390 148th Ave NE, Redmond, WA 98052

https://twitter.com/WalterBright/status/1792685408620605709


The D Programming Language and Its Role in Cybersecurity

2024-05-20 Thread aberba via Digitalmars-d-announce

Found this article by Raymond Andrè Hagen:

https://www.linkedin.com/pulse/d-programming-language-its-role-cybersecurity-raymond-andr%C3%A8-hagen-nfvgf/


Re: DCV has a new release.

2024-05-20 Thread Mike Shah via Digitalmars-d-announce

On Monday, 20 May 2024 at 11:47:25 UTC, Ferhat Kurtulmuş wrote:
I've been working on DCV for some years. Recently, DCV has 
started to be used by some projects, such as etichetta[1]. Even 
though it's still far from perfect, I think DCV deserves a new 
version. Existing unit tests pass. New ones are also necessary. 
Docs are produced for most functions.


Here it is
https://github.com/libmir/dcv/releases/tag/v0.4.0

And here are some fun examples:

panorama stitching:
https://github.com/libmir/dcv/tree/master/examples/imagestitchinghomography

Binary region analysis:
https://github.com/libmir/dcv/tree/master/examples/measure

Video input:
https://github.com/libmir/dcv/blob/master/examples/video/source/app.d

Basic image manipulation:
https://github.com/libmir/dcv/blob/master/examples/imgmanip

1: https://github.com/trikko/etichetta


Well done Ferhat!


Re: DCV has a new release.

2024-05-20 Thread Andrea Fontana via Digitalmars-d-announce

On Monday, 20 May 2024 at 11:47:25 UTC, Ferhat Kurtulmuş wrote:
I've been working on DCV for some years. Recently, DCV has 
started to be used by some projects, such as etichetta[1]. Even 
though it's still far from perfect, I think DCV deserves a new 
version. Existing unit tests pass. New ones are also necessary.


Great!

With your help etichetta would never have been able to use the AI.

I hope DCV will continue evolving. :)

Andrea


DCV has a new release.

2024-05-20 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
I've been working on DCV for some years. Recently, DCV has 
started to be used by some projects, such as etichetta[1]. Even 
though it's still far from perfect, I think DCV deserves a new 
version. Existing unit tests pass. New ones are also necessary. 
Docs are produced for most functions.


Here it is
https://github.com/libmir/dcv/releases/tag/v0.4.0

And here are some fun examples:

panorama stitching:
https://github.com/libmir/dcv/tree/master/examples/imagestitchinghomography

Binary region analysis:
https://github.com/libmir/dcv/tree/master/examples/measure

Video input:
https://github.com/libmir/dcv/blob/master/examples/video/source/app.d

Basic image manipulation:
https://github.com/libmir/dcv/blob/master/examples/imgmanip

1: https://github.com/trikko/etichetta