Skip to content
View Sarverott's full-sized avatar
๐Ÿ’€
Focusing
๐Ÿ’€
Focusing

Organizations

@project-anubis @rattish

Block or report Sarverott

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Sarverott/README.md

sett.sarverott.com :: HELLO WORLD!

I like technology, reading about its details and observing its vulnerabilities. I program by vocation, the open source mission inspired me to publish my work. I do not limit myself to specific environment and language. Over the years, programming has become my form of self-expression. I hope that you find my work usefull and worth noticing.


Some statistical data

Extension of statistic summary


<<< statistics of used languages >>> <<< statistics display >>>
<<< GitHub Streak >>> <<< TryHackMe profile >>>

Links to my actions

Shordcuts to my work across the internet


developer platforms socialmedia
NPM DOCKER PY-PI Packagist FB INSTAGRAMTWITTER BLOGSPOT TUMBLR

More about

Contact ways github supervision site personal entry www
EMAIL: sett@sarverott.com GITHUB SITE: https://sarverott.github.io/ WWW: https://sarverott.com/

import Driveset from "void-physics";
import {ME, about, soul, I} from "myself";
import {nightmares, hopes} from "dreams";
import {plans, concepts, ideas, forecasts} from "possible";
import {memory, thinking, OS, MIND, RootPoint} from "mind";

//var universe = new .Ref(import.meta);

//var entity = driveset
function(oniconstantevaluation){
	console.log(
		"# Total of Absolution Determined #"
	);
	console.log(
		oniconstantevaluation
		
		
	);
}


const OUR_RELM = new Driveset.ref(
	import("universe").then(
		(absolut)=>{
			
			
		}
	).catch(
		(err)=>{
			
		}
	)
	//Math.complex(index.meta)
).Context().Entity.Existance((this)=>this );

context.define(
	ME,
	[
		"Sett Sarverott",
		"A.A.B."
	],
	class I extends Person{
		lineage(){
			return this instanceof human;
		}
	}
)

import Human from "earth";
import Member from "society";
import Person from "the-people";
import Particle from "civilisation";


import {fields, develop, answers, unknown} from "knowledge";


import * as PROJECTS from "technical-development";
import * as ART from "perception-of-beauty";
import * as POEMS from "inner-feelings";
import * as LORE from "warning-tales";

Pinned Loading

  1. rokita rokita Public

    new Controll Panel of New Order, tool to manage your host. Uploaded on server allows you to use path traversal, using easy-to-use filesystem explorer. Tools to upload files, php eval and shell execโ€ฆ

    JavaScript 2 2

  2. code in assembler for Intel 8080, th... code in assembler for Intel 8080, that is self-replicatory virus example. Written for fun for 80's old school microprocessor unit. Tested on http://asm80.com/ and https://github.com/eliben/js-8080-sim emulators
    1
    ;asmWorm - self-replication code in assembler for Intel 8080
    2
    ;Sett Sarverott @ 2022
    3
      lxi h, 0000h ;start read
    4
      lxi d, 002fh ;stop read/start write
    5
      mvi c, 2fh ;length
  3. carnival-toolbox carnival-toolbox Public

    npm package with some of simple and usefull functions. use "๐—ป๐—ฝ๐—บ ๐—ถ๐—ป๐˜€๐˜๐—ฎ๐—น๐—น ๐—ฐ๐—ฎ๐—ฟ๐—ป๐—ถ๐˜ƒ๐—ฎ๐—น-๐˜๐—ผ๐—ผ๐—น๐—ฏ๐—ผ๐˜…" to use it in your Node.js projects.

    JavaScript 1 2

  4. skriptonus skriptonus Public

    For code poets, fans of darkness and very futuristic projects. part of Anubis Project

    JavaScript 1 3

  5. void-physics void-physics Public

    framework inspired by mechanics of universe as proof-of-concept to play around with representative example of cosmic sandbox in mindful dilemas

    JavaScript 1

  6. pyRattlesnake pyRattlesnake Public

    Python implementation of rattlesnake fast cli interfaces builder. Makes terminal menus creation easy, by using simple directory tree reading.

    Python