michaeljohnsteiner.com valuation and analysis

Robots.txt Information
Robot Path Permission
GoogleBot /
BingBot /
BaiduSpider /
YandexBot /
User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php Sitemap:
Meta Tags
Title MichaelJohnSteiner.com – C# Source
Description MichaelJohnSteiner.com C# Source Code BoyerMooreString.cs BoyerMoore String Searching Algorithm using System; using System.Collections.Generic; public cla
Keywords N/A
Server Information
WebSite michaeljohnsteiner faviconmichaeljohnsteiner.com
Host IP 50.31.147.20
Location United States
Related Websites
Site Rank
More to Explore
michaeljohnsteiner.com Valuation
US$278,240
Last updated: 2023-05-16 04:42:07

michaeljohnsteiner.com has Semrush global rank of 38,040,258. michaeljohnsteiner.com has an estimated worth of US$ 278,240, based on its estimated Ads revenue. michaeljohnsteiner.com receives approximately 32,105 unique visitors each day. Its web server is located in United States, with IP address 50.31.147.20. According to SiteAdvisor, michaeljohnsteiner.com is safe to visit.

Traffic & Worth Estimates
Purchase/Sale Value US$278,240
Daily Ads Revenue US$257
Monthly Ads Revenue US$7,706
Yearly Ads Revenue US$92,462
Daily Unique Visitors 2,141
Note: All traffic and earnings values are estimates.
DNS Records
Host Type TTL Data
michaeljohnsteiner.com. A 21598 IP: 50.31.147.20
michaeljohnsteiner.com. NS 21600 NS Record: ns302.my-hosting-panel.com.
michaeljohnsteiner.com. NS 21600 NS Record: ns303.my-hosting-panel.com.
michaeljohnsteiner.com. NS 21600 NS Record: ns301.my-hosting-panel.com.
michaeljohnsteiner.com. MX 21600 MX Record: 10 mail.michaeljohnsteiner.com.
michaeljohnsteiner.com. TXT 21600 TXT Record: v=spf1 a:mi3-wts7.my-hosting-panel.com a mx include:relay.mailchannels.net ~all
HtmlToTextCheckTime:2023-05-16 04:42:07
MichaelJohnSteiner.com C# Source Code BoyerMooreString.cs BoyerMoore String Searching Algorithm using System; using System.Collections.Generic; public class BoyerMooreString { private int[] _jumpTable; private string _pattern; private int _patternLength; public BoyerMooreString() { } public BoyerMooreString(string pattern) { SetPattern(pattern); } public void SetPattern(string pattern) { _pattern = pattern; _jumpTable = new int[ushort.MaxValue]; _patternLength = _pattern.Length; for (var index = 0; index < ushort.MaxValue; ++index) _jumpTable[index] = _patternLength; for (var index = 0; index < _patternLength - 1; ++index) _jumpTable[_pattern[index]] = _patternLength - index - 1; } public unsafe int Search(string searray, int startIndex = 0) { if (_pattern == null) throw new Exception("Pattern has not been set."); if (_patternLength > searray.Length) throw new Exception("Search Pattern length exceeds search array length."); var num1 = startIndex; var num2 = searray.Length -
HTTP Headers
HTTP/1.1 301 Moved Permanently
Content-Length: 154
Content-Type: text/html; charset=UTF-8
Location: https://michaeljohnsteiner.com/
Server: Microsoft-IIS/10.0
Date: Tue, 18 Jan 2022 11:57:41 GMT

HTTP/2 200 
content-length: 0
content-type: text/html; charset=UTF-8
server: Microsoft-IIS/10.0
link: ; rel="https://api.w.org/"
date: Tue, 18 Jan 2022 11:57:43 GMT
michaeljohnsteiner.com Whois Information
Domain Name: MICHAELJOHNSTEINER.COM
Registry Domain ID: 2096210768_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: http://www.enomdomains.com
Updated Date: 2022-01-09T17:18:52Z
Creation Date: 2017-02-08T08:06:28Z
Registry Expiry Date: 2023-02-08T08:06:28Z
Registrar: eNom, LLC
Registrar IANA ID: 48
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS301.MY-HOSTING-PANEL.COM
Name Server: NS302.MY-HOSTING-PANEL.COM
Name Server: NS303.MY-HOSTING-PANEL.COM
DNSSEC: unsigned
>>> Last update of whois database: 2022-01-18T07:48:17Z <<<