User:NeilMitchell
From HaskellWiki
(Difference between revisions)
m (better grammar) |
(→Contacting Me) |
||
| Line 17: | Line 17: | ||
<tt>email = "ndmitchell" ++ [chr 64] ++ reverse "liamg" ++ [chr 46] ++ "com"</tt> | <tt>email = "ndmitchell" ++ [chr 64] ++ reverse "liamg" ++ [chr 46] ++ "com"</tt> | ||
| + | |||
| + | == Todo Notes for Gtk2Hs == | ||
| + | |||
| + | * How do you get colours like "red" and "green" - I'm currently using maxBound | ||
| + | * How to set a popup menu to exactly where you want it with x/y coordinates | ||
| + | * The size of a monospace character | ||
Revision as of 22:04, 22 July 2007
I am doing a PhD in computer science at York University, UK. My academic website is http://www-users.cs.york.ac.uk/~ndm/, my personal website is http://www.nmitchell.co.uk/.
I hereby license all my contributions to this wiki, and the old hawiki, under the simple permissive license on HaskellWiki:Copyrights.
1 Haskell Projects
The ones that people might know include:
- I am the author of Hoogle
- I am in the process of rewriting the Windows front end to Hugs, WinHugs
- I help out with Yhc
- I am interested in documentation Keywords
2 Contacting Me
I am sometimes on the HaskellIrcChannel as ndm. I can also be reached by email:
email = "ndmitchell" ++ [chr 64] ++ reverse "liamg" ++ [chr 46] ++ "com"
3 Todo Notes for Gtk2Hs
- How do you get colours like "red" and "green" - I'm currently using maxBound
- How to set a popup menu to exactly where you want it with x/y coordinates
- The size of a monospace character
