Coder Social home page Coder Social logo

quickies's Introduction

Quickies

Philosophy

This code is running my Mac OS X programming code snippets on http://quickies.seriot.ch.

Credits to Borkware Quickies for inspiration and prior art.

Features

  • PHP code and MySQL database, for maximal portability
  • two entities, Category and Note, one-to-many relationship
  • create, update and delete for all entities, search in notes title and text
  • Markdown syntax
  • made for code snippets but useable for virtually anything

Note that I am not a PHP developer and any suggestion to improve the code is welcome.

Installation

  1. create a MySQL database as well as a user
  2. create the tables by running the queries in quickies.sql
  3. edit quickies/config.inc and quickies/admin/config.inc to match your settings
  4. upload the whole quickies directory to your web server
  5. go to quickies/ to ensure the connection works
  6. go to quickies/admin/ to see the admin page
  7. click on categories and create your first catetory
  8. click on notes and create your first note

Caveats

  • you can't save a note without a category
  • if you delete a category, related notes won't show up in the public part
  • if you delete a category, related notes will still show up in the admin part

Security

License

  • this code is in the public domain
  • I would really appreciate if you could send me a word with the URL where you installed it

quickies's People

Contributors

nst avatar

Watchers

 avatar  avatar

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.