Categoria: Uncategorized

  • historia do computador / software

    History of Internet and WWW: The Roads and Crossroads of Internet History http://www.computerhistory.org/ http://www.softwarehistory.org/ the history of computing project The History of Computer Programming Languages Computer Languages History

  • Hello World

    programado em mais de 30 linguagens de programação e afins A “hello world” program is a computer program that prints out “Hello, world!” on a display device. It is used in many introductory tutorials for teaching a programming language and many students use it as their first programming experience in a language. http://encyclopedia.laborlawtalk.com/ Hello_world_program e…

  • windows handles

    Effect of Hyperthreading on a Thread Object for Windows Animation – Paul Milenkovic Inside Windows Handles Version 2.0 of theForger’s Win32 API Tutorial Coupling a window handle with a data object A window hook is a method that allows interception of Win32 API actions. These can be used for monitoring actions inside the OS and…

  • user32.dll

    Implementing Callback Functions Exemplo EnumWindows API calls List (USER32.DLL) The secret life of GetWindowText “GetWindowText() cannot retrieve text from a window from another application.” Tutorial: Capturing and Running IE Instances in a Windows control Working with Win32 API in .NET Get Current Window Handle and Caption With Windows API In C# Difference between WM_GETTEXT and…

  • Open Sores® Software Development

    http://j-walk.com/other/ossw/ When I started Open Sores® Software Development, I had a dream. A dream to build the most successful software company in the World. That was six years ago. Today, I’m pleased to report that OSSD is well on its way to attaining that dream. We have customers in five of the 50 states, and…

  • breves rfid

    RFID and the Media Revolution Renowned futurist Paul Saffo (http://www.saffo.org/) predicts that RFID’s biggest impact will come from surprising applications Over the next 10 years, he said, RFID, wireless communications and robotics will each play an important role in what he calls the sensor revolution. Saffo said sensors are creating an early phase of “smartifacts,”…

  • Confused about the EPC RFID Tag Classes?

    EPC Class Definition Programming Class 0 "Read Only" passive tags Programmed as part of the semiconductor manufacturing process *Class 0+ "Write-Once, Read-Many" version of EPC Class 0 Programmed once by the customer then locked Class 1 "Write-Once, Read-Many" passive tags Programmed once by the customer then locked Class 1 – Gen2 "Write-Once, Read-Many" passive tags.…

  • diversos

    HTTP Pocket Reference – HTTP Transactions A basic Particles System Introduction to the basic idea of the particles systems, and how to create basic effects such as explosions and water fountains I/O Ports Uncensored Part 2 – Controlling LCDs (Liquid Crystal Displays) and VFDs (Vacuum Fluorescent Displays) with Parallel Port Controlling LCDs (Liquid Crystal Displays)…

  • Diversos

    Making Code Coverage more palatable with NCoverViewer and NCoverBrowser NCover tutorial Naming, Coding, and Commenting Conventions .NET Programming Standards and Naming Conventions – Common .NET Naming Conventions Number Formatting in .NET HOW TO: Secure an ASP.NET Application by Using Windows Security Binding a DataGrid to a Collection by Ulrich Sprick HOWTO: implement IBindingList in Winforms…

  • Programação de Sockets em .net / progress

    Socket Programming in C# – Part 1 – Introduction Socket Programming in C# – Part 2 – Introduction A Simple .NET TCP Socket Component Socket Programming HOWTO So first, let’s make a distinction between a “client” socket – an endpoint of a conversation, and a “server” socket, which is more like a switchboard operator. The…