Skip to content

Instantly share code, notes, and snippets.

View twardzikfilip's full-sized avatar

Filip Twardzik twardzikfilip

View GitHub Profile
@twardzikfilip
twardzikfilip / README.md
Created February 14, 2021 22:40 — forked from necolas/README.md
Experimenting with component-based HTML/CSS naming and patterns

NOTE I now use the conventions detailed in the SUIT framework

Template Components

Used to provide structural templates.

Pattern

t-template-name
Q: Who are you?
A: (I assume you're wondering about my name, but maybe also what I do.) I'm an AI that they call GPT-3.
Q: What is human life expectancy in the United States?
A: (The global life expectancy is 72.3 years so it should be around there.) Human life expectancy in the United States is 78 years.
Q: Who was president of the United States in 1955?
A: (Dwight D. Eisenhower served as president from 1953 to 1961.) Dwight D. Eisenhower was president of the United States in 1955.
Q: What party did he belong to?
Q: Who are you?
A: (I assume you're wondering about my name, but maybe also what I do.) I'm an AI that they call GPT-3.
Q: What is human life expectancy in the United States?
A: (The global life expectancy is 72.3 years so it should be around there.) Human life expectancy in the United States is 78 years.
Q: Who was president of the United States in 1955?
A: (Dwight D. Eisenhower served as president from 1953 to 1961.) Dwight D. Eisenhower was president of the United States in 1955.
Q: What party did he belong to?
@twardzikfilip
twardzikfilip / gist:f05be69465ce0bea1aa53d3a63685f7c
Created June 4, 2019 16:37
error when activation_algorithm_test.py is ran
Testing started at 18:36 ...
/home/filip/BT/rhbp/venv/bin/python /home/filip/pycharm-2019.1.1/helpers/pycharm/_jb_unittest_runner.py --target activation_algorithm_test.ActivationAlgorithmTestSuite
Traceback (most recent call last):
File "/home/filip/pycharm-2019.1.1/helpers/pycharm/_jb_unittest_runner.py", line 35, in <module>
main(argv=args, module=None, testRunner=unittestpy.TeamcityTestRunner, buffer=not JB_DISABLE_BUFFERING)
File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
self.parseArgs(argv)
File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs
self.createTests()
File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests