= Links to Example Code = On this page, I'll put links to possible inspiration for new example pages. It's sort of a To-Do list with ideas for new example pages. Mostly they'll be from the D newsgroups, but they could also be from webpages and forums. I could paste in the example code from the links, too, but I think the page would get too big too fast if I did that. || listdir examples || [Ng:digitalmars.D:10883] || || enum examples || [Ng:digitalmars.D:5095] (thread) || || debug examples || [Ng:digitalmars.D:5082] || || typeof/typeid examples || [Ng:digitalmars.D:5147] || || std.random example || [Ng:digitalmars.D:5166] || || using .dup to make a copy || [Ng:digitalmars.D:5168] || || sorting an array || [Ng:digitalmars.D:5144] || || deep copy, memory locations, etc. || [Ng:digitalmars.D:5172] || || string performance || [Ng:digitalmars.D:12138] || || Synchronized keyword || [Ng:digitalmars.D:13307] || || Threads || [Ng:digitalmars.D/13406], [Ng:digitalmars.D:13606] || || Associative Array key || [Ng:digitalmars.D:13379] || || Weak references || [Ng:digitalmars.D:13586] || || Initializing a delegate member || [Ng:digitalmars.D:13491] || || writefln format specifier for pointers || [Ng:digitalmars.D:13478], [Ng:digitalmars.D.bugs:2590] || || Library linking and usage || [Ng:digitalmars.D:13446] || || enum2str || [Ng:digitalmars.D:19017], [Ng:digitalmars.D:19167] || || fromString || [Ng:digitalmars.D:19205], [Ng:digitalmars.D:19223] || || Exporting Templates in Static Libraries || [Ng:digitalmars.D:19380] || || PDCurses || [Ng:digitalmars.D:19505], [Ng:digitalmars.D:19836] || || byte + single-bit-operations || [Ng:digitalmars.D:19681], [Ng:digitalmars.D:19731] || || Accessing Dynamic Arrays || [Ng:digitalmars.D:19702], [Ng: digitalmars.D:19705], [Ng:digitalmars.D:19708] || || Windows DLL || [Ng:digitalmars.D:20170] || || Exotic Floor Function || [Ng:digitalmars.D:20609], [Ng:digitalmars.D:20615], [Ng:digitalmars.D:20783], [Ng:digitalmars.D:20861], [Ng:digitalmars.D:20860], [Ng:digitalmars.D:20864], [Ng:digitalmars.D:20623] || || std.file.getAttributes/file stats || [Ng:digitalmars.D:20437] || || Tuple types/Anonymous structs || [Ng:digitalmars.D:20580], [Ng:digitalmars.D:20652] || || Concurrent || [Ng:digitalmars.D:20613] || || Package attribute oops || [Ng:digitalmars.D:20639] || || conflicts? || [Ng:digitalmars.D:20674] || || package attribute, more questions || [Ng:digitalmars.D:20679] || || GC and win32 || [Ng:digitalmars.D:20720] || || Obfuscated Code Contest - Winners || [Ng:digitalmars.D:20778] || || array of pointers & assignment || [Ng:digitalmars.D:20774] || || GC should call dtors || [Ng:digitalmars.D:20797], [Ng:digitalmars.D:20796] || || improving Error/Exception system || [Ng:digitalmars.D:20834] || || array of bit enum || [Ng:digitalmars.D:20865] || || jEdit || [Ng:digitalmars.D:20975], [Ng:digitalmars.D:21036], [Ng:digitalmars.D:21039] || || xmld || [Ng:digitalmars.D:20992] || || PHP embedded || [Ng:digitalmars.D:20994] || || standard exceptions for phobos || [Ng:digitalmars.D:21041] || || AA question || [Ng:digitalmars.D:21045] || || Singleton || [Ng:digitalmars.D:21053] || || sscanf || [Ng:digitalmars.D.learn:393] || || Threads not independent || [Ng:digitalmars.D.learn:400], [Ng:digitalmars.D.learn:414] || std.date.parse not very smart || [Ng:digitalmars.D.learn:411] || || Time and space, physical values? || [Ng:digitalmars.D.learn:406] || || garbage collector in seperate thread? || [Ng:digitalmars.D.learn:420] || || Templates + protection attributes problem || [Ng:digitalmars.D.learn:425] || || Changing the size of an foreach() argument || [Ng:digitalmars.D.learn:432] || || Reentrant Lock || [Ng:digitalmars.D.learn:434] || || how to debug ? || [Ng:digitalmars.D.learn:440] || || Linking problems with mintl || [Ng:digitalmars.D.learn:445] || bug tracking || [Ng:digitalmars.D.bugs:3531] || || !TypeInfo enum || [Ng:digitalmars.D.bugs:3501] || || array of bit enum || [Ng:digitalmars.D:20926], [Ng:digitalmars.D.bugs:3521] || || Code with no effect compiles okay || [Ng:digitalmars.D.bugs:3490] || || Interface implementation on derived class || [Ng:digitalmars.D.bugs:3459], [Ng:digitalmars.D.bugs:3496] || || array slice setting not bounds checked! || [Ng:digitalmars.D.bugs:3450], [Ng:digitalmars.D.bugs:3466], [Ng:digitalmars.D.bugs:3458], [Ng:digitalmars.D.bugs:3483] || || std.string.ifind(char[],char[]): unexpected finds || [Ng:digitalmars.D.bugs:3442] || || function that returns a function || [Ng:digitalmars.D.bugs:3480] || || Compile an empty source file || [Ng:digitalmars.D.bugs:3328], [Ng:digitalmars.D.bugs:3465] || || circular reference || [Ng:digitalmars.D:20875], [Ng:digitalmars.D.bugs:3475] || || Boyer Moore template || [Ng:digitalmars.D.announce:152] || || GDC for Mac || [Ng:digitalmars.D.announce:153] || || DManager beta 8 || [Ng:digitalmars.D.announce:156] || || Re2d || [Ng:digitalmars.D.announce:186] || || Metaprogramming - Re: The power of static if! (A bit of fun) || [Ng:digitalmars.D.learn:1996] || == Google Notebook == I've been storing links to examples (or ideas for examples) in a [http://www.google.com/notebook/public/10988718315636766315/BDRepIgoQuKLz5ZUj Google Notebook]. == More Examples in SVN == source:trunk/src/tutorials/examples/ == Getting Started threads: == * [http://www.dsource.org/forums/viewtopic.php?t=225 Please help me getting started] * [http://www.dsource.org/forums/viewtopic.php?t=190 Getting Started]