Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

markkuk

@markkuk
About
Posts
1.1k
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • help me to understand "rfcomm" symbol "->"
    M markkuk

    If you want to send your data to two different destinations, you need to send it twice.

    Linux Programming help question

  • help me to understand "rfcomm" symbol "->"
    M markkuk

    jana_hus wrote:

    The task is to "send (serial) data to /dev/ttyUSB0 and pass the same data to /dev/rfcomm0 ".

    In that case, the whole preceding discussion about links has been just a waste of time. You can't do that task with links. A link means a single object (file, device, directory, etc) can be accessed using multiple different names. If you create a link from /dev/ttyUSB0 to /dev/rfcomm0, then anything written to either ttyUSB0 or rfcomm0 will end up in rfcomm0. If there was a physical device associated with the name /dev/ttyUSB0 before creating the link, it will be bypassed by the new link.

    Linux Programming help question

  • Character set
    M markkuk

    There was an effort to get GCC compiler and NetBSD running on a PDP-10: PDP-10 support for GCC[^], NetBSD/pdp10[^]. There isn't much detail available about the implementation.

    C / C++ / MFC question

  • Character encodings
    M markkuk

    iconv or uconv? You can use the --list option to see the available encodings.

    The Lounge help question discussion

  • Aside from smaller, how about flatter?
    M markkuk

    It's a 30+ part series on the Apollo Guidance Computer: Apollo Guidance Computer Restoration - YouTube[^], there's another as long series on the Apollo S-band radio system: Apollo S-Band Communications[^]

    The Lounge design com graphics iot question

  • Smart phones these days
    M markkuk

    Wirth's law:[^] "software is getting slower more rapidly than hardware is becoming faster"

    The Lounge question css hardware performance

  • Rust and its ways
    M markkuk

    Rob Philpott wrote:

    Something non-deterministic is going on. I haven’t debugged the HashSet yet to find out, but I’m presuming it’s using some random number or aspect of time somehow.

    According to the docs[^], this is done to prevent HashDoS[^] attacks.

    The Lounge csharp dotnet question lounge

  • downloading a web page with telnet
    M markkuk

    They dropped support for obsolete HTTP versions and your request isn't valid HTTP/1.1. Try:

    GET / HTTP/1.1
    Host: www.example.com

    The Lounge com tutorial question

  • Struct initalization valid ?
    M markkuk

    Maximilien wrote:

    It seems weird that the compiler accept to not fully initialize the struct. They (old retired programmers) seem to expect the values to be zero-initialized.

    According to cppreference.com:[^]

    Quote:

    All members that are not initialized explicitly are empty-initialized.

    The old programmers are correct.

    C / C++ / MFC devops question

  • javascript
    M markkuk

    https://fullstackopen.com/en/[^]

    JavaScript question javascript help

  • Where to find connect declaration of this mysql instace
    M markkuk

    The legacy API documentation is in Connector/C++ 1.1 Developer Guide[^] even if you use version 8 of the connector. Options for MySQLDriver::Connect() are explained here: https://dev.mysql.com/doc/connector-cpp/1.1/en/connector-cpp-connect-options.html[^]

    C / C++ / MFC c++ database mysql help tutorial

  • Host Web API
    M markkuk

    Check out Heroku[^]. The free version includes max. 10000 row Postgres database.

    The Lounge database cloud json help question

  • Why I love coding IoT
    M markkuk

    honey the codewitch wrote:

    But nobody has implemented it yet to drive an LCD display

    ...other than Espressif, the makers of the ESP32 chip. There's a documented API[^] and a code example[^]. They call the 8-bit parallel bus driven by I2S hardware "i80 interface".

    The Lounge hardware iot

  • Is the web allergic to JPG?
    M markkuk

    You can get random, free to use photo JPEGs from Lorem Picsum[^]. For example, try loading https://picsum.photos/320/240 from your code.

    The Lounge question

  • Newbie Here
    M markkuk

    See LinuxCommand.org.[^]

    Linux Programming linux question windows-admin hardware discussion

  • Web Server on Linux
    M markkuk

    I have tried it. It's another layer of pain and difficulty.

    Web Development asp-net sysadmin devops csharp dotnet

  • Web Server on Linux
    M markkuk

    #realJSOP wrote:

    I've never done ANYTHING with regards to containers, and I don't intend to push anything to extreme limits. Which do I use? Docker, Kubernetes, or...?

    Start with Docker because Kubernetes requires knowledge of Docker. Here's a free course I took to study Docker: DevOps with Docker[^]. There's one for Kubernetes as well: https://devopswithkubernetes.com/[^]

    Web Development asp-net sysadmin devops csharp dotnet

  • Implementing a mathematical PI control for a reasonable "if" structure
    M markkuk

    Md Mubdiul Hasan wrote:

    1. Subtract AND assignment operator, what -= means ? 2. what += means ?

    Assignment operators - cppreference.com[^]

    Md Mubdiul Hasan wrote:

    3. What does !=0 means in if structure ? 4. What double equals == means ?

    Comparison operators - cppreference.com[^]

    C / C++ / MFC question c++ css visual-studio debugging

  • Bochs // VirtualBox // FreeDOS // Windows // Share Files
    M markkuk

    According to the VirtualBox manual:

    Shared folders are supported with Windows 2000 or later, Linux, and Oracle Solaris guests

    Additionally, you need to install VirtualBox Guest Additions to the guest OS. It looks like there's no chance for shared folders to work with FreeDOS.

    The Lounge oracle question

  • Half a bit
    M markkuk

    honey the codewitch wrote:

    my clock signal is *half a bit* behind my MOSI signal

    Doesn't that mean you are using wrong SPI Transfer Mode[^]? Configuring a different mode doesn't need any rewrite of ESP-IDF code.

    The Lounge graphics hardware regex help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups