similar to: further development

Displaying 20 results from an estimated 180 matches similar to: "further development"

2010 Dec 31
1
[LLVMdev] CFP related to compilers: SMART 2011 (co-located with CGO 2011)
Apologies if you receive multiple copies of this call. ******************************************************************************** CALL FOR PAPERS 5th Workshop on Statistical and Machine learning approaches to ARchitecture and compilaTion
2009 Dec 29
0
[LLVMdev] "Graphite" for llvm
Tobias Grosser wrote: > The way to go is the scoplib format (propably extended by quantified > variables). This format could be extracted from graphite easily and > could also be created in LLVM. > What we need to get back into LLVM is only the new optimized schedule > described e.g. as cloog like scattering functions. These can be parsed > easily. The real code generation
2002 Sep 06
1
WebSiteRobot for Linux includes ogg encoder
The Linux version of WebSiteRobot is at: http://www.netforall.com/downloads/wsrlinux.tar.gz and it was used to create the site: http://www.netforall.com/Poly/index.html in virtually no time. Here is what to expect from the Robot: When you connect to the Internet (very important) and Run the Robot (it takes about a minute to come alive) it turns your computer into a server. Why, where,
2009 Dec 29
3
[LLVMdev] "Graphite" for llvm
On 12/27/09 10:18, ether wrote: > hi Tobi , > > that sounds greate :D > > On 2009-12-27 5:43, Tobias Grosser wrote: >> I already looked into implementing something like Graphite for LLVM. >> However just recently, so I have not released any code yet. As soon as >> some code is available I will post patches. > whats its status? do you need any help? Very
2002 Aug 29
0
Ogg encoder with web server, dynamic IP and site builder
This ogg encoder is packed with a web server and others tool such that all your work gets published on the Net in one easy step. The screenshots are at: http://www.netforall.com/screenshots.html When you download and install, your web page is instanly available at http://www.netforall.com/Your_Name/index.html. Cheers to the ogg developers! Street. --- >8 ---- List archives:
2007 Mar 24
1
Binding an ip address to an username with SQUID passwod file
Hi List, I want to bind an ip address to a username with squid by using squid password file. I am using ncsa_auth programme. Below are line that I have added to squid.conf file. auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours auth_param basic
2011 Apr 05
2
Animation for pers3d
Hello all, I use persp3d from the rgl-package to plot a sruface. The typical call is persp3d(x, y, z) With cooridinate-vectros x, y and a function-values matrix z. Now I have different z's, say z_1,...,z_n Question: Is it possible to generate an animation from a sequence of such calls, for different z's? I would like to see how the surface is beeing changed in the time. Thank you
2012 Feb 03
1
Memory leaks in .C-interface
Hi, I wrote a C-function which I call with the .C-interface ( something like .C("foo", x, y) ). The function does a lot of things. Among<http://dict.leo.org/ende?lp=ende&p=_xpAA&search=things&trestr=0x8004>st other things it allocates much memory (stack and heap). Every heap allocation (with malloc) has a corresponding free call. My problem is, that if I call this
2018 Sep 27
2
[lldb-dev] LLVM 7.0.0 Release
Hi Hans, we have uploaded tarballs for ARM and AArch64 targets: a20ea3fe482e754a61ccb37c67456ad1 clang+llvm-6.0.1-aarch64-linux-gnu.tar.xz f37b132c3dfb3b776524980be5af3a76 clang+llvm-6.0.1-armv7a-linux-gnueabihf.tar.xz and 47a9a9bb02d41581e6804b98918188f6 clang+llvm-7.0.0-aarch64-linux-gnu.tar.xz e639d8f5dc58be5cf44d017fd5eefd6c clang+llvm-7.0.0-armv7a-linux-gnueabihf.tar.xz Yvan On Mon,
2010 Jul 01
0
[LLVMdev] CFP (related to compilers): CGO 2011
(Apologies if you receive multiple copies of this announcement) CGO 2011 - CALL FOR PAPERS Ninth Annual IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2011) April 2-6, 2011, Chamonix, France http://www.cgo.org The International Symposium on Code Generation and Optimization (CGO) brings together researchers and practitioners working on bridging the gap between
2010 Aug 25
1
Powerware 9125 & bcmxcp driver
Hello! It looks like bcmxcp driver doesn't fit my device: UPS Model ? ? ? ? ? ? ? ? ? ?PW9125 UPS Firmware Version ? ?FP: 1.10 INV: 1.10 VA Rating ? ? ? ? ? ? ? ? ? ? ?3000 VA Web/SNMP card is present. Minicom connection to /dev/ttyS0 gives nice banner and control menu, but they prevent nut driver from working correctly (I guess). UPS should be switched into "Pass-Through" mode
2010 Aug 25
1
Powerware 9125 & bcmxcp driver
Hello! It looks like bcmxcp driver doesn't fit my device: UPS Model ? ? ? ? ? ? ? ? ? ?PW9125 UPS Firmware Version ? ?FP: 1.10 INV: 1.10 VA Rating ? ? ? ? ? ? ? ? ? ? ?3000 VA Web/SNMP card is present. Minicom connection to /dev/ttyS0 gives nice banner and control menu, but they prevent nut driver from working correctly (I guess). UPS should be switched into "Pass-Through" mode
2002 Aug 12
1
Cross-Compiling VP3 on Linux
I am very interested in this thread. I am willing to pitch in and help get the conversion finished. Are there any resources already completed? Have proper Makefiles been created yet? Where do I need to start? Ed Okerson --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2003 May 14
2
: cutting ogg vorbis file into parts, again
hello, everybody! i record radio programmes through 'hard disk ogg 220'. as someone here has adviced me to do ;] it's brilliant. but after recording, i would like to cut off some material, to prepare an advertisement free version of the file. i use musicutter 071 to do this. but it gives me the following error when i'm trying to cut my file: 'Process time:
2013 Jan 24
1
Custom axis with months name
Hello! I have data.frame with column class POSIXct: data[, 1] <- as.POSIXct(data[, 1], format = "%d.%m.%Y %H:%M") I need to write custom axis for plot where can be ex.: January (mean of january's temperature). List of month I get as table(months(data[, 1])). What is next step? Thanks. -- ????? ??????????! greg [at] dobroe [dot] ru ????????.
1998 Oct 29
3
Profiles problem
Hi all, amazing, what samba can do already. I have 2.0.0 pre-alpha installed (cvs 21.Oct). I cannot get the profiles to work. It works fine if I use the defaults \\%N\%U\profile but doesn't if I use \\%N\profile\%U I have a [profile] section which is browsable also smbstatus tells me that if a client is connected that the service profile is in use .. but as soon as the user logs out .. the
2010 May 05
2
[Bug 1767] New: Inconsistend wildcard expansion in 'ls *'
https://bugzilla.mindrot.org/show_bug.cgi?id=1767 Summary: Inconsistend wildcard expansion in 'ls *' Product: Portable OpenSSH Version: 5.5p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org
2007 Sep 12
21
MultiISP: failover and dynamic IP
Dear list, Shorewall is running here with 2 ISP''s: ISP1: corporate ADSL-line with fixed set of IP''s ISP2: fast consumer-grade cable-connection with higher bandwidth All our main traffic (web, e-mail) is routed trough ISP1. Only for special purposes (frequent large ftp-transfers) ISP2 is used, configured trough tcrules. ISP2 is not so reliable as ISP1 (duh) and they sometimes
2014 Oct 09
0
xen 4.5-unstable, oxenstored cannot start (centos 7, kernel 3.17.0)
Hello. I'm running CentOS 7 with mainline kernel 3.17 built by myself. I've configured the kernel with all the xen parameters as builtin instead of modules. Yesterday I've decided to try to build and install Xen from sources. I've pulled the latest sources from git, changed the branch to staging and built and installed xen like this: make xen make tools make stubdom sudo make
2007 Mar 26
0
Binding an ip address to an username with SQUID passwod file (SOLVED)
Hi kalinix Thanks fro your correct info. It now works as expected. I am really happy about your rules. Thank you very much indunil On 3/24/07, kalinix <calin.kalinix.cosma at gmail.com> wrote: > > On Sat, 2007-03-24 at 12:06 +0530, Indunil Jayasooriya wrote: > > > > Hi List, > > > > I want to bind an ip address to a username with squid by using squid >