Where can i find backbone.marionettejs tutorial? - backbone.js

Would I like to find some introduction and advancing [marionette] tutorial? Where can I find them? Any recommendations?

Related

Resilience4j vs Sentinel

We are looking to replace Hystrix with Resilience4j or Sentinel. I am looking for advice on which one should be preferred. I have spent some time searching on google but could find any clear conclusion.
Both libraries have their own features. We want to primarily use it for circuit breaking.
Can anyone please guide me?

Tabu search examples

Do you know a good and most important detailed Tabu search example.
Something not to hard, as I am in the way to understand this cool algorithm.
I have found this tutorial and this with a SAT problem, but it is not very detailed
I learned it from Wikipedia years ago, but this book is much better. For code examples, take a look at OptaPlanner's source code.
I wrote a blog about tabu search and how it's used to solve the TSP,
along with the java implementation. I hope it's of help.
Clever Algorithms by Jason Brownlee PhD describes Tabu Search and also includes sample Ruby code.

Automated FSM for C

I am looking for a automated finite state machine generator for C? I have seen a few over the internet but unable to decide which one to use. If anybody worked with any such tool then help me to find the right one.
Thanks,
Ravi Gupta
Ragel is fairly powerful.

A B+tree simple implementation in C

I'm working on a fun project where I need a simple key/value store that uses B+Trees. I studied them some years ago, and to be honest, I don't want to reinvent the wheel, so I'm looking for a simple implementation in C of b+tree that I can just include in my project.
I know of sqlite's, dbm's and tokyocabinet's ones but they're a little too "complicated" for my needs. Is there any (even pedagogical) work on this you can refer me to? Do you have some code to share?
Thanks a lot!
There's one listed in the wikipedia article:
Interactive B+ Tree Implementation in C
Perhaps you can edit out the "interactive" parts?
I think there are many links where you can read and implement for yourself(which is the best way since it helps you learn).
But if you dont have time you can see one forum here.
You can customize it to your needs
http://www.codeguru.com/forum/showthread.php?t=453150

orkut application

i am a beginer in developing orkut application. can any one tell me the basics of that like how database is designed and all...
How about the orkut documentation for developpers ?
http://code.google.com/intl/en-US/apis/orkut/
I do recomend you to go first to the orkut developer forum, read the fixed topics an then go to the docs that MAX suggested. :)
The reason is that there are a lot of outdated informations in the docs. In the forum the informations are more updated and you can always ask the community if something doesn't work. ;)

Resources