Search:

Type: Posts; User: Q-bel; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    25
    Views
    30,559

    Same here. This was my favorite learning place...

    Same here. This was my favorite learning place back in the day but little by little it got abandoned. Some of the biggest contributors (teachers really) stopped contributing as well and maybe that...
  2. Thread: Recommendations

    by Q-bel
    Replies
    2
    Views
    1,309

    Thank you nihil. I will try to look for agencies...

    Thank you nihil. I will try to look for agencies around the area and see how that works out.
  3. Thread: Recommendations

    by Q-bel
    Replies
    2
    Views
    1,309

    Recommendations

    Hello there everyone. As I seem to find so many answers here, I have decided to see if I can find one for something a little bit different. I am currently working in Puerto Rico but for different...
  4. Replies
    4
    Views
    12,629

    SirDice, that was exactly what was happening....

    SirDice, that was exactly what was happening. Thanks for the knowledge.
  5. Replies
    4
    Views
    12,629

    I will check that tomorrow and see if that is the...

    I will check that tomorrow and see if that is the problem. I will let you know. Thanks for your reply
  6. Replies
    4
    Views
    12,629

    IIS not found in Windows Components

    Hey,
    I am trying to install IIS on a windows 2000 professional SP4 box but when I get to the add/remove windows components I do not see IIS on the list. Have any of you guys seen something similar...
  7. Thread: Project Disaster

    by Q-bel
    Replies
    0
    Views
    3,745

    Project Disaster

    I was asking in another post about making modules, changes to the 2.6 kernel scheduler etc etc. for a operating system project......The project was a total disaster, so basically Im asking to anyone,...
  8. Replies
    3
    Views
    4,830

    Well guess nobody who has done something like...

    Well guess nobody who has done something like that has seen this but just in case another question, is there an easier way to compile a module besides doing a makefile?? I was using kdevelop and...
  9. Replies
    3
    Views
    4,830

    Changing sched.h value (2.6 kernel)

    We are working on a OS project were we are modifying the scheduler for the liux kernel 2.6. Anyways we want to make this changes dinamically (changes will prioritize CPU bound or I/O bount...
  10. Replies
    3
    Views
    9,750

    Thanks a lot guys, definitely going to help. Oh...

    Thanks a lot guys, definitely going to help. Oh and i2c, ill be using fpga's .
  11. Replies
    3
    Views
    9,750

    S-boxes in Blowfish

    Hey there, Im just working on a project for a crypto class and I decided to implement blowfish on VHDL(Hardware Description Language) to run on a hardware piece. Anyways, the real question is that...
  12. Replies
    6
    Views
    20,497

    Okay, when talking about the virtual memory...

    Okay, when talking about the virtual memory concept yes paging is used, in my book the first approach to the theme is with and example where you have the whole program of course in the disk but then...
  13. Replies
    6
    Views
    20,497

    Windows uses paging or segmentation??

    Well the subject basically says it all. While in my OS class we've been discussing memory management and of course with this comes the discussion of paging and segmentation. My question is, what kind...
  14. Thread: OS Project

    by Q-bel
    Replies
    1
    Views
    3,469

    OS Project

    Hello there everydody, just wondering if anybody could spit out some ideas for a project for an operating systems class Im taking this semester. All the professor gave out was this so its really...
  15. Thread: weird code line

    by Q-bel
    Replies
    2
    Views
    5,028

    weird code line

    Was looking at some C++ code and saw a line of code that appeared a little bit weird. Wonder if someone around could have an idea, mdy is a variable:


    y = (mdy>>9) && 0x7f + 1900;


    this is...
  16. Thread: VB MSChart

    by Q-bel
    Replies
    0
    Views
    6,472

    VB MSChart

    Just wondering if anybody knew about any tutorial around explaining the use of MSChart Control for VB6. Ive found a lot of examples, but many of them become confusing at one point or another. Im...
  17. Thread: VB6 Add-Ins

    by Q-bel
    Replies
    4
    Views
    2,169

    Okay after some research and a lot of stupidity...

    Okay after some research and a lot of stupidity by myself Ive reached this question, is there a way to use a function that is defined for microsoft excel(ie its in its libray, specifically the...
  18. Thread: VB6 Add-Ins

    by Q-bel
    Replies
    4
    Views
    2,169

    Thanks for the link, problem is when i look in...

    Thanks for the link, problem is when i look in the VBA project references the only type of files i can refer to are .olb, .tlb, .dll., .exe, .ocx but nowhere to be found is a .xls.
  19. Thread: VB6 Add-Ins

    by Q-bel
    Replies
    4
    Views
    2,169

    VB6 Add-Ins

    I was wondering if someone can explain to me how to install and add-in for VB6. The situation is I needed to use the error function (ERF()) in a program and fortunately it exists already in the MSDN...
  20. Replies
    5
    Views
    11,138

    Oh and since I mentioned MIPS, Im wondering if...

    Oh and since I mentioned MIPS, Im wondering if anybody experienced in its use can give me a proper definition of the "lw" and "sw" commands
    What is the difference between loading a word and...
  21. Replies
    5
    Views
    11,138

    Exactly what i want to do is pass the address...

    Exactly what i want to do is pass the address cause my assignment is to do a direct translation from C++ to MIPS. Funny thing I have it done in MIPS and C++ which is the language I dominate was the...
  22. Replies
    5
    Views
    11,138

    C++ function address to as a parameter

    Does anybody know if it is possible in C++ to send the address of a function as a parameter to a function.
    Example

    foo( void* a[], int lenght i, int size, int compare(void* uno, void* dos));
    ...
  23. Replies
    9
    Views
    6,390

    Poll: Yes it seems as it is IE Hijack day, I myself...

    Yes it seems as it is IE Hijack day, I myself have had problems with it, now I got two friends saying there are a lot of pages that any other day would open, not oppening at all. Has anyone heard of...
  24. Replies
    12
    Views
    20,594

    Thanx for clearing that up about the directories,...

    Thanx for clearing that up about the directories, about opening up explorer that was just an example. Its just that im working on a research with a teacher I took a materials class with and I have to...
  25. Replies
    12
    Views
    20,594

    #include //#include ...

    #include <stdlib.h> //#include <cstdlib>
    #include <iostream.h> //#include <iostream>
    //using namespace std;

    int main(int argc, char *argv[] )
    {
    if(argc!=2)
    cout<<"Syntax: run...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4