Skip to content

Instantly share code, notes, and snippets.

View vgashic's full-sized avatar

Vladimir Gasic vgashic

  • Belgrade, Serbia
View GitHub Profile
REPLACE(json, 'AOP0001', 'aop0001')
REPLACE(json, 'AOP0002', 'aop0002')
REPLACE(json, 'AOP0003', 'aop0003')
REPLACE(json, 'AOP0004', 'aop0004')
REPLACE(json, 'AOP0005', 'aop0005')
REPLACE(json, 'AOP0006', 'aop0006')
REPLACE(json, 'AOP0007', 'aop0007')
REPLACE(json, 'AOP0008', 'aop0008')
REPLACE(json, 'AOP0009', 'aop0009')
REPLACE(json, 'AOP0010', 'aop0010')
@vgashic
vgashic / elvis_operator.cs
Last active September 17, 2021 09:27
Demonstration of elvis (?.) operator
using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
{
List<int> list = null;
@vgashic
vgashic / JbkjsRequestPrepare.cs
Created February 6, 2024 12:22
Authorization data for JBKJS service
using System;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
public class Program
{
public static void Main()
{
var usergroup = "guests";