I got a task for work regarding Stata, there I need to clean zip code data. 71000 is for example Paris 71001 is only a part of Paris. In my task there are firms
I have these values stored in documents inside a collection: { value: string, currValId: number, chosen: bool, requestTime: number, // the time the requ
I am a longtime Subversion user who has just recently started working on a project where git (GitHub) is being used for source control. There
I have some linux servers and want check state of services. I can easily check all processes, single process by name, but how to check for group of services wit
We have data in a SQL Server table like this: PID Name RefNo FID ---------------------------- 1 ABC G1 2 XYZ G1 1 (1 relate to
I am trying to make an executable from a setuptools distribution, I have the following structure: TEST-DIST ├── app.spec ├──
I'm working with Java and mysql for database and I ran into a weird problem: One of my clients have a very unstable connection and sometimes packet loss can be
I have webrtc application and works perfectly with max resolution as 1280 X 720. However webrtc would take some time (around 20 seconds from start of call) to r
I have multiple setState(newState, callback) statements in my Class component. Now that I'm shifting to using hooks, I am unable to put all of the callbacks in