All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Cuis CookBook. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:01, 3 May 2025 Nmingott talk contribs created page Install and run Cuis in Linux (Created page with "* I made a '''video''' to describe the procedure and I guess it is the easiest way to learn this, see here. * There is also an '''official text description''' that will be always updated more frequently than my video, see here. * I personally do like this, for a normal cuis-project in a normal Linux system (x86-64bit) ** <code>$> cd ~</code> ** <code>$> mkdir cuis-project</code> ** <code>$> cd cuis-project</code> ** Here i lie a bit, for your convenience, i actually down...") Tag: Visual edit
- 23:14, 2 May 2025 Nmingott talk contribs created page Cuis-What Strings are made of and how (Created page with "* Strings Smalltalk and many other languages are a sequence of Characters. * A Character is typed in like this: $a class . "=> Character " $b class. "=> Character " * Therefore you can make a string converting strictly from a sequence of Characters as in #($h $e $l $l $o) as: String . "=> 'hello' " or also String newFrom: #($a $b $c). " 'abc' " * The most common way to type in a String literal is this one s1 _ 'hello world'. s1 class. " String "...") Tag: Visual edit
- 22:57, 2 May 2025 Nmingott talk contribs created page CuisCoookBook-References (initial version, missing links) Tag: Visual edit
- 22:52, 2 May 2025 Nmingott talk contribs created page The Cuis Cookbook (Created page with " test")
- 22:30, 2 May 2025 Nmingott talk contribs changed group membership for Nmingott from bureaucrat, interface administrator and administrator to bureaucrat, interface administrator, administrator and writer