Uploads by SimonTeW
From FreeMind
Jump to navigationJump to search
This special page shows all uploaded files.
| Date | Name | Thumbnail | Size | Description | Versions |
|---|---|---|---|---|---|
| 04:19, 2 October 2008 | Python Functions2.mm (file) | 73 KB | Python functions: Parameters, assigning functions to variables, lambda expressions, return values, variable scope. NOTE: This mind map replaces Python_Functions.mm | 1 | |
| 04:16, 2 October 2008 | Python FileIO2.mm (file) | 59 KB | Using Python to read and write to text and binary files. Includes dealing with large (huge) files. NOTE: This mind map replaces Python_FileIO.mm | 1 | |
| 04:14, 2 October 2008 | Python Exceptions2.mm (file) | 98 KB | Python exceptions: Raising, handling and assertions. Includes the new try - except - finally construct from Python 2.5. NOTE: This mind map replaces Python_Exceptions.mm | 1 | |
| 04:12, 2 October 2008 | Python DataTypes Numeric2.mm (file) | 35 KB | Python numeric data types. NOTE: This mind map replaces Python_DataTypes_Numeric.mm | 1 | |
| 04:10, 2 October 2008 | Python DataTypes Dictionary2.mm (file) | 32 KB | Python dictionary data type. NOTE: This mind map replaces Python_DataTypes_Dictionary.mm | 1 | |
| 04:08, 2 October 2008 | Python DataTypes Checking2.mm (file) | 12 KB | Notes on checking / testing for Python data types (type function, types module, __class__ attribute, etc). NOTE: This mind map replaces Python_DataTypes_Checking.mm | 1 | |
| 04:05, 2 October 2008 | Python DataTypes Bool2.mm (file) | 6 KB | Python booleans: What evaluates to True, what evaluates to False. NOTE: This mind map replaces Python_DataTypes_Bool.mm | 1 | |
| 03:51, 2 October 2008 | Python DataSerialization2.mm (file) | 11 KB | Data serialization in Python using the Pickle or cPickle modules. | 1 | |
| 03:46, 2 October 2008 | Python ControlFlow2.mm (file) | 30 KB | Notes on control flow in Python. eg loops, conditional statements. | 1 | |
| 03:41, 2 October 2008 | Python NamingConventions2.mm (file) | 20 KB | Python naming conventions for modules, classes, functions, etc. From PEP8. NOTE: This replaces Python_NamingConventions.mm. | 1 | |
| 03:05, 2 October 2008 | Python NamingConventions.mm (file) | 20 KB | Python naming conventions for modules, classes, functions, etc. From PEP8. | 2 | |
| 12:48, 26 August 2008 | CSharp 2 WebLinks2.mm (file) | 23 KB | C# 2.0: Includes both the fundamentals of the language, such as classes and arrays, and the features that were introduced in C# 2.0, such as generics and anonymous methods. | 1 | |
| 12:45, 26 August 2008 | CSharp 2 WebLinks.mm (file) | 12 KB | Yet another attempt. This time I've deleted half of the mind map, just to see if it will pick up drastic changes. | 6 | |
| 11:48, 26 August 2008 | CS2 UnsafeCode WebLinks.mm (file) | 43 KB | C# 2.0: Unsafe Code. | 2 | |
| 11:28, 26 August 2008 | CS2 Inheritance WebLinks.mm (file) | 99 KB | C# 2.0: Inheritance. | 1 | |
| 11:13, 26 August 2008 | CS2 Security.mm (file) | 21 KB | C# 2.0: .NET security. | 1 | |
| 11:10, 26 August 2008 | CS2 MemoryMgmt GC.mm (file) | 50 KB | C# 2.0: Memory Management - Garbage Collection. | 2 | |
| 11:10, 26 August 2008 | CS2 BestPractices.mm (file) | 112 KB | C# 2.0: Best practices. | 1 | |
| 11:08, 26 August 2008 | CS2 MemoryMgmt Dispose.mm (file) | 38 KB | C# 2.0: Memory Management - IDisposable.Dispose. | 2 | |
| 11:07, 26 August 2008 | CS2 Types Class Members.mm (file) | 81 KB | C# 2.0: Class members. | 2 | |
| 11:05, 26 August 2008 | CS2 Types Enums.mm (file) | 13 KB | C# 2.0: Enums. | 2 | |
| 11:05, 26 August 2008 | CS2 Events.mm (file) | 27 KB | C# 2.0: Events and event handling. | 2 | |
| 11:03, 26 August 2008 | CS2 Collections.mm (file) | 83 KB | C# 2.0: Non-generic collections. | 2 | |
| 11:03, 26 August 2008 | CS2 Reflection.mm (file) | 81 KB | C# 2.0: Reflection. | 2 | |
| 10:59, 26 August 2008 | CS2 Resources.mm (file) | 16 KB | C# 2.0: Useful resources for C# and .NET developers. | 1 | |
| 10:55, 26 August 2008 | CS2 Tools.mm (file) | 14 KB | C# 2.0: Useful tools for .NET development. | 2 | |
| 10:54, 26 August 2008 | CS2 Assemblies.mm (file) | 36 KB | C# 2.0: Assemblies. | 2 | |
| 10:50, 26 August 2008 | CS2 Inheritance Casting.mm (file) | 33 KB | C# 2.0: Casting between related types. | 1 | |
| 10:48, 26 August 2008 | CS2 Types Copying.mm (file) | 10 KB | C# 2.0: Copying types. | 1 | |
| 10:48, 26 August 2008 | CS2 Ordering.mm (file) | 14 KB | C# 2.0: Ordering using IComparable. | 1 | |
| 10:47, 26 August 2008 | CS2 Types IdentityEquiv.mm (file) | 29 KB | 2 | ||
| 10:46, 26 August 2008 | CS2 Serialization.mm (file) | 23 KB | C# 2.0: Serialization. | 1 | |
| 10:41, 26 August 2008 | CS2 Attributes.mm (file) | 19 KB | C# 2.0: Attributes. | 2 | |
| 12:14, 28 May 2008 | CS2 VS2005Debugging.mm (file) | 117 KB | C# 2.0: Debugging with Visual Studio 2005. | 1 | |
| 12:14, 28 May 2008 | CS2 VS2005.mm (file) | 69 KB | C# 2.0: Visual Studio 2005. | 1 | |
| 12:13, 28 May 2008 | CS2 UnsafeCode Pointers.mm (file) | 42 KB | C# 2.0: Unsafe Code - Pointers. | 1 | |
| 12:13, 28 May 2008 | CS2 UnsafeCode PInvoke.mm (file) | 43 KB | C# 2.0: Unsafe Code - Platform Invocation Services (PInvoke). | 1 | |
| 12:12, 28 May 2008 | CS2 UnsafeCode Functions.mm (file) | 34 KB | C# 2.0: Unsafe Code - Unmanaged Functions. | 1 | |
| 12:11, 28 May 2008 | CS2 Types Structures.mm (file) | 8 KB | C# 2.0: Structures. | 1 | |
| 12:10, 28 May 2008 | CS2 Types Classes WebLinks.mm (file) | 14 KB | C# 2.0: Classes. | 1 | |
| 12:04, 28 May 2008 | CS2 Tracing.mm (file) | 69 KB | C# 2.0: Tracing. | 1 | |
| 12:03, 28 May 2008 | CS2 OperatorOverload.mm (file) | 50 KB | C# 2.0: Operator overloading. | 2 | |
| 12:02, 28 May 2008 | CS2 Miscellaneous.mm (file) | 13 KB | C# 2.0: Miscellaneous information. | 1 | |
| 12:02, 28 May 2008 | CS2 Metadata.mm (file) | 33 KB | C# 2.0: Metadata. | 1 | |
| 12:02, 28 May 2008 | CS2 MemoryMgmt WebLinks.mm (file) | 33 KB | C# 2.0: Memory Management. | 1 | |
| 11:44, 28 May 2008 | CS2 MemoryMgmt WeakRef.mm (file) | 15 KB | C# 2.0: Memory Management - Weak References. | 1 | |
| 11:44, 28 May 2008 | CS2 MemoryMgmt Unmanaged.mm (file) | 17 KB | C# 2.0: Memory Management - Unmanaged Resources. | 1 | |
| 11:44, 28 May 2008 | CS2 MemoryMgmt Memory.mm (file) | 12 KB | C# 2.0: Memory Management - Types of Memory. | 1 | |
| 11:43, 28 May 2008 | CS2 MemoryMgmt Heap.mm (file) | 15 KB | C# 2.0: Memory Management - The Managed Heap. | 1 | |
| 11:42, 28 May 2008 | CS2 MemoryMgmt Finalization.mm (file) | 15 KB | C# 2.0: Memory Management - Finalization. | 1 |