i have currency code (e.g. USD,INR,etc...). I want to get symbols of only one letter of those codes (e.g $,₹, etc). i have tried to find many solutions li
This code works good with Delphi-7 (until Delphi had Unicode support): Value := edit1.Text[1]; if Value in ['м', 'ж'] then ... 'м', '
I am doing some data gathering that requires opening the registry to the uninstall key on multiple VMs, so I am looking to automate that process. This works a t
I have a behavior that I add to all models by initialize event listener. // src/Event/InitializeEventListener.php ... class InitializeEventListener implemen
I am trying to integrate my webpack project with sass-loader, but I am get this error: Module build failed: Error: Cannot find module 'postcss' I already in
I'm new to programming and web development, and even I'm not native English speaker so my explanation might be hard to understand. I'm using aws sdk, aws s3, a
I'm trying to SIMULATE my design, but I get this error: Illegal output or inout port connection for port 'next_key'. although I connected wire to output reg.
I'm trying to use sqlite as a key-value-store for a small project. Since I need to filter the data by specific content of the json I'm using json_extract to ext
I have a jqGrid with six columns, each with a 'checkbox' format. I need to get all of the checkboxes' selected and unselected values based on Column Names. Is