Re: DConf 2017 Early Bird Registration expires Monday!

2017-02-25 Thread Walter Bright via Digitalmars-d-announce

On 2/25/2017 7:08 PM, Adam Wilson wrote:

On 2/24/17 11:02 PM, Walter Bright wrote:

http://dconf.org/2017/registration.html

Don't forget, it goes up to $400 after Monday.


What do we do if we purchased three pass via EventBrite? I didn't see anywhere
to set name/company info...



You have purchased 3 tickets, confirmed.


Re: DConf 2017 Early Bird Registration expires Monday!

2017-02-25 Thread Adam Wilson via Digitalmars-d-announce

On 2/24/17 11:02 PM, Walter Bright wrote:

http://dconf.org/2017/registration.html

Don't forget, it goes up to $400 after Monday.


What do we do if we purchased three pass via EventBrite? I didn't see 
anywhere to set name/company info...


--
Adam Wilson
IRC: LightBender
import quiet.dlang.dev;


scriptlike v0.10.1 - Another minor update

2017-02-25 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
Another minor, but this time slightly breaking update to Scriptlike 
(Utility library to help you write script-like programs in D).


https://github.com/Abscissa/scriptlike

v0.10.1 (changes since v0.9.7):

- Change: Issue #33: Rename Path.toRawString to Path.raw.

- Change: Deprecated Ext.toRawString. It didn't do anything different 
from Ext.toString and thus wasn't needed.


- Fixed: #19: Compile error with DMDFE 2.065. Note, Scriptlike still 
*officially* requires at least DMDFE 2.066, mainly because of a bugfix 
for Windows, but DMDFE 2.065 appears to still be important for Debian's GDC.


- Fixed: Excess blank lines and malformed  in this changelog.

Full changelog: http://semitwist.com/scriptlike/changelog.html


Re: DConf 2017 Early Bird Registration expires Monday!

2017-02-25 Thread Moritz Maxeiner via Digitalmars-d-announce

On Sunday, 26 February 2017 at 01:03:39 UTC, Walter Bright wrote:

On 2/25/2017 5:25 AM, Moritz Maxeiner wrote:
Just registered and was returned to 
http://dconf.org/2017/thankyou.html
afterwards, which yields a 404 error. Not sure if I should 
laugh or cry.


Your registration is confirmed. See you there!


Thank you for the confirmation. I'll see you there!


Re: DConf 2017 Early Bird Registration expires Monday!

2017-02-25 Thread Walter Bright via Digitalmars-d-announce

On 2/25/2017 5:25 AM, Moritz Maxeiner wrote:

Just registered and was returned to http://dconf.org/2017/thankyou.html
afterwards, which yields a 404 error. Not sure if I should laugh or cry.


Your registration is confirmed. See you there!


Re: DConf 2017 Early Bird Registration expires Monday!

2017-02-25 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 2/25/17 8:25 AM, Moritz Maxeiner wrote:

On Saturday, 25 February 2017 at 07:02:48 UTC, Walter Bright wrote:

http://dconf.org/2017/registration.html

Don't forget, it goes up to $400 after Monday.


Just registered and was returned to http://dconf.org/2017/thankyou.html
afterwards, which yields a 404 error. Not sure if I should laugh or cry.


Thanks for piping up about this. I had the fix locally for a while but 
my credentials weren't working anymore. I have uploaded the page. -- Andrei


Re: DConf 2017 Early Bird Registration expires Monday!

2017-02-25 Thread Ali Çehreli via Digitalmars-d-announce

On 02/25/2017 05:25 AM, Moritz Maxeiner wrote:

On Saturday, 25 February 2017 at 07:02:48 UTC, Walter Bright wrote:

http://dconf.org/2017/registration.html

Don't forget, it goes up to $400 after Monday.


Just registered and was returned to http://dconf.org/2017/thankyou.html
afterwards, which yields a 404 error. Not sure if I should laugh or cry.


Please use this one until it gets fixed:

  http://dconf.org/2016/thankyou.html

:o)

Ali



D for BigData: the first BetterC library by Tamediadigital

2017-02-25 Thread Ilya Yaroshenko via Digitalmars-d-announce
HyperLogLog++ is advanced cardinality estimation algorithm with 
normal and compressed sparse representations. It can be used to 
estimate approximate number of unique elements in an unordered 
set.


hll-d [1, 2] is written in D. It can be used as betterC library 
without linking with DRuntime. hll-d has C header and C example.


Its implementation is based on Mir Algorithm [3]
  1. mir.ndslice.topology.bitpack is used for arrays composed of 
packed 6bit integers

  2. mir.ndslice.sorting.sort is used for betterC sorting.

[1] Git: https://github.com/tamediadigital/hll-d
[2] Dub: http://code.dlang.org/packages/hll-d
[3] Mir Algorithm: https://github.com/libmir/mir-algorithm

Best regards,
Ilya



Re: DConf 2017 Early Bird Registration expires Monday!

2017-02-25 Thread Moritz Maxeiner via Digitalmars-d-announce
On Saturday, 25 February 2017 at 07:02:48 UTC, Walter Bright 
wrote:

http://dconf.org/2017/registration.html

Don't forget, it goes up to $400 after Monday.


Just registered and was returned to 
http://dconf.org/2017/thankyou.html afterwards, which yields a 
404 error. Not sure if I should laugh or cry.