All pages
Jump to navigation
Jump to search
- "It didn't understand" can't happen
- A thousand ways to say new line
- About Random
- Adapt newline characters to Cuis standard
- Assertions
- Call the debugger from a code location
- Change the way an Object is printed
- Check things on a pathname. Is there anything? Is it a file? Is it writable?
- Contributions motivated guidelines
- Convert UTF16 to Latin1
- Convert a file to/from Base64
- Convert to Base64
- Create a new non-existing file name
- Create and play *.wav files
- Create automatically all accessors for a Class instance variables
- Cuis-Automatically escape a complex string
- Cuis-String escape
- Cuis-What Strings are made of and how
- CuisCoookBook-References
- Date and time algebra
- Deal with XML files
- Delete files and directories
- Dictionary a.k.a. Hash Table
- Discover in what package a Class lives
- Dump and restore JSON data strings
- Errors, raise and catch signals
- Filename extensions
- Find all objects referencing anObject
- Find the current directory, list it and move in the directory tree
- First experiments with sound
- First things first: 1+1 and "Hello World"
- Follow step bye how a method call gets resolved. Example-1
- Format date and time as you like most
- Format guidelines
- Get date and time as Unix epoch
- Get the current date and time
- Get the directory where a Class (its Package) is stored
- Get the list of open files
- How can I make X? Learn to fish in Smalltalk
- How do I create my own Class with some methods inside it?
- How do I define a function?
- How to Read or Write a text file
- How to Read or Write a text file with a Stream
- How to dump and restore an Object
- How to hash a string
- How to invoke the garbage collector
- How to load the most recent changes Juan made to Cuis-Smalltalk-Dev
- How to use Class variables
- Install and run Cuis in Linux
- Introduction
- Know the literals
- Learn how to use the Transcript
- Main Page
- Make a stream from a string, for reading
- Make your own object initialization
- MetaCookbook
- My project needs to add a method to somebody else Class, how do I do it?
- Play a melody writing a list of note names and their duration
- Processes 101
- Quick exception handling
- Read/Write a binary file
- Read a file line by line
- References to the Sound system
- Run Cuis in a ARM platform, RPi, BeagleBone and similar. (Linux)
- Run Cuis in the Web Browser. (SqueakJS)
- Run a method every 2 hours or every day at 15:00
- Run a program with CommandShell
- Run a program with OSProcess
- See the list of running processes
- Show me the string, but max N. characters
- String formatting with format:
- String formatting with printf:
- String joining
- String replace
- String search
- String splitting
- The Cuis Cookbook
- The Dependency Mechanism - part 1
- The Dependency Mechanism - part 2
- The Dependency Mechanism - part 3
- The basics of interacting with Unix
- The things you may call a List
- Tips & tricks
- Traps and pitfalls for polyglot developers
- Traps and pitfalls specific to running external programs
- Trim white chars
- Use Regex
- Using file locks
- What is a .log file?
- What is a .user.changes file?
- What is a package? How do I create, load and unload one?
- What is release of the image and VM I am running?
- Where is the image file? Where is the VM?
- Where to get information about the hardware
- Why Smalltalk?
- Write a long String with a Stream
- Write to stdout in any system
- Zip and unZip files and directories