GitHub topics: boolean
denishsharma/boolean-query-builder-bitespeed-task
Boolean query builder demo with import and export of schema and internal representation of builder to update data easily
Language: TypeScript - Size: 390 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MichiMoney/Car-Loan-Payment-Calculator
basic exercise project about user input and boolean logic
Language: Java - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

envygeeks/liquid-tag-parser
Give super powers to your tag parsing in Liquid.
Language: Ruby - Size: 125 KB - Last synced at: 30 days ago - Pushed at: about 5 years ago - Stars: 13 - Forks: 2

akkoyun/TinyBool
Array of bits to save memory instead of using 8-bit boolean values. Array of bytes container that gets/sets bit values of bytes given bit index.
Language: C++ - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Digidemic/once
Pass custom IDs or create variables that return 'true' only the first time used... Once!
Language: Kotlin - Size: 3.09 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

reiseder/nullable-bool-benchmark
Benchmark for the fastest way to check bool? variables.
Language: C# - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

JkrishnaD/javaScript-practise
Every file name is written in shortcut and these contain only javaScript code
Language: HTML - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

reycuba0918/Boolean-Algebra
A Python library designed for performing Boolean arithmetic. It includes classes for, evaluating Boolean constant expressions and generating truth tables from a given Boolean expression.
Language: Python - Size: 105 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

bell-kevin/rectangle
Write a class definition for a Rectangle class that contains: Two int fields, length and width Mutator and accessor methods for the length and width fields. Ask the user for these values in the mutator methods. A Boolean method named isSquare that returns true if the rectangle’s length and width are the same and false otherwise. A method that returns the perimeter of the rectangle A method that returns the area of the rectangle Write a class definition for a Rectangle Driver class that tests all of the methods. Create a Rectangle object named paper. Use the mutator methods to assign user-input values for the length and width fields Use the Boolean method to determine if paper is a square. If it is a square, print “This paper is a square: ” and the square’s dimensions If it is not a square, print “This paper is a rectangle: ” and the rectangle’s dimensions Be sure to use the accessor methods to retrieve the dimensions for printing. Print out the rectangle’s perimeter and area
Language: Java - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SimonBuxx/LogiJS
Discover and create logic circuits
Language: JavaScript - Size: 11 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 6

shinnn/is-var-name
Check if a string can be used as a JavaScript variable name
Language: JavaScript - Size: 46.9 KB - Last synced at: 1 day ago - Pushed at: about 6 years ago - Stars: 15 - Forks: 0

stevenvachon/parse-string-boolean
Parse a string representation of a boolean.
Language: JavaScript - Size: 27.3 KB - Last synced at: 8 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

rekola/boolean-search
A single-header C++ Boolean search library for streaming applications
Language: C++ - Size: 15.6 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

d0ugherty/slp
Studies in Logic & Probability
Language: Jupyter Notebook - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

davidpiesse/nova-toggle
Laravel Nova Toggle Field
Language: Vue - Size: 729 KB - Last synced at: 25 days ago - Pushed at: about 2 years ago - Stars: 86 - Forks: 30

tanvirnwu/Python--Basics
Contains some fundamental codes of Python.
Language: Jupyter Notebook - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

haiphan2000/CS419-Information-Retrieval
Research & code implementations for Boolean, Vector Space Model, and LSI search algorithms tailored to the Cranfield dataset
Language: Jupyter Notebook - Size: 7.52 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RobTillaart/Troolean
Arduino Library for a three state logic datatype supporting {True False Unknown}
Language: C++ - Size: 37.1 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 2

frederickf/bqpjs
A Boolean query parser in JavaScript
Language: JavaScript - Size: 767 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

Hameedullah-Asadi3300/JavaScript-Repo-1
This repository includes all basics of JavaScript . It is a perfect option for beginners and those want to refresh their knowledge. This repo includes practical examples so far, and the comments explains everything from A-Z.
Language: JavaScript - Size: 136 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

EldboyPlay/Norm.-Markova-ALGORITM
Эта программа реализована для выполнения определённых преобразований чисел "Нормального алгоритма Маркова"
Language: Python - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

marcvincenti/sha256
Proof-of-Concept: SHA-256 & PCP theorem
Language: Python - Size: 46.9 KB - Last synced at: 24 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

B64-Cryptzo/BitBlocks
BitBlocks is a C++ class that packs booleans or flags into a singular byte. This open-source repository reduces storage usage in your codebase aswell as intoduces a quick way to access flags and booleans.
Language: C++ - Size: 77.4 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

sofiane-abou-abderrahim/javascript-typescript-introduction
I built this little TypeScript demo as an introduction to TypeScript and its basics, types and main features, such as core types, object, array, function types and other advanced types, generic types, classes, interfaces. I also configured the TypeScript Compiler so that I can compile all the files to JavaScript files in one go.
Language: TypeScript - Size: 19.5 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

aliyun/texpr
Boolean evaluation and digital calculation expression engine for GO
Language: Go - Size: 134 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 25 - Forks: 4

tristancorbellari/boolean-algebra-eval
A Python OOP implementation of a boolean algebra evaluator for valid CNFs/DNFs.
Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

