Skip to content

Instantly share code, notes, and snippets.

@toxicantidote
toxicantidote / Nayax sales reporting.py
Created June 28, 2022 08:18
Nayax sales reporting
## standard libraries
import re
import time
import queue
import threading
import json
from tkinter import *
from tkinter import ttk, font, messagebox, filedialog
import datetime
import os
@IanColdwater
IanColdwater / twittermute.txt
Last active May 23, 2024 18:37
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@vspruyt-sol
vspruyt-sol / FieldSetField.cls
Last active April 19, 2021 13:40
Importing a fieldset in LWC
public class FieldSetField
{
@AuraEnabled
public Boolean dbRequired;
@AuraEnabled
public String apiName;
@AuraEnabled
public String label;
@AuraEnabled
public Boolean required;
@toxicantidote
toxicantidote / Nayax VPOS serial check.py
Created June 6, 2018 22:32
Checks Nayax for VPOS serials not assigned to the current user
## Gets VPOS serials not owned by the current account. Copy in your auth
## parameters for an existing valid session below.
## Nayax preset ID
preset_id = ''
## Auth cookie value
auth_cookie = ''
## RVC cookie value