Skip to content
View ivopr's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report ivopr

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
ivopr/README.md

Hi, I'm Ivo 👋

  • Web passionate student
  • CS student
  • TypeScript driven

👷 Check out what I'm currently working on

📫 How to reach me

Want your own self-generating profile page? Check out readme-scribe!

Pinned

  1. tamagui-expo tamagui-expo Public archive

    An Expo template with Tamagui

    TypeScript 264 24

  2. LABIOQUIM/visualdynamics LABIOQUIM/visualdynamics Public

    Web Platform made with Python and NextJS for automating GROMACS simulations

    TypeScript 24 4

  3. wsl2-forward-ports.ps1 wsl2-forward-ports.ps1
    1
    # Opens a PowerShell instance with elevation, finds the wsl ip without relying on hostname, since ArchWSL and others doesn't have it
    2
    # then iterate opening the selected ports
    3
    $principal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())
    4
    if($principal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
    5
        	$remoteport = wsl -- ip -o -4 -json addr list eth0 ` | ConvertFrom-Json ` | %{ $_.addr_info.local } ` | ?{ $_ }
  4. React Native Android Studio with fis... React Native Android Studio with fish shell.md
    1
    So, you have installed Android Studio, and is setting it up for react native, buuuut
    2
    you're new to fish and it seems like it doesn't have a `.bashrc` or `.zshrc` equivalent.
    3
    
                  
    4
    worry not, just run the following, in order:
    5