valainsteve/Programming-with-C
using of Boolean
Language: C - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Scrawk/CGALDotNet
C# wrapper for CGAL
Language: C# - Size: 11.4 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 150 - Forks: 28

seanpm2001/AdBool
An activism ad packet that disrupts anti-adblock messages.
Language: JavaScript - Size: 292 KB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 2

tomc128/boolean-expression-parser
Boolean expression parser
Language: C# - Size: 777 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 1

levi5/Karnaugh-map
web application for simplifying Boolean expressions
Language: JavaScript - Size: 660 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

SYSolakov20/onsens
The essence of this project was to create a C++ game based on Bool logic. In the game you can choose between four game modes, two of which have a special “NOT” card. We have created the application with a graphical interface for a more pleasant user experience. You can also enjoy various card packs on our hosted website.
Language: C++ - Size: 19.3 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 3

Frontekip/tcomb-checkbox-switch
Switch checkboxes for tcomb form.
Language: JavaScript - Size: 20.5 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

memfis19/KotlinJackson
Check kotlin classes, types with jackson.
Language: Kotlin - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

TongBaoTran/Learning-C
Language: C - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

trevorbelmont/Boolean-SAT-and-Evaluator
A C++ boolean SAT checker and evaluator which supports quantifiers. The current version of this SAT checker DOESN'T support disjunctive solutions. - the program actually checks every possible solution, though.
Language: C++ - Size: 901 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MufeezaKhan/JavaScript-key-concepts
This repository includes some exercises for the key concepts of JavaScript completed while learning the language.
Language: JavaScript - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

redihoxhaa/htmlcss-discord
Layout Discord completo
Language: HTML - Size: 508 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

simewu/SAT-solver
A web-based boolean satisfiability solver.
Language: HTML - Size: 1.67 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

WilliamSpanfelner/fcc-JSADS-BasicAlgorithmScripting
freeCodeCamp Basic Algorithm Scripting module of JavaScript Algorithm and Data Structures Certification
Language: JavaScript - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

maryawhite/booleans-only
beginner level. Basic examples of booleans. Work in progress, testing various boolean examples.
Language: JavaScript - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

pchalamet/NPolyBool
Port of polybooljs to .net standard 2.0
Language: JavaScript - Size: 11 MB - Last synced at: 27 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 3

madhurimarawat/Ruby-Programming
This repository contains programs in the Ruby Programming Language.
Language: Ruby - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

iaamin/Boilerplate
Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

f4T1H21/HackKaradeniz22-Web-CyberCafe
Hack Karadeniz 2022 CyberCafe sorusu için yazdığım writeup
Language: Python - Size: 1.98 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

fsevestre/BooleanFormType
Boolean form type for Symfony REST APIs
Language: PHP - Size: 13.7 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 1

IzabellaFCBueno/fundamentos-js
Fundamentos de Javascript aprendidos durante o curso da Alura
Language: JavaScript - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mechanicles/set_as_primary
The simplest way to handle the primary or default boolean flag to your Rails model records
Language: Ruby - Size: 89.8 KB - Last synced at: about 14 hours ago - Pushed at: almost 2 years ago - Stars: 15 - Forks: 5

fifi2/quine_mccluskey_algo
Quine-McCluskey algorithm
Language: Vim script - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

maxime915/Logics
Create and use boolean functions
Language: Java - Size: 43.9 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

