All Projects → vkaravir → Lechef

vkaravir / Lechef

Licence: mit
Lechef - Logic Circuit Exercise Framework for visualizing and creating exercises on logic circuit basics in JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lechef

Inginious
INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
Stars: ✭ 138 (+1871.43%)
Mutual labels:  education, exercise
C Solutions
My Solutions to K. N. King's "C Programming: A Modern Approach", second edition
Stars: ✭ 126 (+1700%)
Mutual labels:  education, exercise
Resources For Beginner Bug Bounty Hunters
A list of resources for those interested in getting started in bug bounties
Stars: ✭ 7,185 (+102542.86%)
Mutual labels:  education
Hamexam
这是一个帮助业余无线电技术能力认证考试的软件,用来背题。
Stars: ✭ 25 (+257.14%)
Mutual labels:  education
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (+128.57%)
Mutual labels:  education
Pointfreeco
🎬 The source for www.pointfree.co, a video series on functional programming and the Swift programming language.
Stars: ✭ 782 (+11071.43%)
Mutual labels:  education
Ulnoiot Upy
retired version of ulnoiot based on micropython
Stars: ✭ 17 (+142.86%)
Mutual labels:  education
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+101900%)
Mutual labels:  exercise
Cross
Cross++ Lightweight Crossplatform Game Engine
Stars: ✭ 26 (+271.43%)
Mutual labels:  education
Errormoji
®️ errors, in emoji
Stars: ✭ 16 (+128.57%)
Mutual labels:  education
Elm Cheat Sheet
An overview of Elm syntax and features
Stars: ✭ 928 (+13157.14%)
Mutual labels:  education
Node Canvas Lms
A simple (WIP) node wrapper for the Canvas LMS API
Stars: ✭ 6 (-14.29%)
Mutual labels:  education
The Complete Guide To Modern Javascript
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/jHO6m9t. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB
Stars: ✭ 827 (+11714.29%)
Mutual labels:  education
Developersrising
Archive only! DISSOLVED! Verein zur Förderung von ProgrammiererInnen 💻 🎉
Stars: ✭ 19 (+171.43%)
Mutual labels:  education
Pyret Lang
The Pyret language.
Stars: ✭ 771 (+10914.29%)
Mutual labels:  education
Tangerine
🍊 Digitize your offline data collection. Create your Assessments online with Tangerine Editor, conduct them offline with the Tangerine Android App. All results you collect can be exported as a CSV file, easy for processing in a spreadsheet. Tangerine has been used in over 1 million assessments and surveys in over 60 countries and in 100 languages.
Stars: ✭ 25 (+257.14%)
Mutual labels:  education
Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+103057.14%)
Mutual labels:  education
Chronophore
Desktop app for tracking student sign-ins in a tutoring center.
Stars: ✭ 6 (-14.29%)
Mutual labels:  education
Haskell
Recursos de Haskell
Stars: ✭ 17 (+142.86%)
Mutual labels:  education
Weblabdeusto
Scalable, web-based and experiment-agnostic remote laboratory management system
Stars: ✭ 26 (+271.43%)
Mutual labels:  education

lechef - JavaScript Logic Circuit Exercise Framework

The lechef framework helps in creating exercises for learning logic circuits. You can create exercises for simulating a circuit's behavior and exercises for designing circuits. Check the documentation for a more thorough description, examples, and instructions on how to use it.

Here are the components (or, gates) currently supported by the framework: NOT, AND, OR, NAND, NOR, XOR, EQV, and input and output

Logic gates supported by lechef

And here's an example of an exercise. In the exercise, student's task is to toggle the input/output values of each gate to match the correct values of the given input to the circuit. Note: This is only an image, see the docs for interactive examples.

Logic circuit simulation with lechef

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].