programming

  1. hundayyova

    Windows 11 How do you change the font color in Vim editor?

    You can change color schemes at anytime in vi by typing colorscheme followed by a space and the name of the color scheme. For more color schemes, you can browse this library on the vim website. You can enable or disable colors by simply typing “syntax on” or “syntax off” in vi.
  2. YTAIGamer

    VIDEO Suggestions on building a gaming AI?

    I'm an experienced programmer, but new to AI. I'm trying to learn ML techniques by building a bot to play a video game. I'm documenting my process as I go. The game I'm focusing on 1st is TFT (TeamFightTactics) which is in the AutoBattler genre - Essentially, you try to build the strongest...
  3. whoosh

    VIDEO The Computer that Birthed BASIC and led to Microsoft!

    :iee:
  4. bochane

    Real Programmers don't use Pascal

    Looking through old papers I found a copy I made of an amusing contribution to Datamation July 1983 Readers' Forum: Real Programmers don't use Pascal Who knows nowadays of Fortran, Pascal or ADA? Who were able to dig into the machine code to gain some precious microseconds? We were, a long...
  5. E

    Windows 11 Windows Audio Capture Client GetBuffer()

    Can someone explain how to get data stored in a pointer and get an address that is stored in that pointer, then get the data from the address? I cannot figure out how to store the raw audio data into a file every time I run it the data accumulating in the file is low. The function in question is...
  6. J

    Windows 10 Editing an existing script or code because it does not work as intended...

    I posted this query in another Forum about 1 month ago but no replies yet so I hope that I can get some feedback here. 3RVX is a skinable volume indicator for Windows. It looks almost exactly the same is the volume indicator for Windows 8 and 10 but in a different region of the screen. I did...
  7. News

    Test IE mode in Microsoft Edge with Internet Explorer Driver

    In collaboration with our friends in the Selenium project, the Microsoft Edge team is excited to announce that you can now test Internet Explorer mode in Microsoft Edge with Internet Explorer Driver. With just a few changes to an existing test that runs against Internet Explorer, you can get...
  8. Xarzu

    Windows 10 How do I add an .EXE project to a solution of DLL's?

    How do I add an .EXE project to a solution of DLL's? This is using Microsoft Visual Studio Professional I have been handed a solution file which contains three projects. But all three projects generate DLL files. It is kind of unique because I have uncovered that they contain XAML files. So...
  9. adam2001

    Windows 7 How to Check C++ Version Using Command Prompt

    what is the cmd commande to check c++ version ?
  10. News

    VIDEO Announcing Rust for Windows v0.9

    Rust for Windows v0.9 has recently been released and includes full consumption support, along with several other updates! With completed consumption support, you can now call any Windows APIs (past, present, and future) using the Rust language projection. Rust developers have access to the...
  11. News

    C#/WinRT Authoring Preview and Updates

    The C#/WinRT team is excited to announce our latest release, which includes a preview of C#/WinRT authoring with the latest C#/WinRT NuGet package, as well as updates to the .NET 5.0 SDK with the .NET February update. Since our last blog post on C#/WinRT v1.0, we have some new features to show...
  12. News

    Participate in the Developer Economics Survey

    The /Data Developer Economics Q1 2021 Survey is now open! Every year more than 30,000 developers around the world participate in this survey. Take the survey now to share your experience as a developer and your perspective on the future of the software industry. Want more information? Read our...
  13. GrimTheCat

    Programming subsections?

    Hi, Like many, I am new here and new to programming. I have been looking for a project to try my hand at it. Anyways, Is there a way that I can program subsections into folders of Windows 10 OS? Or is that not something possible? I don't want to do Linux, simply because I am very comfortable...
  14. E

    Windows 10 Building a Tool to Access All Firmware on Device

    I am attempting to write a tool that is able to read and write firmware on any hardware device that has firmware. I cannot find any resources on YouTube, Google, or the Windows Developer API. Is it even possible to access any firmware on the Device?
  15. Akito

    Windows 10 GetKeyState weirding out? (Windows API)

    I am at the end of my wisdom and need some help. Here are the relevant parts of my code: proc isKeyPressed(virtKeyCode: int32, stateCode: SHORT): bool = if GetAsyncKeyState(virtKeyCode) and 0x8000 != 0: return true else: return false template checkKey(virtKeyCode: int32, keyValue...
  16. News

    C#/WinRT Version 0.8 and the .NET5 RC2 Release

    We have several important updates to share with the latest release of C#/WinRT. This release is feature complete for consumption scenarios, which means that all features for using our generated Windows SDK projections to call WinRT APIs are now in their final form. We expect C#/WinRT to have...
  17. News

    Announcing more ways, we’re making app development easier on Windows

    The post Announcing more ways, we’re making app development easier on Windows appeared first on Windows Blog. Continue reading...
  18. DioniaMuscipula

    Windows 10 Does Netbeans support font themes

    In particular can Netbeans support dark mode themes. Can Netbeans import dark themes as I find them much easier on my eyes. I'm using version 8.2. [email protected] Sent from my SM-F907B using Tapatalk
  19. News

    Participate in the Developer Economics Survey

    The Developer Economics Q2 2020 Survey is now open! Every year more than 30,000 developers around the world participate in this survey. Take the survey now to share your experience as a developer and your perspective on the future of the software industry. Want more information? Read our answers...
  20. whoosh

    VIDEO I've never seen ANYTHING like this before... Temple OS

    :p
Back
Top