python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Bash, mass data change on data from a column but only specific lines
I have a data file that I need to do a mass date change on specific lines or column. It is only on specific lines that end in 0003-0. There are many others similar and I do not need them changed. I am...
Brett Burton
Votes: 0
Answers: 2
Different Compiler Different Results- C++ program result variation with MinGW and Cygwin
Problem 1:
I have tried to print the value of PI upto n-th digit after decimal pointer in C++. But in MinGW after a certain-th digit the rest of them are showing 0s. But this is not happening with Cyg...

Archisman Karmakar
Votes: 0
Answers: 0
How to update a Cygwin package that has no maintainer?
Many Cygwin's packages have no maintainer, is it still revelant to use Cygwin ?
I would like to update ruby or ansible package to the last version, how can I do that ?
Thanks
ME2
Votes: 0
Answers: 2
How to statically link libssl and libcrypto when using cygwin?
cmake_minimum_required(VERSION 3.17)
project(test)
set(CMAKE_CXX_STANDARD 17)
add_executable(test main.cpp)
target_link_libraries(test ssl crypto)
when use the CMakeLists.txt above, it can link th...
today man
Votes: 0
Answers: 1