Skip to content
View Narshe1412's full-sized avatar
📚
On my way to something great!
📚
On my way to something great!

Highlights

  • Pro
Block or Report

Block or report Narshe1412

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Code-Institute-Interactive-Frontend-Algorithms Code-Institute-Interactive-Frontend-Algorithms Public

    Interactive frontend SPA with Angular and Highcharts, fully responsive and crosscompatible. Milestone Project for the Full Stack Development Course

    TypeScript 1

  2. 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
  3. SpreadJS: Implement Alt+Down key for... SpreadJS: Implement Alt+Down key for List Validator Dropdowns
    1
    const commandManager = workbook.commandManager();
    2
    commandManager.register('showListDown', () => openDropdown(sheet, workbook));
    3
    commandManager.setShortcutKey('showListDown', GC.Spread.Commands.Key.down, false, false, true);
  4. SpreadJS: Create List Validator from... SpreadJS: Create List Validator from Array including empty option
    1
    export const getListValidatorFromArray = (spread: GC.Spread.Sheets.Workbook, data: any[]) => {
    2
      // saving validation list values in a hidden sheet
    3
      spread.addSheet(spread.getSheetCount());
    4
      const sheet = spread.getSheet(spread.getSheetCount() - 1);
    5
      sheet.visible(false);
  5. TCacheRedis.cs TCacheRedis.cs
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Configuration;
    4
    using System.IO;
    5
    using System.Runtime.Serialization.Formatters.Binary;
  6. jelitter/radagast jelitter/radagast Public

    JavaScript 1