Displaying 3 results from an estimated 3 matches for "sandbox1".
Did you mean:
sandbox
2017 Mar 30
4
de-posixifying list tests?
Rafael, Filipe,
I am looking at the fixes you apply to sanitizer tests and they worry me.
(e.g. https://reviews.llvm.org/D31498)
The fixes are mostly mechanical and thus every single change looks safe,
but given the amount of changes there is large risk to cripple some of the
tests
in a way that they will stop detecting failures.
When I write a test for new functionality, I always verify that
2006 May 24
0
Mongrel errors on file upload
...#39;'s my code.
------------ create_controller.rb --------------
class CreateController < ApplicationController
def index
end
def read_in
if params[:file_to_upload].instance_of?(Tempfile)
FileUtils.copy(params[:file_to_upload].local_path, "#{RAILS_ROOT}/public/sandbox1.xml")
@location_display = "Copied the Tempfile to sandbox1.xml"
else
File.open("#{RAILS_ROOT}/public/sandbox2.xml","w"){|f|
f.write(params[:file_to_upload].read)
f.close}
@location_display = "Saved the IOString to sandb...
2009 Dec 03
0
Centos-DS DSGW
Hey folks,
I'm looking for DSGW. Google got me this thread :
http://lists.centos.org/pipermail/centos-devel/2008-September/thread.html#3272
Did it ever get added, or can I pick up a semi-official package anywhere?
I don't see it out there :
[root at sandbox1 html]# yum --enablerepo=* search centos-ds
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* addons: mirror.csclub.uwaterloo.ca
* centosplus: centos.mirror.nac.net
* contrib: centos.mbni.med.umich.edu
* extras: mirror.csclub.uwaterloo.ca
centosplus...