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


mir-linux-kernel 1.0.0: Linux system call numbers for different architectures

2017-11-10 Thread Nathan S. via Digitalmars-d-announce

About package
--
Linux system call numbers for different architectures. That's all.

https://code.dlang.org/packages/mir-linux-kernel


Motivating Example
--
Linux 3.17 added the getrandom syscall. Using it instead of 
/dev/[u]?random was a win. But we didn't think about all of the 
architectures that people might try building our library on, and 
soon we got a report from a user that our latest and greatest 
release was failing to compile on Raspberry Pi.



Example
--
import mir.linux._asm.unistd: NR_getrandom;

/*
 *   If the GRND_NONBLOCK flag is set, then
 *   getrandom() does not block in these cases, but instead
 *   immediately returns -1 with errno set to EAGAIN.
 */
private ptrdiff_t genRandomImplSysNonBlocking(scope void* ptr, 
size_t len) @nogc nothrow @system

{
return syscall(NR_getrandom, cast(size_t) ptr, len, 
GRND_NONBLOCK);

}



Re: The latest Terrarium TV 1.8.1 has been updated.

2017-11-10 Thread bauss via Digitalmars-d-announce

On Friday, 10 November 2017 at 10:14:45 UTC, Theresa Henson wrote:

On Wednesday, 8 November 2017 at 10:47:42 UTC, Joakim wrote:
On Wednesday, 8 November 2017 at 10:36:46 UTC, codephantom 
wrote:
On Wednesday, 8 November 2017 at 09:40:01 UTC, Theresa Henson 
wrote:
The update is compatible with the latest Android OS as well 
as all others over Android 4.0


sounds great! thanks!

what is it?


It's spam, don't respond to it, as the mods apparently can't 
delete it then.


It is not spam, i was talking about Terrarium TV 
(http://terrariumtvdownloads.net/)


The latest Terrarium TV 1.8.1 has been updated. so i updated it 
here, nothing more.


and it relates to d how?


Re: The final form of the keyboard = ShionKeys

2017-11-10 Thread bauss via Digitalmars-d-announce

On Friday, 10 November 2017 at 15:06:20 UTC, Shion wrote:
I want to make more people aware of my project of trying to 
change the world (ShionKeys), seek proliferation. More project 
content will be announced at sales time / crowdfunding time. 
Please administrator support this project do not delete, I have 
been many evil community management will be regarded as spam / 
advertising information and delete.

github @ShionAt
twitter @ShionKeys


looks like spam


The final form of the keyboard = ShionKeys

2017-11-10 Thread Shion via Digitalmars-d-announce
I want to make more people aware of my project of trying to 
change the world (ShionKeys), seek proliferation. More project 
content will be announced at sales time / crowdfunding time. 
Please administrator support this project do not delete, I have 
been many evil community management will be regarded as spam / 
advertising information and delete.

github @ShionAt
twitter @ShionKeys


Re: The latest Terrarium TV 1.8.1 has been updated.

2017-11-10 Thread Theresa Henson via Digitalmars-d-announce

On Wednesday, 8 November 2017 at 10:47:42 UTC, Joakim wrote:
On Wednesday, 8 November 2017 at 10:36:46 UTC, codephantom 
wrote:
On Wednesday, 8 November 2017 at 09:40:01 UTC, Theresa Henson 
wrote:
The update is compatible with the latest Android OS as well 
as all others over Android 4.0


sounds great! thanks!

what is it?


It's spam, don't respond to it, as the mods apparently can't 
delete it then.


It is not spam, i was talking about Terrarium TV 
(http://terrariumtvdownloads.net/)


The latest Terrarium TV 1.8.1 has been updated. so i updated it 
here, nothing more.