Skip to content

Instantly share code, notes, and snippets.

@Litwilly
Litwilly / features_unsorted.md
Created February 4, 2020 18:56 — forked from icerge/features_unsorted.md
Unsorted features of ServiceNow

Workflow column renderer

/column_renderer_list.do It is based on ui_macro.

Ajax - request source

...
this.getParameter('x-referer');

The value is a URL the request is coming from.

@Litwilly
Litwilly / samsung_remote.py
Last active April 9, 2016 17:52 — forked from danielfaust/samsung_remote.py
Samsung TV Remote Control Python Script
# Info: To send remote control commands to the Samsung tv over LAN
# The first time your run the push() your TV may ask permission to allow "this" remote to connect
import time
import socket
import base64
src = '192.168.1.195' # ip of device controling tv
mac = 'b8:27:eb:32:3e:55' # mac of device controling tv
remote = 'python remote' # remote name will be stored on tv