search for: software

Displaying 20 results from an estimated 54973 matches for "software".

2009 Nov 05
6
Some cosmetic NV10TCL method changes.
The attached patch does the cosmetic renouveau.xml changes I proposed. I'm about to reply myself with some other patches to update libdrm and then fix the API break up. -------------- next part -------------- A non-text attachment was scrubbed... Name: rename_some_nv10tcl_methods.patch Type: text/x-diff Size: 2507 bytes Desc: not available Url :
2009 Jul 03
3
ffmpeg and zoneminder install problems
...ecute the make command I get the following that results in an Error message. I noticed that some of you have been able to use zoneminder on Centos 5.3, Can you help me get zoneminder installed. Thank you much, Greg Ennis P.S. here is the output of make [root at SeVi ffmpeg]# make "/root/software/ffmpeg"/version.sh "/root/software/ffmpeg" gcc -fPIC -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -I"/root/software/ffmpeg" -I"/root/...
2008 May 25
2
app doesn't launch console help
...OPERATION (0x502) from attach_surface_fbo @ device.c / 6096 fixme:dsound:DllCanUnloadNow (void): stub fixme:dsound:DllCanUnloadNow (void): stub fixme:dsound:DllCanUnloadNow (void): stub fixme:dsound:DllCanUnloadNow (void): stub fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software blit fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software blit fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software blit fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software blit fixme:d3d_surface:IWineD3DBaseSurfaceIm...
2010 Dec 15
3
File type: no success using array
...from http://docs.puppetlabs.com/guides/language_tutorial.html this syntax should be ok: file { [ ''foo'', ''bar'', ''foobar'' ]: owner => root, group => root, mode => 600, } I''ve this in my code: file { [ ''/software/atlas'' , ''/software/cms'' , ''/software/lhcb'' , ''/software/magic'' , ''/software/at3'' , ''/software/paus'' , ''/software/mice'' , ''/software/ops.vo.ibergrid.eu'' , ''...
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...01") AddPrinterConnection("\\GSERVER\Aficio02") AddPrinterConnection("\\ADMSEC01\frontoffice") EndIf ? "Step 3" ? "Making necessary registry changes ..." ? ; Set address book to G:\Address Book\personal.wab Gosub "wabconfig" ; License software Gosub "licconfig" ; Do not cache profiles locally ;Gosub "profileconfig" ; Welcome user to domain ? "Welcome to @DOMAIN." ? Sleep 10 Exit ; SUBROUTINE mailconfig :mailconfig ? "Setting up your e-mail configuration ..." ? ;regedit \\gilbert\net...
2007 Sep 22
2
[LLVMdev] LLVM 2.1 Pre-release Version 2 Online
LLVMers, The LLVM 2.1 pre-release version2 is now available: http://llvm.org/prereleases/2.1/version2/ You can help test this pre-release by doing one of the following: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source.
2004 Sep 20
1
rsync version 2.6.3pre1 protocol version 28
Hi, this is possibly a bug report (I'm not sure if this is a feature). It's related to the --keep-dirlinks option, when combined with --delete . I have the following directory structure on server A: ls -lR software software: total 238 drwxr-xr-x 2 biolord bioinf 1024 Sep 20 10:49 EMBOSS/ lrwxrwxrwx 1 biolord bioinf 6 Feb 5 2003 MSE -> EMBOSS/ lrwxrwxrwx 1 biolord bioinf 6 Feb 5 2003 PHYLIP -> EMBOSS/ ... lrwxrwxrwx 1 biolord bioinf 6 Feb 5 2003 TOPO ->...
2006 May 17
0
acts_as_versioned with lock_version bug?
...cking via the lock_version table column. Here is the problem description: Without optimistic locking things are fine: # ++++ The table creation migration ++++ % cat db/migrate/001_create_tables.rb class CreateTables < ActiveRecord::Migration def self.up create_table :softwares, :force => true do |t| t.column :name, :string, :limit => 20, :null => false t.column :version, :integer, :default => 0, :null => false end Software.create_versioned_table end def self.down drop_table :softwares Softwa...
2006 Nov 12
1
Samba Team Asks Novell to Reconsider
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Samba Team disapproves strongly of the actions taken by Novell on November 2nd. One of the fundamental differences between the proprietary software world and the free software world is that the proprietary software world divides users by forcing them to agree to coercive licensing agreements which restrict their rights to share with each other, whereas the free software world encourages users to unite and share the benefits of the software. T...
2006 Aug 09
2
Rails job position in UK
We are an expanding IT company based in West Sussex, UK with a software department specialising in providing software solutions for Recruitment agencies. We are currently seeking a UK based Senior Software Developer to assist with the development of our software packages using Ruby on Rails. The position will be based mainly on development of our own software pac...
2006 Jan 10
0
Error: "wrong number of arguments" in initialize_template_class
Hello all, I am being hunted down by this error. When it starts, it happens on every URL: wrong number of arguments (3 for 0) ----------------------- Stack trace ------------------- D:/software/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:825:in `initialize'' D:/software/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:825:in `new'' D:/software/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/ba...
2013 Oct 20
1
cannot load such file -- unicode (LoadError)
...on of project developed by another team. I''m using Rails version (3.2.13) and my bundle install works successfully. However while running "rails server", I get the error below. Any suggestions are most appreciated. Thanks! -------------- rails server output -------------- C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2. 13/lib/active_support/dependencies.rb:251:in `require'': cannot load such file -- unicode (LoadError) from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/d...
2014 Dec 31
2
[PATCH 1/2] nv50: regenerate rnndb headers
...v_defs.xml ( 4399 bytes, from 2013-09-07 03:32:45) + +Copyright (C) 2006-2014 by the following authors: - Artur Huillet <arthur.huillet at free.fr> (ahuillet) - Ben Skeggs (darktama, darktama_) - B. R. <koala_br at users.sourceforge.net> (koala_br) @@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NV50_2D_DMA_SRC 0x00000188 -#define NV50_2D_DMA_COND 0x0000018c +#define NV50_2D_DMA_COND 0x0000018c #define NV50_2D_DST_FORMAT 0x00000200 @@ -100,7 +100,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFT...
2002 May 16
4
rsynch related question
Hello, I had a question on rsynch'ing, please do help me on this, I have scenario where,I need to synch the two softwares, where both the software are across the network, on different cells( AFS cells). For ex: first1 - /afs/tr/software , second1 - /afs/ddc/software Both the softwares are same & fist1 cell will be constantly updating and I need to synch this software to sencond1. In this scenario...
2006 Aug 06
2
no SID in NTUSER.DAT
hello, when i do profiles NTUSER.DAT i see this: [$$$PROTO.HIV\Software\Policies\Microsoft\SystemCertificates\TrustedPublisher] [$$$PROTO.HIV\Software\Policies\Microsoft\SystemCertificates] [$$$PROTO.HIV\Software\Policies\Microsoft] [$$$PROTO.HIV\Software\Policies] [$$$PROTO.HIV\Software\SimonTatham\PuTTY\SshHostKeys] [$$$PROTO.HIV\Software\SimonTatham\PuTTY] [$$$PROTO...
2002 Nov 19
2
The exclude option of Rsync not work right.
...ucted in my script below. I have tried multiple methods and still have been unsuccessful in excluding the one file "test.sql". The methods I have tried are: 1. Removing EXTRAFLAG variable -a 2. Removing using -a 3. Option --include infront of --exclude and behind of --exclude. 4. rsync /software/testdir/ --exclude='/software/testdir/test.sql' serv602:/software/testdir/ 5. rsync /software/testdir/ --exclude="/software/testdir/test.sql" serv602:/software/testdir/ 6. I used other options indivually which -a uses. 7. rsync --exclude='/software/testdir/test.sql' ser...
2011 Jul 22
9
Blip&Blop - old issue gone, new issue up
Trying to run THIS (http://appdb.winehq.org/objectManager.php?sClass=version&iId=5130) game using a current wine build (latest dev) results in the game STARTING, changing the resolution, showing the intro... But as soon as you press ESC it freezes (music keeps playing). If you don't press ESC, intro runs, high scores are displayed on title screen, and then nada... Any ideas on getting
2020 Aug 17
2
How to run the test suite on macOS?
...o work reasonably well for me.) However, when I try to run LLVM's test suite with `cmake --build . --target check-all`, that fails with things like > FAILED: projects/compiler-rt/lib/fuzzer/tests/FuzzedDataProviderTestObjects.FuzzedDataProviderUnittest.cpp.x86_64.o > cd /Users/stephan/Software/llvm/build/projects/compiler-rt/lib/fuzzer/tests && /Users/stephan/Software/llvm/build/./bin/clang -Wno-covered-switch-default -DGTEST_NO_LLVM_SUPPORT=1 -DGTEST_HAS_RTTI=0 -I/Users/stephan/Software/llvm/llvm-project/llvm/utils/unittest/googletest/include -I/Users/stephan/Software/llvm/llvm-...
2016 Oct 16
10
[PATCH 1/5] hwdefs: update nvc0_3d, add gm107_texture for new TIC format
...lt;tnt at 246tNt.com> +- Victor Stinner <victor.stinner at haypocalc.com> (haypo) +- Wladmir van der Laan <laanwj at gmail.com> (miathan6) +- Younes Manton <younes.m at gmail.com> (ymanton) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is fur...
2010 Sep 14
1
ASA John M. Chambers Statistical Software Award - 2011
John M. Chambers Statistical Software Award - 2011 Statistical Computing Section American Statistical Association The Statistical Computing Section of the American Statistical Association announces the competition for the John M. Chambers Statistical Software Award. In 1998 the Association for Computing Machinery presented its Softwa...