📚
On my way to something great!
All the code here has been created during and for educational purposes. All the opinions and comments are my own and don't reflect my employer's.
-
@Nuarca
- Cork, IE
- https://www.linkedin.com/in/manuel-colorado-25501235/
Highlights
- Pro
Pinned Loading
-
Code-Institute-Interactive-Frontend-Algorithms
Code-Institute-Interactive-Frontend-Algorithms PublicInteractive frontend SPA with Angular and Highcharts, fully responsive and crosscompatible. Milestone Project for the Full Stack Development Course
TypeScript 1
-
TypeScript round function with a def...
TypeScript round function with a default return value if the object provided is not defined or not a number 1/**
2* Given an object with a property, it tests if the property is a number and returns the round of that
3* Otherwise returns the value provided by defaultValue, or null
4* @param obj The object that contains the property to test
5* @param prop The property that will be tested
-
SpreadJS: Implement Alt+Down key for...
SpreadJS: Implement Alt+Down key for List Validator Dropdowns 1const commandManager = workbook.commandManager();
2commandManager.register('showListDown', () => openDropdown(sheet, workbook));
3commandManager.setShortcutKey('showListDown', GC.Spread.Commands.Key.down, false, false, true);
-
SpreadJS: Create List Validator from...
SpreadJS: Create List Validator from Array including empty option 1export const getListValidatorFromArray = (spread: GC.Spread.Sheets.Workbook, data: any[]) => {
2// saving validation list values in a hidden sheet
3spread.addSheet(spread.getSheetCount());
4const sheet = spread.getSheet(spread.getSheetCount() - 1);
5sheet.visible(false);
-
TCacheRedis.cs
TCacheRedis.cs 1using System;
2using System.Collections.Generic;
3using System.Configuration;
4using System.IO;
5using System.Runtime.Serialization.Formatters.Binary;
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.