Skip to content

Instantly share code, notes, and snippets.

View faizann's full-sized avatar

Faizan Naqvi faizann

View GitHub Profile
@faizann
faizann / main.dart
Last active March 19, 2021 18:51
jsonParsing
import 'dart:convert';
final String jsonCountries = '''
{
"result": [
{
"id": "ACf1c792d4-9b9d-424e-b477-cc23bc72f19b",
"iso": "NL",
"name": "Netherlands"
},
@faizann
faizann / check_ss7_association.py
Last active September 23, 2023 01:19
Restcomm JSS7/SMSC SIGTRAN Association monitor script
#!/usr/bin/python
import jpype
import sys
from jpype import java
from jpype import javax
# Configuration
JAVA_HOME='/home/faizan/downloads/jdk1.7.0_79'