Skip to content

Instantly share code, notes, and snippets.

@mluxe
mluxe / ses.json
Last active September 19, 2022 10:11
Office Mail Assistant Add-In Configuration
{
"folders": {
"aging": [
{ "label": "7 days", "includeSent": true, "id": "" },
{ "label": "30 days", "includeSent": true, "id": "" },
{ "label": "90 days", "includeSent": true, "id": "" }
],
"projects": [
{ "label": "Maritime Enhancement", "includeSent": false, "id": "" },
{ "label": "SLAer Decommission", "includeSent": false, "id": "" }
@mluxe
mluxe / product-card.jsx
Created March 26, 2021 09:49
React scroll to load pagination
import React from "react";
import './product-list.scss'
export class ProductCard extends React.Component {
constructor(props){
super(props);
this.state = {};
}
@mluxe
mluxe / postlink.js
Created March 31, 2018 20:59
Post hyper link
/*
* this js code is a group of helper methods to simplify
* reading the returned share point web service values
*
* Yufei Liu - feilfly@gmail.com
* 26th Mar. 2014
*/
var SPServiceHelper = {
// handles web service response
@mluxe
mluxe / .vimrc
Last active December 17, 2015 04:48
Vim configuration
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Maintainer:
" Amir Salihefendic
" http://amix.dk - amix@amix.dk
"
" Version:
" 5.0 - 29/05/12 15:43:36
"
" Blog_post:
" http://amix.dk/blog/post/19691#The-ultimate-Vim-configuration-on-Github