search for: confluenc

Displaying 20 results from an estimated 82 matches for "confluenc".

Did you mean: confluence
2017 Dec 17
0
Collaborative Wiki for fostering Open Innovation in R
...? ?R Help. ? ?etc. A key point would be that the wikis are installed, hosted and accesible through CRAN Servers, as a way to give some collaborative GUI to CRAN hosted documentation. Three collaborative wikis worth to consider would be: ? xwiki SAS (Open Source): http://www.xwiki.org ? ?Atlassian Confluence (Free for Open Source Projects): https://www.atlassian.com/software/confluence ? ?MediaWiki: www.mediawiki.org I personally prefer xwiki for being 100% Open Source, and being editable with a Markdown Syntax; but we use Confluence at work and I am also very happy with it; and MediaWiki is the one...
2010 Apr 13
2
[LLVMdev] darwin dragon-egg build issues
...ragonegg.so >> dlopen(./dragonegg.so, 10): Symbol not found: _classify_argument > > looks like you forgot to apply the i386_static.diff patch to gcc. > > Ciao, > > Duncan. Duncan, Doesn't i386_static.diff represent a violation of... https://www.securecoding.cert.org/confluence/display/seccode/DCL36-C.+Do+not+declare+an+identifier+with+conflicting+linkage+classifications since it first declares a function as extern and then redefines it locally? Jack
2018 Sep 06
2
Authenticating against Samba 4 AD LDAP service
...n name in LDAP URL. > However, are you sure you cannot use kerberos ? > What are your existing services ? to name most important ones: - Mail server (I use pam_ldap/nss_ldap, i.e. nslcd, currently) - Shell (SSH) server (same, using nslcd) - Apache 2.* LDAP authentication module - Atlassian Confluence - GitLab Sincerely, Konstantin
2012 Nov 14
0
[LLVMdev] Is infinite empty loop dead code?
...t; non-countable loop in my way. Perhaps Duncan will give you a proper keyword to search in GCC/LLVM ML archieve. I found a page [1], and iiuc, the C standard allow the implementation (i.e., the compiler) to remove such empty infinite loop. Regards, chenwj [1] https://www.securecoding.cert.org/confluence/display/seccode/MSC40-C.+Do+not+use+an+empty+infinite+loop -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
2016 Oct 20
2
queue_log/cel sqlite
...T); > > and it works > > sqlite> select * from queue_log; > 2016-10-20 11:40:36.628804||||||QUEUESTART|NONE|NONE|NONE > 2016-10-20 11:40:36.690313||||||CONFIGRELOAD|NONE|NONE|NONE > > column types needs modification to something more appropriate > > can someone with confluence access ad info to > > https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration ? Which info are you referring to? The table schema? Matthew Fredrickson > > > is there somebody using it in production? > thanks > > Dne 20/10/2016 v 10:16 marek cervenka...
2016 Jul 28
2
Help: malloc/free deadlock in unsafe signal handler 'Rf_onsigusr1'
...BackendStartup () #28 0x00000000008f70e0 in PostmasterMain () #29 0x00000000007f63da in main () I googled and found below info maybe useful to fix it: The best way to avoid this kind of deadlock is to Call only asynchronous-safe functions within signal handlers. https://www.securecoding.cert.org/confluence/display/c/SIG30-C.+Call+only+asynchronous-safe+functions+within+signal+handlers Thanks a lot. [[alternative HTML version deleted]]
2010 Apr 13
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack, > Doesn't i386_static.diff represent a violation of... > > https://www.securecoding.cert.org/confluence/display/seccode/DCL36-C.+Do+not+declare+an+identifier+with+conflicting+linkage+classifications > > since it first declares a function as extern and then > redefines it locally? I don't think so. "Redefines it locally" is not the same as giving it internal linkage. By the...
2020 Oct 13
3
::1 in /var/log/httpd/access_log on CentOS 7
I see "MANY" of these ::1 - - [13/Oct/2020:10:46:08 -0500] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 (internal dummy connection)" in the log file. This is not me connecting as ::1 is localhost. What is this - how might I stop it ? Thanks Jerry
2009 Mar 11
1
from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?
I am having trouble converting a .flv file uploaded from Adobe Flex / Flash Player 10 to a Red5 server using the speex coder: http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html http://jira.red5.org/confluence/display/codecs/Speex+Codec Questions: 1. How do I extract the audio track out of such a .flv file? 2. How do I convert it from Speex to .wav PCM? Thanks.
2005 Sep 16
1
Drag and Drop effects without dragging and dropping?
...eBy effect but I''m not really sure where I''d start. If anyone can point me to any documentation (on prototype or effects) that would help me out, I''d be most appreciative. Cheers, Mark C -- ------------------------------------- ATLASSIAN - http://www.atlassian.com/ Confluence - the enterprise wiki - tried it yet? http://www.atlassian.com/confluence/
2016 Oct 20
2
queue_log/cel sqlite
hi, is it possible log cel/queue_log to sqlite? via odbc? any experience? marek
2017 Aug 14
2
clang-tidy : Modify cert-err60-cpp configuration
We want to modify the aforementioned check so that it does not flag the exceptions that aren't nothrow copy constructible/assignable. This page http://clang.llvm.org/extra/clang-tidy/#using-clang-tidy tells me to dump the configs of all the checks using %clang-tidy -checks=* -dump-config but it does not mention the cert-err60-cpp. How do I modify the configuration of this check so that it
2018 Aug 08
1
Export keytab for SPN
...export keytab by following this guide: https://wiki.samba.org/index.php/Generating_Keytabs OS: CentOS 7.5 Samba: samba-dc-4.7.6-0.el7.centos.x86_64 (from Tranquil repo) Everything seems to work, but keytab is not exported (keytab file is not created). [root at ads1 /]# net ads enctypes list svc_confluence_sso 'svc_confluence_sso' uses "msDS-SupportedEncryptionTypes": 31 (0x0000001f) [X] 0x00000001 DES-CBC-CRC [X] 0x00000002 DES-CBC-MD5 [X] 0x00000004 RC4-HMAC [X] 0x00000008 AES128-CTS-HMAC-SHA1-96 [X] 0x00000010 AES256-CTS-HMAC-SHA1-96 [root at ads1 /]# samba-tool spn list svc_co...
2018 Sep 06
2
Authenticating against Samba 4 AD LDAP service
...? >> > What are your existing services ? >> >> to name most important ones: >> >> - Mail server (I use pam_ldap/nss_ldap, i.e. nslcd, currently) >> - Shell (SSH) server (same, using nslcd) >> - Apache 2.* LDAP authentication module >> - Atlassian Confluence >> - GitLab >> > > I am positive that most of the above will work with kerberos > authentication, the only exception is 'Mail server'. This is only > because saying 'Mail server' is a bit like saying 'I have a computer', > it could be anything,...
2012 Nov 14
6
[LLVMdev] Is infinite empty loop dead code?
I do some google, I cannot find the answer... I check C std, I cannot find answer either. Delete infinite empty loop is boring, but if C/C++ lawyers could tell it is safe to to so, it would obviate the need to prove a non-countable loop infinite or not before DCE can delete it. That is the answer I'm waiting for to delete a disgusting dead non-countable loop in my way. On 11/14/2012
2023 Oct 22
1
Retrieve winbind machine password
...an plaintext if you have the certificate checking done > properly, but if you can do real certificates, do that! Thanks Andrew, I run my own CA and verify all certificates, that part is taken care of :-) This link to MIT's Eduroam? knowledgebase confirms your statement: http://kb.mit.edu/confluence/pages/viewpage.action?pageId=152599592&focusedCommentId=154190347#comment-154190347 One more question: Would it be possible to trigger a script when winbind changes the machine password? That would help to update the wifi configuration on password change and prevents lockout on the AD-side...
2018 Sep 17
2
Re: [PATCH nbdkit v2] common: isaligned: Use a macro instead of relying on implicit truncation.
...gt; +}) >> > > But this version will happily accept singed int, and I think this code > behavior with signed int is undefined. Well, sort of. Bit shifts are very likely to hit undefined behavior on ints. But & and | are not shifts. > > See > https://wiki.sei.cmu.edu/confluence/display/c/INT13-C.+Use+bitwise+operators+only+on+unsigned+operands > > Why use a macro when we can use a function that is likely to be inlined > anyway? > This is not used in tight loops, so there is no reason to use a macro. > > If you want to use a macro, see the kernel align...
2008 Aug 12
3
Suggestion on Network Management software with troubleticket system
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm looking for a network management software. And as the network grows it clearly becomes that manual notes is getting too tedious. Also an integrated troube ticketing systemm would be great. Any reference is really appreciated. Thanks. - -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 13:10:54
2013 Nov 04
2
[LLVMdev] compile error when using overloaded = operator of DenseMap
...ruct DataFlowValue { DMTy ExprMap; llvm::BitVector* DFV; // Functions operating on the data // bool operator==(const DataFlowValue V) const; void top(); /* set all elements */ void bot(); /* reset all elements */ void set(DMTy emap); void merge(DataFlowValue V); /* confluence operation */ }; } with the following function definition: void DataFlowValue::set(DMTy emap) { ExprMap = *emap; //Line153: } When I compile, I get the following error: /home/zeus/masterLLVM/llvm/include/llvm/ADT/DenseMap.h: In member function ‘void llvm::DenseMapBase<DerivedT, KeyT,...
2012 Nov 14
1
[LLVMdev] Is infinite empty loop dead code?
...rhaps Duncan will give you a proper keyword to search in GCC/LLVM > ML archieve. I found a page [1], and iiuc, the C standard allow the > implementation (i.e., the compiler) to remove such empty infinite loop. > > Regards, > chenwj > > [1] > https://www.securecoding.cert.org/confluence/display/seccode/MSC40-C.+Do+not+use+an+empty+infinite+loop >