-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f54a27
commit 47f9b86
Showing
63 changed files
with
328 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
# Frameworks | ||
|
||
Data about software frameworks. | ||
|
||
## `info.json` | ||
|
||
Basic information about the framework. | ||
|
||
## `icon.png` | ||
|
||
The icon for the framework. | ||
|
||
## `banner.png` | ||
|
||
A banner image to represent the framework. | ||
These are the frameworks that I have experience with. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
"name": "Express", | ||
"description": "Express is a JavaScript web framework", | ||
"color": "#F7E200" | ||
"color": "#F7E200", | ||
"associations": { | ||
"languages": [ | ||
"typescript" | ||
] | ||
} | ||
} |
10 changes: 9 additions & 1 deletion
10
data/frameworks/fl-studio-midi-controller-scripting/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"name": "MIDI Controller Scripting", | ||
"description": "MIDI Controller Scripting is a Python API for the FL Studio audio workstation, used for controlling external music hardware", | ||
"color": "#ff6600" | ||
"color": "#ff6600", | ||
"associations": { | ||
"languages": [ | ||
"python" | ||
], | ||
"skills": [ | ||
"midi" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"name": "Flask", | ||
"description": "Flask is a Python web framework", | ||
"color": "#F7E200" | ||
"color": "#F7E200", | ||
"associations": { | ||
"languages": [ | ||
"python" | ||
], | ||
"skills": [ | ||
"full-stack" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
"name": "Mkdocs", | ||
"description": "Mkdocs is a documentation framework that transforms Markdown files into a static website", | ||
"color": "#1371A7" | ||
"color": "#1371A7", | ||
"associations": { | ||
"skills": [ | ||
"documentation" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"name": "Mypy", | ||
"description": "Mypy is a static type checker for Python", | ||
"color": "#1371A7" | ||
"color": "#1371A7", | ||
"associations": { | ||
"languages": [ | ||
"python" | ||
], | ||
"skills": [ | ||
"type-safety" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
{ | ||
"name": "Next", | ||
"description": "Next is a JavaScript full-stack web framework that uses React.js", | ||
"color": "#0DCDF3" | ||
"color": "#0DCDF3", | ||
"associations": { | ||
"languages": [ | ||
"typescript" | ||
], | ||
"skills": [ | ||
"full-stack", | ||
"frontend" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"name": "Piccolo ORM", | ||
"description": "Piccolo ORM is a Python library that allows for asynchronous type-safe SQL database queries", | ||
"color": "#2769A0" | ||
"color": "#2769A0", | ||
"associations": { | ||
"languages": [ | ||
"python" | ||
], | ||
"skills": [ | ||
"sql" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"name": "Pytest", | ||
"description": "Pytest is a flexible testing framework for Python", | ||
"color": "#C7D302" | ||
"color": "#C7D302", | ||
"associations": { | ||
"languages": [ | ||
"python" | ||
], | ||
"skills": [ | ||
"test-driven-development" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"name": "SvelteKit", | ||
"description": "SvelteKit is a markup language for building websites using the SvelteKit framework", | ||
"color": "#F96743" | ||
"color": "#F96743", | ||
"associations": { | ||
"languages": [ | ||
"typescript" | ||
], | ||
"skills": [ | ||
"full-stack" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
"name": "SymPy", | ||
"description": "SymPy is a symbolic mathematics library for Python", | ||
"color": "#62A539" | ||
"color": "#62A539", | ||
"associations": { | ||
"languages": [ | ||
"python" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
# Languages | ||
|
||
Data about programming languages. | ||
|
||
## `info.json` | ||
|
||
Basic information about the language. | ||
|
||
## `README.md` | ||
|
||
Longer description about the language. | ||
|
||
## `icon.png` | ||
|
||
The icon for the language. | ||
|
||
## `banner.png` | ||
|
||
A banner image to represent the language. | ||
These are the programming languages I work with. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
"name": "C", | ||
"description": "C is a low-level compiled language, used for performance-critical tasks", | ||
"color": "#3E48CC" | ||
"color": "#3E48CC", | ||
"associations": { | ||
"skills": [ | ||
"os" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"name": "HTML", | ||
"description": "HTML is a markup language used for building webpages", | ||
"color": "#FFCB06" | ||
"color": "#FFCB06", | ||
"sort": -2, | ||
"associations": { | ||
"skills": [ | ||
"frontend" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
{ | ||
"name": "Languages", | ||
"description": "Programming languages that I have experience with", | ||
"filterClassifiers": [ | ||
"frameworks" | ||
] | ||
"description": "Programming languages that I have experience with" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
{ | ||
"name": "Java", | ||
"description": "Java is a high-level object-oriented language that uses the Java Virtual Machine", | ||
"color": "#EA2026" | ||
"color": "#EA2026", | ||
"sort": 1, | ||
"associations": { | ||
"skills": [ | ||
"oop", | ||
"design-patterns" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# TypeScript | ||
|
||
TypeScript is a type-safe superset of JavaScript, which compiles to plain JS. | ||
It is often used in large projects due to the type-safety guarantees it can | ||
offer. | ||
|
||
I use TypeScript for almost all of my front-end programming, as the powerful | ||
static analysis means that TypeScript's language server can provide intelligent | ||
editor suggestions and advanced realtime error checking. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "JavaScript", | ||
"description": "JavaScript a high-level programming language designed for adding interactivity to websites", | ||
"color": "#FFCB06", | ||
"sort": -1, | ||
"associations": { | ||
"skills": [ | ||
"frontend" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
{ | ||
"name": "Python", | ||
"description": "Python is a powerful interpreted language known for its ease-of-use", | ||
"color": "#3776AA" | ||
"color": "#3776AA", | ||
"sort": 10, | ||
"associations": { | ||
"skills": [ | ||
"backend", | ||
"type-safety" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
{ | ||
"name": "Rust", | ||
"description": "Rust is a high-level compiled language with powerful static analysis to ensure correctness", | ||
"color": "#F66D00" | ||
"color": "#F66D00", | ||
"sort": 8, | ||
"associations": { | ||
"skills": [ | ||
"type-safety", | ||
"concurrency" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
{ | ||
"name": "TypeScript", | ||
"description": "TypeScript is a type-safe superset of JavaScript", | ||
"color": "#27609E" | ||
"color": "#27609E", | ||
"sort": 5, | ||
"associations": { | ||
"languages": [ | ||
"javascript" | ||
], | ||
"skills": [ | ||
"type-safety", | ||
"full-stack" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,4 @@ | ||
# Projects | ||
|
||
Data about my projects. | ||
|
||
## `info.json` | ||
|
||
Basic information about the project. | ||
|
||
* `name` (`string`): name of the project | ||
* `description` (`string`): short description of the project | ||
* `status` (`string`): status of the project (see | ||
[`status.json`](./status.json)) | ||
* `languages` (`string[]`): programming languages used by the project | ||
* `frameworks` (`string[]`): frameworks used by the project | ||
* `skills` (`string[]`): skills demonstrated by the project | ||
* `repo` (`string?`): Repository where the project's source code can be found | ||
* `site` (`string?`): Website where the project is hosted | ||
|
||
### `package` (`object?`) | ||
|
||
* `command` (`string`): command to install the project | ||
* `url` (`string`): URL for package on a package management website | ||
|
||
## `README.md` | ||
|
||
A long-form description of the project in markdown format. | ||
|
||
## `icon.png` | ||
|
||
An icon to represent the project. | ||
|
||
## `banner.png` | ||
|
||
A banner image to represent the project. | ||
These are the projects I have completed. Most of them are software projects, | ||
but I have included some extra-curricular projects as well. |
13 changes: 9 additions & 4 deletions
13
data/projects/aoc-2023/README.md → data/projects/aoc/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
data/projects/aoc-2023/info.json → data/projects/aoc/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
"rust" | ||
], | ||
"skills": [ | ||
"type-safety" | ||
"type-safety", | ||
"algorithms" | ||
], | ||
"status": [ | ||
"incomplete" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"python" | ||
], | ||
"skills": [ | ||
"os" | ||
"systems" | ||
], | ||
"status": [ | ||
"complete" | ||
|
Oops, something went wrong.