Re: ircbod2 - easy IRC bots in D

2017-11-10 Thread Fra Mecca via Digitalmars-d-announce
On Friday, 10 November 2017 at 06:37:13 UTC, Basile B. wrote: Nothing fantastic but I've refreshed an old library called "ircbod", it allows to create IRC bots very easily. https://code.dlang.org/packages/ircbod2 https://github.com/BBasile/ircbod2 "easily" means "register callbacks". thanks

Re: Reorganization and list of D libraries (300+)

2017-11-06 Thread Fra Mecca via Digitalmars-d-announce
On Monday, 6 November 2017 at 16:12:14 UTC, Martin Tschierschke wrote: On Saturday, 4 November 2017 at 00:16:35 UTC, Ali Çehreli wrote: [...] Even being the wrong Martin :-) I think the DUB registry really needs more and better filters, so that the gems inside can be found easily. (like:

Re: Reorganization and list of D libraries (300+)

2017-11-06 Thread Fra Mecca via Digitalmars-d-announce
On Tuesday, 7 November 2017 at 04:27:13 UTC, rikki cattermole wrote: On 07/11/2017 12:35 AM, Fra Mecca wrote: On Monday, 6 November 2017 at 16:12:14 UTC, Martin Tschierschke wrote: [...] Can we make a proposal for a change? Sure ya can. Especially if it comes with a PR ;) If I only had

Reorganization and list of D libraries (300+)

2017-11-03 Thread Fra Mecca via Digitalmars-d-announce
Hi all. Lurking in this forum I had the feeling that lots of D developers tend to rewrite lots of code that could be found in libraries. This is not bad per se but I thought that one of the reason could have been the current process of library discovery. For this reason I have edited a list

Re: Reorganization and list of D libraries (300+)

2017-11-04 Thread Fra Mecca via Digitalmars-d-announce
On Saturday, 4 November 2017 at 11:26:42 UTC, Jacob Carlborg wrote: DWT is using the EPL, Eclipse Public License, license. I'm missing the ddb [1] and mysql-native [2] database libraries. There are many list like this for other languages, they're usually called "awesome-" where is the

Re: Reorganization and list of D libraries (300+)

2017-11-04 Thread Fra Mecca via Digitalmars-d-announce
On Saturday, 4 November 2017 at 12:11:39 UTC, FreeSlave wrote: I checked README.md in this repo. Not sure why my nick is used in place of name of lnk library. Also inilike has nothing to do with argv. Thank you, corrected

Re: Reserved 1.0.0

2018-05-20 Thread Fra Mecca via Digitalmars-d-announce
On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote: I released another small library on behalf of the company I work for (http://lab.2night.it). It is called "reserved", and it's a small library you can use to run your D webpages/service. It is focused on simplicity (no

Re: Encouraging preliminary results implementing memcpy in D

2018-06-13 Thread Fra Mecca via Digitalmars-d-announce
On Wednesday, 13 June 2018 at 06:46:43 UTC, Mike Franklin wrote: I had a little fun today kicking the crap out of C's memcpy with a D implementation. https://github.com/JinShil/memcpyD Request for help: I don't have a Linux system running on real hardware at this time, nor do I have a wide

Re: dddb lightweight and simple key-value database

2018-03-22 Thread Fra Mecca via Digitalmars-d-announce
On Thursday, 22 March 2018 at 15:34:28 UTC, aerto wrote: I just start yesterday with d, I write dddb a lightweight and simple key-value database for dlang build on top of std.json source and usage https://github.com/cvsae/dddb I'm waiting your comments Hi, well done! Your code is very