Re: How to add time to Clock.currTime

2013-10-07 Thread JohnnyK
On Saturday, 5 October 2013 at 02:42:49 UTC, Jonathan M Davis wrote: On Saturday, October 05, 2013 03:31:33 JohnnyK wrote: Wow I appreciate the quick response. Ok I have seen this before. What is the dur? Where is dur defined? Also I am confused how 300.seconds would work. How can a literal

Re: How to add time to Clock.currTime

2013-10-04 Thread JohnnyK
On Friday, 4 October 2013 at 21:54:19 UTC, Brad Anderson wrote: On Friday, 4 October 2013 at 21:50:31 UTC, Brad Anderson wrote: On Friday, 4 October 2013 at 21:46:43 UTC, JohnnyK wrote: Hi All, I did search but I cannot find it anywhere. All I want to do is add 300 seconds to the output of

How to add time to Clock.currTime

2013-10-04 Thread JohnnyK
Hi All, I did search but I cannot find it anywhere. All I want to do is add 300 seconds to the output of Clock.currTime. So basically if Clock.currTime equals 2013-Oct-04 17:19:31.3338333 then I want to subtract 300 seconds from that to get the time that it was 300 seconds ago. In other l

request for a RSS feed of the D Forum

2013-07-16 Thread JohnnyK
I could not find any posts on this and have not found a link on the site about this either. It would be nice if there was a RSS feed for the forum at least for the announce forum. It is very difficult to monitor changes and updates with so much activity just through the forum. Sorry if this

Re: pointers, assignments, Garbage Collection Oh My?

2013-07-10 Thread JohnnyK
On Wednesday, 10 July 2013 at 18:45:56 UTC, H. S. Teoh wrote: On Wed, Jul 10, 2013 at 08:38:40PM +0200, JohnnyK wrote: [...] Reminds me of how Delphi (aka Pascal) strings are work. Thanks everyone this answers some of my questions. Now what about when the return type of a function is a

Re: pointers, assignments, Garbage Collection Oh My?

2013-07-10 Thread JohnnyK
On Wednesday, 10 July 2013 at 18:22:24 UTC, Ali Çehreli wrote: On 07/10/2013 11:10 AM, Sean Kelly wrote: > On Jul 10, 2013, at 10:45 AM, Namespace wrote: > >>> A string in D, and all arrays, is a struct looking like this: >>> >>> struct Array (T) >>> { >>> T* ptr; >>> size_t length; >>>

pointers, assignments, Garbage Collection Oh My?

2013-07-10 Thread JohnnyK
I hope you like the subject matter and I hope it is not too simplistic or have been answered before. Anyway I have a question about how the garbage collector works in a very specific situation. When passing string type to a function in a shared library or DLL and assigning it to a variable o

Re: GitHub behind proxy servers among other questions

2013-07-09 Thread JohnnyK
On Tuesday, 9 July 2013 at 08:55:29 UTC, monarch_dodra wrote: On Monday, 8 July 2013 at 19:20:46 UTC, John Colvin wrote: I don't see how it is problematic? The firewall doesn't allow a particular type of connection, so you cache the result somewhere else and then access it via something that is

Re: GitHub behind proxy servers among other questions

2013-07-08 Thread JohnnyK
On Monday, 8 July 2013 at 19:37:08 UTC, JohnnyK wrote: Another thing about GitHub's Download Zip button and this process as a whole. While the Download Zip button does allow you to download the master folders with recursive directories I do find it somewhat cumbersome or should I say aw

Re: GitHub behind proxy servers among other questions

2013-07-08 Thread JohnnyK
On Monday, 8 July 2013 at 18:34:33 UTC, Jesse Phillips wrote: On Monday, 8 July 2013 at 16:24:53 UTC, JohnnyK wrote: It would be nice if GitHUB would change their Downlaod Zip button such that it does a recursive zip to include all the subfolders. Ehhh, well that is useless. Sorry I

Re: GitHub behind proxy servers among other questions

2013-07-08 Thread JohnnyK
On Monday, 8 July 2013 at 03:35:03 UTC, Jesse Phillips wrote: On Monday, 8 July 2013 at 02:42:50 UTC, JohnnyK wrote: Hi all, I have searched everywhere over the Internet and I have yet to find a way to clone a project using git when my workstation is behind a company proxy. Can you guys

GitHub behind proxy servers among other questions

2013-07-07 Thread JohnnyK
Hi all, I have searched everywhere over the Internet and I have yet to find a way to clone a project using git when my workstation is behind a company proxy. Can you guys clone your projects to a single zip file that I can download? This would be easier instead of working with some strange