Skip to content
View sampathsris's full-sized avatar
Block or Report

Block or report sampathsris

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. ascii-fullwidth-halfwidth-convert ascii-fullwidth-halfwidth-convert Public

    Convert ASCII to their full-width form and back.

    JavaScript 6

  2. marked-tex-renderer marked-tex-renderer Public

    A plug-in style renderer to produce TeX output for marked

    JavaScript 4 1

  3. Windows integrated authentication wi... Windows integrated authentication with Passport.js in pure JavaScript (without using IISNode or mod_auth_sspi).
    1
    
                  
    2
    const express = require('express');
    3
    const session = require('express-session');
    4
    const passport = require('passport');
    5
    const ntlm = require('express-ntlm');
  4. How to resolve the error The node id... How to resolve the error The node identifier for {My Machine Name} is {Some random letters}
    1
    @echo off
    2
    
                  
    3
    :: Harvest path is C:\Program Files (x86)\CA\SharedComponents\PEC\bin
    4
    :: Node.js path is C:\Program Files (x86)\nodejs
    5
    :: Let's replace Harvest's path with Node.js's path
  5. A function composer in C# A function composer in C#
    1
    using System;
    2
    using System.Linq;
    3
    
                  
    4
    namespace IntObjectTest
    5
    {
  6. ifs-cloud-app-proto ifs-cloud-app-proto Public

    An Express.js app that authenticates with an IFS Cloud instance using Passport.js and openid-client.

    JavaScript 1