Pinned Repositories
buildah
A tool that facilitates building OCI images
CSharpLib
:books: Si13n7 Dev.™ CSharp Library
ExpressLocalizationSampleCore3
Sample localization project based on original template from Asp.NetCore 3
jboss-developer-shared-resources
Shared resources among all JBoss Developer materials
ovirt-node
This is a mirror for http://gerrit.ovirt.org, for issues use http://bugzilla.redhat.com
qasem-
skytrack
Solar System Planet/Moon Tracker That Interfaces With GQRX, GNURadio, SDRSharp, and Hamlib Rotors
SlowMovementThroughWater
Wexflow
A high-performance, extensible, modular and cross-platform workflow engine. Built for automation and optimized for SaaS.
yangster-electron
Bundled Yangster electron application
advertiseserves.com's Repositories
Qasim-1develop/-
Qasim-1develop/.github
Qasim-1develop/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
Qasim-1develop/azure-cli
Azure Command-Line Interface
Qasim-1develop/Azure-Sentinel
Cloud-native SIEM for intelligent security analytics for your entire enterprise.
Qasim-1develop/CloudComparer
Compare the various managed cloud services offered by the major public cloud providers in the market.
Qasim-1develop/cloudpak8s
Documentation for IBM CloudPak playbooks. Website at:
Qasim-1develop/halo2
Qasim-1develop/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.
Qasim-1develop/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
Qasim-1develop/ibm-cloud-cli-release
Qasim-1develop/IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Qasim-1develop/kui
A hybrid command-line/UI development experience for cloud-native development
Qasim-1develop/lcm
Lightweight Communications and Marshalling
Qasim-1develop/microservices
Hybrid cloud microservices automation framework
Qasim-1develop/MIMO-OFDM-Wireless-Communications-with-MATLAB
MATLAB Code for MIMO-OFDM Wireless Communications with MATLAB | MIMO-OFDM无线通信技术及MATLAB实现
Qasim-1develop/minikube
Run Kubernetes locally
Qasim-1develop/money
A Ruby Library for dealing with money and currency conversion.
Qasim-1develop/money-1
PHP implementation of Fowler's Money pattern.
Qasim-1develop/Money-2
Swift value types for working with money & currency
Qasim-1develop/networkservicemesh
The Hybrid/Multi-cloud IP Service Mesh
Qasim-1develop/phpseclib
PHP Secure Communications Library
Qasim-1develop/pipeline
A cloud-native Pipeline resource.
Qasim-1develop/PotreeConverter
Create multi res point cloud to use with potree
Qasim-1develop/qasem
for teaching
Qasim-1develop/qasim
Qasem
Qasim-1develop/refarch-cloudnative-kubernetes
Reference Implementation for Microservices based on Kubernetes and the IBM Container Service.
Qasim-1develop/SpaceX-API
:rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.
Qasim-1develop/v2ray-cloudfoundry
push v2ray on ibm cloudfoundry
Qasim-1develop/website
Source for emberjs.com