benmandrew/CopperLogic
Visualiser of boolean logic circuits (Unity/C#) - Oct 2019
Language: C# - Size: 3.17 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

oleggromov/magipack
Pack any number of bool or integer values into a single BigInt - save traffic, save the planet 🌏
Language: TypeScript - Size: 135 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

ledrypotato/Boolean-Matrixes-with-Prolog
Prolog methods to manipulate boolean matrixes
Language: Prolog - Size: 1.31 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

adilek/jirtdan
Logic gates simulator
Language: JavaScript - Size: 2.09 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 8

ozsaygin/dectblproc 📦
A boolean decision table processor
Language: Python - Size: 31.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

homeinfogmbh/boolparse
A boolean expression parsing library
Language: Python - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

bxr1nG/boolean-evaluator
Package for transforming a string with logical operators into the result of an expression
Language: TypeScript - Size: 541 KB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

myd620/boolindexer
一个用于检索布尔表达式的库
Language: C++ - Size: 43.9 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 10 - Forks: 8

martinmoene/boolean-lite
boolean lite: A strong boolean type for C++98 and later
Language: C++ - Size: 46.9 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

0kravets/boolean-strings-library
There're so many new undiscovered sources we can learn together and share our best-working x-ray strings for them
Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

guybracha/BeOriginal
Java program who destined to check the creativity of original character
Language: Java - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

guybracha/FindHero
Java code who's destined to find if a user's character is original or not
Language: Java - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Sebastiao-Vitor/Desafio-Rocktseat-Intensiv-o-01-ao-04
Esse intensivo foi utilizado como uma revisão de todo o conteúdo já apresentado até o momento no explore.
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ramondata/Tipos_de_dados
Learn type of data used in Python language
Language: Python - Size: 89.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

VaibhavMojidra/Java---Demo-Primitive-Data-Type-Boolean
The Boolean data type is used to store only two possible values: true and false. This data type is used for simple flags that track true/false conditions.
Language: Java - Size: 89.8 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Goraki1994/vergelijking.py
School opdracht voor vergelijking die input leeftijd checkt op volwassen of minderjarig.
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

yunusemrejr/JavaBooleanAlgebraToolCLI
Simple Java CLI program about Boolean Algebra
Language: Java - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Chadtech/elm-bool-extra
Convenience functions for working with Bools in Elm
Language: Elm - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 0

beyonk-group/svelte-toggle
Toggle component for Svelte
Language: Svelte - Size: 940 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 2

perry-mitchell/to-bool
Convert types to boolean.
Language: JavaScript - Size: 129 KB - Last synced at: about 1 month ago - Pushed at: almost 10 years ago - Stars: 2 - Forks: 1

karpo27/Excercism_Java
Instructions and Exercises from my Java track in Exercism.org
Language: Java - Size: 112 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

litingyes/randomall
simple and elegant generation of random data
Language: JavaScript - Size: 96.7 KB - Last synced at: 13 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

REDl3east/bool-search
A command line tool that searches things with boolean expressions.
Language: C - Size: 637 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

parulm/suff_necc
Analysis of Boolean networks using a causal logic representation
Language: Python - Size: 1.36 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

GoliasVictor/3x5-font-in-cpp-for-arduino
Compressão de array booleano para Int16 para arduino.
Language: C++ - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

hasanrizvi-hr/CryptRaider
I am excited to announce the release of Crypt Raider v1.0.0, a thrilling adventure game that takes players on a journey through ancient tombs and temples filled with hidden treasures and dangerous traps.
Language: C++ - Size: 12 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ddhruv-IOT/Logic-Gates-in-Python
While I was exploring Logic gates, I thought, why not simulate the same concept using python. I started writing the code and found it so simple. I started from basic gates like AND OR NOT; after that, I moved slowly to the Half adder, subtractor, advanced Logic gates, comparator, etc. Still more to add.
Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

Brar21/Python_Learning
Full Details Course of "Python" Language in Hindi. Notes of each and source code is available for learners so they can understand what is python? what the code is doing in file? etc
Language: Python - Size: 275 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

virtualitems/tinybool
A tiny bool type for the C programming language.
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MathBunny/karnaugh-map-simplifier
Karnaugh map simplification software, used to visually simplify boolean expressions
Language: Java - Size: 2.53 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 37 - Forks: 8

cmd410/CollBool 📦
(Deprecated since Blender 2.91 has collection booleans)Blender addon to make collection booleans
Language: Python - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

sh1ngekyo/Expreval
Fast, Compact, Easy-To-Use Library for evaluating boolean (or your own) expressions.
Language: C# - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

bullgit/baas
boolean as a service
Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 21 - Forks: 3

mbillard11/Circuit-SAT
Using a SAT solver on randomly generated boolean circuits
Language: Python - Size: 2.36 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

leta91/js-boolean
How to check in JavaScript if a value is primitive boolean (true or false)
Language: JavaScript - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nithingoona/SuperPyLib
SuperPyLib is a Python package for calculating 2-D integral and finite element numerical solutions for Poisson equation with non-overlapping shapes in the presence of Superconducting materials
Language: Python - Size: 46.9 KB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/htmlcss-hello
Boolean academy HTML-CSS snippet
Language: HTML - Size: 0 Bytes - Last synced at: 13 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/html-london-trip
Boolean academy HTML-CSS snippet
Language: HTML - Size: 80.1 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/html-css-booleaner
Boolean academy HTML-CSS snippet
Language: HTML - Size: 144 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/html-css-toboolist
Boolean academy HTML-CSS snippet
Language: CSS - Size: 172 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/htmlcss-shop
Boolean academy HTML-CSS snippet
Language: HTML - Size: 459 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/htmlcss-struttura-wp
Boolean academy HTML-CSS snippet
Language: CSS - Size: 1000 Bytes - Last synced at: 9 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/htmlcss-wp
Boolean academy HTML-CSS snippet
Language: HTML - Size: 235 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/htmlcss-shoes
Boolean academy HTML-CSS snippet
Language: HTML - Size: 854 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/htmlcss-discord
Boolean academy project: Discord HTML-CSS Boostrap
Language: HTML - Size: 505 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

LorenzoRottigni/html-css-animation-filter
Boolean academy: CSS animations snippets
Language: HTML - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/htmlcss-dropbox
Boolean academy project: dropbox UI HTML CSS BOOTSTRAP
Language: HTML - Size: 920 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

LorenzoRottigni/html-css-zoom
Boolean academy project: Zoom HTML-CSS only
Language: HTML - Size: 5.93 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/html-css-resp-wannabe
Boolean academy snippet html-css
Language: HTML - Size: 112 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LorenzoRottigni/html-css-spotifyweb
Boolean academy project spotify CSS only
Language: CSS - Size: 804 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0
