Timeline Visualization of Prime Ministers of India (Google Interactive API) Created By : Debasis Das (27-Dec-2014) Using: Google Interactive Timeline API
Timeline Visualization of Prime Ministers of India (Google Interactive API) Created By : Debasis Das (27-Dec-2014) Using: Google Interactive Timeline API
Bubble Sort Algorithm Visualization in Cocoa, Objective C In the tutorial we will create a sample application that creates a visualization for each step of a sorting algorithm, The sorting algorithm chosen here for visualization is bubblesort as the focus…
NSBezierPath appendBezierPathWithArcWithCenter @implementation RainbowView -(void)drawRect:(NSRect)dirtyRect { [[NSColor blackColor] set]; NSRectFill(dirtyRect); [[NSColor whiteColor] set]; NSBezierPath * path = [NSBezierPath bezierPath]; [path setLineWidth:10.5]; float xMargin = 0; float yMargin = 0.0; float maxWidth = dirtyRect.size.width – 2 * xMargin; float maxRadius =…