Diff for Examples
| Fri, 01/09/2009 - 12:01 by Stephen Woolerton | Fri, 01/09/2009 - 12:03 by Stephen Woolerton | ||
|---|---|---|---|
| < previous diff | next diff > | ||
| Changes to Body | |||
| Line 13 | Line 13 | ||
| * [http://smalltalk.gnu.org/blog/swoolerton/beginner-scripting Convert a CSV data file to an LDIF file (for import to an LDAP directory)] | * [http://smalltalk.gnu.org/blog/swoolerton/beginner-scripting Convert a CSV data file to an LDIF file (for import to an LDAP directory)] | ||
| * [http://smalltalk.gnu.org/blog/swoolerton/system-calls Scripting operating system calls (UNIX)] | * [http://smalltalk.gnu.org/blog/swoolerton/system-calls Scripting operating system calls (UNIX)] | ||
| - | * [http://smalltalk.gnu.org/blog/swoolerton/beginner-scripting-regular-expressions Use of basic regular expressions in parsing a file] | + | * [http://smalltalk.gnu.org/blog/swoolerton/scripting-example-regular-expressions-and-dictionaries Use of basic regular expressions in parsing a file] |
| * [http://smalltalk.gnu.org/blog/swoolerton/scripts-file-and-folder-enumeration File and folder enumeration with system calls] | * [http://smalltalk.gnu.org/blog/swoolerton/scripts-file-and-folder-enumeration File and folder enumeration with system calls] | ||
| * [http://smalltalk.gnu.org/blog/swoolerton/mail-scripting-0 Mail scripting: POP and SMTP] | * [http://smalltalk.gnu.org/blog/swoolerton/mail-scripting-0 Mail scripting: POP and SMTP] | ||
Revision of Fri, 01/09/2009 - 12:03:
Examples
By Paolo Bonzini - Posted on September 22nd, 2007
These are short tutorials designed around explaining one or two pieces of example code.
- Creating bindings to external libraries
- Networking tutorials
- Building a simple echo server with GNU Smalltalk
- Building a simple chat server with GNU Smalltalk using class inheritance
- Building a simple echo server with GNU Smalltalk's NetClients package
- Seaside development with GNU Smalltalk
- Scripting Examples
- Convert a CSV data file to an LDIF file (for import to an LDAP directory)
- Scripting operating system calls (UNIX)
- Use of basic regular expressions in parsing a file
- File and folder enumeration with system calls
- Mail scripting: POP and SMTP
- Intro to Packages and NameSpaces
- Beginner script; text file processing with explanation
- Other packages
- See also
