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).
- 20:23, 4 May 2025 Nmingott talk contribs created page Write a long String with a Stream (Created page with "'''TODO'''. Redo the example without using structures the reader does not have. '''Problem'''. You need to compose a long block of text, what you usually do in scripting languages is appending a String to another until you get what you need. You can do it also in Smalltalk but it is not recommended in books. '''Solution'''. Adapted from ''"Smalltalk by Example(1997)"''. You must guess approximately the size of the string you want to build, then open a write stream on i...") Tag: Visual edit
- 20:21, 4 May 2025 Nmingott talk contribs created page Make a stream from a string, for reading (imported material) Tag: Visual edit
- 20:20, 4 May 2025 Nmingott talk contribs created page Dictionary a.k.a. Hash Table (imported material) Tag: Visual edit
- 20:19, 4 May 2025 Nmingott talk contribs created page The things you may call a List (imported material) Tag: Visual edit
- 20:11, 4 May 2025 Nmingott talk contribs created page Use Regex (imported material) Tag: Visual edit
- 20:10, 4 May 2025 Nmingott talk contribs created page Convert UTF16 to Latin1 (imported material) Tag: Visual edit
- 20:09, 4 May 2025 Nmingott talk contribs created page Convert to Base64 (imported material) Tag: Visual edit
- 20:08, 4 May 2025 Nmingott talk contribs created page How to hash a string (imported material) Tag: Visual edit
- 20:07, 4 May 2025 Nmingott talk contribs created page Dump and restore JSON data strings (imported material) Tag: Visual edit
- 20:06, 4 May 2025 Nmingott talk contribs created page Show me the string, but max N. characters (imported material) Tag: Visual edit
- 20:06, 4 May 2025 Nmingott talk contribs created page String replace (importe material) Tag: Visual edit
- 20:05, 4 May 2025 Nmingott talk contribs created page String search (imported material) Tag: Visual edit
- 20:04, 4 May 2025 Nmingott talk contribs created page String splitting (importe material) Tag: Visual edit
- 20:03, 4 May 2025 Nmingott talk contribs created page String joining (importe material) Tag: Visual edit
- 20:02, 4 May 2025 Nmingott talk contribs created page Trim white chars (importe material) Tag: Visual edit
- 23:39, 3 May 2025 Nmingott talk contribs created page A thousand ways to say new line (imported material) Tag: Visual edit
- 23:38, 3 May 2025 Nmingott talk contribs created page String formatting with printf: (importe material) Tag: Visual edit
- 23:37, 3 May 2025 Nmingott talk contribs created page String formatting with format: (importe material) Tag: Visual edit
- 23:35, 3 May 2025 Nmingott talk contribs created page Cuis-Automatically escape a complex string (importe material) Tag: Visual edit
- 23:34, 3 May 2025 Nmingott talk contribs created page Cuis-String escape (imported material) Tag: Visual edit
- 23:29, 3 May 2025 Nmingott talk contribs created page Follow step bye how a method call gets resolved. Example-1 (imported material) Tag: Visual edit
- 23:27, 3 May 2025 Nmingott talk contribs created page Discover in what package a Class lives (imported material) Tag: Visual edit
- 23:26, 3 May 2025 Nmingott talk contribs created page How to dump and restore an Object (imported material) Tag: Visual edit
- 23:25, 3 May 2025 Nmingott talk contribs created page Make your own object initialization (imported material) Tag: Visual edit
- 23:24, 3 May 2025 Nmingott talk contribs created page Find all objects referencing anObject (importing material) Tag: Visual edit
- 23:22, 3 May 2025 Nmingott talk contribs created page Change the way an Object is printed (imported material) Tag: Visual edit
- 23:22, 3 May 2025 Nmingott talk contribs created page Create automatically all accessors for a Class instance variables (imported material) Tag: Visual edit
- 23:13, 3 May 2025 Nmingott talk contribs created page File:The-linux-cookbook.png
- 23:13, 3 May 2025 Nmingott talk contribs uploaded File:The-linux-cookbook.png
- 22:40, 3 May 2025 Nmingott talk contribs created page "It didn't understand" can't happen (imported material) Tag: Visual edit
- 22:31, 3 May 2025 Nmingott talk contribs created page Traps and pitfalls for polyglot developers (importe material) Tag: Visual edit
- 22:29, 3 May 2025 Nmingott talk contribs created page Tips & tricks (imported material) Tag: Visual edit
- 22:25, 3 May 2025 Nmingott talk contribs created page Learn how to use the Transcript (imported material) Tag: Visual edit
- 22:24, 3 May 2025 Nmingott talk contribs created page How to use Class variables (imported material) Tag: Visual edit
- 22:22, 3 May 2025 Nmingott talk contribs created page My project needs to add a method to somebody else Class, how do I do it? (imported material) Tag: Visual edit
- 22:16, 3 May 2025 Nmingott talk contribs created page What is a package? How do I create, load and unload one? (imported material) Tag: Visual edit
- 22:12, 3 May 2025 Nmingott talk contribs created page How do I create my own Class with some methods inside it? (imported material) Tag: Visual edit
- 22:10, 3 May 2025 Nmingott talk contribs created page How do I define a function? (imported materia) Tag: Visual edit
- 22:08, 3 May 2025 Nmingott talk contribs created page Know the literals (imported material) Tag: Visual edit
- 22:05, 3 May 2025 Nmingott talk contribs created page First things first: 1+1 and "Hello World" (Created page with "Once you have Cuis running you may well ask yourself 'And now, what do I do?'. The short answer is, open a '''Workspace'''. I an empty area of the screen do '''LeftClik''', a menu will appear, select '''Open''', anohter menu pops up, select '''Workspace'''. Now you should see this. 300x300px") Tag: Visual edit
- 22:03, 3 May 2025 Nmingott talk contribs created page File:Hello-world.png
- 22:03, 3 May 2025 Nmingott talk contribs uploaded File:Hello-world.png
- 21:59, 3 May 2025 Nmingott talk contribs created page How can I make X? Learn to fish in Smalltalk (imported material) Tag: Visual edit
- 14:21, 3 May 2025 User account User2 talk contribs was created
- 13:42, 3 May 2025 Nmingott talk contribs created page Why Smalltalk? (importing material) Tag: Visual edit
- 13:41, 3 May 2025 Nmingott talk contribs created page Introduction (material imported) Tag: Visual edit
- 13:33, 3 May 2025 Nmingott talk contribs created page What is release of the image and VM I am running? (initial import) Tag: Visual edit
- 13:31, 3 May 2025 Nmingott talk contribs created page What is a .log file? (first import) Tag: Visual edit
- 13:31, 3 May 2025 Nmingott talk contribs created page What is a .user.changes file? (initial import) Tag: Visual edit
- 13:27, 3 May 2025 Nmingott talk contribs created page How to load the most recent changes Juan made to Cuis-Smalltalk-Dev (initial import) Tag: Visual edit