Main

processing priority

4

site type

3 (personal blog or private political site, e.g. Blogspot, Substack, also small blogs on own domains)

review version

11

html import

20 (imported)

Events

first seen date

2024-10-31 06:32:46

expired found date

-

created at

2024-10-31 06:32:45

updated at

2025-11-05 15:40:58

Domain name statistics

length

24

crc

60528

tld

2211

nm parts

0

nm random digits

0

nm rare letters

0

Connections

is subdomain of id

13642151 (wordpress.com)

previous id

0

replaced with id

0

related id

-

dns primary id

0

dns alternative id

0

lifecycle status

0 (unclassified, or currently active)

Subdomains and pages

deleted subdomains

0

page imported products

0

page imported random

0

page imported parking

0

Error counters

count skipped due to recent timeouts on the same server IP

0

count content received but rejected due to 11-799

0

count dns errors

0

count cert errors

0

count timeouts

0

count http 429

0

count http 404

0

count http 403

0

count http 5xx

0

next operation date

-

Server

server bits

server ip

-

Mainpage statistics

mp import status

20

mp rejected date

-

mp saved date

-

mp size orig

139073

mp size raw text

26996

mp inner links count

20

mp inner links status

10 (links queued, awaiting import)

Open Graph

title

Codebright's Blog

description

Random thoughts on code

image

site name

Codebright's Blog

author

updated

2026-03-05 17:27:22

raw text

Codebright's Blog | Random thoughts on code Codebright's Blog Random thoughts on code Skip to content Home About ← Older posts Linear Algebra Review and numpy Posted on October 7, 2011 by codebright I’ve signed up for the Machine Learning course from Stanford. One of the first week’s subject areas is a Linear Algebra Review, and the recommended software is GNU Octave . However, I’d prefer to use numpy and Python. Here’s my notes so far. After installing numpy, you can define a matrix in one of the following ways: from numpy import matrix A = matrix( ( (3,4),(2,16))) # or A = matrix("3 4; 2 16") # or even A = matrix( (3,4,2,16) ) A.resize( (2,2) ) You can produce the transpose of A, written A T with: print("transpose of A = \n%s" % A.transpose() ) producing output: transpose of A = [[ 3 2] [ 4 16]] or if you already have a numpy.array, you can create it from that. We’ll see later why you need to use numpy.matrix and not num...

Text analysis

redirect type

0 (-)

block type

0 (no issues)

detected language

1 (English)

category id

Python i Perl (135)

index version

1

spam phrases

0

Text statistics

text nonlatin

0

text cyrillic

0

text characters

17931

text words

4204

text unique words

867

text lines

723

text sentences

104

text paragraphs

57

text words per sentence

40

text matched phrases

0

text matched dictionaries

0

RSS

rss status

32 (unknown)

rss found date

2024-10-31 06:32:47

rss size orig

45767

rss items

10

rss spam phrases

0

rss detected language

1 (English)

inbefore feed id

-

inbefore status

0 (new)

Sitemap

sitemap status

40 (completed successful import of reports.txt file to table in_pages)

sitemap review version

2

sitemap urls count

18

sitemap urls adult

0

sitemap filtered products

0

sitemap filtered videos

0

sitemap found date

2024-10-31 06:32:46

sitemap process date

2024-12-04 13:08:43

sitemap first import date

-

sitemap last import date

2025-11-05 15:40:58