sethwestphal.com valuation and analysis

Robots.txt Information
Robot Path Permission
GoogleBot /
BingBot /
BaiduSpider /
YandexBot /
User-agent: *
Disallow:
Meta Tags
Title Seth Westphal’s Blog | Thoughts. Snippets. Lessons
Description Seth Westphal Thoughts. Snippets. Lessons learned. Multiplication with PIC Assembly Jan 25 I was programming a PIC microcontroller in assembly and noticed
Keywords Seth, Westphal, blog, Seth Westphal, Blogger, Technology, Programmer, Freelance, Software, Engineer, Jesus, Percussionist, Geek, Nerd, Smart, Thoughts, Snippets
Server Information
WebSite sethwestphal faviconsethwestphal.com
Host IP 75.119.215.197
Location United States
Related Websites
Site Rank
More to Explore
sethwestphal.com Valuation
US$465,447
Last updated: 2022-09-22 07:34:12

sethwestphal.com has Semrush global rank of 22,740,118. sethwestphal.com has an estimated worth of US$ 465,447, based on its estimated Ads revenue. sethwestphal.com receives approximately 53,706 unique visitors each day. Its web server is located in United States, with IP address 75.119.215.197. According to SiteAdvisor, sethwestphal.com is safe to visit.

Traffic & Worth Estimates
Purchase/Sale Value US$465,447
Daily Ads Revenue US$430
Monthly Ads Revenue US$12,890
Yearly Ads Revenue US$154,672
Daily Unique Visitors 3,581
Note: All traffic and earnings values are estimates.
DNS Records
Host Type TTL Data
sethwestphal.com. A 900 IP: 75.119.215.197
sethwestphal.com. NS 14400 NS Record: ns3.dreamhost.com.
sethwestphal.com. NS 14400 NS Record: ns2.dreamhost.com.
sethwestphal.com. NS 14400 NS Record: ns1.dreamhost.com.
sethwestphal.com. MX 900 MX Record: 30 ASPMX2.GOOGLEMAIL.com.
sethwestphal.com. MX 900 MX Record: 30 ASPMX5.GOOGLEMAIL.com.
sethwestphal.com. MX 900 MX Record: 10 ASPMX.L.GOOGLE.com.
sethwestphal.com. MX 900 MX Record: 20 ALT1.ASPMX.L.GOOGLE.com.
sethwestphal.com. MX 900 MX Record: 30 ASPMX3.GOOGLEMAIL.com.
sethwestphal.com. MX 900 MX Record: 20 ALT2.ASPMX.L.GOOGLE.com.
sethwestphal.com. MX 900 MX Record: 30 ASPMX4.GOOGLEMAIL.com.
sethwestphal.com. TXT 900 TXT Record: google-site-verification=ZfAMdRXPKmRak9Pvjeg4qUFWCOOtZz6HGVcC49XCb9Q
HtmlToTextCheckTime:2022-09-22 07:34:12
Seth Westphal Thoughts. Snippets. Lessons learned. Multiplication with PIC Assembly Jan 25 I was programming a PIC microcontroller in assembly and noticed that it doesn’t have a native multiply function. Being the adventurous programmer that I am, I decided to write my own. It is based on what is known as the Peasant multiplication algorithm. Assuming X, Y, and ANS are defined bytes of memory, with X*Y ≤ 255 and ANS = 0, the following algorithm will multiply X and Y, storing the result in ANS. MUL: ; X * Y = ANS movlw 1 subwf X, w btfss STATUS, C goto END_MUL ; while x >= 1 btfss X, 0 ; if x is odd goto END_MUL_IF movf Y, w addwf ANS, f ; ANS += Y END_MUL_IF: bcf STATUS, C ; clear carry rrf X, f ; X >>= 1 bcf STATUS, C ; clear carry rlf Y, f ; Y <<= 1 goto MUL END_MUL: Tags: #Algorithms #Assembly #Math Comments: Loading comment count... Author: Seth Westphal How to Convert Floor Division to Ceiling Division Jan 7 Today I found an elegant way to implement ceiling
HTTP Headers
HTTP/1.1 301 Moved Permanently
Date: Sat, 01 Jan 2022 10:37:55 GMT
Server: Apache
Location: http://www.sethwestphal.com/
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 200 OK
Date: Sat, 01 Jan 2022 10:37:56 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Cache-Control: max-age=600
Expires: Sat, 01 Jan 2022 10:47:56 GMT
Vary: User-Agent
Content-Type: text/html; charset=UTF-8
sethwestphal.com Whois Information
Domain Name: SETHWESTPHAL.COM
Registry Domain ID: 1583221798_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.google.com
Registrar URL: http://domains.google.com
Updated Date: 2020-12-31T17:58:32Z
Creation Date: 2010-01-26T22:31:36Z
Registry Expiry Date: 2026-01-26T22:31:36Z
Registrar: Google LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: registrar-abuse@google.com
Registrar Abuse Contact Phone: +1.8772376466
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
>>> Last update of whois database: 2022-01-02T07:50:11Z <<<