Skip to content

Instantly share code, notes, and snippets.

View dotnet22's full-sized avatar

Sukhdev dotnet22

  • Rachanaa Innovations
  • Ahmedabad, India
View GitHub Profile
@dotnet22
dotnet22 / Program.cs
Created September 28, 2019 17:43 — forked from atifaziz/Program.cs
Simple NDde demo for reading and writing data to Excel using DDE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NDde.Client;
// Adapted from: http://ndde.codeplex.com/discussions/399046
static class Program
{
@dotnet22
dotnet22 / app.js
Created July 12, 2017 13:16 — forked from sogko/app.js
gulp + expressjs + nodemon + browser-sync
'use strict';
// simple express server
var express = require('express');
var app = express();
var router = express.Router();
app.use(express.static('public'));
app.get('/', function(req, res) {
res.sendfile('./public/index.html');
@dotnet22
dotnet22 / Firewall.js
Created February 25, 2017 07:30 — forked from havvg/Firewall.js
ExtJS 6: JSON Web Token API Login with Promises
Ext.define('App.security.Firewall', {
singleton: true,
requires: [
'App.security.TokenStorage'
],
login: function(username, password) {
var deferred = new Ext.Deferred();
Ext.Ajax.request({
@dotnet22
dotnet22 / DB.sql
Last active August 29, 2015 14:21 — forked from nerdpad/DB.sql
USE master
GO
-- Enable FileStream at the Instance Level
EXEC sp_configure filestream_access_level, 2
RECONFIGURE
GO
-- Provide a FileStream Filegroup
-- Create Client DB Database