similar to: [LLVMdev] Go Programming & LLVM/Clang

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Go Programming & LLVM/Clang"

2012 Sep 27
0
[LLVMdev] Go Programming & LLVM/Clang
Hi Georg, On 27/09/12 12:05, Georg Curnutt wrote: > I am learning to program with the Go language. ... > I am interested in what one of you who know what's up, would suggest to a guy > learning programming with intentions of using llvm over their standard gcc in > Go. Is this nuts? Or should I learn it orthodox style and hack it later? The usual LLVM front-end, clang,
2003 Aug 10
3
Support for Bayesian statistics in R
I'm just starting to learn to use R, and although I'm seeing lots of functions aimed at doing orthodox statistical analyses, I don't see the same for Bayesian analyses. What support does R have for Bayesian statistics?
2007 Nov 09
5
System on time
Hi, To get my system on time, I usually issue these two commands: # ntpdate de.pool.ntp.org # hwclock -w And when I want this to be done on startup, I put the two lines in rc.local. I wonder if this is an orthodox way to do things. Or is there something more appropriate? Niki Kovacs
2004 Aug 06
2
Real Player and Icecast 2
On Tue, 2004-03-16 at 12:01, Dale Ghent wrote: > On Mar 15, 2004, at 11:40 AM, John McHarry wrote: > > > I am streaming mp3 to an Icecast 2 server. The stream works well with > > Winamp, xmms, and Windows Media Player, but Real Player runs for a > > couple seconds and blows up. The newest Linux version doesn't blow up, > > but emits a sharp scratching noise about
2009 Jun 28
2
Set hostname via DHCP ?
Hi. I just setup one of my machines as a DHCP server. I'd like it to handle the hostnames of clients. Don't know if this is an orthodox thing to do (feel free to add your comments :oD). Here's the server's relevant lines of dhcpd.conf: --8<------- ... # Envoyer les noms d'h?tes aux clients use-host-decl-names on; # Adresses statiques host babasse { hardware ethernet
2007 Jul 18
2
CentOS 5.0 and php-yaz
Hi, I have a CentOS 5.0 LAMP server, and I need to install the php-yaz module to implement the Z39.50 protocol (which handles data exchange for public libraries). I've already done this with Debian (a one-liner: apt-get install php-yaz) and also on Slackware (more complicated: compile Yaz, rebuild PHP). Has anyone here ever done this on CentOS? What would be the most orthodox method to
2020 Apr 23
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Items in dmesg when FAT share's are accessed from web browser: CIFS VFS: bogus file nlink value 0 When accessed from FC/L (OFM (orthodox filemanager)): CIFS VFS: illegal date, month 0 day: 0 When the share is initially mounted: CIFS: Attempting to mount //hostname/E Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers CIFS VFS: Send error
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
Hi, I just migrated my office's server from Slackware64 14.1 to CentOS 7. So far everything's running fine, I just have a few minor details to work out. I removed the firewalld package and replaced it by a simple Iptables script: --8<---------------------------------------------------- #!/bin/sh # # firewall-lan.sh IPT=$(which iptables) MOD=$(which modprobe) SYS=$(which sysctl)
2010 Mar 23
2
Connect to MySQL monitor on another host in the LAN ?
Hi, I'm running a medical application on a local network, using MySQL as a database. The application can also connect to remote hosts, so the idea is to install it on one machine acting as a "server", and then install it on the other machines on the LAN, but configure these to use the database on the "server". I guess before doing that, I'll better try and get
2004 Aug 06
0
Real Player and Icecast 2
Mm, it's weird because it works fine for me... I tried RealPlayer V10.0 (the new RealOne beta) and RealOne V2.0 with several mp3 stations listed in the stream directory and everything worked fine for me: both the stream and the metadata. <p>Cheers, MAX -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of John McHarry Sent: Wednesday,
2007 May 16
2
[Blasphemy] Can I build dovecot with "-fstack-protector"?
I tried building dovecot using : CPPFLAGS="-fstack-protector" LDFLAGS="-lssp" ./configure That would result in a proper build, yet the binary would complain once being run: dlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so: undefined symbol: __stack_chk_fail_local Error: imap dump-capability process returned
2007 Nov 16
1
Localize CUPS?
Hi, I've been setting up a networked printer in a 100% Linux LAN, and there's only one small problem left: how do I localize the CUPS interface (e. g. the pages I see when opening http://localhost:631 in a browser)? My system is localized in french. LANG is fr_FR.UTF-8 in /etc/sysconfig/i18n. And I checked Firefox: it's supposed to open web content in French. Curiously, I had
2006 May 19
1
Set default MPlayer -vo?
Hi, I'm running CentOS 4.3 with the rpmforge and kbs repos enabled. I just installed MPlayer and tried it. It has a small problem. When I want to view myfile.wmv, Mplayer displays the following error message: "Error opening/initialising the selected video_out (-vo) device." So I opened a console, took a peek at the various options (mplayer -vo help), and then the movie worked
2009 Oct 18
2
Confusion about scheduling tasks with crontab
Hi, I have to setup a scheduled task on a server, and I just read through some crontab docs. Now I'm confused. It's not so much the syntax of the cron job to define (I got that), it's more... how do I get to define it? Use a text editor (vi or the likes) to edit /etc/crontab directly? Or create some empty file in /etc/cron.daily or /etc/cron.hourly or the likes and then edit it
2004 Jan 28
5
Julian dates
Hi all, I have problems with years of dates using "chron" package. I don't understand why R by this istruction: > dates("01/02/29",out.format="d/m/year") [1] 02/Jan/2029 > dates("01/02/30",out.format="d/m/year") [1] 02/Jan/1930 reads "29" as 2029 and "30" as 1930. How could I change to read "00" to
2013 Jul 02
1
Logon scripts, home directories, and Samba4 AD
I have two separate (virtual) servers: one running Samba4 functioning as an AD controller, and one running Samba 3.6.1 functioning as a file & print server. I am using security=ads and winbind. Everything is working great. Where things get a little messy is with the [homes] shares. Here is what I am doing now: My Samba3 smb.conf has a typical [homes] section. I create a subdirectory for
2009 Aug 06
1
adding color bar to a graph
Hi everybody, I am wondering how i can add a "stretch" color bar / legend to a graph that uses colorBrewer to define the colors in it. I will try to explain my graph, but i also uploaded it at: ftp://ftpext.usgs.gov/pub/er/fl/st.petersburg/Monica_pal/ The file is: robcor_training_pca.pdf - i will also attach this file in case some people accept attachments. So i took apart the
2005 Sep 13
1
Anyone knows how to receive a SIP call without registering gateway?
Hello everyone, I am pulling my hair here because a carrier threw me curve early today. They want to send calls to my asterisk server using SIP. Then they said that their gateways don't have to register with my server, that all they have to do is send a prefix for validation. Whereas I can think of several ways to authenticate their incoming number string, I am only used to the orthodox
2018 Jun 07
3
Slightly OT : write bootable CentOS USB disk under Windows 10 and Mac OS X ?
Hi, I'm currently writing my fourth book about Linux, for the french editor Eyrolles. The book will cover Linux server basics for pros, and it will be based on CentOS 7. I have a quick question to those of you who use either Windows 10 or Mac OS X as their everyday desktop system. How do you write a bootable CentOS USB disk using either Windows 10 or Mac OS X ? I've googled this, of
2011 Dec 31
1
problem with missing bricks
Gluster-user folks, I'm trying to use gluster in a way that may be a considered an unusual use case for gluster. Feel free to let me know if you think what I'm doing is dumb. It just feels very comfortable doing this with gluster. I have been using gluster in other, more orthodox configurations, for several years. I have a single system with 45 inexpensive sata drives - it's a