Sympl Example - Source Code? - dynamic-language-runtime

I am exploring DLR runtime, and i see that there is a nice documentation on Sympl language. Does anyone know where can i find the source code for this sample project ?

I found this documentation for Sympl which has lot of examples explained in very simple and useful manner. It might be of help to you.
http://www.codeplex.com/Download?ProjectName=dlr&DownloadId=74709

Related

Using DeckGL with Vue.js

I am struggling to get Deck play nice with vue. all the examples I have found till today are either quite hacked, not really my use case or out of date.
Does anyone know a good first step Source I could look at to get started?
I'm not sure if you ever found your solution or if you found other content, but I just wanted to post some info here in case you or anyone else who finds there way here needs some help on this.
There is a open source library we are working on to help bootstrap DeckGL/Mapbox implementations in Vue while providing some and soon more helpful abstractions.
Here is a couple links you may find useful:
Repo: https://github.com/loftylabs/vue_deckgl
Tutorial and documentation: https://loftylabs.github.io/vue_deckgl/
Feel free to stop by the repo and drop questions in issues if you are looking for any more help!

Shutterfly API Source code samples

Does anyone worked with Shutterfly API? If yes, please share your experience and also please share any sample source code which you have..
Here is a similar SO post on the subject. Not sure if this is a new post or not but Shutterfly has a sample program in Java here. These should be a good starting point.

where is the source code for Oolong and Gnoloo?

I'm reading Programming for the Java Virtual Machine which discusses the Oolong assembler and Gnoloo disassembler. Judging by references online the source code was at one point available, but I can't find it now. Does anyone know where to get it?
UPDATE: thanks to belisarius I have the code, and have put it on GitHub with some build automation to make it a little easier to play with.
Found them here for download.
HTH!
Ps: there are several downloads in the page. The one you're looking for is this

Webkit-sharp example applications

Could anybody suggest a good open source (as in I can see the source, license irrelevant) webkit-sharp-based application? I've been wanting to jump into development with webkit-sharp and gtk-sharp, but I haven't found much of any documentation on webkit-sharp. I thought a good application example is as good as any documentation.
For anybody else that has this issue, a good application I just found is the sample app included with the source. For anybody answering, I didn't think about checking the source for samples when I posted this. The name of the sample is called FunnyBrowser.cs.
Here's mine:
https://github.com/dmulder/owa_browse
There don't seem to be many examples around of anyone using this. I've been looking through the docs at http://webkitgtk.org/reference/webkitgtk/stable to figure it out.

How do I find working examples of Cocoa/Carbon API?

I find it hard to find some working examples of Cocoa/Carbon framework functions, whereas there are well documented function prototypes from Apple.
For example, LSOpenItemsWithRole function has well defined prototype, but I guess some examples would be a great help for a mac programming beginners like me.
How can I find some working examples for Cocoa/Carbon API? Doesn't Apple provide that? MSDN has good working examples, I expect similar thing from Apple.
You can find some sample code on Apple's developer site, and some of it can also be found within the Xcode documentation viewer. In fact in some cases, but probably not enough, you'll see links to sample code right at the bottom of the API documentation.