search for: endeed

Displaying 3 results from an estimated 3 matches for "endeed".

Did you mean: indeed
2003 Jul 24
1
compilation error
Hi I have some trouble getting asterisk to compile on my system. I get unresolved external symbol in enum.c et srv.c on res_ninit, res_nsearch and res_nquery. I've looked through my /usr/include/resolv.h file, and endeed I didn't found any declaration of such functions. It seems to be some res_init, res_search, etc.. but the declarations are the same the res_nxxx ones. Does asterisk requires any specific version of the glibc or gcc ? Thanks for your help. John WALTER
2024 May 21
1
wrtiteBin in conjunction with seek : the position in the file is not good when writing
? Tue, 21 May 2024 11:29:33 +0200 Laurent Rhelp <laurentRHelp at free.fr> ?????: > pos <- seek(con_in,2,origin="start") > # We have to repeat the command to return the good amount of read > # bytes > print(paste0("pos is not equal to 2, pos = ",pos)) That's because seek() returns the previous position ("before any move", the one that the
2024 May 25
1
dplyr, group_by and selective action according to each group
Although there may well be many ways to do what is being asked for with the tidyverse, sometimes things are simple enough to do the old-fashioned way. The request seems to have been to do something to all rows in ONE specific group but was phrased in the sense of wanting to know which group your functionality is being called in. What grouping gains you is more worthwhile if you are interested in