Skip to content

Releases: eq19/feed

Feed Unit Mapping

11 May 20:52
92d284d
Compare
Choose a tag to compare

In our approach a 3-form is not an object that exist in addition to the metric, it is the only object that exist and in particular the 4D metric, is defined by the 3-form.

Renormalization

This is managed within twelve (12) flows (A: to W:). Each flows is representing a certain period which is converting the three (3) layers of 19 cells with a cumulative sum of 1, 7 and 19 in sequence as explained before.

default

As we've already suggested, the number 30 figures large in our modulo 30 domain. The Prime Spiral Sieve is Archimedean in that the separation distance between turns equals 30, ad infinitum. The first two rotations increment as follows:

1-s2 0-S0550321321002340-gr008_lrg

The first diagram corresponds to the first term at right hand side of equality, while the other two diagrams with back-moving lines combine to produce the second term.

Penetration of prime spin

10 Dec 11:57
57c1be5
Compare
Choose a tag to compare
#!/usr/bin/env bash

edit_file () {

  while ((i++)); IFS=' ' read -ra SORT; do

    T+=("${SORT[0]}")
    R+=("${SORT[1]}")
    A+=("${SORT[2]}")
    C+=("${SORT[3]}")
    K+=("${SORT[4]}")
    I+=("${SORT[5]}")
    N+=("${SORT[6]}")
    G+=("${SORT[7]}")

  done < /tmp/spin.txt

  while ((j++)); IFS=' ' read -ra SORT; do

    SPIN="$((i+j-1))"
    SPIN+=" ${SORT[0]}"
    SPIN+=" ${SORT[1]}"
    SPIN+=" ${SORT[2]}"
    SPIN+=" ${SORT[3]}"
    
    echo "${SPIN} ${SORT[0]}" >> /tmp/spin.txt

  done < $1

}

