-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Showing
62 changed files
with
9,759 additions
and
199 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
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
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
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,55 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Media(_AWS): | ||
_type = "media" | ||
_icon_dir = "resources/aws/media" | ||
|
||
|
||
class ElasticTranscoder(_Media): | ||
_icon = "elastic-transcoder.png" | ||
|
||
|
||
class ElementalConductor(_Media): | ||
_icon = "elemental-conductor.png" | ||
|
||
|
||
class ElementalDelta(_Media): | ||
_icon = "elemental-delta.png" | ||
|
||
|
||
class ElementalLive(_Media): | ||
_icon = "elemental-live.png" | ||
|
||
|
||
class ElementalMediaconnect(_Media): | ||
_icon = "elemental-mediaconnect.png" | ||
|
||
|
||
class ElementalMediaconvert(_Media): | ||
_icon = "elemental-mediaconvert.png" | ||
|
||
|
||
class ElementalMedialive(_Media): | ||
_icon = "elemental-medialive.png" | ||
|
||
|
||
class ElementalMediapackage(_Media): | ||
_icon = "elemental-mediapackage.png" | ||
|
||
|
||
class ElementalMediastore(_Media): | ||
_icon = "elemental-mediastore.png" | ||
|
||
|
||
class ElementalMediatailor(_Media): | ||
_icon = "elemental-mediatailor.png" | ||
|
||
|
||
class ElementalServer(_Media): | ||
_icon = "elemental-server.png" | ||
|
||
|
||
# Aliases |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
""" | ||
Programming provides a set of programming languages and frameworks. | ||
""" | ||
|
||
from diagrams import Node | ||
|
||
|
||
class _Programming(Node): | ||
_provider = "programming" | ||
_icon_dir = "resources/programming" | ||
|
||
fontcolor = "#ffffff" |
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,55 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _Programming | ||
|
||
|
||
class _Framework(_Programming): | ||
_type = "framework" | ||
_icon_dir = "resources/programming/framework" | ||
|
||
|
||
class Angular(_Framework): | ||
_icon = "angular.png" | ||
|
||
|
||
class Backbone(_Framework): | ||
_icon = "backbone.png" | ||
|
||
|
||
class Django(_Framework): | ||
_icon = "django.png" | ||
|
||
|
||
class Ember(_Framework): | ||
_icon = "ember.png" | ||
|
||
|
||
class Flask(_Framework): | ||
_icon = "flask.png" | ||
|
||
|
||
class Flutter(_Framework): | ||
_icon = "flutter.png" | ||
|
||
|
||
class Laravel(_Framework): | ||
_icon = "laravel.png" | ||
|
||
|
||
class Rails(_Framework): | ||
_icon = "rails.png" | ||
|
||
|
||
class React(_Framework): | ||
_icon = "react.png" | ||
|
||
|
||
class Spring(_Framework): | ||
_icon = "spring.png" | ||
|
||
|
||
class Vue(_Framework): | ||
_icon = "vue.png" | ||
|
||
|
||
# Aliases |
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,84 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _Programming | ||
|
||
|
||
class _Language(_Programming): | ||
_type = "language" | ||
_icon_dir = "resources/programming/language" | ||
|
||
|
||
class Bash(_Language): | ||
_icon = "bash.png" | ||
|
||
|
||
class C(_Language): | ||
_icon = "c.png" | ||
|
||
|
||
class Cpp(_Language): | ||
_icon = "cpp.png" | ||
|
||
|
||
class Csharp(_Language): | ||
_icon = "csharp.png" | ||
|
||
|
||
class Dart(_Language): | ||
_icon = "dart.png" | ||
|
||
|
||
class Go(_Language): | ||
_icon = "go.png" | ||
|
||
|
||
class Java(_Language): | ||
_icon = "java.png" | ||
|
||
|
||
class Javascript(_Language): | ||
_icon = "javascript.png" | ||
|
||
|
||
class Kotlin(_Language): | ||
_icon = "kotlin.png" | ||
|
||
|
||
class Matlab(_Language): | ||
_icon = "matlab.png" | ||
|
||
|
||
class Nodejs(_Language): | ||
_icon = "nodejs.png" | ||
|
||
|
||
class Php(_Language): | ||
_icon = "php.png" | ||
|
||
|
||
class Python(_Language): | ||
_icon = "python.png" | ||
|
||
|
||
class R(_Language): | ||
_icon = "r.png" | ||
|
||
|
||
class Ruby(_Language): | ||
_icon = "ruby.png" | ||
|
||
|
||
class Swift(_Language): | ||
_icon = "swift.png" | ||
|
||
|
||
class Typescript(_Language): | ||
_icon = "typescript.png" | ||
|
||
|
||
# Aliases | ||
|
||
JavaScript = Javascript | ||
NodeJS = Nodejs | ||
PHP = Php | ||
TypeScript = Typescript |
Oops, something went wrong.