Search:

Type: Posts; User: Jason

Page 1 of 10 1 2 3 4

Search: Search took 0.11 seconds.

  1. Thread: Languages.

    by Jason
    Replies
    18
    Views
    2,507

    [Discussion] Use whatever's most appropriate for what you want...

    Use whatever's most appropriate for what you want to do.

    If you're a beginner, your best bet is to pick a mature language (i.e. one that's been around for a while) that has a good support...
  2. Thread: AddHours / Alarm

    by Jason
    Replies
    2
    Views
    651

    [Solved] Where is the Date for Label1 coming from? ...

    Where is the Date for Label1 coming from?

    Scenario 1: Date object


    Public Class Form1
    Private ReadOnly _date As DateTime = DateTime.Now

    Private Sub Form1_Load(sender As...
  3. Thread: Crypto Currency

    by Jason
    Replies
    3
    Views
    941

    [Request] Fork the BitCoin repository...

    Fork the BitCoin repository and get going!
  4. Replies
    14
    Views
    3,043

    [Help] Statically typed languages such as VB.NET aren't...

    Statically typed languages such as VB.NET aren't particularly well-suited for dealing with dynamic data structures like JSON. If you have the option you'd be better off using a dynamically-typed...
  5. Thread: Happy new year

    by Jason
    Replies
    17
    Views
    2,475

    [Discussion] Maaaaaaaate. It's been ages, haven't been around...

    Maaaaaaaate. It's been ages, haven't been around here much at all lately haha.
  6. Replies
    16
    Views
    2,923

    [Help] Yes it's possible. You just need to set the...

    Yes it's possible. You just need to set the current working directory programmatically when your application starts. If you told me what language you were using I'd be able to give you a more...
  7. Replies
    13
    Views
    2,946

    [Solved] This is one of the "traps" of multi-threading....

    This is one of the "traps" of multi-threading. Just because you run code in multiple threads doesn't automatically mean you'll experience any sort of speed up. It's important to know that...
  8. Replies
    11
    Views
    6,194

    [Release] That doesn't make any sense.

    That doesn't make any sense.
  9. Replies
    11
    Views
    6,194

    [Release] It's fairly trivial to change one hardcoded hash...

    It's fairly trivial to change one hardcoded hash to another using any decent hex editor / decompiler, though.

    What would happen if a legitimate DLL was loaded into the process, would your...
  10. Thread: Sad to say

    by Jason
    Replies
    9
    Views
    1,185

    A minute of silence for all our fallen comrades....

    A minute of silence for all our fallen comrades. I miss you fags :(
  11. [Tutorial] On the odd occasion ;)

    On the odd occasion ;)
  12. [Tutorial] I do so love listening to heavy dubstep when I'm...

    I do so love listening to heavy dubstep when I'm watching a tutorial /sarcasm

    Just a heads up, My.Settings isn't portable (i.e relocating the application will lose you your settings), it's often...
  13. Replies
    30
    Views
    2,945

    [Solved] Nothing is impossible, but why the heck would you...

    Nothing is impossible, but why the heck would you even WANT to do it this way? Even if you did get your own console variables registered, you'd still have to write the backing code to do what you...
  14. Replies
    37
    Views
    3,766

    > HTML is a language; a markup language, not a...

    > HTML is a language; a markup language, not a programming language.
    > The title of this thread refers to programming languages. There is no programming in HTML.
    > Dynamic HTML (DHTML) is achieved...
  15. Replies
    37
    Views
    3,766

    CSS/HTML are not "programming" languages, kind of...

    CSS/HTML are not "programming" languages, kind of a moot point. Even so, you'd be surprised at how many people would claim "100%" knowledge of HTML yet fail to give adequate examples of proper...
  16. Replies
    37
    Views
    3,766

    The fact of the matter is that 30-60% is FAR more...

    The fact of the matter is that 30-60% is FAR more realistic than his claims of 100%. He does not know 100% of C++, nor would he actually know CLOSE to 70-80% of assembly. Anyone claiming to know a...
  17. Replies
    37
    Views
    3,766

    F# C# VB (6 and .NET) Java JavaScript (+...

    F#
    C#
    VB (6 and .NET)
    Java
    JavaScript (+ jQuery)
    PHP
    Ruby (+ Rails)
    ColdFusion
    Intel x86 assembly (very, VERY basic level)
    C/C++
  18. Replies
    4
    Views
    1,286

    Should add an option to specify the DOCTYPE as...

    Should add an option to specify the DOCTYPE as well; that's probably the most annoying thing when hand-coding HTML without using templates.

    i.e:


    HTML5 -> <!doctype html>
    HTML4 ->
    Strict...
  19. [Tutorial] protip: Use `AndAlso` in favour of `And`;...

    protip: Use `AndAlso` in favour of `And`; short-circuit evaluation not only prevents headaches, but redundant processing too!
  20. Replies
    17
    Views
    1,880

    [Request] It does indeed, that's why I generally don't post...

    It does indeed, that's why I generally don't post anymore haha.
  21. Replies
    9
    Views
    18,024

    [Help] Cheers, I was thinking along different lines when...

    Cheers, I was thinking along different lines when I read "Ring0".



    Not sure if this was directed at my comment, but the number of properly implemented Manual Map injectors, capable of injecting...
  22. Replies
    2
    Views
    2,287

    [Help Request] FindPattern is shit-slow from an external...

    FindPattern is shit-slow from an external process, period. RPM/WPM are crazy slow normally, let alone when you don't even know the exact address you want to read from. The only way to slightly speed...
  23. Replies
    17
    Views
    1,880

    [Request] Mother of god, it's ALIVE!

    Mother of god, it's ALIVE!
  24. Replies
    9
    Views
    18,024

    [Help] What "Ring 0 detections" do ACs even have? ...

    What "Ring 0 detections" do ACs even have?

    Also, my Injector library (see signature) has working Manual Map code (in C#), it'd be easy to port it to C++ though.
    Jetamay wrote a PE loader in C++...
  25. Replies
    9
    Views
    1,142

    [Request] How does it allow for faster transfer of files?...

    How does it allow for faster transfer of files? Now not only do you need to download the original file, you need to download the installer first as well.

    Given the specifications you've stated,...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4