Search:

Type: Posts; User: twas brillig

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. [Help] What would be great is if the developers of these...

    What would be great is if the developers of these tools had enough common sense to put, I don't know, debugging information in it or something. At least print the stack trace or exception to a text...
  2. Replies
    7
    Views
    2,714

    [Release] Where's the source code? Good job on completing...

    Where's the source code? Good job on completing your first trainer. I'm sure that you used the YouTube video for this which is fine. The real challenge begins when you try to apply what you've...
  3. Replies
    6
    Views
    1,472

    [Help] First of all, you're dividing an integer by a...

    First of all, you're dividing an integer by a float and then sending it to Math.Ceiling which is expecting a double. Is this intentional? What you want is:

    Math. Round(1.2) ==> 1
    Math. Round(1.5)...
  4. Replies
    8
    Views
    1,321

    [Help Request] Documentation should become your friend. ...

    Documentation should become your friend.

    According to MSDN:


    public static string[] GetFiles(
    string path,
    string searchPattern,
    SearchOption searchOption
    )
  5. Replies
    38
    Views
    26,401

    [Detected] Lol, at this. You would think as "hard" as hacks...

    Lol, at this. You would think as "hard" as hacks are to make, the author CERRAOSSO would be able to make it stable at least.
  6. Replies
    7
    Views
    1,269

    [Discussion] I graduated last year with my Bachelor's in...

    I graduated last year with my Bachelor's in Computer Science and I now work as a Software Engineer in the healthcare sector. I started learning web development when I was 12 and created websites for...
  7. Replies
    21
    Views
    10,077

    If you're getting errors without a single line of...

    If you're getting errors without a single line of code, it sounds like you might not have the correct dependencies installed. I'd have to see the error messages to know for sure
  8. Replies
    1
    Views
    798

    Going to have to offer more than $10, lol. I make...

    Going to have to offer more than $10, lol. I make $60 an hour at my job, I don't want to do 2 hours of work for $10

    - - - Updated - - -

    Going to have to offer more than $10, lol. I make $60 an...
  9. The OP said he doesn't want to learn a new...

    The OP said he doesn't want to learn a new language for this project. C++ isn't used much in the corporate space if you plan on getting a job as a software engineer.
  10. [Release] Just a note for those that are grabbing this and...

    Just a note for those that are grabbing this and using it: Be careful when doing comparisons with int and long using the "==" operator. Just make sure you're actually comparing the values and not the...
  11. Thread: Error C#

    by twas brillig
    Replies
    3
    Views
    685

    [Help] This isn't enough information for me to help you...

    This isn't enough information for me to help you resolve this. Perhaps you should post the exact error message and even some code so I can try to replicate this.
  12. [Source Code] I appreciate the response. My program is included...

    I appreciate the response. My program is included in all the mod packs so if any of the gamers want to contribute they know where to go.
  13. [Outdated] This was my first release on MPGH so I wasn't...

    This was my first release on MPGH so I wasn't sure how to attach it. Now I know, sorry.




    I sincerely thank you for your support. This is my first release on MPGH so I wasn't sure how it would...
  14. [Help] I'm not familiar with the game but I know...

    I'm not familiar with the game but I know JavaScript/AJAX. I don't use Skype, I noticed it seems like most members here do.
  15. I've looked over your posts and what you're all...

    I've looked over your posts and what you're all about and I don't think you are doing things legit. Highly illegal some of it.
  16. Replies
    28
    Views
    5,524

    Poll: I just graduated from college with a B.S. in...

    I just graduated from college with a B.S. in Computer Science, and all my professors used more than just an Anti-Virus. They had Zone Alarm, Avast(I think), spybot, and something else. They were...
  17. Replies
    3
    Views
    930

    [Help] This is definitely an issue with linking. Are all...

    This is definitely an issue with linking. Are all the necessary libraries linked correctly? Is this the only file that is being compiled, no other. cpp or .h files? If you send me the project zipped...
  18. Replies
    9
    Views
    1,527

    [Help] Today's world runs on object oriented code so C#...

    Today's world runs on object oriented code so C# is a very good choice. If you wanted to write software for on board computers that is on hardware or get close to the machine, C or C++ would be your...
  19. Replies
    5
    Views
    3,548

    [Help] My last semester in college involved a Software...

    My last semester in college involved a Software Engineering project which used a GUI. Would looking at an example be ideal or are you actually preferring to have instruction?
  20. Replies
    8
    Views
    3,893

    I can't give you any feedback for improvement...

    I can't give you any feedback for improvement without looking at the source code. I recommend creating your own repository on ******, that way people that want to help and improve, can do so there.
  21. Replies
    5
    Views
    636

    [Request] The problem is very simple. Your GUI is running...

    The problem is very simple. Your GUI is running on one thread throughout the life of its' execution. You are trying to manipulate memory and do other things on the same thread as the GUI. You...
  22. Replies
    2
    Views
    830

    [Help] How to Extract folders from ZIP?

    I'm using .NET 4.5 which has ZIP abilities built in.

    Say my project is structured like this:




    ├── ListOfFolders.zip (Locked with password)
    └── FolderA
    └── FolderB
  23. Replies
    8
    Views
    3,298

    [Release] I'm just curious as to why there are no links?...

    I'm just curious as to why there are no links? I'm able to post my latest project with a link pretty easily: https://******.com/jmemmons/wot-modpack-customizr
  24. Replies
    4
    Views
    950

    Here's what I suggest. Being that me and you...

    Here's what I suggest. Being that me and you develop software, that's a skillset in and of itself. I think you should partner with someone who actually will be in charge of finding the addresses and...
  25. Replies
    4
    Views
    1,331

    [Source Code] I'm a programmer so I don't fiddle with the...

    I'm a programmer so I don't fiddle with the memory scanning stuff. This is where it's important to work together. This is how hacks come together, you find the addresses and I write the hack.
Results 1 to 25 of 65
Page 1 of 3 1 2 3