Skip to content
View paxapy's full-sized avatar
🙏
🙏
Block or Report

Block or report paxapy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. my awesome rc.lua conf my awesome rc.lua conf
    1
    -- Standard awesome library
    2
    local gears = require("gears")
    3
    local awful = require("awful")
    4
    require("awful.autofocus")
    5
    -- Widget and layout library
  2. goods goods Public

    go

    Go

  3. woodflow woodflow Public

    svelte sapper ui for goods

    Svelte

  4. timetrace timetrace Public

    Python

  5. inspirit inspirit Public

    tell something and enter the internet

    JavaScript

  6. angular + django auth angular + django auth
    1
    import { Observable, pipe, of } from 'rxjs';
    2
    import { switchMap } from 'rxjs/operators';
    3
    import { Injectable } from '@angular/core';
    4
    import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
    5