Skip to content

This is the central repo for work on the Ingredient.guru project

Notifications You must be signed in to change notification settings

code4nova/ingredient.guru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ingredient.guru

This is the central repo for work on the Ingredient.guru project

Postgres folder:

Contains all work that has been done on the database side. Includes schemas for the main database and makefiles.

CRO folder:

Contains experimental builds of CRO stubs; may be bug prone.

HTML-P6

Is a module for perl6 that substitutes variables in text files for variables in the program.

use HTML-P6::Basic;

my %dict = name => "Jeff";

interpretBasic "Hi there {{name}}!", %dict;

Hi there Jeff!

Will return text where {{name}} will be replaced with the corresponding key-value from %dict.

About

This is the central repo for work on the Ingredient.guru project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5