Skip to content

Arpet/free-css-temp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

There aren’t any releases here

Releases are powered by tagging specific points of history in a repository. They’re great for marking release points like v1.0. Create a new release

FREE WEBSITE TEMPLATES ZIP Tags
eNno zip v221.11
Estate zip v221.6
Neos zip v219.4
Jwood Photography zip v219.4
Photofolio zip v1.5
Photoprowess zip v1.4
Plusbusiness zip v1.3
Realistic zip v1.2
Academic-Education zip v1.1
FREE-CSS-TEMP zip v1.0

Live Demo

How it works

There are four main areas in CyberChiefCook:

  1. The input box in the top right, where you can paste, type or drag the data you want to operate on.
  2. The output box in the bottom right, where the outcome of your processing will be displayed.
  3. The operations list on the far left, where you can find all the operations that CyberChiefCook is capable of in categorised lists, or by searching.
  4. The recipe area in the middle, where you can drag the operations that you want to use and specify arguments and options.

You can use as many operations as you like in simple or complex ways. Some examples are as follows:

Features

  • Drag and drop
    • Operations can be dragged in and out of the recipe list, or reorganised.
    • Files can be dragged over the input box to load them directly.
  • Auto Bake
    • Whenever you modify the input or the recipe, CyberChiefCook will automatically “bake” for you and produce the output immediately.
    • This can be turned off and operated manually if it is affecting performance (if the input is very large, for instance).
    • If any bake takes longer than 200 milliseconds, auto bake will be switched off automatically to prevent further performance issues.
  • Breakpoints
    • You can set breakpoints on any operation in your recipe to pause execution before running it.
    • You can also step through the recipe one operation at a time to see what the data looks like at each stage.
  • Save and load recipes
    • If you come up with an awesome recipe that you know you’ll want to use again, just click save and add it to your local storage. It'll be waiting for you next time you visit CyberChiefCook.
    • You can also copy a URL which includes your recipe and input which can be shared with others.
  • Search
    • If you know the name of the operation you want or a word associated with it, start typing it into the search field and any matching operations will immediately be shown.
  • Highlighting
  • Save to file and load from file
    • You can save the output to a file at any time or load a file by dragging and dropping it into the input field (note that files larger than about 500kb may cause your browser to hang or even crash due to the way that browsers handle large amounts of textual data).
  • CyberChiefCook is entirely client-side
    • It should be noted that none of your input or recipe configuration is ever sent to the CyberChiefCook web server - all processing is carried out within your browser, on your own computer.
    • Due to this feature, CyberChiefCook can be compiled into a single HTML file. You can download this file and drop it into a virtual machine, share it with other people, or use it independently on your desktop.

Contributing

An installation walkthrough, how-to guides for adding new operations and themes, descriptions of the repository structure, available data types and coding conventions can all be found in the project wiki pages.

Licencing

CyberChiefCook is released under the Apache 2.0 Licence and is covered by Crown Copyright.