Search:

Type: Posts; User: TheBarret

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,172

    Windows 7 - Some load delay in 64bits apps

    For sometime ive seen that some 64bits apps (usually installers) take quite a time to load and those
    that take a good 10 seconds to load seems also to effect other systems such as audio and...
  2. Replies
    0
    Views
    5,070

    Logic Circuit Sandbox (Simulator)

    Some time ago i wanted to make a sort of sandbox where i could experiment with logic gate circuits,
    just for the fun of it i made a test application and turns out it works quite well.

    Available...
  3. Re: Reverse Image Searching (Perceptual Hashing)

    i have sent you a source of a project ive done a while ago, maybe it helps your idea to conceive a plan of attack.
  4. Thread: Media player

    by TheBarret
    Replies
    3
    Views
    2,651

    Re: Media player

    Have you checked out this ?

    http://directshownet.sourceforge.net/
  5. Thread: Media player

    by TheBarret
    Replies
    3
    Views
    2,651

    Re: Media player

    Well for one, this qeustion belongs not in this forum, and with the streaming, we need to know what kind of encoding your dealing with, is it raw or compressed data?
  6. Re: Reverse Image Searching (Perceptual Hashing)

    Ive done some random things, i really liked that Qr-code method, u know those square rectangles that contain in fact several smaller fields that have a correction field, so even if the qr-code is...
  7. Reverse Image Searching (Perceptual Hashing)

    A while back i tinkered with this idea to create an easy to use perceptual hashing module
    that does the work for me to match one or more images with eachother.

    If you wonder what this is about...
  8. Embedding custom fonts into your application

    Theire are several ways to make use of a font type that is not standard on a platform your application is executed from, i tried most of them and ive come to learn that the following method was best...
  9. Re: Boids - Simulating the flocking behaviour of birds

    Sure thing mate ^^ i hope you succeed in your project :) (little advice, the vector2.vb is quite usefull)
  10. Re: Boids - Simulating the flocking behaviour of birds

    Well u can open indiviual vb files ofc and port it to 2010.
  11. Re: Boids - Simulating the flocking behaviour of birds

    Yes i did, never converted project files in vs, however it seems pretty easy actually if you read the following thread:
    ...
  12. Replies
    4
    Views
    7,568

    Re: Example of a script parser and interpreter

    Repacked the zip , i double checked it no binaries are in there.
  13. Boids - Simulating the flocking behaviour of birds

    I'd like to share my attempt to re-create the boid behavior program in vb.net.

    More info about this can be found on wiki:
    http://en.wikipedia.org/wiki/Boids

    http://i.imgur.com/AcLjMxy.png

    ...
  14. Replies
    4
    Views
    7,568

    Re: Example of a script parser and interpreter

    I thought i removed all the binary except the proto-buf library. Hmmz im sorry folks , scan it anyway :S
  15. Replies
    4
    Views
    7,568

    Re: Example of a script parser and interpreter

    Oh darn it, just realized i posted this in the general vb.net instead of Codebank -.- im so sorry...
  16. Replies
    4
    Views
    7,568

    Example of a script parser and interpreter

    I showed not long ago a basis of how to parse a script using the abstract tree format.
    I've been busy to make an interpreter and reseached some examples i found floating on the internet.

    I must...
  17. Create a dynamic method from string to opcodes [Source included]

    While back i was fooling arround with the rich reflection namespace in .net and i made a small
    class that would parse string based opcodes to the corresponding (IL) opcodes and generate a custom...
  18. Replies
    4
    Views
    2,014

    vbforums.com very slow response

    I was wondering who has encountered this delay problem.
    it takes about a good 10~20 secsonds to load wich times out eventualy image requests and then marked as corrupted or not received.
    This is...
  19. Re: The art of Lexical analysis and Abstract syntax tree building [including source]

    @FunkyDexter and .paul.: Im sorry about that :O

    @Ident: Oh, well please show me whats better i'll be glad to improve my 'habbits'. :)
  20. The art of Lexical analysis and Abstract syntax tree building [including source]

    Long time ago Joacim Andersson showed me the way of parsing a script the right way,
    from that moment i was determined to create a simple yet powerfull engine for myself that
    i used in pretty much...
  21. Replies
    2
    Views
    837

    VS 2010 Re: Steam Client interferes with VS

    Indeed or i just close steam however it find it strange.
  22. Replies
    2
    Views
    837

    VS 2010 Steam Client interferes with VS

    I had to download an unlocker to determine what and why my VS would not debug my project.
    it was Steam that was locking my vhost or aka debug optimizer to run properly.
    Very annoying and very odd...
  23. Replies
    4
    Views
    610

    VS 2010 Re: Thread Issue's

    I have no clue what is wrong with it, i made a new project , identical, and it seems to be gone for now. Still im puzzled.
    So its solved more or less :S
  24. Replies
    4
    Views
    610

    VS 2010 [RESOLVED] Thread Issue's

    Hi all,

    Could someone maybe shed some light on this weird result im having with the VS2010 express editor.

    Here's the situation,

    I have a class that has several objects defined and after it...
  25. Replies
    3
    Views
    743

    VS 2010 Re: C# to VB.NET problem

    Found the solution by looking at some other (older) similair convertion threads.
    (Source: http://stackoverflow.com/questions/5749801/converting-2-bytes-to-short-in-c-sharp )


    Solution:


    If...
  26. Replies
    3
    Views
    743

    VS 2010 Re: C# to VB.NET problem

    That is an array declared as byte
    VB

    Private B32Memory As Byte()
    C#

    private byte[] B32Memory;
  27. Replies
    3
    Views
    743

    VS 2010 [RESOLVED] C# to VB.NET problem

    Good day,

    Im trying todo a C# tutorial on how to make a VM from:

    http://www.codeproject.com/KB/recipes/B32Machine1/VMCS.pdf

    And i did a line-by-line check and vb.net convertion but i came to...
  28. Replies
    6
    Views
    714

    Re: Suggestion on drawn controls (Graphics)

    Thx for the reply, but this ain't not gonna help me.
  29. Replies
    6
    Views
    714

    Re: Suggestion on drawn controls (Graphics)

    44 views, and no responds. :O
  30. Replies
    6
    Views
    714

    Suggestion on drawn controls (Graphics)

    I have a project on going and im at a point where i have small idea but not sure if that will work for controls.

    My project is about making a custom drawn GUI in the VB.NET Graphics, i already...
  31. Replies
    44
    Views
    5,900

    Re: Script Engine - VB.NET Based

    Replaced alote since last time, heres what i did.

    - Parser replaced with a lexer (so much easier!)
    - Functions accept parameters instead of compound variables
    - Functions have theire own...
  32. Replies
    29
    Views
    144,050

    Re: Correct way to use the BackgroundWorker

    Great tutorial, thank you!

    I see that i could use far more out of this way then i used to know it!
  33. Replies
    1
    Views
    566

    Re: Object property changing

    I guess nobody is willing to say anything or something. Then this must be ok i suppose.
  34. Replies
    1
    Views
    566

    Object property changing

    I have a qeustion where i made a function that changes the property value of an object.
    My qeustion is , is this the best way to approach this?

    the objects + alias are stored in an array...
  35. Replies
    44
    Views
    5,900

    Re: Script Engine - VB.NET Based

    Prob all right but not of use to me atm because this has not very much todo with the project i am doing.
  36. Replies
    44
    Views
    5,900

    Re: Script Engine - VB.NET Based

    Okay this is indeed the better "other" solution, i appreciate this example, once this is seen i'd never go bad again. Thanks J.

    -TB
  37. Replies
    44
    Views
    5,900

    Re: Script Engine - VB.NET Based

    Was not about hurting feelings more about manors.

    Anyway, ive been doing new ways of this current function but i cannot see any other solution.

    What happens is, the function loops trough the...
  38. Replies
    44
    Views
    5,900

    Re: Script Engine - VB.NET Based

    Been reading on why GoTo's are bad and now i understand but also find it pretty confusing on the reactions people give. Seems half of them say it's ok but not too much the other half just treats you...
  39. Replies
    44
    Views
    5,900

    Re: Script Engine - VB.NET Based

    Well im sorrie that im not an expert on coding, maybe you can give me a suggestion how to improve myself how to avoid using these methods. not asking to code for me but little direction would help.
  40. Replies
    44
    Views
    5,900

    Re: Script Engine - VB.NET Based

    Redid the variable_check code, altho im not sure if im doing it right. however it does work.

    Maybe any suggestions on this code:



    Private Function ReplaceVars(Evalstr As String) As String
    ...
Results 1 to 40 of 58
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width