similar to: [LLVMdev] Employment opportunity - Antix Labs

Displaying 20 results from an estimated 300 matches similar to: "[LLVMdev] Employment opportunity - Antix Labs"

2007 Dec 13
1
[LLVMdev] building LLVM with just the C backend
I tried building LLVM 2.1 with no real target CPU backends enabled, just the C backend, by hacking the configure script slightly: --- /home/foad/llvm/llvm-2.1/configure 2007-09-17 22:37:52.000000000 +0100 +++ configure 2007-12-13 10:29:41.000000000 +0000 @@ -4762,7 +4762,7 @@ done ;; esac -TARGETS_TO_BUILD="CBackend MSIL $TARGETS_TO_BUILD"
2015 Mar 10
0
[Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).
https://bugs.freedesktop.org/show_bug.cgi?id=28095 --- Comment #19 from Brent <bzipitidoo at hotmail.com> --- Been trying to track down the oldest kernel that shows the corrupted display, but have run into further problems. It seems nouveau with the early 3.x kernels does not work at all on this NV04 video card. I think 3.4 is the first version with nouveau included in the kernel? Have
2015 Mar 11
0
[Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).
https://bugs.freedesktop.org/show_bug.cgi?id=28095 --- Comment #20 from Ilia Mirkin <imirkin at alum.mit.edu> --- (In reply to Brent from comment #19) > Been trying to track down the oldest kernel that shows the corrupted > display, but have run into further problems. It seems nouveau with the > early 3.x kernels does not work at all on this NV04 video card. I think 3.4 > is
2017 Mar 21
1
Linux distribution targeted at 32-bit hardware
On 03/19/2017 01:12 AM, Ady Ady via Syslinux wrote: > Regarding distros for older computers, there are several. The > problem, at least at this point, is bootability. Although Antix is > for older computers, it is also based on Debian and the latest > ISOLINUX will also be bigger than 32KiB. Perhaps Knoppix or some (of > the many) PuppyLinux would still use ISOLINUX 4.xx or older.
2011 Feb 15
0
New Puppet Labs Employee: Randall Hansen
I''m happy to announce we''ve recently added Randall Hansen as our Director of User Experience at Puppet Labs. He''s on IRC as ''soh'', and in his own words... I got hooked on human-computer interaction in 1986, writing Pascal programs to help dad navigate a Tandy 1000SX. I followed a twisty path through engineering school to get a degree in English and
2010 Jan 07
1
[LLVMdev] "Value has wrong type!" on Bool:4 bitfield
I've built a debug build of llvm 2.6, and llvm-gcc 2.6 for arm-elf with --enable-checking=yes. On the attached test case (which is g++.dg/expr/bitfield4.C from the GCC 4.2 testsuite) I get: $ cc1plus bitfield4.ii -emit-llvm-bc -o bitfield4.o -quiet cc1plus: /home/foad/svn/antix/toolchain/branches/w/foad/2757llvm26/toolchain/llvm/llvm-gcc/gcc/llvm-convert.cpp:999: llvm::Value*
2010 Sep 20
3
Help!
Please I need some help using R to analyze my data. What I would like to do is to repeat the same basic process (e.g. linear regression between wood density and distance from pith) for at least 240 data subsets within the main data-frame. Within the main data-frame, these data subsets will be defined by three variables namely,  species, individual and core (i.e. 20 species, at least 6
2007 Sep 20
0
[LLVMdev] Building with Microsoft Visual Studio
On 9/20/07, Richard Smith <richard.smith at antixlabs.com> wrote: > Many thanks. Yes, this question has slightly sidetracked on the license > issue, which was mostly an aside as to why we wish to use something other > than Cygwin. > I totally understand. :-) I just wanted to bring it back on a technical track. > On the make issue, I am very interested to know what it is
2008 Nov 14
1
Unable to install Cairo package
Hello: I'm running R 2.7.1 in Antix (Mepis kernel but heavily debian based). I have installed libcairo2 (1.6.4-6.1). I tried installing the Cairo package since I'm interested in generating some SVG graphs, and I got the following message: Only partial output (lines with no): .... checking if R was compiled with the RConn patch... no checking cairo.h usability... yes checking cairo.h
2012 Feb 10
1
Changing the appearance of the login box
I'm the founder and lead developer of the lightweight Linux distro Swift Linux. I'm currently in the process of switching from the old antiX Linux base to the new Linux Mint Debian Edition base. The new Swift Linux will be using LightDM instead of SLiM. I've found that replacing LMDE's default GDM display manager with SLiM disables many functions (like audio). Restoring these
2017 Mar 21
0
Linux distribution targeted at 32-bit hardware
> David Christensen wrote: > > It seems that most Linux distributions I look at are dropping support > > for 32-bit hardware. > > Aren't you using Debian? AFAIK jessie supports i586, so if Pentium is > old enough for you you're good to go for likely at least two more > years. > > After that I guess I'd be using old unsupported Debians for the >
2017 Mar 19
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
> On 03/18/2017 04:15 PM, Ady Ady via Syslinux wrote: > > > >> On 03/18/2017 01:18 AM, Ady Ady via Syslinux wrote: > >>> _ With the USB device connected to (one of) the problematic > >>> computer(s), power up the system and get into the BIOS setup. In > >>> the BIOS setup screen(s), change the boot order in such way that > >>> the
2008 Apr 23
3
[LLVMdev] Compile units in debugging intrinsics / globals
I have a question about the llvm debugging records, especially wrt compile units. In the non-LLVM sense, a compile unit is essentially everything contained within a single .o file, and it is derived from one or more source and header files. Included in a compile unit are functions and global data. Dwarf records refer to compile units in the same way: a compile unit record has children which
2008 Jun 27
1
Performance of madvise / msync
Hi, I'm using py-rrdtool 0.2.1 with rrdtool 1.3.0 under 7.0-STABLE, and there's a couple of things about this new version of rrdtool that hurt performance under FreeBSD, but apparently help on whatever they tested on. For every update, the database file is opened, mapped into memory, madvise() is called, contents are modified, msync() is called, and the file is unmapped and closed:
2010 Nov 06
2
Rails show views from a different controller
In my Ruby on Rails application I have a page Aboutus - This has a Controller and View. Has no model. I have a Comments model (generated by the rails generate scaffold comment) - This has a Controller, view, model On my Aboutus page, I want to show the "Comments" from the comments model, so I am thinking of using the Comments index action (to list comments) and new action (to create
2007 Jun 08
0
Climber.com - RoR employment Website
We have launched our Ruby on Rails and Ajax employment website and we''d like to share it with you all. Online employment match service written in Ruby on Rails and Ajax, Climber.com helps busy professionals land the position of their dreams without the time and hassle of the job search process. The company offers a cutting edge work values assessment process, personalized employment
2009 Nov 26
0
[LLVMdev] Employment opportunity
Hi! I'm writing this email to you not because I have questions about a particular optimization pass or because I have found a bug in the LLVM code. This time the matter is more personal and maybe of interest for a larger group of people. For the last few months I have been working on a compiler for a domain specific language that will be introduced in a commercial design and visualization
2009 Feb 02
0
Seeking employment in SF Bay area
Dear all, I've recently relocated to the San Francisco Bay area and am seeking full- or part-time employment anywhere in the Bay area. I am a recent PhD graduate and have academic postdoctoral research experience, mostly in bioinformatics and computational biology. I am extremely proficient in R and Bioconductor, and have experience with Java, Q/KDB+, MATLAB, and GTK. I'm a native English
2005 Feb 10
0
Employment opportunities at Fair Isaac
Hi all, We currently have 5 immediate openings in the Analytic Science/Product Development organization of Fair Isaac in San Diego, CA, USA. Send me an email if you are interested: FeiChen at fairisaac.com Thanks much, and here's the blurb: --------------------------------------------------------------- Position Overview: Join a company that makes more than 25 billion decisions a year. By
2001 Dec 19
1
rsync-2.5.0 getaddrinfo in AIX4.3?
Anyone have problems with getaddrinfo under AIX4.3? I have built 2.5.0 under linux, HP and VPP without too much in the way of problems. However, AIX4.3 version builds OK but doesn't execute getaddrinfo correctly. Any ideas? Terry Raggett ------------- -- +-------------------+----------------------------------+---------------------+ | Terry Raggett | |