Skip to content

Instantly share code, notes, and snippets.

View vman's full-sized avatar
👨‍💻

Vardhaman Deshpande vman

👨‍💻
View GitHub Profile
@vman
vman / wia.xml
Created September 12, 2014 23:40
<SPIntegratedWorkflow xmlns="http://schemas.microsoft.com/sharepoint/2014/app/integratedworkflow">
<IntegratedApp>true</IntegratedApp>
</SPIntegratedWorkflow>
'use strict';
(function ($) {
$(document).ready(function () {
var signalData = {
"signals": [
{
"Item": {
'use strict';
(function ($) {
$(document).ready(function () {
var signalData = {
"signals": [
{
"Item": {
'use strict';
(function ($) {
$(document).ready(function () {
var signalData = {
"signals":[
{
"Actor":{
@vman
vman / o365videos
Last active August 29, 2015 14:13
_api/search/query?querytext='contentclass:sts_site WebTemplate:POINTPUBLISHINGTOPIC'&SelectProperties='WebTemplate,Title,Path'&rowlimit=50
@vman
vman / o365groups
Last active August 29, 2015 14:13
_api/search/query?querytext='contentclass:sts_site WebTemplate:Group'&SelectProperties='WebTemplate,Title,Path'&rowlimit=50
_api/search/query?querytext='(Path:"TAG://PUBLIC/?NAME=*")'&Properties='IncludeExternalContent:true'&selectproperties='Path,Title'&rowlimit=50
'use strict';
(function ($) {
$(document).ready(function () {
//Start
GetDocumentsForGroup("Technical Team");
function GetDocumentsForGroup(groupName){
'use strict';
(function ($) {
$(document).ready(function () {
//Start
GetVideosForChannel("Development");
function GetVideosForChannel(videoChannel){
'use strict';
(function ($) {
$(document).ready(function () {
//Name of the board you want to follow or unfollow
var boardName = "My Delve Board";
//Comment out the action which you don't want. I have commented Unfollow in this case.