User Controls

My first Github Project

  1. #1
    SBTlauien African Astronaut
    Tell me how bad I suck.

    https://github.com/SBTlauien/SpaceCrawler

    It's an Android web crawler that watches for certain strings within the URLs it comes across. Not sure why I made it but it was fun.

    It also seems to crash sometimes.
  2. #2
    Sophie Pedophile Tech Support
    I can't read Java for shit. But lrn2markdown pls.


    # Big Text
    ## Medium Text
    ### Small text

    `code`

    ```
    code block
    ```


    That's the basics. We generally also sort our issues on the issue page of a project. Having a `###Known Issue` section is good though. See? Even when illustrating markdown i write in markdown.
  3. #3
    SBTlauien African Astronaut
    Have you tried the program yet?

    I think I'm going to put an APK with an MD5 up. Bad idea? I'm new to hosting code on Github.
  4. #4
    Sophie Pedophile Tech Support
    Originally posted by SBTlauien Have you tried the program yet?

    I think I'm going to put an APK with an MD5 up. Bad idea? I'm new to hosting code on Github.

    Nah, just upload an APK. Make a little note in the readme that if people want to use an APK they now can. And my Android is currently dead, i need to roll a new ROM.
  5. #5
    SBTlauien African Astronaut
    Originally posted by Sophie Nah, just upload an APK. Make a little note in the readme that if people want to use an APK they now can. And my Android is currently dead, i need to roll a new ROM.

    Done.

    I also added in an option to search the source of each page for specific strings. I fixed one error but still have a memory error. ):
Jump to Top