http://troll.me/images/the-most-inte...my-friends.jpg
Printable View
And there I was expecting to see some code to test... Troll.me is quite matching there:)
I'll give it an 8
Fitting, I believe, is the word you are looking for.
If you really want to test my code, then feel free to give this a run:
http://lucid-code.com/Images/LucidSc...ample.Code.png
Just add a reference to lucidcode.LucidScribe.Interface.dll in a new Class Library project and copy the output to C:\Program Files\lucidcode\Lucid Scribe.
I don't know how to test code :'3
Just copy and paste it in here: Visual C# 2010 Express | Microsoft Visual Studio.
Heh, I already was pretty sure you're working with C# since I first saw your website. Guess where my username comes from.
I see and understand what you did there, but what do you plan to do with the millisecond in the program I wonder?
Nice.
The millisecond is just the easiest way to get data into the program without distracting from the interface. You can replace return DateTime.Now.Millisecond; with anything from your network usage to output from a biofeedback device.
Hm, I think I get it now. Though first I'd need a biofeedback device to be able to test it of course... Well once I have the spare money I plan on buying a few tools anyway.
Cool. Like I said you can use it to monitor anything; I have plugins for the mouse and keyboard (the source code for those are included in the MSIs) running all day to monitor my performance at work.
I can then attach LSD files to my invoices. :shadewink:
Eww, C sharp :P
Yeah, but have you seen what one can do by standing on the shoulders of those on the perch? :shadewink:
Yeah, I have, write code that runs half as fast as mine and takes twice the RAM. :P
Nice. But I bet that it took you one tenth of the time to write it?
A further bet I am willing to make is that the cost of RAM has halved since then yet is more than twice as fast? :cheeky: :cheeky:
What does the last sentence mean?
If you are implying that smaller RAM use makes the program slower, that simply isn't true. I use lookup tables and caches where appropriate, but because of how L1 and L2 caches in the hardware work, the less RAM you use, the faster your program will run.
Badass! Since this can actually take input from any device, is there any accelerometers which you can buy which hook up to a PC instead of being embedded in a phone? I know that's how the Android LDing app works for detecting REM, it'd be interesting to use it in your programs :)
man!!
is this plugin for lucidscribe.?
Ooohhh, odd wording, but now I see it.
I feel like a nerd, I didn't have to look what Moore's Law is :(
And actually, Moore's law doesn't apply to the speed of RAM. RAM speed is pretty much maxed out. The chips might be faster, but the transfer rates have pretty much hit a wall :P That's why efficient use of the cache is becoming so important to compiler design and processor design. There is more cache on the processor than there used to be RAM on a computer.
Yeah, but all it does is:
http://lucid-code.com/Images/LucidSc...lliseconds.png