Results 1 to 12 of 12

Thread: Interesting Github projects

  1. #1
    LϺαο Not A Communist Shill's Avatar
    Join Date
    Nov 2005
    Location
    Beijing
    TIM
    TMI
    Posts
    19,136
    Mentioned
    506 Post(s)
    Tagged
    4 Thread(s)

    Default Interesting Github projects

    Please post interesting programming projects here, and also subjects/tasks you are looking for a solution for.

    Regarding the latter point: my programming skills are actually minimal and don't mean to imply that I'm looking for projects to do: I said that more so that I could look for solutions that already exist - maybe others would be interested in actually carrying out a project.

  2. #2

  3. #3
    LϺαο Not A Communist Shill's Avatar
    Join Date
    Nov 2005
    Location
    Beijing
    TIM
    TMI
    Posts
    19,136
    Mentioned
    506 Post(s)
    Tagged
    4 Thread(s)

    Default

    I'm currently looking for a script that optimizes diet/nutrition - something like this, although it doesn't seem to work:

    https://github.com/DerekGloudemans/N...timization-New

    Some of the scripts here look promising:

    https://github.com/openfoodbroker


    This works: https://github.com/josh-minch/spartan

  4. #4
    Psychic/Ghost Type Nunki's Avatar
    Join Date
    Mar 2010
    Posts
    700
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Default

    This is one of the more cool projects I've seen on Github:

    https://github.com/PAIR-code/cococo

    What it does, basically, is take some input notes, such as a melody or a series of incomplete harmonies, and adds notes to them, using some guidelines drawn from J.S. Bach's musical style, making them fuller and richer sounding. I have never actually used it because the instructions for running the app are, as in the case of most Github projects, incomplete. It just says "yarn install yarn dev." Assuming that's something I'm supposed to type somewhere, I have almost no clue where I would do so. To understand that, I would have to begin learning a new programming language, which is not likely to happen.

  5. #5
    FreelancePoliceman's Avatar
    Join Date
    Aug 2017
    TIM
    LII-Ne
    Posts
    5,701
    Mentioned
    524 Post(s)
    Tagged
    0 Thread(s)

    Default

    @Nunki, I don’t build javascript projects often, so I’m not familiar with yarn, but I’ve seen enough similar build tools that I don’t think the build instructions are incomplete, just not written for non-programmers. You need to install yarn, then type those commands into a terminal from the directory of the repository. Do you use Windows?
    Last edited by FreelancePoliceman; 01-07-2021 at 03:15 AM.

  6. #6
    Psychic/Ghost Type Nunki's Avatar
    Join Date
    Mar 2010
    Posts
    700
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by FreelancePoliceman View Post
    @Nunki, I don’t build javascript projects often, so I’m not familiar with yarn, but I’ve seen enough similar build tools that I don’t think the build instructions are incomplete, just not written for non-programmers. You need to install yarn, then type those commands into a terminal from the directory of the repository. Do you use Windows?
    I use Windows, yes. And I'm a programmer, one who still considers the page's instructions incomplete. It didn't tell me what yarn was, notify me that I needed it, inform me of where to obtain it, or explain that I needed to input those commands in a yarn terminal. If the average programmer considers that to be a complete set of instructions, the average programmer needs to think again. Not only does it limit the programmer's audience; it's just plain inconsiderate.

  7. #7
    FreelancePoliceman's Avatar
    Join Date
    Aug 2017
    TIM
    LII-Ne
    Posts
    5,701
    Mentioned
    524 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by Nunki View Post
    I use Windows, yes. And I'm a programmer, one who still considers the page's instructions incomplete. It didn't tell me what yarn was, notify me that I needed it, inform me of where to obtain it, or explain that I needed to input those commands in a yarn terminal. If the average programmer considers that to be a complete set of instructions, the average programmer needs to think again. Not only does it limit the programmer's audience; it's just plain inconsiderate.
    Lol. Okay. Here's the instructions: install yarn however you're supposed to do it in Windows, then open a terminal (cmd.exe I think it is on Windows), then type "git clone https://github.com/PAIR-code/cococo.git". Next, "cd cococo". Next, "yarn install". Next, "yarn dev." Let me know if you have problems.

  8. #8
    Psychic/Ghost Type Nunki's Avatar
    Join Date
    Mar 2010
    Posts
    700
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by FreelancePoliceman View Post
    Lol. Okay. Here's the instructions: install yarn however you're supposed to do it in Windows, then open a terminal (cmd.exe I think it is on Windows), then type "git clone https://github.com/PAIR-code/cococo.git". Next, "cd cococo". Next, "yarn install". Next, "yarn dev." Let me know if you have problems.
    Thank you very much for your assistance. I will give it a try when I can get myself to stop thinking of eternity, death, and God long enough to focus on computer programming and music composition.

  9. #9
    LϺαο Not A Communist Shill's Avatar
    Join Date
    Nov 2005
    Location
    Beijing
    TIM
    TMI
    Posts
    19,136
    Mentioned
    506 Post(s)
    Tagged
    4 Thread(s)

    Default

    I found a diet/nutrition script that works (the link is in one of my above posts).

    This is a script for Wikart I previously bookmarked which looks interesting (I've not tried it yet):

    https://github.com/lucasdavid/wikiart

    It may be good to search Github using your fave websites as keywords.

  10. #10
    LϺαο Not A Communist Shill's Avatar
    Join Date
    Nov 2005
    Location
    Beijing
    TIM
    TMI
    Posts
    19,136
    Mentioned
    506 Post(s)
    Tagged
    4 Thread(s)

    Default



    A cloud of words from the Twitter bios of the 2000 or so accounts I follow.

    Created using the Github repo Twitter-BioCloud by SteveAbb.

  11. #11
    LϺαο Not A Communist Shill's Avatar
    Join Date
    Nov 2005
    Location
    Beijing
    TIM
    TMI
    Posts
    19,136
    Mentioned
    506 Post(s)
    Tagged
    4 Thread(s)

    Default

    You can use this repo to download all (?) the art on Wikiart. I've not fully explored the possibilities of the data - it certainly downloads the art to many folders (by artist then year etc.), but I don't know how presentable it is. (The file names of the images are just generic numbers, but I expect there will be some way of obtaining metadata). The amount of data will probably be about 100 gigabytes.

    https://github.com/lucasdavid/wikiart

  12. #12
    LϺαο Not A Communist Shill's Avatar
    Join Date
    Nov 2005
    Location
    Beijing
    TIM
    TMI
    Posts
    19,136
    Mentioned
    506 Post(s)
    Tagged
    4 Thread(s)

    Default

    If you download the talks.csv file here: https://github.com/andrealeone/TED/tree/main/data

    You can get a file that has the transcription (subtitles?) of about 5,000 Ted talks from Youtube. You may find this data useful for something.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •