dc09.ru-old/index.json

455 lines
14 KiB
JSON
Raw Normal View History

2022-12-30 18:07:12 +03:00
{
"links": [
{
"name": "Skills/Projects",
"url": "#skills"
},
{
"name": "Services",
"url": "#dc09ru"
},
{
"name": "Blog",
"url": "https://blog.dc09.ru"
},
{
"name": "Git",
"url": "https://git.dc09.ru"
}
],
2022-12-30 18:07:12 +03:00
"about": [
{
"icon": "las la-calendar",
"content": "Birthday: July, 2009"
2022-12-30 18:07:12 +03:00
},
{
"icon": "las la-map-marked-alt",
2022-12-30 18:07:12 +03:00
"content": "Russia, Ulyanovsk"
},
{
"icon": "las la-headphones",
"list": [
"Linkin Park",
"One Direction",
"Set It Off",
"Imagine Dragons",
"Дайте танк (!)",
"Pizza/Пицца"
],
"listTitle": "Fav Music Bands"
2022-12-30 18:07:12 +03:00
},
{
"icon": "las la-desktop",
"expand": "<pre id=\"inxi\"></pre><noscript><object data=\"inxi.txt\" type=\"text/plain\"></object></noscript>",
"expandTitle": "Manjaro KDE"
2022-12-30 18:07:12 +03:00
}
],
"profiles": [
{
"icon": "lab la-git-alt",
"url": "https://git.dc09.ru/DarkCat09",
"name": "Gitea",
2022-12-30 18:07:12 +03:00
"user": "DarkCat09"
},
{
"icon": "lab la-github",
"url": "https://github.com/DarkCat09",
"name": "GitHub",
2022-12-30 18:07:12 +03:00
"user": "DarkCat09"
},
{
"icon": "las la-envelope",
2022-12-30 18:07:12 +03:00
"url": "mailto:a.chehckenev@yandex.ru",
"name": "E-mail",
"user": "a.chechkenev",
"copy": "a.chechkenev@yandex.ru"
},
{
"icon": "lab la-telegram",
2022-12-30 18:07:12 +03:00
"url": "https://t.me/darkcat09",
"name": "Telegram",
"user": "@darkcat09"
},
{
"icon": "lab la-discord",
2022-12-30 18:07:12 +03:00
"url": "https://discord.com/app",
"name": "Discord",
"user": "DarkCat09#5587",
"copy": "DarkCat09#5587"
},
{
"icon": "las la-comment-alt",
"url": "https://4pda.to/forum/index.php?showuser=8898436",
"name": "4PDA",
"user": "8898436"
2022-12-30 18:07:12 +03:00
}
],
"langs": [
{
"icon": "lab la-python",
2022-12-30 18:07:12 +03:00
"name": "Python",
"id1": "py",
"id2": "python",
"skills": [
"Basics",
"OOP",
"PEP8, MyPy",
"Unpacking, filter/map",
"List/dict comprehension",
"Flask",
"PyPI packaging",
"Unittests",
"MkDocs",
"Lots of modules"
],
"projects": [
{
"url": "https://github.com/DarkCat09/python-aternos",
"name": "python-aternos",
"stars": 51
},
{
"url": "https://github.com/DarkCat09/python-scripts",
"name": "python-scripts",
"stars": 5
},
{
"url": "https://github.com/DarkCat09/showdialog",
"name": "showdialog",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/randomus",
"name": "randomus",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/knigavuhe",
"name": "knigavuhe",
"stars": 0
},
{
"url": "https://gist.github.com/DarkCat09/1e2d1c79d038392adab5280d79626eab",
"name": "discord bots",
"stars": 1
},
{
"url": "https://gist.github.com/DarkCat09/b53a72d94786aed696372e889a3b7885",
"name": "bb pixel art",
"stars": 1
}
]
},
{
"icon": "lab la-html5",
2022-12-30 18:07:12 +03:00
"name": "HTML & CSS",
"id1": "css",
"id2": "css",
"skills": [
"<img src=\"https://lesscss.org/public/img/less_logo.png\" alt=\"{less}\">",
"Handlebars",
"HTML, CSS basics",
"Forms, inputs",
"Animations",
"Flexboxes",
"Grid (learning)"
],
"projects": [
{
"url": "https://codeberg.org/DarkCat09/pages-src",
"name": "this page",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/cmdsminew",
"name": "cmdsmine",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/monolight",
"name": "monolight",
"stars": 0
}
]
},
{
"icon": "lab la-square-js",
2022-12-30 18:07:12 +03:00
"name": "JavaScript",
"id1": "js",
"id2": "js",
"skills": [
"Basics",
"Loops, conditions",
"Sort, filter, etc.",
"Arrow expresions",
"Destructuring",
"Promises, async/await",
"DOM, Event Handlers",
"2D Canvas",
"Handlebars",
"OOP (learning)",
"NodeJS & NPM (learning)"
],
"projects": [
{
"url": "https://codeberg.org/DarkCat09/pages-src",
"name": "this page",
"stars": 0
},
{
"url": "https://codeberg.org/DarkCat09/pages-src/src/branch/main/dc09.js",
"name": "build script (nodejs)",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/monolight",
"name": "monolight",
"stars": 0
}
]
},
{
"svg": true,
"icon": "svg/kotlin.svg",
"name": "Kotlin",
"id1": "kt",
"id2": "kotlin",
"skills": [
"(currently learning)",
"Basics",
"If, when",
"Loops, ranges",
"Lists, Maps",
"OOP, data classes",
"Lambdas, Vararg",
"Null safety operators",
"Android development"
],
"projects": [
{
"url": "https://github.com/DarkCat09/helloapp",
"name": "helloapp",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/replace-input",
"name": "replace-input",
"stars": 0
}
]
},
{
"icon": "las la-hashtag",
2022-12-30 18:07:12 +03:00
"name": "CSharp",
"id1": "cs",
"id2": "csharp",
"skills": [
"Syntax",
"Loops, conditions",
"WinForms",
"MySql.Data",
"Tuples, destructuring",
"Null safety operators"
],
"projects": [
{
"url": "https://github.com/DarkCat09/dumptool",
"name": "windows dump tool",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/AchSmartHome",
"name": "AchSmartHome",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/RecurseWinFormsTest",
"name": "recursion example",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/Tariffs",
"name": "tariffs",
"stars": 0
}
]
},
{
"icon": "lab la-windows",
2022-12-30 18:07:12 +03:00
"name": "VBScript",
"id1": "vbs",
"id2": "vbs",
"skills": [
"Syntax",
"Arrays",
"Loops, conditions",
"Message boxes",
"WScript.Shell",
"FileSystemObject",
"Registry Editing"
],
"projects": [
{
"url": "https://github.com/DarkCat09/vbscripting",
"name": "vbscripting",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/vbs-season-wallpaper",
"name": "season-wallpaper",
"stars": 0
},
{
"url": "https://gist.github.com/DarkCat09/6b7226dc5afea2f4b5c8f6407e323a65",
"name": "add-to-startup",
"stars": 0
},
{
"url": "https://gist.github.com/DarkCat09/5f12095cbef4d299f2b8124410ca3e48",
"name": "winrestart",
"stars": 0
}
]
},
{
"icon": "las la-terminal",
2022-12-30 18:07:12 +03:00
"name": "Bash",
"id1": "bash",
"id2": "bash",
"skills": [
"Basics",
"Loops and conditions",
"Functions",
"Crontab",
"Some escape codes",
"Arrays (learning)"
],
"projects": [
{
"url": "https://github.com/DarkCat09/saveyoureyes",
"name": "save-your-eyes",
"stars": 0
},
{
"url": "https://gist.github.com/DarkCat09/cba140c921a5bed7f042e157b2319808",
"name": "1compiler api",
"stars": 0
},
{
"url": "https://gist.github.com/DarkCat09/29e4628664dc53666f0b6242395aeab8",
"name": "bashrc",
"stars": 0
},
{
"url": "https://gist.github.com/DarkCat09/eb40c544a4a722bb3a62d23e8ad418cb",
"name": "floating window",
"stars": 0
}
]
},
{
"icon": "lab la-java",
2022-12-30 18:07:12 +03:00
"name": "Java",
"id1": "java",
"id2": "java",
"skills": [
"Syntax",
"Loops, conditions",
"Lists, HashMap",
"JavaFX + SceneBuilder",
"Android development"
],
"projects": [
{
"url": "https://github.com/DarkCat09/blockapp",
"name": "blockapp",
"stars": 0
},
{
"url": "https://gist.github.com/DarkCat09/ce7286f7acca79177b440bae9251e819",
"name": "magic substring",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/mtkfwtools",
"name": "mtkfwtools",
"stars": 0
},
{
"url": "https://github.com/DarkCat09/virustotal-gui-fx",
"name": "virustotal-gui-fx",
"stars": 0
}
]
},{
"icon": "lab la-php",
2022-12-30 18:07:12 +03:00
"name": "PHP",
"id1": "php",
"id2": "php",
"skills": [
"Variables",
"Arrays",
"Conditions, loops",
"Headers",
"Drawing images",
"MySQLi",
"Bcrypt"
],
"projects": [
{
"url": "https://github.com/DarkCat09/englearn",
"name": "englearn",
"stars": 0
}
]
},
{
"icon": "lab la-android",
2022-12-30 18:07:12 +03:00
"name": "Smali",
"id1": "smali",
"id2": "smali",
"skills": [
"Main syntax",
"Can read non-obfuscated code",
"Can change simple code"
],
"projects": []
}
],
2023-02-09 15:41:52 +03:00
"vps": "Hosted on timeweb.cloud",
2022-12-30 18:07:12 +03:00
"selfhosted": [
{
"icon": "las la-home",
2022-12-30 18:07:12 +03:00
"domain": "dc09.ru"
},
2023-02-09 15:41:52 +03:00
{
"icon": "las la-search",
2023-02-09 15:41:52 +03:00
"domain": "searx.dc09.ru"
},
2022-12-30 18:07:12 +03:00
{
"icon": "lab la-git-alt",
2022-12-30 18:07:12 +03:00
"domain": "git.dc09.ru"
},
2023-02-09 15:41:52 +03:00
{
"icon": "las la-play",
2023-02-09 15:41:52 +03:00
"domain": "yt.dc09.ru"
},
2022-12-30 18:07:12 +03:00
{
"icon": "las la-link",
2022-12-30 18:07:12 +03:00
"domain": "url.dc09.ru"
},
{
"icon": "las la-key",
2023-02-09 15:41:52 +03:00
"domain": "pswd.dc09.ru"
},
{
"icon": "las la-cloud",
2023-02-09 15:41:52 +03:00
"domain": "cloud.dc09.ru"
2022-12-30 18:07:12 +03:00
},
{
"icon": "lab la-wikipedia-w",
2022-12-30 18:07:12 +03:00
"domain": "wt.dc09.ru"
}
]
}