Giter VIP home page Giter VIP logo

lensm's People

Contributors

egonelbre avatar mattn avatar mkungla avatar tatsumi33 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lensm's Issues

install failed

when I run go install loov.dev/lensm@main.It's failed.

go install loov.dev/lensm@main
go: downloading loov.dev/lensm v0.0.4-0.20231010151922-d9771339009f
go build gioui.org/app/internal/xkb:
# pkg-config --cflags  -- xkbcommon
Package xkbcommon was not found in the pkg-config search path.
Perhaps you should add the directory containing `xkbcommon.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xkbcommon', required by 'virtual:world', not found
pkg-config: exit status 1
go build gioui.org/internal/vk:
# pkg-config --cflags  -- wayland-client
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'virtual:world', not found
pkg-config: exit status 1

Please teach me how to fix it.Thanks.

Add text selection & copy

Amazing & very helpful tool! Thank you for making & sharing it.

It would be even more helpful if you could select & copy text. I want to copy blocks of assembly into other places for experimentation.

My current workaround is to screenshot the asm with Windows Snipping Tool, then "Text actions" button to OCR the text for select & copy.

Web version

I think It would be great to use this tool on the web with webassembly.

go-dbolt.org

Thanks for making lensm!

In the tradition of godbolt.org and dogbolt.org, I bought the domain name go-dbolt.org just now when I saw this on Twitter. I'll gladly transfer the domain to you for free in case you want to use it for this project.

Support for go 1.20

It seems that lensm does not support go 1.20 binaries yet.

Also getting some errors when trying to compile my program with go 1.19:
unable to load source from "gofile../Users/rhi/code/table/page.go": open gofile../Users/rhi/code/table/page.go: no such file or directory

Add explainers for assembly instructions for easier reading

Many instructions can be rewritten to be clearer for people, e.g.

MOV (R2), R1 ==> R1 := memory[R2]

ADDQ $1, R1 ==> R1 := R1 + 1

LEAQ 0(R1)(R2*4), R3 ==> R3 := R1 + R2 * 4

FMADDS F0, F2, F1, F2  ==> F2 := F0*F1 + F2

It doesn't need to be comprehensive, however if there was a list of substitutions then people can add new ones as the need arises.

file leak

There's a file leak with executables not being closed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.