Skip to content

Instantly share code, notes, and snippets.

View msmolcic's full-sized avatar
🎮
Game on!

Mario Smolčić msmolcic

🎮
Game on!
View GitHub Profile
@msmolcic
msmolcic / extensions.vsext
Last active September 1, 2023 07:23
Visual Studio Extensions
{
"id": "6782978b-faa4-41c1-a491-ad6a4f8496b3",
"name": "Visual Studio Extensions",
"description": "List of useful Visual Studio extensions.",
"version": "1.0",
"extensions": [
{
"name": "File Icons",
"vsixId": "3a7b4930-a5fb-46ec-a9b8-9610c8f953b8",
"moreInfoUrl": "https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileIcons",
How to use?
0. Review the content of the files, never trust custom code on the Internet.
1. Download the .snippet files below.
2. Import them to Visual Studio.
3. Enjoy!
@msmolcic
msmolcic / Extensions.cs
Created February 5, 2019 03:15
Nested arrays problem
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace NestedArrays
{
public static class Extensions
{
/// <summary>
/// Flattens the structure of the input of the indefinite depth into