1
0

It's the last time I do such commit, I promise

This commit is contained in:
Michael Gordeev
2019-11-08 13:05:43 +03:00
parent 800c0394f9
commit bbcb6b179e
67 changed files with 14344 additions and 48 deletions
+76
View File
@@ -0,0 +1,76 @@
[
{
"Title": "FoxTube",
"Description": "This is my first big project. And the first one published in Microsoft Store.<br />This is a Windows client application for YouTube",
"ImageName": "FoxTube.png",
"Link": "//foxtube.xfox111.net",
"LinkCaption": "Learn more...",
"Badges": [
"csharp", "dotnet", "uwp"
]
},
{
"Title": "My Bonch",
"Description": "",
"ImageName": "",
"Link": "",
"LinkCaption": "Availavle soon...",
"Badges": [
"csharp", "xamarin", "uwp", "android"/*, "ios"*/
]
},
{
"Title": "MotionDecoder",
"Description": "This project is used to analyze videos from security cameras and shows short clips which contain detected motions.<br />I made this projects during scientific projects competition in big data division.",
"ImageName": "MotionDecoder.png",
"Link": "//github.com/XFox111/motiondecoder",
"LinkCaption": "View on GitHub",
"Badges": [
"csharp",
"dotnet",
"win32"
]
},
{
"Title": "2048",
"Description": "Simple classic game. I made it in Unity just for fun",
"ImageName": "2048.png",
"Link": "",
"LinkCaption": "",
"Badges": [
"csharp", "unity", "windows", "android"
]
},
{
"Title": "MiSmartAlarm",
"Description": "Smart alarm app for Xiaomi MiBand",
"ImageName": "MiSmartAlarm.png",
"Link": "https://github.com/XFox111/mismartalarm",
"LinkCaption": "View on GitHub",
"Badges": [
"csharp", "xamarin", "uwp", "android"
]
},
{
"Title": "YouTubeScrapper",
"Description": "A C# library which is used to extend the abilities of YouTube API v3",
"ImageName": "",
"Link": "https://github.com/XFox111/youtubescraper",
"LinkCaption": "View on GitHub",
"Badges": [
"csharp", "dotnet", "uwp"
]
},
{
"Title": "GZipCompression",
"Description": "Console program which splits files on 1MB blocks and compresses them in multi-thread.<br />I made this program as intro challange in Veeam Software",
"ImageName": "",
"Link": "https://github.com/XFox111/gzipcompression",
"LinkCaption": "View on GitHub",
"Badges": [
"csharp",
"dotnet",
"windows"
]
}
]