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
  • ...org/xmonad-docs/xmonad/XMonad-ManageHook.html manageHooks] to match on any text property of a window.
    6 KB (753 words) - 23:44, 29 March 2008
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    3 KB (451 words) - 20:59, 16 July 2011
  • ...ckend. However, the cairo backend still has a few advantages (support for text alignment, embedded images, and animations, as well as the ability to outpu
    3 KB (511 words) - 01:45, 19 April 2015
  • gritty details necessary to turn a text file into a deployed product.
    3 KB (500 words) - 13:29, 17 December 2012
  • requirements for extraction, best compression for non-text files gives best compression for plain text files
    12 KB (1,805 words) - 19:20, 27 December 2006
  • ...an process it without hassle. Haddock can generate documentation for it, a text editor can make suggestions for values to insert, Hoogle can retrieve that ...ng <hask>if-then-else</hask> simplifies every language tool, say compiler, text editor, analyzer and so on.
    6 KB (937 words) - 05:34, 10 December 2020
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | ...ii IMPERATIVE din Pascal-ul anilor '70-'80 pentru terminale consola in mod text. <br>
    6 KB (890 words) - 17:07, 14 March 2011
  • gritty details necessary to turn a text file into a deployed
    3 KB (504 words) - 13:29, 17 December 2012
  • ...taken advantage within a module. If we have "import Data.Text; import Data.Text.Lazy" in our imports and attempt to use isInfixOf we will get an ambiguous import Data.Text.Lazy.IO (putStrLn)
    9 KB (1,515 words) - 23:39, 23 October 2014
  • I want to read a text file. As an example, let's use <tt>/usr/share/dict/words</tt> and try to p
    3 KB (397 words) - 22:15, 18 April 2021
  • Le avem puse provizoriu in format .pdf. Multe programe, putin text in limba engleza. Documentul este .sxw salvat din Open Office. Va este nece
    3 KB (448 words) - 00:03, 9 February 2011
  • Thus, in contrast to direct SQL text manipulation, [[Libraries and tools/Database interfaces|database management
    4 KB (582 words) - 09:02, 15 April 2015
  • * use red text to report when <font color="red">we have a conflict</font> ([http://bugs.da == Data.Text ==
    12 KB (1,833 words) - 12:53, 17 December 2012
  • * [http://hackage.haskell.org/packages/archive/pretty/latest/doc/html/src/Text-PrettyPrint-HughesPJ.html PrettyPrint.hs], a pretty printing library ([htt * [https://github.com/yi-editor/yi/blob/master/yi-core/src/Yi/Core.hs Yi], a text editor, ([http://www.haskell.org/haskellwiki/Yi home], [https://raw.githubu
    6 KB (921 words) - 11:17, 22 October 2022
  • ''Note: this is just the skeleton of this part, with code but very little text'' Let's see if we'll time for it... First we must complete the text above!!
    20 KB (2,502 words) - 14:50, 14 August 2011
  • * pretty: Text.PrettyPrint and below
    5 KB (856 words) - 19:35, 27 February 2009
  • gritty details necessary to turn a text file into a deployed product.
    4 KB (547 words) - 13:28, 17 December 2012
  • ...g.haskell.cafe/31465 announced] the release of Xmobar-0.8, a minimalistic, text based, status bar. It was specifically designed to work with the XMonad Win ...ell.org/cgi-bin/hackage-scripts/package/xmobar-0.8 xmobar], a minimalistic text based status bar</p></li>
    19 KB (2,429 words) - 05:22, 12 December 2007
  • The text editor used in the course is [http://www.gnu.org/software/emacs/ Emacs] in
    3 KB (537 words) - 01:42, 20 October 2016
  • ...ad-Util-StringProp.html haddock documentation]. Another example, where the text saved is per-window is the source of [http://xmonad.org/xmonad-docs/xmonad-
    5 KB (715 words) - 19:08, 29 December 2012
  • import Text.Printf (printf)
    5 KB (644 words) - 21:51, 15 July 2007
  • nitty-gritty details behind turning plain-text source code into a
    4 KB (543 words) - 13:44, 17 December 2012
  • ...cking syntax and semantics) in NeoVim 0.2.0+ and Vim 8 while you edit your text files, and acts as a Vim Language Server Protocol client.
    4 KB (508 words) - 22:01, 20 November 2022
  • ...04:15, 26 April 2007 (UTC) (Typo) At the very top of the second page, the text reads "Here is roughly1 drop translates, after a bit of inlining:". Maybe n
    5 KB (755 words) - 20:00, 30 October 2007
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    4 KB (559 words) - 10:06, 31 January 2010
  • import Text.Printf
    5 KB (630 words) - 14:16, 29 November 2007
  • ...t sure what 'language' you are referring to, as I did update the title and text to be more appropriate. Did I miss something less obvious? I'm happy to fix
    5 KB (843 words) - 22:05, 23 May 2011
  • Left exn -> return (text "*** Exception:" <+> text (show (exn :: SomeException)))
    9 KB (1,261 words) - 15:40, 22 December 2017
  • ...ase dar cu programe inutilizabile. Nu spun ca nu se pot face pagini TEX cu text cu format fixat, cu ceva munca in plus,dar atunci de ce sa mai folosim TEX
    3 KB (535 words) - 11:26, 28 March 2011
  • myTodoList :: Behavior Text myTodoList `at` yesterday :: Text
    11 KB (1,615 words) - 05:58, 7 November 2022
  • ...s ran, however titles (window and panel) did not appear correctly, nor did text output, e.g. on the "shopping list" example the "total" field remains blank :Just an update on this. On MacOS X, the slider stuff works, but the text widgets don't seem to notice any updates. Then again, I'm also using wxWid
    19 KB (3,021 words) - 13:33, 25 October 2008
  • |Write the text to an alternate name |Beginning of text
    9 KB (1,413 words) - 00:17, 24 November 2014
  • import Text.ParserCombinators.Parsec
    5 KB (745 words) - 08:15, 13 December 2009
  • ...DBXML returns its document contents as a strict ByteString containing XML text. You need to use an XML library of some kind to handle these. The Haskell text <- xmlDocument_getContent doc
    15 KB (2,390 words) - 15:19, 6 February 2021
  • ...mework checking the results automatically. HUnit currently includes only a text-based test controller, but the framework is designed for easy extension. (W ...ontrollers. The second subsection describes the [[#Text-Based Controller | text-based controller]] that is included with HUnit.
    23 KB (3,542 words) - 03:11, 15 May 2020
  • | style="padding:20px;text-align:center;" | [[Image:sortT.png]] | style="padding:20px;text-align:center;" | [[Image:wordsT.png]]
    13 KB (1,988 words) - 02:05, 24 September 2021
  • * Text links should be orange.
    3 KB (483 words) - 23:13, 22 May 2014
  • ....g., strict, binary ByteStrings for str-bytestring and strict Text for str-text) which can be used without a mixin field at all.
    10 KB (1,679 words) - 23:28, 2 April 2017
  • === Sublime Text 2 ===
    9 KB (1,396 words) - 23:18, 24 July 2021
  • # All text is available under the terms of the GNU Free Documentation License (see Co http://www.referatenelimitate.ro/arbore-binar-text.html
    9 KB (1,472 words) - 07:49, 11 May 2011
  • I couldn't find a reference on .abc bytecode, but its plain text, so maybe someone could reverse engineer it. http://www.cs.ru.nl/~clean/con
    5 KB (836 words) - 23:05, 10 March 2008
  • import Text.HTML.Download -- tagsoup import Text.HTML.TagSoup -- tagsoup
    10 KB (1,550 words) - 18:27, 14 December 2009
  • TEXT
    5 KB (754 words) - 19:39, 22 January 2012
  • * (''JohnMeacham'') <nowiki>Insert non-formatted text here pretty much every compiler has a mode similar to 'ghc --make', so just
    5 KB (697 words) - 16:59, 10 March 2011
  • import Text.XHtml hiding (method, dir) import qualified Text.XHtml as H
    11 KB (1,641 words) - 19:01, 16 January 2009
  • ...xes with extended Unicode support. One of few regex libraries working with Text and not String. ...ilable from [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Text Hackage] as tar.gz sources and from [http://darcs.haskell.org/packages/rege
    18 KB (2,819 words) - 19:20, 15 August 2019
  • -h --help Show this help text -h --help Show this help text
    20 KB (2,832 words) - 11:49, 21 December 2010
  • ...ttp://hackage.haskell.org/package/QuasiText A QuasiQuoter for interpolated Text literals, with support for embedding Haskell expressions] * [http://hackage.haskell.org/package/shakespeare-text shakespeare-text]
    12 KB (1,695 words) - 15:27, 12 November 2019
  • import Text.Printf "Content-Type: text/plain; charset=UTF-8\n"
    10 KB (1,489 words) - 15:02, 26 October 2016
  • * Macros (e.g. inserting imports/aligning/sorting imports, aligning up text, transposing/switching/moving things around) Atom is very similar to Sublime Text 2 (which is now discontinued). A huge [http://atom.io/packages package data
    19 KB (2,866 words) - 10:23, 29 March 2022
  • -> Maybe Text -- ^ an optional class of children
    4 KB (553 words) - 17:16, 15 January 2017
  • ...explictly imported from standard library module ''Data.List'', and class ''Text'' renamed to ''Show'').
    5 KB (703 words) - 12:09, 4 September 2006
  • | [http://patch-tag.com/r/hunit_gui/home GUI]. Maybe also text UI that isn't horrible
    5 KB (720 words) - 13:08, 17 December 2012
  • | <hask>HashMap Text Text</hask> | <hask>Map Text ByteString</hask>
    14 KB (1,908 words) - 02:23, 6 March 2017
  • ...] 0 hex dumper for UTF-8 text ...p?ID=17642 hetris 0.2-1] 1 Text Tetris
    27 KB (2,482 words) - 19:02, 6 May 2020
  • ...rks out three pseudo-threads, and exits. Each thread outputs some lines of text and terminates. Each line printed contains absolute timestamp obtined via J
    4 KB (517 words) - 04:59, 26 April 2021
  • ...principalul motiv pentru care utilizam programele functionale este ca ''' (text exclus pentru a realiza umorul) ...
    4 KB (600 words) - 00:32, 9 February 2011
  • ...g text in a LaTeX document is a constant task. You can create a block with text given Also, there is a variant for <hask>Text</hask> values called <hask>protectText</hask>.
    21 KB (3,518 words) - 09:52, 14 May 2014
  • ...but a reasonable approximation would still be useful: I could save it (as text) to a local file and use it as a "to-do list", deleting each entry as I go. Being generated content, the simplest approach would be a link to a plain-text file, which can be downloaded for offline use.
    11 KB (1,685 words) - 20:40, 5 September 2022
  • nitty-gritty details behind turning plain-text source code into a
    4 KB (510 words) - 09:35, 9 June 2016
  • * Text
    3 KB (332 words) - 03:38, 14 August 2021
  • ...ontains a validating XML parser and a HTML parser, which tries to read any text as HTML, a DSL for processing, transforming and generating XML/HTML, and so <hask>Text.XML.HXT.Core</hask> instead of <hask>Text.XML.HXT.Arrow</hask>.
    48 KB (6,937 words) - 00:20, 27 April 2016
  • *<tt>darcs replace</tt>: add a change to replace text in a file
    4 KB (654 words) - 15:20, 6 February 2021
  • Or use the search feature of your favourite text editor. It's probably defined right there before your eyes, and if it's tr ...inHugs users, is to use the ":find" command, ":find xyz" will open up your text editor with the appropriate module, jumped to the correct place. GHCi user
    15 KB (2,547 words) - 21:58, 29 October 2011
  • import Text.Printf import Text.Printf
    85 KB (11,049 words) - 06:08, 21 February 2010
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    3 KB (436 words) - 15:16, 6 February 2021
  • nitty-gritty details behind turning plain-text source code into a
    4 KB (536 words) - 12:15, 4 August 2015
  • The text output follows the Ruby Quiz convention of ' ' for vacuum, '.' for vapor an
    6 KB (868 words) - 08:12, 13 December 2009
  • |Type any text in the input field provided, and see it echoed right above after Enter is p
    6 KB (948 words) - 21:10, 16 December 2010
  • import Text.Printf
    8 KB (1,082 words) - 22:27, 22 January 2012
  • 4 KB (673 words) - 05:44, 26 October 2016
  • Disclaimer: The following text is opinion.
    5 KB (736 words) - 13:57, 14 November 2017
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    4 KB (649 words) - 19:42, 27 October 2009
  • nitty-gritty details behind turning plain-text source code into a
    4 KB (589 words) - 14:46, 1 August 2013
  • don't use text I/O at all -- you don't need an encoding transformer. byte- and text-oriented operations for the streams, which by themselves
    21 KB (3,181 words) - 16:03, 14 March 2014
  • Such as Text.PrettyPrint.HughesPJ, Data.ByteString,
    6 KB (933 words) - 03:08, 3 March 2010
  • import Text.Printf(printf) import Text.Printf(printf)
    23 KB (3,171 words) - 02:29, 8 October 2006
  • * Playground results can be text or images produced by the Rasterific, Diagrams, and Chart packages.
    4 KB (620 words) - 19:54, 9 December 2020
  • ...vironments. Which jobs to run are decided by editing crontab-files using a text editor. For example the following crontab entry says that the job ''getMail This kind of service can be very useful. However, editing text files is not the easiest or most intuitive way to interface with a Cron-lik
    17 KB (2,576 words) - 21:25, 29 October 2011
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    5 KB (777 words) - 21:00, 12 January 2011
  • ...itor-part-4/ (4)], [http://wewantarock.wordpress.com/2010/04/06/building-a-text-editor-part-5/ (5)].
    6 KB (743 words) - 16:02, 26 April 2017
  • import Text.PrettyPrint.HughesPJ <haskell class="haskell">sepBy str = hsep . punctuate (text str)
    42 KB (6,241 words) - 22:09, 20 September 2008
  • nitty-gritty details behind turning plain-text source code into a
    4 KB (574 words) - 07:18, 26 June 2014
  • The Haskell module also provides basic text rendering while GLFW.hs. Text rendering
    10 KB (1,537 words) - 21:44, 2 October 2014
  • the text:
    21 KB (2,417 words) - 23:19, 9 August 2021
  • * Jasper Van der Jeugt - Techniques and patterns in the Text Library
    8 KB (1,102 words) - 12:57, 17 December 2012
  • * [http://www.e-texteditor.com/ E-Text Editor (TextMate for Windows)] * [http://www.sublimetext.com/ Sublime Text]
    12 KB (1,886 words) - 19:30, 3 February 2021
  • ...i ''altfel''. Daca-ul cu o ramura nu e inca implementat. (Eventual puneti: text "Nimic de facut" pe ramura cealalta.) ...un editor extern, probabil Ultraedit si va folosi instructiunile anuntate „text” , „scrie”, „citeste”. La „tasteaza” am renuntat. Puteti ince
    5 KB (806 words) - 19:30, 29 October 2009
  • Ha$kell: Good idea! There were a set of missprints in the text.
    6 KB (1,071 words) - 23:38, 20 November 2011
  • ...rop Test.hs</tt>, which will only check properties whose name contains the text <tt>prop</tt>.
    8 KB (1,368 words) - 15:52, 22 February 2012
  • versa. The module ''Text.XML.HXT.Arrow.Pickle'' and submodules ...the primitve types (''Int, Bool,...'') will convert simple values into XML text nodes, and the picklers for creating XML element and attribute nodes are ne
    28 KB (3,540 words) - 18:19, 5 January 2015
  • Prelude> :m + Text.StringTemplate Prelude Text.StringTemplate> let t = newSTMP "Hello $name$" :: StringTemplate String
    12 KB (1,726 words) - 15:16, 6 February 2021
  • text <- readFile "foo" writeFile "bar" text
    29 KB (4,702 words) - 12:36, 4 May 2021
  • ...nd thus cannot be used with other Haskell implementations. Throughout this text, the term "Haskell Runtime" means "GHC Runtime". ...h work in progress and subject to changes of any unpredictable kind ;) The text on this page may look at times bizarre, and nonsense; this will be eventual
    11 KB (1,853 words) - 02:34, 26 April 2021
  • This text is about the Haskell Foreign Function Interface (FFI) which functions. This text is for those who like me have found it difficult
    15 KB (2,511 words) - 06:03, 1 June 2022
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    5 KB (818 words) - 14:28, 18 February 2015
  • ** I parse the date field of the text file. I didn't have to; I spent a LOT of time in the parser just to suppor
    7 KB (886 words) - 08:28, 7 March 2007
  • With luck the <tt>.cabal</tt> file will provide most of the text for steps 5 and 6.
    6 KB (802 words) - 04:59, 12 July 2021
  • Internet Relay Chat is a worldwide text chat service with many thousands | display help to other commands, but help text is not available for all commands.
    11 KB (1,536 words) - 08:17, 29 March 2022
  • import Text.Printf import Text.Printf
    56 KB (8,172 words) - 22:25, 18 February 2010
  • ...the RAM of the C++ version, a key performance point not mentioned in the text.
    7 KB (1,236 words) - 17:40, 5 April 2012
  • Note the difference in getting the error message text. The ''dbp -> err'' function is variadic, and it is not possible to call it
    9 KB (1,406 words) - 12:01, 21 June 2010
  • ...main.pdf Syntax diagrams for Haskell], by Jeroen Fokker. The accompanying text is in Dutch, but the syntax diagrams are legible in any language.
    7 KB (1,054 words) - 07:37, 12 June 2023
  • TEXT
    8 KB (889 words) - 03:53, 6 October 2011
  • ...x cu interfata grafica se poate folosi File Roller. Sub Linux cu interfata text recurgetiu la gunzip. Arhivatoarele Windows care reunosc .zip-uri pot dezar ...finitii de functii Scheme este data mai jos. (dupa carte :). Salvati acest text cu multe paranteze sub numele: stdlib.scm
    12 KB (1,828 words) - 08:20, 14 July 2011
  • * A page is as simple as defining the verb, url pattern, and Text content. * It is template-language agnostic. Anything that returns a Text value will do.
    12 KB (1,789 words) - 17:49, 26 October 2020
  • import Text.Printf
    10 KB (1,321 words) - 22:36, 22 January 2012
  • ...ourse-langtech/lectures/lang09.html Lecture 9. Semantics and pragmatics of text and dialogue] dicsusses these concepts in the context of linguistics. Writt
    6 KB (884 words) - 16:00, 19 April 2021
  • ...ot sure where everyone's going to be, give one of the contacts a call or a text (Derek Wright = 07857 984 549)
    7 KB (1,145 words) - 14:22, 15 November 2010
  • ...to devise many different regular expressions and use them to pattern match text fragments. Regular expressions are easily defined by an algebraic data type import Data.Text
    43 KB (6,533 words) - 09:38, 11 May 2016
  • -- JMacro blocks are rendered to Text.PrettyPrint.HughesPJ Docs.
    8 KB (1,206 words) - 23:52, 29 July 2011
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | * [[Cum comentam portiuni mari de text ? ]]
    14 KB (1,971 words) - 23:12, 9 April 2021
  • ...es;-). It is not necessary to copy the examples here, but your explanatory text should provide sufficient keywords to make this page findable by related se
    6 KB (833 words) - 00:02, 6 November 2021
  • This text was published in 2000, but since [[Haskell '98]][http://www.haskell.org/onl
    9 KB (1,503 words) - 00:44, 10 May 2008
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    4 KB (586 words) - 15:17, 6 February 2021
  • text ::= '\'' {printable_character}
    18 KB (820 words) - 14:21, 4 April 2012
  • ...e when the XCB Haskell binding is done. -->. The goal is to write a simple text-based clock displaying the system time, running on top of every other appli * how to draw in that window, specifically some text, with some properties, like fonts or colors;
    61 KB (8,858 words) - 11:47, 5 November 2020
  • [[Image:Cabal-With-Text-small.png|frame|Built with Cabal]]
    8 KB (1,114 words) - 01:40, 1 March 2020
  • .../project/google/gsoc2011/jaspervdj/15001 Jasper Van der Jeugt: Convert the text package to use UTF–8 internally]
    8 KB (1,152 words) - 13:09, 24 March 2018
  • [[Image:Cabal-With-Text-small.png|frame|Built with Cabal]] (If your package uses other packages, e.g. <tt>text</tt>, you'll need to add them to the <tt>build-depends:</tt> field as a com
    22 KB (3,268 words) - 04:57, 30 January 2022
  • ...oreground and background colors to use, what font to use when drawing some text, etc.). Actually, this is how we reduce bandwidth consumption.
    5 KB (883 words) - 14:29, 3 April 2014
  • ...tp://www.haskell.org/tutorial/ A Gentle Introduction to Haskell] - classic text, but not so gentle really :D
    9 KB (1,327 words) - 14:24, 18 March 2024
  • bindings, Pango text layout code, new Gtk+ 2.8 APIs, and a Windows yi 0.1, an extensible, dynamic text editor written in Haskell.
    27 KB (3,675 words) - 12:12, 13 January 2007
  • The particular crossword puzzle is specified in a text file which first lists the words (one word per line) in an arbitrary order.
    8 KB (894 words) - 02:36, 25 November 2022
  • responseHeaders = [(pack "Content-type", pack "text/plain")] ...>String</code> - Used both to represent bytes (e.g. in the Socket API) and text. Has an inefficient memory representation giving it a larger memory footpr
    14 KB (2,193 words) - 05:45, 12 July 2021
  • ...now) Two different papers are referenced as (Kiselyov et. al. 2004) in the text (bib entries on '''page 44'''). [[User:Phlucas|Phlucas]] 09:54, 17 July 200 ...Many places, esp. sec. 12. The word "textbook" appears as "text book" and "text-book" although I believe "textbook" is the textbook spelling.
    46 KB (6,895 words) - 11:08, 19 January 2009
  • Entries with a flag T (for text) are code. U of course indicates
    10 KB (1,661 words) - 16:59, 11 June 2012
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    7 KB (961 words) - 18:17, 12 May 2009
  • ...10/01/31/building-a-text-editor-part-1/ Learning by Example Beginners]: a Text Editor
    9 KB (1,259 words) - 13:40, 5 May 2018
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    6 KB (963 words) - 11:10, 20 November 2011
  • :This reads a line, then echoes it with some text around it.
    8 KB (1,215 words) - 07:10, 12 June 2023
  • '''*The following text may be outdated*''' import Text.Printf
    6 KB (1,055 words) - 23:27, 18 April 2020
  • ...to devise many different regular expressions and use them to pattern match text fragments. Regular expressions are easily defined by an algebraic data type import Data.Text
    45 KB (6,927 words) - 18:50, 16 November 2020
  • ...an example for searching a date pattern in YYYY-MM-DD format in a line of text and As an example, let's match a text with identifiers or keywords. This could be done as follows
    22 KB (3,425 words) - 22:34, 29 June 2021
  • People have [[Special:Recentchanges|started contributing huge amounts of text]]. It may be too late... &mdash;[[User:Ashley Y|Ashley Y]] 12:52, 9 January * '''mandatory''' but with the condition that it only applies to text in the actual markup, so images/pdfs/etc can be attached to a wiki page (I'
    14 KB (2,247 words) - 07:17, 8 September 2014
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    4 KB (694 words) - 23:14, 9 April 2021
  • This will take quite some time and generate lots of text in the MSYS shell. Assuming it is successful, a DLL is generated in /c/pat
    7 KB (1,057 words) - 03:54, 14 August 2021
  • * first class support for vector, bytestring, text == Data.Text support ==
    8 KB (1,190 words) - 12:03, 24 July 2016
  • import Text.Printf
    9 KB (1,510 words) - 16:33, 14 April 2011
  • ...e.haskell.org/package/tokenize tokenize] is a simple tokenizer for English text ...e.haskell.org/package/fullstop fullstop] is a simple tokenizer for English text
    15 KB (2,211 words) - 16:44, 1 August 2021
  • Another text-based UI library; attempts to be easy to use. ...es some basic widgets implemented on top of the ncurses binding, such as a text input widget and a table widget.
    16 KB (2,346 words) - 05:33, 8 June 2023
  • However, you'll probably need some text processing tools to make use of timeplot. Download awk (in cygwin or MinGW)
    14 KB (2,142 words) - 16:03, 10 June 2012
  • * A key has been pressed (Text Editor).
    7 KB (1,076 words) - 08:53, 4 July 2014
  • ...to add a bunch of explicit, typographically distinguished exercises to the text. For example, the [[Wikibooks:Haskell|Haskell wikibook]] typesets exercise
    7 KB (1,030 words) - 17:47, 18 August 2014
  • <dd>A tool for downloading RDF site summaries and showing news in a text file and in an HTML file. <dt>[https://github.com/yi-editor/yi Yi]<dd> An extensible text editor, reminiscent of vim.
    14 KB (2,263 words) - 06:31, 10 August 2022
  • ...or otherwise said, a patch-model for working concurrently on one piece of text.
    8 KB (1,163 words) - 13:06, 17 December 2012
  • .../haskell.org/haskellwiki/UnicodeByteString UnicodeByteString] layer (<code>Text.UnicodeString</code> maybe).
    11 KB (1,506 words) - 09:03, 15 January 2009
  • This will take quite some time and generate lots of text in the MSYS shell. Assuming it is successful, a DLL is generated in /c/pat
    9 KB (1,401 words) - 22:39, 1 December 2015
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    7 KB (1,003 words) - 02:13, 24 November 2011
  • by creating a pair with that Int and some text produced by formatLine. Then we need a method of inserting some text in our object of type
    60 KB (9,727 words) - 17:00, 25 February 2010
  • -- Called every time a text string is shown, making the font appear vertically 'l' -- text align
    50 KB (5,985 words) - 23:26, 26 November 2011
  • -- have urgent events flash a yellow dzen bar with black text
    11 KB (1,305 words) - 12:25, 7 February 2008
  • If you give your real name somewhere in your text (or email it to me), I'll add you to the acknowledgements at the end of the ...leeps until wakened...", but with the definition of "forever" given in the text, and without some sort of asynchronous signalling, it looks to me like Sant
    38 KB (6,033 words) - 09:39, 12 January 2009
  • ...ttps://github.com/quchen/articles/blob/master/applicative_monad.md Initial text of the Haskell 2014 AMP]
    10 KB (1,557 words) - 11:46, 24 October 2015
  • Todo: ''this entry should be replaced by the new PCRE Text.Regex.ByteString module''. the Text.Regex should be replaced? Not sure how to replace
    133 KB (20,540 words) - 08:31, 13 December 2009
  • ...keToy.sed reallyBigFile.xml > toy.xml</code> where makeToy.sed is a bit of text-hacking to chop off the rest of my data after the arbitrarily chosen item #
    7 KB (1,084 words) - 19:08, 3 February 2021
  • readFile "text" >>= writeFile "text" . map toUpper
    20 KB (3,325 words) - 12:02, 19 April 2024
  • ...to MediaWiki or MediaWiki itself; this is consistent with the same source text not producing those errors on the English Wikipedia. Could you fix this? -- <script type="text/javascript" src="/haskellwiki/index.php?title=-&amp;action=raw&amp;smaxage=
    12 KB (1,914 words) - 14:44, 31 August 2012
  • This is a wiki, so please edit the text with any improvements you have. And feel free to add new questions, if they == How do I convert between <hask>String</hask> (or <hask>Text</hask>) and <hask>ByteString</hask>? ==
    36 KB (5,813 words) - 06:04, 13 April 2024
  • supplements to the available text books. semester, and a short textbook which served as the primary text in the
    40 KB (6,259 words) - 05:49, 6 June 2020
  • The designator non-symmetric floats in this text o avoid dealing with the slightly more general theory of symmetric operads
    16 KB (2,852 words) - 15:45, 22 November 2009
  • {| class="wikitable" style="text-align: center
    9 KB (1,367 words) - 09:34, 17 November 2022
  • declarations in the examples in this text, and import
    14 KB (2,261 words) - 19:12, 11 August 2008
  • This command finds the type of an expression (that defaults to the text under the cursor) and prints that to the echo area.
    8 KB (1,358 words) - 17:26, 9 August 2019
  • ...is still under construction but covers already much ground. Also a classic text. :A comprehensive introduction to Haskell that combines text with screencasts. No previous knowledge of functional programming is requir
    31 KB (4,662 words) - 08:38, 20 April 2024
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    9 KB (1,310 words) - 08:10, 17 February 2015
  • ...-utf8-initial-results.html Google Summer of Code project] on switching the text library to use UTF-8 internally. Stefan Holdermans talked about how to do
    10 KB (1,483 words) - 02:59, 25 July 2021
  • This course, and the annexed text book (I did not read it entirely),
    9 KB (1,615 words) - 15:16, 6 February 2021
  • -- and function body (x = "text") with our data
    10 KB (1,529 words) - 18:30, 16 January 2017
  • # * Prove the propositions in the text.
    17 KB (3,008 words) - 19:19, 3 November 2009
  • ...been designed to be visually non-imposing when displaying the source in a text editor. Interface documentation is rendered in standard markup languages (c ...Haskell programs. It can detect spelling errors in comments in the program text, and optionally in the code itself. There is an option to detect metasyntac
    19 KB (2,935 words) - 13:50, 22 August 2022
  • ...ce windowing environment for Haskell, and you want to let Haskell obtain a text font. Suppose a font is implemented by the C++ class Font, defined by: * In the <code>Code Files</code> folder, create a text file called <code>Duma.def</code>, then select Properties &rarr; Custom Bui
    29 KB (4,766 words) - 05:52, 1 June 2022
  • ...be rendered is described by a human-readable (and typically hand-written) text file written in the POV-Ray ''Scene Description Language'' ('SDL'). A trivi
    9 KB (1,391 words) - 15:17, 6 February 2021
  • * Data.Text (Jasper Van der Jeugt)
    12 KB (1,813 words) - 12:52, 17 December 2012
  • containing only the following line of text:
    10 KB (1,540 words) - 03:32, 27 January 2024
  • (Apologies for the first-person nature of the text; I originally wrote it as a blog post. Please feel free to edit it to be m
    13 KB (1,967 words) - 16:07, 9 August 2016
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    10 KB (1,370 words) - 10:07, 31 January 2010
  • ...,h () GET $ ok helloWorld -- GET / returns "HTTP/1.0 200 OK\nContent-Type: text/html; charset=utf-8\n\nHello World" ...>Subject</code>. For attachments, and messages that are not plain US-ASCII text, see the RFC 2046 MIME standard.
    33 KB (5,103 words) - 21:57, 15 September 2008
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    10 KB (1,417 words) - 09:49, 10 February 2011
  • (''It would be useful to have some more text describing the examples.'') |- style="text-align: center"
    24 KB (3,850 words) - 17:16, 28 June 2021
  • ...g.haskell.cafe/31465 announced] the release of Xmobar-0.8, a minimalistic, text based, status bar. It was specifically designed to work with the XMonad Win ...ell.org/cgi-bin/hackage-scripts/package/xmobar-0.8 xmobar], a minimalistic text based status bar</p></li>
    78 KB (11,405 words) - 03:19, 11 February 2008
  • ...rimesc o intrare structurata conform unor specificatii si produc un output text.
    10 KB (1,611 words) - 06:47, 3 June 2011
  • interface Text : CharacterData { Text splitText(in unsigned long offset)
    28 KB (4,378 words) - 13:10, 8 April 2007
  • the 'class grade' problem. You have a text file containing a list of student import Text.Printf
    13 KB (1,817 words) - 17:53, 20 October 2016
  • ...x highlighting (by mapping a font type to each arity). But also pure ASCII text can contain this information by appropriate capitalization rules.
    24 KB (3,687 words) - 05:32, 16 July 2012
  • ...r data types, such as SizeSpec2D. Looking at libraries such as vector and text, it seems that the general approach for packing types is to create a data f
    10 KB (1,671 words) - 03:59, 16 August 2014
  • : a convenient library for shell scripting using modern (Text) and safe (sytem-filepath) techniques and featuring good error messages.
    11 KB (1,663 words) - 19:17, 15 August 2019
  • ...e submit logo-sized (not overly large) versions of your logo with optional text, with a preferably white background (such as for use on haskell.org). The black background is now part of the logo. The text should be optional.
    34 KB (5,126 words) - 19:19, 15 August 2019
  • {| class="wikitable" style="text-align:center;" compiler/Array libraries author - please sign your text to let us know
    27 KB (4,333 words) - 06:09, 23 July 2020
  • all kind of (de)serialization functions (plain text, JSON, binary,
    13 KB (1,982 words) - 10:32, 8 September 2016
  • An example: parsing a list of integers in text form, serializing them back in binary form, then loading that binary file:
    23 KB (3,342 words) - 19:28, 25 April 2013
  • For a plain text version of the template see the <code>man/xmonad.hs</code> file distributed To upload your config file, create some text on this page of the form:
    29 KB (4,125 words) - 12:46, 15 January 2021
  • are presented in boxes throughout the text so they can be easily ...ky.cs.yale.edu/soe/ website] contains source files for all programs in the text, as well as the graphics libraries to run them under Windows and Linux plat
    53 KB (7,703 words) - 13:28, 28 March 2024
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | ...odin]] este recomandat (momentan) editorul Total Edit. Aceste editoare de text pot să funcționeze oarecum ca un IDE (mediu de dezvoltare, engl. Integrat
    39 KB (6,088 words) - 16:59, 30 September 2021
  • ...ot sure where everyone's going to be, give one of the contacts a call or a text.
    15 KB (2,472 words) - 11:25, 24 August 2007
  • ...ot sure where everyone's going to be, give one of the contacts a call or a text.
    14 KB (2,363 words) - 22:42, 16 November 2009
  • include LuaInteger, String, Bool, Text, [a], and Data.Map.Map a b for maps
    13 KB (2,016 words) - 18:34, 20 August 2017
  • -- Flash text config -- Uses dzen format to draw a "box" arround a given text
    45 KB (4,625 words) - 00:21, 27 October 2013
  • ...e reason they start at level 2. ''"So that when a user without CSS, or a text-mode browser, or a screen reader visits, they'll be presented with a page t
    13 KB (2,211 words) - 19:50, 8 April 2019
  • text "x este ="; text "x este =";
    18 KB (2,773 words) - 22:31, 29 June 2021
  • ...this, and extending the Diff library on Hackage to work on ByteString and Text.
    17 KB (2,638 words) - 12:02, 26 June 2013
  • So, although the text of this wiki page will not compile, all the examples are
    21 KB (3,170 words) - 18:18, 27 October 2011
  • ...tt>hFlush</tt> is called on the <tt>Handle</tt>. The right way to make the text appear without sending a newline is to use <tt>hFlush</tt>: ...behaviour differs when using GHCi: the hFlush isn't necessary to make the text appear. This is because in GHCi we turn off the buffering on stdout, becaus
    36 KB (5,898 words) - 06:04, 10 August 2022
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | import Text.Printf
    10 KB (1,525 words) - 23:07, 9 April 2021
  • -- have urgent events flash a yellow dzen bar with black text
    27 KB (2,895 words) - 17:07, 4 December 2011
  • ...ions can be introduced easily by the user by editing the files in a simple text editor,
    16 KB (2,728 words) - 16:45, 23 July 2019
  • ...#fannkuchredux fannkuch-redux] (the benchmark might have changed since the text and code below were written)
    22 KB (3,539 words) - 00:49, 14 December 2016
  • There is an excellent command-line option and in-text command reference for the SVN version of dzen2 [http://dzen.geekmode.org/dw a line of ASCII text into the focused window. For instance, the
    71 KB (10,765 words) - 16:38, 22 August 2021
  • Description : <optional short text displayed on contents page> ...sweet, and do just one thing. They should fit on one or two screenfuls of text (the ISO/ANSI screen size is 80x24, as we all know), and do one thing and d
    17 KB (2,651 words) - 09:36, 10 August 2022
  • ...code>Handle</code> argument, and sits in an infinite loop reading lines of text from the network and printing them. We take advantage of two powerful featu
    21 KB (3,285 words) - 19:34, 11 April 2024
  • I too have noticed that -- I often seem to want both a simple conversion to text,
    31 KB (5,175 words) - 04:59, 9 March 2011
  • This text intends to introduce the reader to the practical aspects of Haskell alignment of code in the text editor with proportional fonts.
    69 KB (11,026 words) - 12:26, 9 January 2023
  • ...ion of various traps you might encounter along the way. After reading this text, you will be well on your way towards mastering I/O in Haskell. If you're going to be doing things like sending text to a screen or reading data from a scanner, <code>IO</code> is the type to
    82 KB (13,140 words) - 09:07, 3 May 2024
  • ...'t seem necessary at the moment to include a zipped bundle of the tutorial text. Here are the source files and text for all examples for this tutorial, including all those in the sections and
    111 KB (19,450 words) - 17:55, 23 October 2019
  • ...e is very problematic. I can assume good faith and believe that all of the text and Haskell code is Freely and correctly licensed (a few answers to the con
    24 KB (4,212 words) - 18:27, 26 June 2014
  • -- Text Variable Quote Include Compound import Text.ParserCombinators.Parsec
    169 KB (26,630 words) - 00:15, 19 September 2021
  • ...e constituire. Va avea o instructiune "scrie" in loc de "tasteaza" si una "text" pentru a scrie texte. Scuze pentru inconvenient.
    24 KB (3,665 words) - 14:02, 18 February 2015
  • to make your library support both String and Text, (3) improve the state of the
    22 KB (3,305 words) - 01:20, 30 September 2014
  • openFile, -- open file in text mode
    30 KB (4,685 words) - 01:34, 14 July 2021
  • ...i ''altfel''. Daca-ul cu o ramura nu e inca implementat. (Eventual puneti: text "Nimic de facut" pe ramura cealalta.) ...un editor extern, probabil Ultraedit si va folosi instructiunile anuntate „text” , „scrie”, „citeste”. La „tasteaza” am renuntat. Puteti ince
    29 KB (4,440 words) - 21:59, 14 November 2011
  • ...e constituire. Va avea o instructiune "scrie" in loc de "tasteaza" si una "text" pentru a scrie texte. Scuze pentru inconvenient.
    21 KB (3,264 words) - 14:36, 18 February 2015
  • ...tutorial on TemplateHaskell and QuasiQuotation] for making an interpolated text QuasiQuoter. Here's another [http://www.well-typed.com/blog/2014/10/quasi-
    30 KB (4,551 words) - 00:29, 15 June 2023
  • ...for Haskell. Its features include: easy to use operation; full support of text and binary transfers; optional lazy interaction; server can serve up a real ...developed by Joel Berez and Marc Blank in 1979 and used by Infocom for its text adventure games.</p></li>
    93 KB (13,836 words) - 23:40, 14 August 2019
  • * in a number of text formats.
    37 KB (5,672 words) - 07:28, 10 August 2022
  • ...cription language (SDL), and many artists type their scenes in directly as text.
    40 KB (6,787 words) - 01:19, 8 April 2014
  • ...ase dar cu programe inutilizabile. Nu spun ca nu se pot face pagini TEX cu text cu format fixat, cu ceva munca in plus,dar atunci de ce sa mai folosim TEX
    27 KB (4,177 words) - 15:10, 18 February 2015
  • ...://hackage.haskell.org/cgi-bin/hackage-scripts/package/hetris-0.1 hetris]: Text Tetris.</p></li> ...n/hackage-scripts/package/regex-pcre-0.94.1 regex-pcre]: Replaces/Enhances Text.Regex.</p></li>
    76 KB (9,269 words) - 19:17, 15 August 2019
  • pedestrians) and an output stream (regulating the traffic lights). Text editing :<small>[https://archive.computerhistory.org/resources/text/Oral_History/Backus_John/Backus_John_1.oral_history.2006.102657970.pdf Oral
    61 KB (9,234 words) - 04:14, 5 April 2024
  • import Text.ParserCombinators.Parsec Notice that it took almost the same amount of text to describe algorithm and to write implementation for it. Nice, eh?
    73 KB (10,050 words) - 00:05, 19 April 2021
  • import Text.ParserCombinators.Parsec
    76 KB (12,037 words) - 18:28, 11 June 2012
  • To get all the citations into the main text, I first tried processing the source with TeX or Lyx. This didn’t work du
    179 KB (29,519 words) - 16:10, 30 December 2022