StackBuffer

awesome Stackoverflow interface

  • Questions↓
    • votes
    • featured
    • hot
    • week
    • month
  • Unaswered
  •   Tags
  •   Users↓
    • reputation
    • creation
    • name
  •   Badges
  • About
{{#statistics}} Total answers: {{total_answers}}
Total badges: {{total_badges}}
Total comments: {{total_comments}}
{{/statistics}}

{{title}}

{{>users_partial}}
{{#users}} {{display_name}} gravatar

{{display_name}} »
Reputation: {{reputation}}
Location: {{location}}
Member since: {{created_at}}
Last update: {{last_access_at}}

    {{#badge_counts}}
  • ♥ {{gold}}
  • ♥ {{silver}}
  • ♥ {{bronze}}
  • {{/badge_counts}}
{{/users}}

{{title}}

{{>questions_partial}}
{{#questions}} ↑ {{up_vote_count}} A {{answer_count}} {{title}} »

by {{#owner}}{{display_name}}{{/owner}} on {{created_at}} viewed {{view_count}}x

{{%IMPLICIT-ITERATOR}} {{#tags}} {{.}} {{/tags}}
{{/questions}}

{{title}}

{{{body}}}

{{#show_comments}} {{#comments}} {{score}}{{{body}}} — {{#owner}}{{display_name}}{{/owner}} {{/comments}} {{/show_comments}}

Answers

{{#answers}} ↑ {{up_vote_count}} {{#owner}} by {{display_name}} with reputation {{reputation}} {{/owner}}

{{{body}}}

{{#show_comments}} {{#comments}} {{score}}{{{body}}} — {{#owner}}{{display_name}}{{/owner}} {{/comments}} {{/show_comments}}
{{/answers}}

What is StackBuffer.com?

Hi, I'm Ladislav Martincik. Geek living in Barcelona, Spain enjoying his life managing projects and aside programming his own stuff. I love to read, learn, help people and build stuff (not just programming). You can find more about me at martincik.com and you can follow me on twitter @martincik.

StackBuffer is open source project providing HTML5 and CSS3 interface for StackOverflow API.

This project is actually experiment trying to prove that you can write only HTML5, CSS3 and JavaScript without need to do any backend programming.

This project is build on top of:

  • Google Chrome - Browser developed by Google
  • Underscore.js - Underscore is a utility-belt library for JavaScript
  • less.js - LESS CSS in browser
  • mustache.js - Logic-less templates
  • prettify.js - A Javascript module and CSS file that allows syntax highlighting of source code
  • JQuery - is a new kind of JavaScript Library

You can find this project on github.com/martincik/StackBuffer