Daniel Miessler
08887de5bb
Updated rate_value.
2024-02-14 14:02:03 -08:00
Daniel Miessler
959987165f
Updated main readme.
2024-02-14 13:20:21 -08:00
Daniel Miessler
3a4b22bffb
Updated rate_value.
2024-02-14 13:15:56 -08:00
Daniel Miessler
36fd6c632f
Updated rate_value with credits in the README.md.
2024-02-14 10:46:44 -08:00
Daniel Miessler
000acfd59b
Updated rate_value.
2024-02-14 10:43:28 -08:00
Daniel Miessler
aa26deef73
New value rating pattern.
2024-02-14 10:38:07 -08:00
Daniel Miessler
5a928525f3
Updated analyze_prose_json.
2024-02-14 07:35:39 -08:00
Daniel Miessler
f8b2f3aab9
Updated analyze_prose_json.
2024-02-14 07:33:21 -08:00
Christopher Oak
47fdfcec1a
Add 2 patterns
...
Added 1 pattern (improve_writing) which improve the writing and returns it in the native language of the input
Added 1 pattern (analyze_incident) which analyses incident articles and produces a neat and simple output (Taken from the YT Video that Daniel was in by David B
2024-02-14 15:23:17 +01:00
Daniel Miessler
f22c20a540
Added Joseph Thacker to the credits.
2024-02-13 10:21:39 -08:00
Daniel Miessler
fcedd34fa1
Added Jason Haddix to the credits.
2024-02-13 10:17:45 -08:00
agu3rra
bd913c626b
conflicts solved
2024-02-13 10:11:33 -03:00
agu3rra
4be6ed9386
merging upstream main and solving conflict
2024-02-13 10:06:54 -03:00
Daniel Miessler
42d9a191b7
Merge pull request #95 from sleeper/patch-1
...
Update system.md
2024-02-12 17:59:08 -08:00
Daniel Miessler
8503a24dd5
Merge pull request #91 from dfinke/main
...
Add patterns
2024-02-12 17:57:52 -08:00
Daniel Miessler
203a8f32ed
Merge pull request #92 from DuckPaddle/patch-6
...
Update utils.py to get_cli_input Line 192
2024-02-12 17:55:00 -08:00
Daniel Miessler
ee83a11ae9
Merge pull request #96 from ayberkydn/patch-1
...
fix typo
2024-02-12 17:54:11 -08:00
Ayberk Aydın
4a69177929
fix typo
2024-02-13 00:17:44 +03:00
Frederick Ros
f3137ed7ff
Update system.md
...
Fixed a typo
2024-02-12 15:13:38 +01:00
jad2121
1946751684
small fix for a problem where the GUI was loading every pattern twice
2024-02-12 06:56:47 -05:00
George Mallard
e998099024
Update utils.py to get_cli_input Line 192
...
Changed sys.stdin.readline().strip() to sys.stdin.read().strip() to allow multiple line input.
2024-02-12 05:20:39 -06:00
agu3rra
747324266a
readded the client folder to the structure
2024-02-12 07:57:55 -03:00
dfinke
f011aee14c
Add compare and contrast system and user patterns
2024-02-12 05:52:58 -05:00
dfinke
b1df61fc3f
Add user story and acceptance criteria for agility story patterns
2024-02-12 05:52:54 -05:00
Daniel Miessler
308982f62d
Shortened summary sentences.
2024-02-12 01:05:06 -08:00
Daniel Miessler
554a3604df
Add client dir.
2024-02-11 23:31:08 -08:00
Daniel Miessler
afd8ac986d
Added installation note.
2024-02-11 23:20:39 -08:00
Daniel Miessler
617cde5e1c
Added video embed.
2024-02-11 23:13:21 -08:00
Daniel Miessler
75f154593e
Merge pull request #90 from lmccay/main
...
#86 Clarify README Instructions
2024-02-11 23:01:57 -08:00
lmccay
a2044d6920
Merge branch 'danielmiessler:main' into main
2024-02-11 23:27:02 -05:00
lmccay
3313543437
Merge pull request #1 from lmccay/lmccay-patch-1
...
#86 Update README.md
2024-02-11 23:25:49 -05:00
lmccay
1e68a0e065
Update README.md
...
#86 Clarify the Instructions in the README
2024-02-11 23:24:49 -05:00
agu3rra
90fdd2a313
redirects redundant instruction on CLI to main readme
2024-02-11 22:08:52 -03:00
agu3rra
041ae024db
single poetry project; script to create aliases in bash and zsh; updates readme
2024-02-11 22:07:09 -03:00
Daniel Miessler
b2cf0a12de
Merge pull request #84 from lmccay/patch-1
...
Update README.md
2024-02-11 10:53:15 -08:00
xssdoctor
b425b12939
Update utils.py
...
fixed something else
2024-02-11 13:36:36 -05:00
xssdoctor
4c09fa3769
Update fabric.py
...
fixed an error
2024-02-11 13:32:52 -05:00
Daniel Miessler
a8dc3f5432
Merge pull request #80 from agu3rra/poetry.on.server
...
poetry dependency management for server app + instructions
2024-02-11 10:17:40 -08:00
Daniel Miessler
470ac6827d
Merge pull request #83 from DuckPaddle/patch-5
...
Update utils.py with a class to transcribe YouTube Videos
2024-02-11 10:17:22 -08:00
jad2121
67719f42a3
fixed something
2024-02-11 13:07:46 -05:00
jad2121
0a33ac70b9
fixed something
2024-02-11 13:06:36 -05:00
lmccay
0b9017ccd2
Update README.md
...
Clarified a line in the readme
2024-02-11 12:59:15 -05:00
George Mallard
e0683024c1
Update utils.py with a class to transcribe YouTube Videos
...
Added Class Transcribe with method youtube which accepts a video id as a parameter. Returns the transcript.
2024-02-11 11:13:20 -06:00
jad2121
f4f337d699
updated gui to include adding API key and updating patterns
2024-02-11 11:52:20 -05:00
agu3rra
1971f4832d
adds meta back
2024-02-11 10:54:47 -03:00
agu3rra
b00d3d286d
pushes readme updates
2024-02-11 10:53:48 -03:00
agu3rra
14d4f8c169
poetry for server app; readme instructions added
2024-02-11 10:46:16 -03:00
Daniel Miessler
b000264ae5
Merge pull request #70 from DuckPaddle/patch-2
2024-02-10 19:55:24 -08:00
Daniel Miessler
a46cb3aacd
Merge pull request #74 from dheerapat/path-pattern-mapping
2024-02-10 19:53:51 -08:00
Daniel Miessler
c690c3a990
Merge pull request #75 from Endogen/main
2024-02-10 19:53:21 -08:00