FILE=${1##*_} && NAME=${FILE%.*}
[[ $(($NAME + 0)) < 3 ]] && edit_file $1

Screenshot_2023-12-10-18-52-45-497_com android chrome

Initiate prime title

06 Dec 05:37
d3a1677
Compare
Choose a tag to compare
#!/usr/bin/env bash

FILE=${1##*/}
SORT=${FILE%.*}
NUM=$(($SORT + 0))

sed -i 's/💎:/sort:/g' $1
sed -i 's/🚀:/spin:/g' $1
sed -i 's/🔨:/span:/g' $1
sed -i 's/📂:/suit:/g' $1

while IFS=' ' read -ra SPIN; do
  S+=("${SPIN[0]}")
  P+=("${SPIN[1]}")
  I+=("${SPIN[2]}")
  N+=("${SPIN[3]}")
done < exponentiation/span18/gist.txt

IFS=$'\n' read -d '' -r -a LINE < _Sidebar.md
TEXT=${LINE[$SORT]} && TITLE=${TEXT%|*}

FRONT="---\n"
FRONT+="sort: $SORT\n"
FRONT+="suit: ${S[$SORT]}\n"
FRONT+="---\n"
FRONT+="# $TITLE\n\n"

[[ $SORT =~ ^-?[0-9]+$ && $NUM -le 9 ]] && sed -i "1s|^|$FRONT|" $1

if [[ "$SORT" == "0" || "$SORT" == "1" || "$SORT" == "9" ]]; then
  mv -f $1 ${1%/*}/README.md
  sed '1,6!d' ${1%/*}/README.md
fi

Screenshot_2023-12-06-12-34-10-020_com android chrome

Clear all warning on build

16 Aug 03:42
5d77746
Compare
Choose a tag to compare

Reversal behaviour

13 Aug 23:26
5297986
Compare
Choose a tag to compare
1st layer:
It has a total of 1000 numbers
Total primes = π(1000) = 168 primes

2nd layer:
It will start by π(168)+1 as the 40th prime
It has 100x100 numbers or π(π(10000)) = 201 primes
Total cum primes = 168 + (201-40) = 168+161 = 329 primes

3rd layer:
Behave reversal to 2nd layer which has a total of 329 primes
The primes will start by π(π(π(1000th prime)))+1 as the 40th prime
This 1000 primes will become 1000 numbers by 1st layer of the next level
Total of all primes = 329 + (329-40) = 329+289 = 618 = 619-1 = 619 primes - Δ1 

Behave reversal

Bilateral way

24 Jul 17:08
Compare
Choose a tag to compare
# Sets global environtment variables
env:
  USER: ${{ github.actor }}
  REPO: ${{ github.repository }}
  OWNER: ${{ github.repository_owner }}
  ACTOR: ${{ github.triggering_actor }}
  
jobs:
  # Build job
  github-pages:
    if: github.event.workflow_run.conclusion == 'success'
    runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || (
             github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }}

image

Setup self-hosted

22 Jul 16:30
Compare
Choose a tag to compare
jobs:
  # Build job
  github-pages:
    if: github.event.workflow_run.conclusion == 'success'
    runs-on: ${{github.actor != github.repository_owner && 'self-hosted' || (
             github.ref_name != 'main' && 'ubuntu-latest' || 'windows-latest')}}

Untitled

The Edge of Hexagon

20 Jul 08:58
d32e8ef
Compare
Choose a tag to compare

Figure shows the hexagon with all possible positions within the t-hexagon have been considered and three facts become apparent:

  1. Only “n” and “n+2” may host prime numbers, because all other cells are even or three divisible or both.

  2. No n or n+2 cell borders the edge of the hexagon, so spirals near the edge continue past and return to the center of the hexagon.

  3. No escape is possible

image

Digging Of Contents

18 Jul 09:19
Compare
Choose a tag to compare

By prime hexagon we can see that seven (7), hold the power to make the prime spin remain on the track. This power is then transfered to twelve (12) spins.

image

So basically there is a power transformation between an addition of 3 and 4 to 7 in to their multiplication in to 12 where this 7 will be treated as one of their member.

  #8 |----------- 5® --------|------------ 7® --------------|
     |  1  |---------------- 77 = 4² + 5² + 6² -------------|
-----+-----|-----+---+---+---+---+---+---+---+----+----+----+
 repo| {1} | {2} | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |{12}| 1,77
-----+-----|-----+---+---+---+---+---+---+---+----+----+----+
 user|  7  |  -  | - | - | - | 7 | 8 | - | - |  8 |  8 |  3 |
-----+-----|-----+---+---+---+---+---+---+---+----+----+----+ 7,78
 main|  -  |  9  | 7 | 9 | 6 | - | - | 8 | 5 |  - |  - |  - |
-----+-----|-----+---+---+---+---+---+---+---+----+----+----+
               Δ | Δ             |                       Δ  |   Δ
              Φ17|Φ29            |                     96-99|  200
                 |--- A,T,G,C ---|                          |  └── 30
                 Δ    2x2 = 4x   |-------  2x3 = 6x  -------|  └── 70
                {98}                                        |  └── 100

Therefore the 12 will consist of 11 groups runner and 1 profile of the transformation. We collect them in 19 gists as below.

$ gh api -H "${HEADER}" /users/eq19/gists --jq '.[].url'

https://api.github.com/gists/c9bdc2bbe55f2d162535023c8d321831 19 grammar 36
https://api.github.com/gists/e9832026b5b78f694e4ad22c3eb6c3ef 18 syntax
https://api.github.com/gists/e84a0961dc7636c01d5953d19d65e30a 17 parser
https://api.github.com/gists/dc30497160f3389546d177da901537d9 16 lexer
https://api.github.com/gists/b9f901cda16e8a11dd24ee6b677ca288 15 feed
https://api.github.com/gists/765ddc69e339079a5a64b56c1d46e00f 14 maps
https://api.github.com/gists/f78d4470250720fb18111165564d555f 13 io 30
                                                           --------
https://api.github.com/gists/4ffc4d02579d5cfd336a553c6da2f267 12 group11 77
https://api.github.com/gists/80c8098f16f3e6ca06893b17a02d910e 11 group10
https://api.github.com/gists/b541275ab7deda356feef32d600e44d8 10 group9
https://api.github.com/gists/6e2fcc2138be6fb68839a3ede32f0525 9 group8
https://api.github.com/gists/f21abd90f8d471390aad23d6ecc90d6d 8 group7
https://api.github.com/gists/6c89c3b0f109e0ead561a452720d1ebf 7 group6
https://api.github.com/gists/f1af4317b619154719546e615aaa2155 6 group5
https://api.github.com/gists/54600a56d20163c2da8910dd804ec406 5 group4
https://api.github.com/gists/8cab5e72d52ecb338a2f2187082a1699 4 group3
https://api.github.com/gists/88d09204b2e5986237bd66d062406fde 3 group2
https://api.github.com/gists/b32915925d9d365e2e9351f0c4ed786e 2 group1
https://api.github.com/gists/0ce5848f7ad62dc46dedfaa430069857 1 eq19/* 37

By the prime hexagon the 19th spin is touching back to the first node. So the workflow will be proceeded as bilateral way:

https://api.github.com/gists/4ffc4d02579d5cfd336a553c6da2f267 12 group11 77
https://api.github.com/gists/80c8098f16f3e6ca06893b17a02d910e 11 group10
https://api.github.com/gists/b541275ab7deda356feef32d600e44d8 10 group9
https://api.github.com/gists/6e2fcc2138be6fb68839a3ede32f0525 9 group8
https://api.github.com/gists/f21abd90f8d471390aad23d6ecc90d6d 8 group7
https://api.github.com/gists/6c89c3b0f109e0ead561a452720d1ebf 7 group6
https://api.github.com/gists/f1af4317b619154719546e615aaa2155 6 group5
https://api.github.com/gists/54600a56d20163c2da8910dd804ec406 5 group4
https://api.github.com/gists/8cab5e72d52ecb338a2f2187082a1699 4 group3
https://api.github.com/gists/88d09204b2e5986237bd66d062406fde 3 group2
https://api.github.com/gists/b32915925d9d365e2e9351f0c4ed786e 2 group1
https://api.github.com/gists/0ce5848f7ad62dc46dedfaa430069857 1 eq19/* 37
12 months (moon)
-------- bilateral 9 sums
7 days (sun)
https://api.github.com/gists/c9bdc2bbe55f2d162535023c8d321831 19 grammar 36
https://api.github.com/gists/e9832026b5b78f694e4ad22c3eb6c3ef 18 syntax
https://api.github.com/gists/e84a0961dc7636c01d5953d19d65e30a 17 parser
https://api.github.com/gists/dc30497160f3389546d177da901537d9 16 lexer
https://api.github.com/gists/b9f901cda16e8a11dd24ee6b677ca288 15 feed
https://api.github.com/gists/765ddc69e339079a5a64b56c1d46e00f 14 maps
https://api.github.com/gists/f78d4470250720fb18111165564d555f 13 io 30

Screenshot_2023-07-18-16-10-48-655_com android chrome

Fix almost all warning on build

11 Jul 15:23
Compare
Choose a tag to compare
FROM jekyll/jekyll:latest
LABEL version=v0.0.1

ADD . /maps

ENV PATH="${PATH}:/maps/_plugins"
ENV BUNDLE_GEMFILE=/maps/_plugins/Gemfile

RUN apk update && apk upgrade
RUN apk add -U bash curl github-cli jq yq
RUN bundle install &>/dev/null && bundle add webrick

ENTRYPOINT ["entrypoint.sh"]

image

By this part we are going to collect all of the schemes we have documented starting from the beginning. Here we will explain the way we choosed ‘eq19' as our root domain where the ‘eq' is standing for equivalent. So it would mean equivalent to 19.

image