example

  1. Rishab7

    Windows 7 Difference between architecture and infrastructure in software?

    Hello, I've been working on implementing level order traversal in my project and encountered some challenges. I followed the guidelines for level order tree traversal. While the content was helpful, I'm currently facing specific issues in applying the concepts. Here are the challenges I'm...
  2. M

    Android Python string find() examples

    I'm looking for examples, but I'm not finding any. Are there any examples on the internet? I'd like to know what it returns when it can't find something, as well as how to specify the starting and ending points, which I assume will be 0, -1. >>> x = "Hello World" >>> x.find('World') 6 >>>...
  3. C

    Windows 10 Script that separates files according to destination folder name

    Greetings, I need a Script that separates files According to destination folder name. Example if in the destination folder there is a folder named Paulo, it searches in the source folder where the files are located to separate files that have the name Paulo. Origin Paulo24567.mp4 Destiny...
  4. News

    Master the Master-Detail Pattern

    In the world of information consumption in applications, it’s crucial to have a clear and easy way to navigate and inspect that information. The master-detail design pattern has become one of the most popular approaches in applications today. In this post, we’ll discuss what this is, determine...
  5. News

    COM Server and OLE Document support for the Desktop Bridge

    The Windows 10 Creators Update adds out-of-process (OOP) COM and OLE support for apps on the Desktop Bridge – a.k.a Packaged COM. Historically, Win32 apps would create COM extensions that other applications could use. For example, Microsoft Excel exposes its Excel.Application object so...
  6. W

    Windows Server Launching Application on reboot

    I have an application that needs to be launched automatically upon reboot. The application has login and password, so I need to have a script to pass out the login info. Please let me know if we can do it with .bat script and if you have an example. Appreciate it!
  7. News

    Unity Asset - Kinect v2 with MS-SDK Tips, Tricks and Examples

    For the last couple weeks I've been highlighted the Kinect Unity Assets of Rumen Filkov (aka RF Solutions), Unity Asset - Kinect [v1] with MS-SDK and Unity Asset - Kinect v2 with MS-SDK. Today I'm wrapping up the series by sharing a great blog post from Rumen on using his “Kinect v2 with...
  8. News

    Bringing Marmalade SDK-based apps to Windows 10 – a step-by-step guide

    With the recent release of the Marmalade Link Removed, apps and games built with the Marmalade SDK can now be targeted for and deployed to Windows 10 PCs or phones. In most cases, your app will not require significant code changes to move to Windows 10. However, the SDK is still a limited beta...
  9. ussnorway

    Windows 8 Example of the snap screen is windows 8

    Some times it helps to see something working.
  10. News

    How to use the "netsh advfirewall firewall" context instead of the "netsh firewall" context to contr

    Describes how to use the new "netsh advfirewall firewall" command-line context instead of the "netsh firewall" context to control Windows Firewall behavior in Windows Server 2008 and in Windows Vista. Provides detailed examples. More...
Back
Top