https://github.com/rabestro/java-flip-flop-operator
Implementation of the logical operator Flip-Flop in Java
https://github.com/rabestro/java-flip-flop-operator
Last synced: 7 months ago
JSON representation
Implementation of the logical operator Flip-Flop in Java
- Host: GitHub
- URL: https://github.com/rabestro/java-flip-flop-operator
- Owner: rabestro
- License: mit
- Created: 2023-05-30T07:37:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T07:48:59.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T05:25:24.859Z (over 1 year ago)
- Language: Java
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flip-Flop operator
Implementation of the logical operator Flip-Flop in Java.
## The AWK script with flip-flop operator
The script extracts and prints all javadoc comments by using flip-flop boolean operator.
```shell
gawk -f javadoc.awk Sample.java
```