User Profile

Collapse

Profile Sidebar

Collapse
electromania
electromania
Last Activity: May 12 '08, 11:28 AM
Joined: Mar 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • electromania
    replied to Accessing Server Folder or file
    More info is needed about ur server and how u want to access it, from where?

    Also if you will access it over the web or from a remote site, Access will work very very slow. I had some bad experiences with doing exactly the same.
    See more | Go to post

    Leave a comment:


  • No if you connect to the printer via ip or name it should be fine, but if ur able to connect to the printer via ip without using the server name then there is some serious issues with your network. The problem with the stuffed up printing was the drivers so that fixed the problem.

    If the printer is connect to the network and shared on the server and only users in the admin group should be able to add printer to the users accounts then...
    See more | Go to post

    Leave a comment:


  • electromania
    replied to freeware proxy
    Proxy-DE, but its only free for private use not business use.
    See more | Go to post

    Leave a comment:


  • electromania
    replied to Kicking Users of a Netware Network
    on the user account settings you can set the time frame that they can login.
    See more | Go to post

    Leave a comment:


  • electromania
    replied to create home network w/vista and xp
    You need to share the folder not the file.

    Also try access with the IP like //10.1.1.20 rather than the name, also try with windows firewall off on both machines, mainly the problem is Vista
    See more | Go to post

    Leave a comment:


  • Also check the security of your WAP, you have have enabled mac filtering or you have enables static IPs. if ur Key is correct then its the security problem with your WAP.
    See more | Go to post

    Leave a comment:


  • Have you checked the firewall setting, disable the firewall and try to connect see if that help. if those then find and ports and open them in the firewall of the vista machine.
    See more | Go to post

    Leave a comment:


  • electromania
    replied to ftp for router
    Linksys im pretty sure supports FTP, login to your router via the web interface and enable FTP, im pretty sure its disabled by default.

    If you can get your head around that, these router can also be update via web browser, just find the browse button on the user interface, browse the the file you want to upload and way you go.
    See more | Go to post

    Leave a comment:


  • electromania
    replied to Vista & XP Networking
    I believe you are using Windows firewall, all you need to do is find out what ports are used when access a shared folder and once you know the port open those ports in the firewall and away you go.
    See more | Go to post

    Leave a comment:


  • electromania
    replied to setup router
    Well for hotspot you already should have WEB or WPA enabled, you can use the key for that to get user to login. Or is there some other thing you want?
    See more | Go to post

    Leave a comment:


  • electromania
    replied to make lan between pc1 and laptop
    Put 2 NICs in your PC and connect one to the internet and the other to your laptop, you would need crossover cable and that way you can share files.

    Now regards the internet, microsoft allows you to share internet between 2 PCs i cant remm the exact setting, put just google it and you'll find it easy. But you will need 2 NICs in your Desktop or which ever one will be connected to the internet.
    See more | Go to post

    Leave a comment:


  • electromania
    replied to Setup proxy server for cybercafe
    I'm not sure if you want free proxy server, but you can use ISA integrate it with webmarshall. they will work like a treat if you know what your doing.
    See more | Go to post

    Leave a comment:


  • electromania
    replied to Qualification of Network Engineer
    If you dont have a Bachelors or masters, then start with CCNA, and then you need 3-5 years experience before a company will be willing to hire you as a System Engineer.You also need Microsoft certification depends if its windows environment you want to work in.

    You would mainly start your career as a Help Desk officer LVL 1 and climp your way up.

    Cheers,
    See more | Go to post

    Leave a comment:


  • electromania
    replied to Add as reading from file
    in C
    I've got the variables in the function total and numberofrecords
    As you can see I also tried to increment the total after each line but didnt work. I'm not too good with C, I've tried everything I knew but could come to solve the problem....
    See more | Go to post

    Leave a comment:


  • electromania
    started a topic Add as reading from file
    in C

    Add as reading from file

    Hi,

    Im reading a file, with 2 columns. this is working

    as Im reading I want to be able to count how many rows I've read and also add the all values as im reading from the second column, could some help plz
    This is the code

    #include <stdio.h>
    #include <stdlib.h>

    struct data{

    int x;
    int y;
    };
    void read_info(void) ;

    ...
    See more | Go to post

  • electromania
    replied to File help
    in C
    Yes i do see the results in n1 and n2, but i'm not sure how to store them in an array. Can you show me how? maybe an examples?...
    See more | Go to post

    Leave a comment:


  • electromania
    started a topic File help
    in C

    File help

    I'm writing this function which can read a file in the format of
    1999 24324938
    2000 59469955
    2001 68478498
    2002 73547547
    2003 86796079

    store each column in a separate array so I can use them later for some mathematical formula.
    so far I've written this much, and dont know where to take it from here

    int ReadFile(void)
    {

    FILE *fp; /* create a file pointer...
    See more | Go to post

  • electromania
    started a topic REading from file
    in C

    REading from file

    I'm trying to read from a text file. The format of the text file is


    1999 78686
    2000 78999
    2001 80003
    ............... .....
    ............... .....
    ............... ....
    2002 45489 (so forth).

    I want to be able to count how many rows are there and also add all the values in the second column.

    I want to know how do I go about storing the values...
    See more | Go to post

  • electromania
    replied to Predicting
    in C
    Yes, your right but I need to find out the following tasks

    1. Test whether the linear model is a satisfactory description of the market index.
    2. If so, what the index will be in the future, i.e. can investments be recommended.

    I'll be taking inputs such as x/years and y/index.

    I have the formula for the graph and i know how to do it on paper. But I'm not sure where to start in writing a program...
    See more | Go to post

    Leave a comment:


  • electromania
    started a topic Predicting
    in C

    Predicting

    I need to write a program that can predict the stock market price indicies. The predictions are based on a very naive method that assumes that the market index is a linear function of time. Real life estimates are, of course, much more complicated and keep many people busy all over the globe. Our assumption that the market index, y, is a linear function of time, x, which means that the index can be written as:
    y = ax + b
    where a is...
    See more | Go to post
No activity results to display
Show More
Working...