Skip to content

Commit

Permalink
docs: update sample contents
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Nov 2, 2024
1 parent 97226a5 commit d5fff8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/John_Doe_ClassicTheme_CV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ cv:
- Created a service to provide gradient across VS and
VS add-ins, optimizing its performance via caching
- Built an app to compute the similarity of all methods
in a codebase, reducing the time from $\mathcal{O}(n^2)$
to $\mathcal{O}(n \log n)$
in a codebase, reducing the time from $$\mathcal{O}(n^2)$$
to $$\mathcal{O}(n \log n)$$
- Created a test case generation tool that creates random
XML docs from XML Schema
- Automated the extraction and processing of large datasets
Expand Down
4 changes: 2 additions & 2 deletions examples/John_Doe_EngineeringresumesTheme_CV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ cv:
- Created a service to provide gradient across VS and
VS add-ins, optimizing its performance via caching
- Built an app to compute the similarity of all methods
in a codebase, reducing the time from $\mathcal{O}(n^2)$
to $\mathcal{O}(n \log n)$
in a codebase, reducing the time from $$\mathcal{O}(n^2)$$
to $$\mathcal{O}(n \log n)$$
- Created a test case generation tool that creates random
XML docs from XML Schema
- Automated the extraction and processing of large datasets
Expand Down
4 changes: 2 additions & 2 deletions examples/John_Doe_ModerncvTheme_CV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ cv:
- Created a service to provide gradient across VS and
VS add-ins, optimizing its performance via caching
- Built an app to compute the similarity of all methods
in a codebase, reducing the time from $\mathcal{O}(n^2)$
to $\mathcal{O}(n \log n)$
in a codebase, reducing the time from $$\mathcal{O}(n^2)$$
to $$\mathcal{O}(n \log n)$$
- Created a test case generation tool that creates random
XML docs from XML Schema
- Automated the extraction and processing of large datasets
Expand Down
4 changes: 2 additions & 2 deletions examples/John_Doe_Sb2novTheme_CV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ cv:
- Created a service to provide gradient across VS and
VS add-ins, optimizing its performance via caching
- Built an app to compute the similarity of all methods
in a codebase, reducing the time from $\mathcal{O}(n^2)$
to $\mathcal{O}(n \log n)$
in a codebase, reducing the time from $$\mathcal{O}(n^2)$$
to $$\mathcal{O}(n \log n)$$
- Created a test case generation tool that creates random
XML docs from XML Schema
- Automated the extraction and processing of large datasets
Expand Down

0 comments on commit d5fff8d

Please sign in to comment.