Search results

Jump to navigation Jump to search

Page title matches

Page text matches

  • ...xt|display text}}</pre> ''renders as:'' {{h:title|hover-title text|display text}} ...be viewed in most browsers by holding the mouse cursor over the underlined text.
    494 bytes (72 words) - 16:30, 3 November 2011
  • sb!text =< with1 (txt!text) (\x -> window!text += handler
    1 KB (225 words) - 21:21, 23 June 2007
  • == Text.Regex interface == Using the Text.Regex module, expressions can be applied with <tt>matchRegex</tt> and <tt>m
    1 KB (204 words) - 12:26, 22 October 2010
  • '''Bold text'''''Italic text''[[Link title]][[Image:Example.jpg]]
    103 bytes (14 words) - 04:55, 15 December 2008
  • * [[Haskell Quiz/Text Munger/Solution Dolio|Dan Doel]] * [[Haskell Quiz/Text Munger/Solution Tel|Joseph Abrahamson]]
    442 bytes (61 words) - 22:16, 15 December 2007
  • Issues making text support difficult: * Diagrams are scale-invariant, but text is not really scale-invariant for several reasons:
    2 KB (295 words) - 01:31, 13 February 2013
  • ...to http://rafb.net/paste/ (or another paste site) and get the URL for the text back.
    322 bytes (51 words) - 00:59, 4 February 2007
  • gui = do f <- frame [ text := "Button" b <- button f [ text := "Button"
    3 KB (452 words) - 20:46, 15 January 2012
  • Bytestrings are sequences of ''bytes'' not characters, and aren't really a text type at all. They are best used for binary data. == Text ==
    2 KB (285 words) - 20:38, 2 March 2014
  • ...askell wiki. Please don't vandalise the Euler problems pages. Removing the text from the pages doesn't actually remove the data from the wiki, and they wil Even if you feel that people should solve them on their own, removing the text from those pages isn't an effective (or social) way to express that opinion
    376 bytes (65 words) - 05:05, 30 January 2008
  • | valign=top style="text-align:left" bgcolor=#F0F0F0 | |valign=top width=75% style="text-align:left; line-height:120%"|
    471 bytes (57 words) - 10:30, 6 October 2010
  • |- style="text-align: center;" | colspan="3" |''I agree to multi-license my eligible text contributions, unless otherwise stated, under the [http://www.gnu.org/copyl
    554 bytes (80 words) - 16:10, 20 November 2011
  • ...top of the page. Maybe they should be put somewehere into the text or the text should mention that there is much more informaiton available. [[User:Fazky|
    290 bytes (49 words) - 08:45, 20 August 2013
  • == Port the markup parser to use Text rather than String == ...brary. Now that `text` is a boot library we would like to add a parser for Text values to haddock to avoid using regular Strings.
    1,000 bytes (161 words) - 18:06, 15 April 2018
  • = do f <- frame [text := "Hello!"] = do f <- frame [text := "Hello!"]
    3 KB (461 words) - 10:17, 1 January 2009
  • substring start end text = take (end - start) (drop start text) Main Data.Text> substring 2 6 "alfaville" <br>
    301 bytes (42 words) - 12:48, 9 October 2019
  • Prelude> :type map fromEnum "Text" map fromEnum "Text" :: [Int]
    2 KB (345 words) - 08:00, 2 May 2018
  • -- Import the ByteString and Text types un-qualified. import Data.Text (Text)
    3 KB (368 words) - 22:21, 24 February 2016
  • == Drawing a simple text == To draw a simple text you need to take the following steps:
    4 KB (559 words) - 14:17, 18 August 2009
  • (There is currently text on this page)
    38 bytes (7 words) - 03:31, 12 April 2008
  • (There is currently no text in this page)
    41 bytes (8 words) - 19:53, 30 November 2007
  • import Text.XML.HXT.Core text = getChildren >>> getText
    2 KB (258 words) - 16:04, 11 October 2011
  • import Text.Printf 2 import Text.Printf
    1 KB (145 words) - 05:21, 29 November 2006
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | |valign=top width=65% style="text-align:left"|
    1 KB (157 words) - 05:31, 12 December 2007
  • File:SubilmeText2.png
    Sublime Text 2 Haskell syntax highlight
    (1,060 × 685 (138 KB)) - 08:56, 24 November 2012
  • No page "[[$1]]" exists, trying full text search.
    49 bytes (7 words) - 04:24, 19 March 2006
  • text-align: center; text-align: center;
    3 KB (258 words) - 05:55, 22 January 2009
  • File:Haskelllogo-small.jpg
    20% smaller Haskell text logo from the front page.
    (255 × 127 (28 KB)) - 06:07, 12 April 2006
  • Currently writing a text adventure to learn Haskell.
    52 bytes (8 words) - 11:48, 22 August 2021
  • |- style="text-align: center" |- style="text-align: center"
    3 KB (320 words) - 15:53, 21 June 2018
  • ...the main thing), .lhs (comments are the main thing) and now you have .ths (text is the main thing). Note that in this example I am escaping the code (with > ticks), and the text is just the main bit. I also have which is substituted inline.
    821 bytes (132 words) - 18:39, 8 October 2006
  • TEXT
    166 bytes (32 words) - 20:22, 29 March 2010
  • This actually refers to a text darcs patch, but it works anyways.
    94 bytes (15 words) - 15:19, 6 February 2021
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    1,021 bytes (127 words) - 05:28, 12 December 2007
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    1 KB (192 words) - 09:57, 6 October 2010
  • == StyleParam deleted from Diagrams.Backend.Cairo.Text == ...style to apply to the text before rendering/querying information about the text. These parameters can be created a variety of ways, but the most direct wil
    4 KB (587 words) - 18:50, 11 December 2012
  • Nou:Am introdus 'text' iar 'tasteaza' a devenit 'citeste' text "string de afisat"
    3 KB (276 words) - 15:17, 6 February 2021
  • No instance for (Text.Parsec.Prim.Stream s m Char) add an instance declaration for (Text.Parsec.Prim.Stream s m Char)
    2 KB (266 words) - 17:19, 4 June 2012
  • ...o delete it. Delete that analogy (I agree) or link it somehow to remaining text. --[[User:Beroal|beroal]] 20:33, 26 August 2011 (UTC)
    1 KB (209 words) - 20:33, 26 August 2011
  • ...GET $ ok "Hello World!"] -- GET / returns "HTTP/1.0 200 OK\nContent-Type: text/plain; charset=utf-8\n\nHello World!" This simple app will respond with "Hello World!" in plain text when you access the root with a GET request.
    2 KB (355 words) - 18:51, 21 October 2007
  • Can anyone give a link to some authoritative text with definition? I spewed my definition out of mind just now. --[[User:Bero
    162 bytes (26 words) - 00:15, 16 June 2010
  • {| class="wikitable" style="text-align:center" {| class="wikitable" style="text-align:center"
    3 KB (373 words) - 20:53, 2 June 2017
  • import Text.Parsec hiding (spaces, Line) text = foldl (\t el -> t
    4 KB (435 words) - 14:34, 23 August 2012
  • To create a redirect page, add a new page with the text <nowiki>"#REDIRECT [[theOtherPage]]"</nowiki> in it. See [http://en.wikiped
    194 bytes (31 words) - 22:57, 16 July 2008
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    367 bytes (43 words) - 05:24, 12 December 2007
  • {text "x=";scrie x; text "y=";scrie y;
    16 KB (1,992 words) - 13:27, 8 March 2009
  • Ne-am descurcat sa realizam programe (in mod text) fara el. Probabil ca nu aveti nevoie de el, decat eventual daca mizati pe
    277 bytes (44 words) - 04:34, 17 September 2011
  • = do f <- frame [text := "Hello!"] quit <- button f [text := "Quit", on command := close f]
    1 KB (217 words) - 11:34, 9 July 2009
  • import Text.XML.HXT.Core pick out the first and last name text and construct a Guest value.
    4 KB (562 words) - 16:11, 11 October 2011
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    3 KB (437 words) - 19:50, 4 April 2019
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    391 bytes (47 words) - 09:59, 6 October 2010
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | Folositi and scris ca un text (amintiti-va ca in Haskell textele sunt liste) cand aveti de facut operatia
    1 KB (230 words) - 06:12, 3 July 2009
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    324 bytes (40 words) - 05:25, 12 December 2007
  • <p style="text-align:center"> | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    4 KB (394 words) - 19:51, 4 April 2019
  • There is currently no text in this page.
    239 bytes (41 words) - 07:30, 3 March 2022
  • There is currently no text in this page.
    239 bytes (41 words) - 22:12, 15 March 2022
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    606 bytes (74 words) - 10:03, 6 October 2010
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    431 bytes (54 words) - 10:27, 6 October 2010
  • ...re va intereseaza astfel ca functiile lor show sa produca ''descrierile ca text'' ale acelor desene. - traducatorul din text in grafica
    1 KB (203 words) - 12:18, 6 February 2011
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    602 bytes (74 words) - 22:25, 24 March 2010
  • Module name: Text.XML.Light ...tes: <hask>Content</hask> has constructors for <hask>Elem</hask> and <hask>Text</hask>. <hask>CData</hask> can be of kind <hask>CDataText</hask>. The type
    2 KB (327 words) - 08:14, 20 February 2014
  • import Text.Printf import Text.Printf
    2 KB (208 words) - 03:14, 27 January 2010
  • {text "dati valoarea lui x"; text "x este ";
    4 KB (570 words) - 17:28, 13 March 2011
  • '''text "string intre ghilimele format din cifre litere si spatii" '''
    224 bytes (33 words) - 00:07, 12 July 2021
  • |style="text-align:center"|C||style="text-align:center"|*||&nbsp;||&nbsp;||&nbsp;||&nbsp;||valign="top"|Builds a list |style="text-align:center"|C||&nbsp;||style="text-align:center"|*||&nbsp;||&nbsp;||&nbsp;||valign="top"|Final element of a li
    13 KB (2,105 words) - 15:00, 21 November 2006
  • ...Header HdrAccept ("text/xml,application/xml,application/xhtml+xml,text/html"),
    2 KB (178 words) - 00:55, 4 February 2007
  • ...Header HdrAccept ("text/xml,application/xml,application/xhtml+xml,text/html"),
    2 KB (178 words) - 01:00, 4 February 2007
  • ...ors with support for Haskell syntax highlighting and formatting support in text editors, grouped by platform. * [http://www.sublimetext.com/ Sublime Text] (proprietary)
    2 KB (301 words) - 12:07, 16 December 2023
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    360 bytes (43 words) - 05:25, 12 December 2007
  • import Text.Printf import System; import IO; import Text.Printf
    6 KB (906 words) - 15:43, 15 July 2007
  • gui = do f <- frame [ text := "Layout" ] b <- button p [ text := "button" ]
    5 KB (722 words) - 20:47, 15 January 2012
  • === text === ...aft now available: http://trac.haskell.org/haskell-platform/wiki/Proposals/text
    2 KB (258 words) - 08:46, 30 August 2010
  • Comentariile care cuprind portiuni mari de text se scriu intre:
    540 bytes (81 words) - 09:21, 23 January 2008
  • There is currently no text in this page. You can [[Special:Search/By_topic|search for this page title]
    352 bytes (58 words) - 09:27, 9 June 2023
  • Yi is a text editor written in Haskell and extensible in Haskell.
    321 bytes (44 words) - 17:29, 28 June 2016
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    5 KB (636 words) - 04:07, 14 August 2021
  • I found that using wiki-headlines instead of just bold text for the sections on the Haskell-front page makes them easier to scan. Thank
    882 bytes (125 words) - 08:13, 11 December 2009
  • {text "Algoritmul NRPITAGORICE"; atunci text "Nu exista numerele cerute"
    4 KB (599 words) - 06:08, 26 August 2009
  • Ce editor sau procesor de text sa folosim la redactarea tezelor si articolelor continand Haskell ? Sa fie
    266 bytes (37 words) - 11:27, 28 March 2011
  • import Text.PrettyPrint RInt -> text "RInt"
    8 KB (1,072 words) - 18:32, 16 January 2017
  • == Hoogle Text File == The Hoogle Text File format will remain largely unchanged from Hoogle 3.
    5 KB (854 words) - 14:39, 2 July 2006
  • TEXT
    532 bytes (98 words) - 08:55, 7 April 2010
  • There is currently no text in this page.
    376 bytes (62 words) - 20:40, 16 November 2019
  • import Text.XML.HXT.Core import Text.Printf
    5 KB (671 words) - 17:08, 11 October 2011
  • | valign=top style="text-align:left" | |valign=top width=75% style="text-align:left; line-height:120%"|
    3 KB (330 words) - 11:14, 9 July 2009
  • 54. [[Haskell Quiz/Index and Query|Text Index and Query]] 76. [[Haskell Quiz/Text Munger|Text Munger]]
    3 KB (438 words) - 14:34, 26 October 2012
  • * add more text editor support (as people ask!) === Copy/Paste gives formatted text ===
    4 KB (623 words) - 17:12, 11 January 2009
  • ...age.haskell.org/package/safer-file-handles-text-0.1.0.4 safer-file-handles-text], [http://hackage.haskell.org/package/usb-enumerator-0.2 usb-enumerator], [
    1 KB (143 words) - 12:58, 17 December 2012
  • * Various encodings (UTF8,UTF16...) for text files ...designs for implementation of higher-level features such as buffering and text encoding (at least, Streams vs SSC). Moreover, higher-level implementation
    4 KB (553 words) - 02:28, 29 June 2007
  • most brittle bit (occasionally the text flies around the window, and I ...otebook-like interface ever be possible? The main idea is that the entered text turns into a cell that can be edited later. Whenever a cell is executed all
    3 KB (436 words) - 05:14, 6 April 2010
  • atunci text "Zero este caz special.El nu este numar prim.Se imparte la toate numerele n atunci text "este numar prim"
    4 KB (562 words) - 13:35, 16 August 2009
  • Nota: Am introdus 'text' iar 'tasteaza' a devenit 'citeste'. text "string de afisat"
    6 KB (798 words) - 09:42, 29 January 2010
  • import Text.XML.Expat.Tree import Text.XML.Expat.Format
    4 KB (552 words) - 09:01, 20 February 2010
  • <p style="text-align:center"> | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    5 KB (663 words) - 19:51, 4 April 2019
  • {text "nr de cifre binare a numarului i"; { text "Dati indicele mic, cel mare si pasul";
    30 KB (4,465 words) - 17:37, 13 March 2011
  • | LoginFailed !Text data ParseError = ParseError !Pos !Text
    5 KB (795 words) - 08:03, 3 August 2017
  • == Text == * retrieving the text of a TextCtrl: mytext <- get mytextEntry text
    3 KB (496 words) - 14:04, 4 October 2014
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    886 bytes (128 words) - 21:00, 16 July 2011
  • * TextEdit -- A standard line text editor ...the text and cursor are stored within the model. One can store important text in an important part of the data structure, while placing the cursor in som
    4 KB (663 words) - 08:07, 23 May 2021
  • ...retrieving and processing rss in a trivial fashion using Network.Curl and Text.XML.Light]
    943 bytes (132 words) - 09:29, 5 July 2013
  • [[Category:Haskell Quiz solutions|Text Munger]]
    799 bytes (117 words) - 10:57, 13 January 2007
  • Folositi '''and''' scris ca un text (amintiti-va ca in Haskell textele sunt liste) cand aveti de facut operatia
    1,005 bytes (155 words) - 05:59, 11 February 2011
  • ...onad) => a -> monad a</hask>. I also find the TeX a bit ugly placed in the text. == Spacing between code & paragraph text ==
    4 KB (684 words) - 07:40, 18 December 2016
  • == Headline text == ''Italic text'''''Bold text'''
    5 KB (503 words) - 07:14, 22 December 2021
  • text-align: center;
    423 bytes (50 words) - 10:47, 19 March 2006
  • import Text.Printf import Text.Printf
    7 KB (1,253 words) - 22:33, 22 February 2011
  • I would like to turn this text into an introduction of Category:Mathematics.
    659 bytes (102 words) - 19:34, 26 May 2008
  • import Text.Printf import Text.Printf
    9 KB (1,506 words) - 18:06, 4 March 2010
  • TEXT
    973 bytes (160 words) - 06:06, 28 February 2009
  • Codec.Text.Raw Codec.Text.Raw
    4 KB (586 words) - 23:05, 9 April 2007
  • -- Line-mode output: create a <div> element, place a text in it, -- specifies whether the text will be inserted before a specific
    6 KB (1,012 words) - 15:47, 14 June 2007
  • import System; import Text.Printf; import GHC.Exts import System; import Text.Printf
    6 KB (1,027 words) - 03:46, 15 February 2007
  • where combine lineNumber text = concat [show lineNumber, " ", text]
    2 KB (345 words) - 21:08, 6 January 2019
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    1,002 bytes (153 words) - 21:01, 16 July 2011
  • ...cercati sa obtineti un mediu de programare combinind Rodin cu un editor de text reconfigurabil cum sunt: Total Edit (soft liber deocamdata, asa ca faceti-v
    892 bytes (136 words) - 10:04, 14 August 2009
  • ...d-line using Haskell expressions. Similar to awk, but using Haskell as the text-processing language.
    3 KB (376 words) - 04:46, 5 April 2014
  • [http://hackage.haskell.org/package/text text], [http://hackage.haskell.org/package/text-icu text-icu],
    4 KB (491 words) - 10:14, 3 August 2015
  • TEXT
    1 KB (174 words) - 10:31, 7 September 2010
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    2 KB (224 words) - 00:39, 29 November 2009
  • import Text.XML.HXT.Core hiding (deep)
    2 KB (216 words) - 17:09, 11 October 2011
  • This is just a funny way of ''displaying'' the original text The programmer can click on the displayed image to edit the underlying text.
    3 KB (490 words) - 23:08, 18 January 2007
  • * [[/Text|Text support]]
    3 KB (338 words) - 19:39, 16 October 2016
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | Despartire in silabe automata defectuoasa facuta de procesorul de text din cauza unui font national mai vechi. <br>
    4 KB (633 words) - 13:44, 18 February 2015
  • ...and to connect logical reasoning with computer programming. Throughout the text, abstract concepts are linked to concrete representations in Haskell. Every ...arge number of examples and exercises will make this an ideal introductory text on the subject. It will also be valuable for self-study for mathematicians
    3 KB (515 words) - 11:59, 28 July 2008
  • {| class="wikitable" style="text-align:center;"
    732 bytes (96 words) - 21:43, 3 May 2024
  • ...can achieve similar performance improvements over <hask>String</hask> for text processing. A Unicode data type also removes the error prone process of ke A new module, <hask>Text.Unicode</hask>, defines the efficient Unicode string data type:
    5 KB (717 words) - 15:20, 6 February 2021
  • * Inflexible use of static text literals creates awkwardness when there are complex differences between how ...mentation: e.g., use a type class if you don't want one big data type, use Text or Builder instead of String
    5 KB (762 words) - 17:22, 13 January 2012
  • ...calculator that can add two numbers. Demonstrates how to read values from text entries. : Simple currency converter. Reads and writes values to text entry widgets in real-time. Demonstrates bidirectional controls.
    4 KB (488 words) - 01:53, 30 March 2014
  • import Text.Printf import Text.Printf
    5 KB (746 words) - 14:34, 15 December 2008
  • import Text.JSON import Text.JSON.Pretty (pp_value)
    12 KB (1,556 words) - 15:19, 6 February 2021
  • Text handles character strings with better performance than Strings; it should b If observe that Text does not give sufficient performance, consider [http://hackage.haskell.org
    7 KB (1,020 words) - 21:02, 6 January 2019
  • Its visible here that (easy) text processing is not neccessarily one of Haskells strengths...
    2 KB (269 words) - 14:31, 12 August 2011
  • import Text.ParserCombinators.Parsec import Text.ParserCombinators.Parsec.Expr
    5 KB (578 words) - 11:09, 13 January 2007
  • import Text.XML.HXT.Core
    9 KB (1,122 words) - 16:05, 11 October 2011
  • Create a file, called Main.hs, and inside put the text * Easier integration with text editors, just textpad for now but ask for more
    4 KB (634 words) - 18:50, 12 April 2009
  • ...|| some || no || poor || active || yes || few || yes || cabal || Hterm || text only || || Native & JS || text only || _ || _ || _ || _ || _
    5 KB (558 words) - 18:02, 26 October 2020
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    1 KB (213 words) - 06:22, 3 July 2009
  • ...an item to the Idioms section? "Edit this page" does not show the current text of the page, and there is no "add a new page" link either.
    2 KB (263 words) - 02:28, 4 August 2006
  • For general text about space leak, please see [[Memory leak|memory leak]].
    1 KB (168 words) - 06:46, 4 February 2015
  • ...to replace existing one (which anyway will be kept in History) or add your text in italics, so that Final Editor will select best one or combine them [[Use
    5 KB (903 words) - 14:51, 28 February 2021
  • import Text.Parsec (many1, digit, spaces, char, parse) import Text.Parsec.Expr (Assoc(..), Operator(..), buildExpressionParser)
    4 KB (618 words) - 14:33, 26 October 2012
  • ...ible, ask someone who speaks Russian to order a taxi. You can also call or text Roman if you need assistance.
    2 KB (268 words) - 08:20, 29 April 2013
  • " TeX style and plain text surrounding " text markup guessing
    7 KB (943 words) - 09:59, 29 April 2009
  • import Text.XML.HXT.Core import Text.XML.HXT.Curl
    6 KB (561 words) - 17:10, 11 October 2011
  • = do f&#160;&#160;&#160; &lt;- frame&#160;&#160;&#160; [text := &quot;Hello!&quot;] quit &lt;- button f [text := &quot;Quit&quot;, on command := close f]
    14 KB (1,561 words) - 15:17, 23 February 2009
  • * Missing "click to play again" or similar text after final score
    1 KB (221 words) - 20:30, 1 April 2010
  • import Text.Printf
    1 KB (203 words) - 00:16, 13 September 2007
  • ...em typically manifests itself as link errors (for example "ghc26356_0.hc:(.text+0x20282): undefined reference to `hs_curses_color_pair'"). In a case alternative: RInt -> text "RInt"
    11 KB (1,737 words) - 18:00, 13 March 2011
  • ...askell&gt; blocks. Essentially, having &lt;hask&gt; seems to result in the text not being put in a paragraph &lt;p&gt; block -- [[User:Michael Jones|Michae ...<code>&lt;code-lisp&gt;</code>...<code>&lt;/code-lisp&gt;</code> to format text inline. <code>&lt;haskell&gt;</code> is the same as <code>&lt;pre-haskell&g
    3 KB (432 words) - 03:23, 13 December 2013
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    2 KB (259 words) - 06:24, 3 July 2009
  • [[Category:Haskell Quiz solutions|Text Munger]]
    2 KB (215 words) - 06:04, 21 February 2010
  • static void drawtext(const char *text, unsigned long col[ColLast]); memcpy(buf, text, len);
    7 KB (986 words) - 15:19, 6 February 2021
  • * [[Google Code Jam/Text Messaging Outrage]]
    2 KB (257 words) - 12:03, 4 August 2008
  • * Add file URI support to link to a file and load a text editor. ''Currently waiting for parsable error messages from the Yhc develo
    2 KB (283 words) - 21:54, 13 February 2006
  • import Text.ParserCombinators.Parsec hiding (parse) import qualified Text.ParserCombinators.Parsec as P (parse)
    8 KB (1,046 words) - 02:32, 19 February 2010
  • The concepts embedded in RandProc come from the text I used in my graduate stochastic processes course: As per the reference text, a ''probability space'' is taken to be composed of:
    4 KB (545 words) - 00:10, 28 June 2011
  • ...com/richard/2007/04/14/use-of-textxhtmlstrict-for-outputting-xhtml/ Use of Text.XHtml.Strict for Outputting XHTML]
    3 KB (326 words) - 21:29, 17 February 2011
  • dev-haskell/text
    2 KB (305 words) - 13:16, 3 June 2012
  • ...piler or the desire to learn Haskell syntax to do common configurations in text. This has been split off into a separate project called xmonad-light using ** WindowGo now has two convenience functions for going to your text editor (based on $EDITOR) and your browser ($BROWSER).
    3 KB (451 words) - 12:13, 19 April 2021
  • For how many triangles in the text file does the interior contain the origin? import Text.Regex
    9 KB (1,263 words) - 20:04, 21 February 2010
  • do text <- getLine if null text
    8 KB (1,326 words) - 08:20, 31 March 2022
  • Text Binary -- these are for encoding binary data into text
    7 KB (717 words) - 05:40, 25 April 2012
  • do w <- frame [text := "AFWx example"] setWidButton <- button p [ text := "Set widget"
    7 KB (1,004 words) - 01:32, 9 April 2021
  • ...acelui mesaj. Vi-l puteti imagina pe '''fail''' ca un fel de 'exit "Mesaj text dorit de dvs."' Exceptie fac cateva monade: Monada Maybe, monada listelor
    2 KB (282 words) - 01:03, 29 November 2009
  • import Text.Printf
    2 KB (290 words) - 01:59, 13 December 2006
  • * Implement a random text generator - for example, it could produce blog posts that sound a lot like
    2 KB (348 words) - 15:27, 7 March 2007
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    1 KB (230 words) - 21:00, 16 July 2011
  • ...ed packages and the tree that we will use. We can do it using aur favorite text editor and typing o pasting the fllowing lines into the file:
    2 KB (375 words) - 04:11, 24 February 2008
  • </haskell> gets a line of text from the user, and then prints it back out. main = putStrLn "Enter a line of text:"
    15 KB (2,539 words) - 11:12, 30 December 2011
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    2 KB (259 words) - 21:01, 16 July 2011
  • * posts are in plain text
    1 KB (161 words) - 02:32, 26 April 2021
  • * [[Yi]] is a text editor written and extensible in Haskell. It has an own [[Yi|Haskell wiki]]
    2 KB (345 words) - 10:15, 30 March 2008
  • TEXT
    924 bytes (169 words) - 15:18, 6 February 2021
  • [[Image:Cabal-With-Text-small.png]]
    2 KB (261 words) - 14:01, 30 June 2009
  • Bravo is a general-purpose text template library inspired by the PHP template engine Smarty and the Haskell * Normal text, i.e. character sequences not including <code>{{</code> or <code>}}</code>.
    9 KB (1,381 words) - 22:32, 29 June 2021
  • yay = responseBuilder status200 [ ("Content-Type", "text/plain") ] $ mconcat $ map copyByteString index x = responseBuilder status200 [("Content-Type", "text/html")] $ mconcat $ map copyByteString
    5 KB (695 words) - 08:40, 2 July 2017
  • import Text.Printf import Text.Regex
    7 KB (1,117 words) - 18:10, 30 January 2008
  • * Old text and ASCII games (e.g., BSD games, zork, etc.)
    2 KB (214 words) - 16:56, 17 January 2014
  • * Built-in Haskell editor with customisable themes, or you can use a separate text editor. * Playground results can be text or images produced by the Rasterific, Diagrams, and Chart packages.
    7 KB (1,042 words) - 15:32, 26 December 2022
  • import Text.Printf
    2 KB (268 words) - 05:47, 21 February 2010
  • do putStrLn "text" putStrLn "text"
    10 KB (1,589 words) - 01:08, 27 September 2021
  • * text of component subexpressions must be contained in the text of the higher-level subexpressions * if "p" and "q" can never match the same text then "p|q" and "q|p" are equivalent, up to trivial renumbering of captured
    26 KB (3,619 words) - 03:30, 10 March 2017
  • import Text.Printf import Text.Printf
    13 KB (1,875 words) - 22:33, 22 January 2012
  • ...use a specific string-generating function to generate the tagged marked up text, such as, for instance: data XMLTag = DOCUMENT | HEADING | TEXT deriving (Show)
    19 KB (3,419 words) - 01:21, 8 October 2009
  • -- Line-mode output: create a <div> element, place a text in it, -- specifies whether the text will be inserted before a specific
    4 KB (559 words) - 15:17, 6 February 2021
  • ...me. Here is the obligatory Hello World application, which just displays a text/plain string:
    3 KB (366 words) - 18:13, 16 September 2011
  • text[NORMAL] = @white text[NORMAL] = @red
    4 KB (452 words) - 14:23, 2 May 2018
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    3 KB (371 words) - 09:04, 10 November 2008
  • :submode text-mode
    2 KB (308 words) - 10:47, 18 May 2012
  • :streak street string strip stroke succession tail tangle tape text thought
    1 KB (176 words) - 02:31, 9 April 2021
  • ...language has only the type 'bit pattern', Rexx and Tk have only the type 'text', core MatLab has only the type 'complex-valued matrix'.
    2 KB (380 words) - 23:17, 15 January 2009
  • import Text.ParserCombinators.Parsec(GenParser)
    3 KB (428 words) - 18:07, 26 October 2006
  • [[Clasa Show]] este clasa tipurilor care au valorile afisabile, in mod text.
    2 KB (291 words) - 12:27, 6 February 2011
  • The particular crossword puzzle is specified in a text file which first lists the words (one word per line) in an arbitrary order. -- convert the text lines from the file to the "Site" datatype,
    5 KB (741 words) - 03:47, 10 January 2017
  • | Data.Text
    2 KB (382 words) - 01:27, 18 November 2012
  • ...e front page, this week ? Or should I make an English page for this (long) text ? * 2. align the circle and text logos.
    11 KB (1,900 words) - 11:38, 18 February 2015
  • ...sg00675.html Several posts] were made to the wxhaskell-devel mailing list, text is given below:
    3 KB (404 words) - 20:59, 15 January 2012
  • ...tatic website by filling string templates with data taken from YAML or CSV text files.
    3 KB (488 words) - 13:58, 8 February 2015
  • ...nt). I had trouble compiling the original with Text.Regex.Posix so I used Text.Regex.PCRE (which is probably faster, are hackage packages fair game?). I import Text.Regex.PCRE -- requires regex-pcre-builtin
    10 KB (1,496 words) - 22:31, 22 January 2012
  • import Text.Printf
    3 KB (503 words) - 11:49, 7 March 2007
  • import Text.Printf (printf) -- returns text representation of a mapping.
    7 KB (988 words) - 04:57, 20 September 2012
  • renderer <- Model.cellRendererTextNew -- i guess that'll render the text inside the column's cells?
    3 KB (485 words) - 10:07, 7 June 2011
  • * An elementary editor for an <hask>Int</hask> (maybe a text box or a slider) which would be connected to the editor state by <hask>fstL * An editor for a <hask>Char</hask> (maybe a combo box or a text box or a virtual keyboard) which would be connected to the editor state by
    9 KB (1,506 words) - 18:10, 8 June 2013
  • ,"text-align" := "center"] ,"text-align" := "right"
    6 KB (908 words) - 15:18, 6 February 2021
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    2 KB (307 words) - 22:51, 31 October 2008
  • === I can't display text with renderString === It's probably because the text is displayed too big. Setting a much smaller scale factor before calling re
    9 KB (1,237 words) - 02:14, 8 August 2022
  • * pipes-text: Text support
    8 KB (931 words) - 17:22, 20 February 2017
  • ...ns { _size :: SizeSpec V2 n, _svgDefinitions :: Maybe SvgM, _idPrefix :: T.Text} ...n experimental functions for retrieving the size of the bounding boxes for text (including formulas). See the [https://github.com/diagrams/diagrams-pgf/tre
    11 KB (1,707 words) - 01:06, 1 May 2015
  • text <- readFile dictFile return $ filter allowed $ lines text
    12 KB (1,746 words) - 05:55, 21 February 2010
  • import Text.XHtml of a body containing a single header element which contains the text
    16 KB (2,503 words) - 14:59, 6 June 2011
  • ...evel section is very untypical and is also not needed for giving the whole text a headline since there is the page title for this issue. ...er (where the request to click doesn't make sense) and markup parts of the text (often only single words) as links.
    6 KB (942 words) - 20:17, 8 April 2019
  • import Text.Printf
    3 KB (539 words) - 10:37, 23 June 2011
  • { text "Dati lungimea vectorului"; text "Minimul din sir este";
    1 KB (212 words) - 05:06, 12 July 2021
  • import Text.Printf import Text.Printf
    16 KB (2,603 words) - 06:09, 21 February 2010
  • ...of [http://haskell.org/ghc/docs/latest/html/libraries/base/Text-Html.html Text.Html], modified to produce XHTML 1.0 Transitional. link ! rel "stylesheet" ! type_ "text/css" ! href "screen.css"
    6 KB (878 words) - 09:02, 26 March 2015
  • {-# SPECIALISE foo :: Text -&gt; Text #-}</pre> ...</code> which will be used whenever <code>foo</code> is applied to a <code>Text</code> value even in modules which import <code>A</code>.
    13 KB (2,038 words) - 10:49, 22 March 2017
  • import Text.Printf import Text.Printf
    13 KB (1,795 words) - 04:56, 17 July 2007
  • $ sqlite3 test.db "create table t1 (t1key INTEGER PRIMARY KEY,data TEXT NOT NULL,num double,timeEnter DATE);"
    2 KB (254 words) - 09:57, 29 March 2022
  • import Text.Printf
    3 KB (559 words) - 08:44, 31 July 2008
  • ...and lots of creative thinkers out there who just can't be bothered with a text editor.
    2 KB (249 words) - 22:40, 29 June 2021
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    3 KB (455 words) - 00:30, 29 November 2009
  • {| class="wikitable" style="text-align: right"
    5 KB (200 words) - 20:47, 19 January 2018
  • | Text String '''Text''' - Text object.
    6 KB (988 words) - 04:52, 26 April 2021
  • (.text+0x1654): undefined reference to `glutInitDisplayMode' (.text+0x1668): undefined reference to `glutInitWindowSize'
    8 KB (1,082 words) - 19:45, 3 July 2009
  • import Text.Formlets import Text.XHtml.Strict.Formlets
    8 KB (985 words) - 06:56, 16 September 2013
  • closing panes or finding or replacing items in a text buffer AFAIK, there is no 'direct' one ATM, but you could select the identifier text, use "Search (metadata)" from the right-click context menu and then right-c
    5 KB (896 words) - 23:35, 25 December 2012
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    2 KB (352 words) - 08:16, 14 March 2011
  • : a text-based status bar for X11
    2 KB (296 words) - 14:29, 24 February 2020
  • import Text.Printf
    3 KB (480 words) - 08:48, 31 July 2008
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    3 KB (347 words) - 11:25, 12 May 2009
  • import Text.Printf
    3 KB (305 words) - 18:43, 13 February 2007
  • ...ike DSL in Haskyll using the [http://hackage.haskell.org/package/text Data.Text] library. This project is still in the "planning phase", feel free to conta
    3 KB (519 words) - 13:00, 17 December 2012
  • * "map" Search for the text "map" * "con map" Search for the text "map" and the text "con"
    18 KB (2,779 words) - 22:27, 12 June 2017
  • ...ted "literate" option above will replace the given symbols anywhere in the text, including inside strings, which is probably not what one wants. ...ode}" statement. This will cause the Haskell parser to treat this block as text, not code:
    10 KB (1,524 words) - 22:20, 13 November 2022
  • ...ing lots of 'runs' of the same value - e.g., pixel data. Works horribly on text.
    3 KB (499 words) - 12:36, 9 July 2007
  • ...capable of nesting other widgets. A good example of such passive widget is text label or non-clickable image. ...yhcws/CDOM-Level2-DomUtils.html#v%3AmkText mkText]</code> which produces a text node to be inserted into a < DIV > or < SPAN > or any other element with cl
    24 KB (3,619 words) - 14:49, 7 March 2012
  • * [http://code.haskell.org/yi/ Yi], a vim-like text editor ...name=haskell&language=haskell, bitbucket], [https://launchpad.net/projects?text=haskell&search=Find+a+Project, launchpad]
    4 KB (536 words) - 00:28, 17 June 2021
  • Am primit de la studentul nostru Pargaru un text - care se vroia o traducere a paginii 35 din [[Gentle]]. Intrucat era absol
    2 KB (348 words) - 13:26, 13 April 2011
  • I suggest the current text is put under the title Tiger and made Tiger specific (which it mostly is).
    4 KB (576 words) - 22:36, 4 April 2009
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    3 KB (508 words) - 22:23, 24 January 2008
  • logText text = tell (text ++ "\n") localeText text = Interpreter $ fmap (Map.findWithDefault text text) ask
    10 KB (1,634 words) - 22:52, 6 April 2022
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |-->
    2 KB (269 words) - 22:43, 5 April 2021
  • * free intermixing of text and binary i/o on the same Stream binary data. You can freely mix byte and text I/O on one Stream:
    22 KB (3,405 words) - 19:18, 27 December 2006
  • Prelucararea unui astfel de text si citirea datelor presupune mai mult
    2 KB (358 words) - 12:48, 22 September 2011
  • * Password are now saved in md5, not plain text.
    3 KB (569 words) - 19:31, 24 January 2009
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    3 KB (396 words) - 05:32, 6 November 2008
  • ...ation about the underlying database record. Allow user to control colours, text font and line width. Undo/Redo stack. Lines snap to nodes and dragging node
    4 KB (598 words) - 18:30, 6 February 2007
  • == Text I/O ==
    4 KB (588 words) - 21:13, 10 August 2008
  • = do f&#160;&#160;&#160; &lt;- frame&#160;&#160;&#160; [text := &quot;Hello!&quot;] quit &lt;- button f [text := &quot;Quit&quot;, on command := close f]
    14 KB (2,248 words) - 15:18, 6 February 2021
  • ...s in a group of files, together with their precise location, often used by text editors to quickly jump around in a program. For example, they allow you in
    4 KB (548 words) - 05:13, 30 January 2016

View (previous 250 | next 250) (20 | 50 | 100 | 250 | 500)