Search:

Type: Posts; User: hermit

Page 1 of 9 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    2,719

    anonytmouse : rights to the specific define...

    anonytmouse : rights to the specific define object. Do you have other tools i can download? Perhaps exporting to word/csv/html file?

    We are planning to migrate the fileserver, and i need to...
  2. Replies
    6
    Views
    2,719

    anonytmouse : Your page is really helpful,...

    anonytmouse : Your page is really helpful, Thanks. How can i output pipe to a text file?
  3. Replies
    6
    Views
    2,719

    Re:

    Hi

    Thanks for your prompt reply. Please refer to the example below. I need the following, except with user groups and file permission. Thank you in advance.



    Directory Print - 2004/12/16...
  4. Replies
    6
    Views
    2,719

    printing directory in windows

    Hi all,

    Just need some help with printing directory with usergroups and permission on windows 2k server. It would be nice if i could download a freeware tool. Any recommendations?

    Thank you in...
  5. Replies
    2
    Views
    1,115

    if you could that would be wonderful. I thought,...

    if you could that would be wonderful. I thought, windows programming include C#, C++, VB, VB.NET, ASP.NET

    im a little disorientated..
  6. Replies
    2
    Views
    1,115

    2 problems with VB.NET

    Hi all

    I need of desperate of help here. I need to know how to implement a splash screen in VB.NET. I have 3 forms. form1 is the main form, form2 is the aboutMe form, form3 is the splash screen...
  7. Thread: Corporate sites

    by hermit
    Replies
    9
    Views
    2,827

    any other?

    any other?
  8. Thread: Corporate sites

    by hermit
    Replies
    9
    Views
    2,827

    Corporate sites

    I need some references to nice looking corporate sites. If u come across any, please post them here. Thanks

    -hermit
  9. Replies
    15
    Views
    1,976

    i have done what you told me. I have installed...

    i have done what you told me. I have installed msconfig and unchecked SAVE.EXE at statup. Hope it works, i havent restart my comp :)

    i should work .. thanks
  10. Replies
    15
    Views
    1,976

    I cant run msconfig thru my win2k ...

    I cant run msconfig thru my win2k ...
  11. Replies
    15
    Views
    1,976

    I have kazaa and spybot, i have done a few scans....

    I have kazaa and spybot, i have done a few scans. But everytime i reboot, the save.exe is in my process.

    Takes up like 11,732K of memory. dont really want that do it?

    Sorry for hijacking this...
  12. Thread: off VIM beep..

    by hermit
    Replies
    3
    Views
    3,183

    Got it working, what if i want to off the beep in...

    Got it working, what if i want to off the beep in shell/bash?

    what is the command to do so?


    -hermit-
  13. Thread: off VIM beep..

    by hermit
    Replies
    3
    Views
    3,183

    common, dont have to be rude :(

    common, dont have to be rude :(
  14. Thread: off VIM beep..

    by hermit
    Replies
    3
    Views
    3,183

    any other suggestions?

    any other suggestions?
  15. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    struct student *pop(struct stack *s) { ...

    struct student *pop(struct stack *s)
    {
    struct student *student;
    struct data * data;

    student = stack_top(s);

    if (student == NULL)
    {
    ...
  16. Thread: off VIM beep..

    by hermit
    Replies
    3
    Views
    3,183

    off VIM beep..

    Hi guys,

    Just a simple question, how do you permanently switch off the annoying beep for vim?

    I have to off it manually, every time in enter vim

    :set vb t_vb=

    any suggestions?
  17. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    Hmm... i cant write, therefore i look for help....

    Hmm... i cant write, therefore i look for help. At least im really trying :)

    You dont have to write the function, just give me some hints :)
  18. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    struct student *stack_top(struct stack *s) { ...

    struct student *stack_top(struct stack *s)
    {
    if(s->top == NULL)
    return NULL;

    return (s->top->stud);
    }


    Please advice. THANKS
  19. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    what about the other two functions?

    what about the other two functions?
  20. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    maybe i should take a guess?

    let me take a guess? Im abit confused with this one:-



    void initialise(struct stack *s)
    {
    s->top == NULL;
    s->size = -1;
    }
  21. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    more stacks

    Lets, say that STACK is implemented as dynamic linked list. Below are the stuctures:-


    struct student
    {
    int id;
    char surname[20];
    };

    struct data
  22. Replies
    15
    Views
    1,976

    I have a very annoying process on my windows:- ...

    I have a very annoying process on my windows:-

    SAVE.EXE

    what the hell is it?
  23. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    hmm...got abit de-railed there, that wasnt my...

    hmm...got abit de-railed there, that wasnt my question. I wanted to know if the pop function is ok?

    Sorry that was a typo, you are right it should be:-



    {
    .....
    if(empty(s))
    {
  24. Thread: Stacks

    by hermit
    Replies
    8
    Views
    1,538

    Stacks

    #define SIZE 10

    struct student
    {
    int id;
    char surname[20];
    };

    struct stack
    {
  25. Thread: Fixing Laptops

    by hermit
    Replies
    5
    Views
    2,438

    i actually fixed my own keyboard(laptop). Acer...

    i actually fixed my own keyboard(laptop).
    Acer was thinking of charging 160bucks or so an hour to fix my keyboard. Just cant afford it.

    Things u have to keep in mind, be gentle and dont force...
Results 1 to 25 of 215
Page 1 of 9 1 2 3 4