GamePowerX

Because Opensource is the Future of Tech.


We are a Github Organisation focusing on opensource software for Artists



  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
// █▀█ █▀█ █▀█ ░░█ █▀▀ █▀▀ ▀█▀ █▀ // █▀▀ █▀▄ █▄█ █▄█ ██▄ █▄▄ ░█░ ▄█ // // Note: underlined = clickable // This website and its brand resources are opensource declare("gamepowerx.com", "MIT", function() {    github(); }); // KekUpload is a HTTP application// for uploading and sharing files easily. declare("kekupload", "MIT", function() {    kekupload_server();   kekupload_client();   kekupload_lib_ts();   demo(); }); // A new version of the KekUploadServer declare("KekUploadServer", "GPL-3.0", function() {    github();   demo(); }); // KekUploadApp is a simple app for uploading files// to a KekUploadServer instance. declare("KekUploadApp", "GPL-3.0", function() {    github(); }); // A simple CLI client for UploadServer declare("KekUploadCLIClient", "GPL-3.0", function() {    github(); }); // FileLinkKekUpload is a Thunderbird add-on// for uploading attachments to KekUpload. declare("FileLinkKekUpload", "GPL-3.0", function() {    thunderbird_addon();   github(); }); // A simple C# Library for UploadServer declare("KekUploadLibrary", "GPL-3.0", function() {    github();   nuget(); }); // Plugin API for KekUploadServer C# declare("KekUploadServerApi", "MIT", function() {    github();   nuget(); }); // A plugin for KekUploadServer to save// the log into files declare("KekUploadServerFileLogging", "MIT", function() {    github(); }); // A plugin for KekUploadServer that adds a GUI declare("KekUploadServerGUI", "MIT", function() {    github(); }); declare("KekUploadDatabaseConversionTool", "GPL-3.0", function() {    github(); }); // End To End Tests for KekUploadServer// and clients declare("kekupload-e2e", "No license", function() {    github(); }); // pipe-to-release is a github action for// uploading artifacts and managing releases declare("pipe-to-release", "MIT", function() {    marketplace();   github(); }); // qBittorrent BitTorrent client declare("qBittorrent-Enhanced-Edition-Alpha", "GPL-2.0-or-later + OpenSSL exception", function() {    github(); });