GithubHelp home page GithubHelp logo

b1conrad / picostack Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 2.0 316 KB

Using picos as a web app development stack

License: MIT License

Shell 1.73% Perl 1.08% C 10.05% Makefile 4.59% KRL 74.62% Java 0.49% HTML 7.44%

picostack's Introduction

PicoStack

Using picos as a web app development stack

blog

There is now a blog to complement this repo: https://picostack.blogspot.com/

PicoStack.org

The docs folder contains the hosted source for a website. Among other things it presents an index (in chronological order) for the blog.

picostack's People

Contributors

b1conrad avatar bmillerberg avatar speakman610 avatar rosefilichia avatar

Watchers

Phil Windley avatar James Cloos avatar  avatar

picostack's Issues

Feel the need for a byname app that shows the logs for the pico

Handlebars template for these:

        <div id="logging-list">
          {{#if logs}}
            <ul>
              {{#each logs}}
                <li>
                  <input type="checkbox" id="episode-{{@index}}">
                  <label for="episode-{{@index}}">{{@key}}</label>
                  <pre class="logging-detail">{{#each this}}{{this}}&#10;{{/each}}</pre>
                </li>
              {{/each}}
            </ul>
          {{/if}}

with the styles shown here:

#logging-list {
  display: none;
}
#logging-list li {
  font-family: monospace;
}
.logging-detail {
  margin-left: 18px;
  display: none;
}
#logging-list checkbox {
  margin: 3px;
}
#logging-list label {
  cursor: pointer;
}
#logging-list li input[type="checkbox"]:checked ~ .logging-detail {
  display: block;
}
#logging-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: auto;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.