advertiseserves.com (Qasim-1develop)

advertiseserves.com

Qasim-1develop

Geek Repo

my own company

Location:Jordan

Home Page:QASIM TALEB SULIMAN ALOUDAT

Github PK Tool:Github PK Tool

advertiseserves.com's repositories

Stargazers:0Issues:1Issues:0
Stargazers:0Issues:0Issues:0

13

class IpGeoLocation: """Represents an IP Geolocation information object""" def __init__(self, query, jsonData = None): self.Query = query self.ASN = '-' self.City = '-' self.Country = '-' self.CountryCode = '-' self.ISP = '-' self.Latitude = 0.0 self.Longtitude = 0.0 self.Organization = '-' self.IP = '0.0.0.0' self.Region = '-' self.RegionName = '-' self.Status = '-' self.Timezone = '-' self.Zip = '-' self.GoogleMapsLink = '' if jsonData != None: if type(jsonData) is dict: if 'as' in jsonData: self.ASN = jsonData['as'] if 'city' in jsonData: self.City = jsonData['city'] if 'country' in jsonData: self.Country = jsonData['country'] if 'countryCode' in jsonData: self.CountryCode = jsonData['countryCode'] if 'isp' in jsonData: self.ISP = jsonData['isp'] if 'lat' in jsonData: self.Latitude = jsonData['lat'] if 'lon' in jsonData: self.Longtitude = jsonData['lon'] if 'org' in jsonData: self.Organization = jsonData['org'] if 'query' in jsonData: self.IP = jsonData['query'] if 'region' in jsonData: self.Region = jsonData['region'] if 'regionName' in jsonData: self.RegionName = jsonData['regionName'] if 'status' in jsonData: self.Status = jsonData['status'] if 'timezone' in jsonData: self.Timezone = jsonData['timezone'] if 'zip' in jsonData: self.Zip = jsonData['zip'] if type(self.Latitude) == float and type(self.Longtitude) == float: self.GoogleMapsLink = 'http://www.google.com/maps/place/{0},{1}/@{0},{1},16z'.format(self.Latitude, self.Longtitude) def ToDict(self): #self.__dict__. return {'Target':self.Query, 'IP':self.IP, 'ASN':self.ASN, 'City':self.City, 'Country':self.Country, 'Country Code':self.CountryCode, 'ISP':self.ISP, 'Latitude':str(self.Latitude), 'Longtitude':str(self.Longtitude), 'Organization':self.Organization, 'Region':self.Region, 'Region Name':self.RegionName, 'Timezone':self.Timezone, 'Zip':self.Zip, 'Google Maps':self.GoogleMapsLink

Stargazers:0Issues:1Issues:0

azure-cli

Azure Command-Line Interface

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

Azure-Sentinel

Cloud-native SIEM for intelligent security analytics for your entire enterprise.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

CloudComparer

Compare the various managed cloud services offered by the major public cloud providers in the market.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

cloudpak8s

Documentation for IBM CloudPak playbooks. Website at:

Stargazers:0Issues:0Issues:0
Language:RustLicense:NOASSERTIONStargazers:0Issues:1Issues:0

Hybrid_MultiCloud_Overlay

MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.

Language:HCLStargazers:0Issues:1Issues:0

Hybrid_MultiCloud_Overlay-1

MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryptio

Language:HCLStargazers:0Issues:0Issues:0
Stargazers:0Issues:1Issues:0

IPRadar2

Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)

Language:PythonLicense:NOASSERTIONStargazers:0Issues:1Issues:0

kui

A hybrid command-line/UI development experience for cloud-native development

License:Apache-2.0Stargazers:0Issues:0Issues:0

lcm

Lightweight Communications and Marshalling

Language:JavaLicense:LGPL-2.1Stargazers:0Issues:1Issues:0

microservices

Hybrid cloud microservices automation framework

Language:ShellLicense:Apache-2.0Stargazers:0Issues:0Issues:0

MIMO-OFDM-Wireless-Communications-with-MATLAB

MATLAB Code for MIMO-OFDM Wireless Communications with MATLAB | MIMO-OFDM无线通信技术及MATLAB实现

Language:MATLABLicense:GPL-3.0Stargazers:0Issues:1Issues:0

minikube

Run Kubernetes locally

License:Apache-2.0Stargazers:0Issues:0Issues:0

money

A Ruby Library for dealing with money and currency conversion.

Language:RubyLicense:MITStargazers:0Issues:1Issues:0

money-1

PHP implementation of Fowler's Money pattern.

Language:PHPLicense:MITStargazers:0Issues:1Issues:0

Money-2

Swift value types for working with money & currency

Language:SwiftLicense:MITStargazers:0Issues:1Issues:0

networkservicemesh

The Hybrid/Multi-cloud IP Service Mesh

Language:GoLicense:Apache-2.0Stargazers:0Issues:1Issues:0

phpseclib

PHP Secure Communications Library

Language:PHPLicense:MITStargazers:0Issues:1Issues:0

pipeline

A cloud-native Pipeline resource.

License:Apache-2.0Stargazers:0Issues:0Issues:0

PotreeConverter

Create multi res point cloud to use with potree

Language:JavaScriptLicense:BSD-2-ClauseStargazers:0Issues:1Issues:0

qasem

for teaching

Language:HTMLStargazers:0Issues:1Issues:0

qasim

Qasem

Language:PHPLicense:MITStargazers:0Issues:1Issues:0

refarch-cloudnative-kubernetes

Reference Implementation for Microservices based on Kubernetes and the IBM Container Service.

Stargazers:0Issues:0Issues:0

SpaceX-API

:rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:1Issues:0

v2ray-cloudfoundry

push v2ray on ibm cloudfoundry

Language:GoStargazers:0Issues:1Issues:0

website

Source for emberjs.com

License:NOASSERTIONStargazers:0Issues:0Issues:0