Données techniques du gist.github.com
Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations.
Notre service GeoIP a trouvé l'hôte gist.github.com.Actuellement, hébergé dans United States et son fournisseur de services est Github Inc. .
Latitude: |
37.775699615479 |
Longitude: |
-122.39520263672 |
Pays: |
United States (us)
|
Ville: |
San Francisco |
Région: |
California |
ISP: |
Github Inc. |
Analyse d'en-tête HTTP
Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé GitHub.com contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.
Status: | 200 OK |
Expect-CT: | max-age=2592000, report-uri="https://api.github.com/_private/browser/errors" |
X-Request-Id: | 6f81e429-f224-4178-ad09-8259a25464c3 |
X-XSS-Protection: | 1; mode=block |
Content-Security-Policy: | default-src 'none'; base-uri 'self'; block-all-mixed-content; connect-src 'self' uploads.github.com status.github.com collector.githubapp.com api.github.com www.google-analytics.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com wss://live.github.com; font-src assets-cdn.github.com; form-action 'self' github.com gist.github.com; frame-ancestors 'none'; frame-src render.githubusercontent.com; img-src 'self' data: assets-cdn.github.com identicons.github.com collector.githubapp.com github-cloud.s3.amazonaws.com *.githubusercontent.com; manifest-src 'self'; media-src 'none'; script-src assets-cdn.github.com; style-src 'unsafe-inline' assets-cdn.github.com |
X-Content-Type-Options: | nosniff |
X-Runtime-rack: | 0.228679 |
Transfer-Encoding: | chunked |
Set-Cookie: | has_recent_activity=1; path=/; expires=Thu, 19 Jul 2018 22:11:54 -0000, _gh_sess=NG1uS3BnUzQ3QytSbXF2aklWaDNtTWZUcVBPODVOQUZoME5STlZwOTE3bEZhalFUSkdJaGlGQnY0UDVPS2R0cWNEeFA5VEl3aXkzWHFoWllqMklocFU3Mll0OTl0bmFjRWxwbFNjZFR4WHBPUENGRUpBVVdCSWcvdEFkekRCV29jUmRuNWRTTmUxUWpJMlF3UXRONktrUC9ibWJpZzFqY2VsK296ZmNOaG5kMkN1RUIrRE9GK3NSWHZFVWU5MzlVVktIMGNKSFJlTzFFblVncTRrM09GOHVIOUJhc2FOcjVjcysxSUNuOXE1WXdHSW84RDNEUG5NeWE3NzRkcm0wKy0tdll4alg5bHRRVlE0UDVHazFacTNZdz09--7c76cac42d7d00931d9916b6b3e2717b3542f2de; path=/; secure; HttpOnly |
Strict-Transport-Security: | max-age=31536000; includeSubdomains; preload |
Vary: | X-PJAX |
Server: | GitHub.com |
X-GitHub-Request-Id: | E70C:759C:69335:DD45C:5B50FE9A |
X-Runtime: | 0.221686 |
Cache-Control: | no-cache |
Date: | Thu, 19 Jul 2018 21:11:54 GMT |
X-Frame-Options: | deny |
Referrer-Policy: | origin-when-cross-origin, strict-origin-when-cross-origin |
Content-Type: | text/html; charset=utf-8 |
Content-Encoding: | gzip |
DNS
ipv4: | IP:192.30.253.118 ASN:36459 OWNER:GITHUB - GitHub, Inc., US Country:US IP:192.30.253.119 ASN:36459 OWNER:GITHUB - GitHub, Inc., US Country:US
|
HtmlToText
skip to content -- ignore learn more please note that github no longer supports internet explorer. we recommend upgrading to the latest microsoft edge , google chrome , or firefox . -- all gists github sign up for a github account sign in sort: recently created sort options recently created least recently created recently updated least recently updated discover gists all gists forked starred 1 file 0 forks 0 comments 0 stars thomelane / main.sh created jul 19, 2018 adding conda env (for specific mxnet version) view main.sh conda create --name myenv pip jupyter source activate myenv # installing mxnet package cd /home/ubuntu/incubator-mxnet/python # after building shared library libmxnet.so pip install -e . # adding env to jupyter # https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook 1 file 0 forks 0 comments 0 stars michellejl / keybase.md created jul 19, 2018 view keybase.md keybase proof i hereby claim: i am michellejl on github. i am michellejl ( https://keybase.io/michellejl ) on keybase. i have a public key ascx8dxxcckyqyp9rktfroe6nl2ry-6lgfewqn59go5giqo to claim this, i am signing this object: 1 file 0 forks 0 comments 0 stars untrusted-game / untrusted-lvl8-solution.js created jul 19, 2018 solution to level 8 in untrusted: http://alex.nisnevich.com/untrusted/ view untrusted-lvl8-solution.js /** ***************** * intothewoods.js * ******************* * * ah, you're out of the woods now. or into the woods, as the * case may be. * * so take a deep breath, relax, and remember what you're here * for in the first place. * 1 file 0 forks 0 comments 0 stars chanwutk / label_time_3.json created jul 19, 2018 view label_time_3.json [ { "method": "particle-based", "input_shape": "uniform", "input_size": 2000, "width": 1000, "height": 1000, "run": 0, "time": 22.079833984375 }, 1 file 0 forks 0 comments 0 stars ellendunn / gist:92d16b8d1951ea6187a8cc52d65df7bc created jul 19, 2018 mongo basics drills view gist:92d16b8d1951ea6187a8cc52d65df7bc get all > use temptestdb switched to db temptestdb > db.restaurants.find() > limit and sort > db.restaurants. find({}, {name:1}). sort({name:1}). limit(10) 1 file 0 forks 0 comments 0 stars 11moon11 / serial_read_write.py created jul 19, 2018 view serial_read_write.py import time import serial ser = serial.serial( port = ' /dev/ttyacm0 ' , baudrate = 9600 , parity = serial. parity_none , bytesize = serial. eightbits , timeout = 1 ) 1 file 0 forks 0 comments 0 stars pocket-titan / styles.less created jul 19, 2018 view styles.less /* * your stylesheet * * this stylesheet is loaded when atom starts up and is reloaded automatically * when it is changed and saved. * * add your own css or less to fully customize atom. * if you are unfamiliar with less, you can read more about it here: * http://lesscss.org */ 1 file 0 forks 0 comments 0 stars alexandertorres11 / modeling_toolkit_wip_gui.py created jul 19, 2018 view modeling_toolkit_wip_gui.py ''' _________________modeling_tool_kit_________________ built by: alexander torres how to run: import modeling_toolkit reload (modeling_toolkit) modeling_toolkit.gui() 1 file 0 forks 0 comments 0 stars sealaszlo / speed_test.py created jul 19, 2018 ping & upload at&t servers using python requests view speed_test.py # !/usr/bin/env python # -*- coding: utf-8 -*- import requests import timeit import os # at&t speedtest list urls = \ " http://mobspeedtest004.npm.mobile.att.net/speedtest/ " ,\ 1 file 0 forks 0 comments 0 stars sabrincodes / gist:8deb01b4baf8a3a46b6a2ab54270df7c created jul 19, 2018 2dobox view gist:8deb01b4baf8a3a46b6a2ab54270df7c 1project expectations learn jqeury gain stronger foundational js skills 2.goals and expectations get into phase 2 . execute first three and possibly get search filter done. 3.team strngths sabrin = patience and don't give up and communicatioon ben- communicatioon, persistance newer older © 2018 github , inc. terms privacy security status help contact github api training shop blog about you can’t perform that action at this time. you signed in with another tab or window. reload to refresh your session. you signed out in another tab or window. reload to refresh your session. press h to open a hovercard with more details.
Analyse PopURL pour gist.github.com
https://gist.github.com/ramons03/6152802
https://gist.github.com/lttlrck/9628955
https://gist.github.com/
https://gist.github.com/CristinaSolana/1885435
https://gist.github.com/jackiekazil/6201722
https://gist.github.com/fernandoaleman/2172388
https://gist.github.com/MinecrafterJPN/5269422
https://gist.github.com/mikejolley/2044101
https://gist.github.com/MohamedAlaa/2961058
https://gist.github.com/mshafrir/2646763
Informations Whois
Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;
Domain Name: GITHUB.COM
Registry Domain ID: 1264983250_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.markmonitor.com
Registrar URL: http://www.markmonitor.com
Updated Date: 2017-06-26T16:02:39Z
Creation Date: 2007-10-09T18:20:50Z
Registry Expiry Date: 2020-10-09T18:20:50Z
Registrar: MarkMonitor Inc.
Registrar IANA ID: 292
Registrar Abuse Contact Email: abusecomplaints@markmonitor.com
Registrar Abuse Contact Phone: +1.2083895740
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS-1283.AWSDNS-32.ORG
Name Server: NS-1707.AWSDNS-21.CO.UK
Name Server: NS-421.AWSDNS-52.COM
Name Server: NS-520.AWSDNS-01.NET
Name Server: NS1.P16.DYNECT.NET
Name Server: NS2.P16.DYNECT.NET
Name Server: NS3.P16.DYNECT.NET
Name Server: NS4.P16.DYNECT.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2017-08-22T15:50:58Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.
TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.
The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.
REGISTRAR MarkMonitor Inc.
SERVERS
SERVER com.whois-servers.net
ARGS domain =github.com
PORT 43
TYPE domain
RegrInfo
DOMAIN
NAME github.com
CHANGED 2017-06-26
CREATED 2007-10-09
STATUS
clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
clientTransferProhibited https://icann.org/epp#clientTransferProhibited
clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
NSERVER
NS-1283.AWSDNS-32.ORG 205.251.197.3
NS-1707.AWSDNS-21.CO.UK 205.251.198.171
NS-421.AWSDNS-52.COM 205.251.193.165
NS-520.AWSDNS-01.NET 205.251.194.8
NS1.P16.DYNECT.NET 208.78.70.16
NS2.P16.DYNECT.NET 204.13.250.16
NS3.P16.DYNECT.NET 208.78.71.16
NS4.P16.DYNECT.NET 204.13.251.16
REGISTERED yes
Go to top