I was reading Eleara examples out of Hackage, and I kept noticing lines like this:
t <- get GLFW.time GLFW.time $= 0
Most of the rest of it made more-or-less sense (I mean, there IS a reason I'm still asking questions to beginners!) but I couldn't seem to find anything about it on my usual reference sources, and it's uses don't make that much sense to me.
Hello, I want some examples to learn the package of Crypto, anyone knows where I can find them? Thank you in advance! Regards, kui _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&...
I use it in clientsession: http://hackage.haskell.org/package/clientsession. Let me know if I can be of some assistance. Michael 2009/9/28 Kui Ma <mklklk@hotmail.com>
Hello,
I want some examples to learn the package of Crypto, anyone knows where I can find them? Thank you in advance!
Regards, kui
------------------------------ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it!<http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us>
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
This is exactly what I need. It helped me learn how to use the symmetry encryption algorithm. Thank you very much! Regards, Kui ----------------------------------------------------------------------------------------------------------------- I use it in clientsession: http://hackage.haskell.org/package/clientsession. Let me know if I can be of some assistance. Michael 2009/9/28 Kui Ma <mklklk@hotmail.com> Hello, I want some examples to learn the package of Crypto, anyone knows where I can find them? Thank you in advance! Regards, kui Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it! _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners _________________________________________________________________ Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®. http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/soc...
No problem, any time ;) Michael On Sat, Oct 3, 2009 at 3:19 PM, Kui Ma <mklklk@hotmail.com> wrote:
This is exactly what I need. It helped me learn how to use the symmetry encryption algorithm. Thank you very much!
Regards, Kui
-----------------------------------------------------------------------------------------------------------------
I use it in clientsession: http://hackage.haskell.org/package/clientsession. Let me know if I can be of some assistance.
Michael
2009/9/28 Kui Ma <mklklk@hotmail.com>
Hello,
I want some examples to learn the package of Crypto, anyone knows where I can find them? Thank you in advance!
Regards, kui
------------------------------ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it!<http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us>
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
------------------------------ Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®.<http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009>
On Sun, Sep 27, 2009 at 8:08 PM, Nathan Holden <nathanmholden@gmail.com> wrote:
I was reading Eleara examples out of Hackage, and I kept noticing lines like this:
t <- get GLFW.time GLFW.time $= 0
Most of the rest of it made more-or-less sense (I mean, there IS a reason I'm still asking questions to beginners!) but I couldn't seem to find anything about it on my usual reference sources, and it's uses don't make that much sense to me.
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
That's not an Elerea operator; that's from OpenGL. Roughly speaking, it means "set" - change the value of a setting or variable of some sort. I'm also working on familiarizing myself with FRP and Elerea, so good luck! Alex
participants (4)
-
Alexander Dunlap -
Kui Ma -
Michael Snoyman -
Nathan Holden