Jump to content

johnroper100

Member
  • Posts

    10
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    MA, USA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

johnroper100's Achievements

  1. They all have dark mode, I just chose not to use them because I don't like reading documents in dark mode.
  2. I turned dark mode off for those because I don't like reading white text on a dark background.
  3. Dark for everything except Gmail and Google Docs/Sheets/etc.
  4. johnroper100

    x

    I love Bootstrap for page layout. You can just get their grid system alone without having to use their styles if you don't want to. https://getbootstrap.com/
  5. It's always better to not re-invent the wheel, however, to answer your question I would suggest that you look into NodeJS with either Vue or React. Here is a good example tutorial showing how to create a basic CRUD app with Vue: https://developer.okta.com/blog/2018/02/15/build-crud-app-vuejs-node
  6. If the items are in an array, its really simple to select one randomly. For example: animals = ["Dog", "Cat", "Fish", "Bird"]; int random = Math.floor(Math.random() * animals.length); console.log(animals[random]); // Select a random index and get the item at that index
  7. I'm actually a real fan of this on Windows because it will automatically save your login info so you don't have to enter it every time. There is a function for this on Linux, but its a manual CMD-based process.
  8. Try Natron: https://natrongithub.github.io/ Or Blender: https://www.blender.org/
  9. The nice thing about VSCode is it automatically prompts you to install the official extensions for the file type you have open. It does just about all of the set up for you!
  10. The latest info on this is that Facebook has clarified the requirements and it seems that musical performances will still be allowed (with possible restrictions) but they are mainly trying to cut out DJ streams and such. Also, this rule seems to have been in place since 2018 but the new confusing wording was more recent. https://www.snopes.com/fact-check/facebook-ban-livestreamed-music/
×