Giter Site home page Giter Site logo

How do you use dusk? about dusk HOT 33 CLOSED

alexapostolu avatar alexapostolu commented on July 28, 2024
How do you use dusk?

from dusk.

Comments (33)

firefish111 avatar firefish111 commented on July 28, 2024 1

@DynamicSquid Most common languages used

from dusk.

 avatar commented on July 28, 2024 1

no color is in it - it works though.
image

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid can you not read the readme
dusk add x to install x
dusk del x to delete x
dusk upd x to update x
dusk inf x to show information about x on the server
dusk ls to list all information about installed packages
and yet to add dusk find x to search for all packages containing "x"

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

So you have to install Go as well?

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

No, It's am ELF binary, go's runtime is embedded in the binary that's why it's so big @DynamicSquid

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

But what about windows? Can you run a ELF on windows without installing Go?

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

NO! Look in the release, have supplied both
image

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid I hope you realise you can put binaries in release assets
image

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

Yes I know that, but I swear you need to install go to run the dusk.exe file...

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

bruh I can't download it because of a virus threat lol!

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

Oh okay, I downloaded it, but it gives me an error:

Screenshot (242)

It says "dusk is not recognized"...

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

lol jk. I tried it but is doesn't seem to be working, it says 404 error whenever I try to add a new package. which repl is it on again? I might be able to help

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid repl.it removed the always on repl feature. GAH.

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

Uh oh, that's not good! Can we fix it though?

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid Well I could find another service that does always on servers, other than repl.it (disrespectful to amasad, but yes)

EDIT: mat1 made a tool that does exactly this

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

Oh yeah forgot about that

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

the repl is https://repl.it/@firefish/duskcdn @DynamicSquid

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

@firefish111 hey do you know anyone with 0 followers? I'm making this webscraper thingy that scrapes your github profile. And I need a person with 0 followers as a test

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid Well through Lethdev2019 I found this guy called @DillonJoshua2004

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

Cool thanks! Also do you have any ideas on what to web scrape? I already scraped:

  • username
  • bio
  • location
  • repos
  • starts
  • followers
  • following

from dusk.

 avatar commented on July 28, 2024

@DynamicSquid Well through Lethdev2019 I found this guy called @DillonJoshua2004

no please - not one of my team members... oh well.

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

@Lethdev2019 just for testing purposes. do you guys want to try it out?

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

Oh okay, ill give it another try

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@Lethdev2019 Try it under MinGW or under WSL

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid For colours, You said do \033. In Golang, as far as I know, the half-arsed octal sequences are broken, as that'll print a null followed by 33.

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

@firefish111 want me to test it for you?

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid Yes; please do (i will actually try the half-arsed octal sequences, rmember this is still in alpha

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

@firefish111 okay, so I have a long weekend next week so I'm thinking we can get everything done by then and maybe release it Saturday/Sunday, sound good?

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

@firefish111 how'd you get ansi colours to work for the windows command prompt? Cause I tried everything but the windows command prompt doesnt recognize it. I think the main issue is the escape code

from dusk.

firefish111 avatar firefish111 commented on July 28, 2024

@DynamicSquid But how could that be? because \033 and \x1b are both printing the same exact character. Take a look at these ascii charts: (top octal, bottom hex)
image
The 33 pointing to escape, that's \033. The 1b also pointing to escape? That's \x1b.

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

Screenshot (248)

This is what happens when I try to do colours on command prompt

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

@firefish111 wait if the CDN is hosted on repl.it, how does it work? Cause I though a CDN always needed to be on, but repl remove that feature??

from dusk.

alexapostolu avatar alexapostolu commented on July 28, 2024

How are we going to do user submissions?

from dusk.

Related Issues (4)

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.