Advance NSOperation WWDC 2015 sample in ObjectiveC - objective-c

I was going through Advance NSOperation WWDC 2015 session and at the end Apple provided us an Earthquake sample which is written in Swift.
I would be really grateful if I can get that sample in Objective C since I haven't yet started with Swift.
I wanted to rewrite my existing product Architecture as per WWDCApp architecture so that sample would be really addon.
If anyone can point me in correct direction it would be great.

On github, purrrminator has a repo. See this github repo: https://github.com/purrrminator/AdvancedNSOperations

You will find here: INSOperationsKit full port including unit tests, and deployment target <=iOS 7.0!

Related

SCIM 2.0 implementations with good documentation

I just started exploring scim2.0. Following link provides me different implementations of scim2.0.
http://www.simplecloud.info/
Can some one suggest me, which one is easy to learn and has good documentation. It is helpful, if you suggest me some good tutorials about scim.....
If you're interested in a .NET / OWIN-based open source solution, please take a look at https://github.com/PowerDMS/Owin.Scim. Documentation is limited as the project is still in alpha, but there is a WIKI and sample project to help you get started.
Note: I am the lead developer on this project.
If you are looking for a reference Java/EE implementation of SCIM2 you can checkout Apache Directory SCIMple or SCIM 2 SDK | PingIdentity

ObjC, Swift to WinObjC

I have an iOS app which includes both objective c and swift. Does the winobjc tool support converting the iOS apps which includes both objective c and swift code?
I work on the Windows Bridge for iOS at Microsoft. We're getting more and more questions about Swift support and it's clearly a top priority for the community. Now that Apple has open sourced large parts of Swift, we're considering our options and the technical implications of implementing it.
We regularly update our roadmap on our project wiki with our plans for the next month or two, so there is the best place to check for near-term plans. If you try out the bridge and have any questions, please don't hesitate to get in touch by filing an issue on Github. Thanks for checking out the bridge!
No, WinObjC only supports Objective-C but no Swift at this point.
It also doesn’t seem to be on their roadmap at this point.

Example Project For How to use MKNetworkKit

I'm new to iOS development.
I don't know how to use & where to start MKNetworkKit for my project.
Can anyone share an example project which is using MKNetworkKit.
thanks,
Jirune
Just follow a good tutorial. I used this tutorial when I first used it Advanced Networking with MKNetworkKit goes through quite a bit. This is the blog post they reference in the readme. Sometimes it helps to read through that :)
You can eve find a iOS demo on the GitHub Page

Extending the Rally agile EVM app

The Rally Agile EVM app is very useful but only estimates and totals the story points for a given release. I would like to extend the app to include defect points in the total.
Has anyone done this before? Could anyone provide an example or source?
Agile EVM app
Thanks,
LNS,
The code for this app is available at the page you reference above. Here is the exact link. You are welcome to modify the code and use the general documentation for the App SDK to help. If you have any questions, please create another post here and we will do our best to answer it.
-- Mark

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.