Recent content by infamoustrey

  1. infamoustrey

    React Install Issues

    Did you read the error? It's a permissions issue with access to a directory because it was installed improperly not an actual issue with npm or node.
  2. infamoustrey

    React Install Issues

    Looks like others had a similar issue: https://github.com/zkat/npx/issues/100
  3. infamoustrey

    Home Network Setup

    Greetings All! I have a bit of a pickle to solve and I welcome any and all help. My family currently has DirectTV, however coming next month they will be making the switch to streaming Netflix, Hulu, and Prime via internet. They currently have a 50Mbs connection so I'm fairly certain...
  4. infamoustrey

    Custom Computer Case

    Alrighty, can't believe I didn't think of that. Thanks for the links, Cheers!
  5. infamoustrey

    Custom Computer Case

    Hello there! I was curious if someone could direct me to where I might get a hold of some parts for a custom case. The thing I need is primarily the front controller. I have done some internet research. Perhaps I am looking for the wrong thing. I cannot find a good front controller that...
  6. infamoustrey

    What needs to be unblocked?

    My club is hosting an LAN event at a school, we have an internet connection but it is filtered. In order to host the tournaments properly we need to give the school network admins the sites we need to be unblocked. So my questions is: What are the Dota 2 and League of Legends Server names IE...
  7. infamoustrey

    Setting Up a Classroom Network

    Using some info from everyone I was able to get a successful network today. The router is serving internet from the schools ISP and we have unblocked access. The windows server is running and the computers can successfully interact with each other. I just decided to get a network managing...
  8. infamoustrey

    Setting Up a Classroom Network

    Central Management sounds like the best way to go. I know it sounds ridiculous but I can't switch out, It's sucks but my high school has completely screwed me over. I think I will have to do what that guy said and learn quick and fast. :sneaky: But thanks for replying, any other help will be...
  9. infamoustrey

    Setting Up a Classroom Network

    The first thing I told him was to talk to the Schools Technical department and they told him he was on his own. Unfortunately I can't switch out as the deadline was yesterday, so I'm stuck.:hmm:
  10. infamoustrey

    Setting Up a Classroom Network

    Well, I'll need to be able to RDC all the computers and do basic level software like IM, IRC, NeoTrace, using the HP as a fileserver to learn how it works. I'll also have to be able to remotely configure the routers, I don't know if there is a software for that. Because installing LogMeIn on...
  11. infamoustrey

    Setting Up a Classroom Network

    OK This is a fairly bad situation and I need some help as quickly as possible. SO I am taking a Cisco Entry Level Networking Class that my school offers, the Teacher is new and doesn't know how the previous setup worked. So he tore it down...:\.... And now wants me to construct a LAN using...
  12. infamoustrey

    Need The Graphics

    Hello Peoples! I am starting a game project and need someone to do the graphics. To do this several requirements must be met! Photoshop - Gimp, Inkscape is fine but you must be able to draw and export files into PNG format. Artistic Ability - You gotta be good! Programming - No...
  13. infamoustrey

    Animating the Sprite

    Please?
  14. infamoustrey

    Animating the Sprite

    So I have two classes here for a game I'm making and I would like to know how I can get the rows and cols to change, wait and then change again to give the animated affect. Frame Class package frame; //Imports import java.awt.Graphics; import java.awt.Image; import...
  15. infamoustrey

    My Little Project

    Already had all that set up in a separate class. Thank you though, already fixed.