• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by PeterAndrewStephenson

  1. P

    Satelite Dish

    So here we go, i have a sattelite dish about 2 meters in diameter, and i was hoping for some suggestions as to what i can use it for, i kinda hoped, maybe things likes free tv or wifi, but i have neither the know-how nor the skill to set something like that up, i would like to start from the...
  2. P

    Gnuplot

    I have started working with gnuplut and i am having a little bit of trouble with a few things, i was wondering if any one could help me, by letting me know how i can do the following, i create a few shapes and then i want to remove the rules, in order to just have the shapes and nothing else...
  3. P

    GUI programming languages for Linux

    i need to create an interface with dots that: 1. I can move around 2. give values to hold i need a programming language that will help me do that, what are you suggestions?
  4. P

    C# Visual Studio Translate to MonoDevelop

    I have written a program in C# that takes in integers from a text file and displays then on a form_paint as dots, basically what i am doing is a GUI which shows an area with three access points and wireless devices what i want to do is: 1) Translate the code that i have written from Visual...
  5. P

    Translate or migrate c# programming to Linux Ubuntu

    I am trying to use a c# programming on Linux Ubuntu I need some way of using what I wrote to successfully compile on Linux
  6. P

    Detecting all devices withing wireless range using C#

    I am trying to write a program, in C# on Windows 7, that can detect all devices with in my wireless access points' range that search for a wireless connection to connect too, i am also trying to figure out the mac-address of each device and its signal strength. I would appreciate any help. Thanks.
  7. P

    RSSI

    I have searched through google at first then through various books in the library even posted on hard forums with no result, I am unable to find a way on C# to use rssi in order to see how any devices are connected to my network, I have looked up other applications but with no success in finding...
  8. P

    RSSI

    I am working on a new project, a part of it is based on RSSI, i would like if possible to know how RSSI works, i have three access points, from which i want to calculate the distance, how can i apply the algorithm for RSSI and triangulation on c#, since i do not know much on both and my reseach...
  9. P

    Linked List Application

    Thank you guys, i will give you all a more specific question. True i couldn't find anything on Google that could help me, and any tips on search terms would be more that appreciated. I am having problems in saving the node to the memory. I try displaying it after typing it in but the program...
  10. P

    switch case

    Thank you guys, i just had to add a while loop, thank you, i just purchase a C++ language book, upon your suggestions, and thank you for the Google search tip, it is very helpfull
  11. P

    Linked List Application

    i need to find if a linked list is empty, return head and tail and to find the length of the linked list, i need the menu to let me choose as many times as i want from it, and not to exit automatically #include<iostream> using namespace std; void create_node(); void...
  12. P

    switch case

    i am writing a program and i need it each time i make a choice i want it to go back to the menu, how do i tell it to return back to the menu to make a change, i only exit with an exit(0) in the menu, please help me
Back
Top