Displaying 20 results from an estimated 60 matches for "gimme".
2003 Sep 17
1
sftp reget/reput
...pelined reads/writes when
> transferring files. The protocol spec allows for a server to process
> these requests out of order. For example:
> client server
> ------ ------
> open file your file handle is "blah"
> gimme bytes 0-8191
> gimme bytes 8192-16383
> gimme bytes 16384-24575
> gimme bytes 24576-32767 here are bytes 24576-32767
> close file here are bytes 16384-24575
> here are bytes 8192-16383
> here are bytes 0-8191...
2006 Oct 25
7
Sending a file *and* rendering a page
Anyone know how to send a file/data to the user agent (download it)
using #send_file or #send_data, *and* render a new page in the same
action?
This just sends the file and doesn''t render the page:
def gimme
...
send_data(our_data, :filename => ''output.csv'', :disposition =>
''attachment'')
end
And this will give a Double-Render error:
def gimme
...
send_data(our_data, :filename => ''output.csv'', :disposition =>
'...
2013 May 03
1
untar() error
Dear List,
I have a list of 600+ *.gz files that I would like to extract and read the
geotiffs contained within them. I tried using the untar() function to
simplify this task but I am stumped by an error. I've combed the Internet
for a solution without luck. The details are below, and any help in solving
this matter is appreciated.
> files = list.files(path = "J:/GIMMS/NDVI",
2010 Feb 11
2
WinVista consider soft limit as hard limit
Hi,
We are using samba-3.0.28a on linux-2-6-18 with which WinVista, as CIFS
client, see the soft limit as hard limit and doesn't allow data
transfer.
Is there a fix already available for this?
If not, could you pls gimme some pointers to fix this issue?
Thanks,
Senthil M
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confi...
2009 Jan 31
2
[LLVMdev] Optimized code analysis problems
Hii,
Thanks for the response, yes I couldn't find any way to extract the names
through any of the passes.
Where could I potentially insert a hack so that any function call to
intrinsic functions or library functions can be retrieved?
Could you gimme any ideas for the start?
-Nipun
On Fri, Jan 30, 2009 at 10:39 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Fri, Jan 30, 2009 at 7:10 PM, Nipun Arora <nipun2512 at gmail.com> wrote:
> > Essentially I would like to extract the control flow graph representation
>...
2005 Jan 04
1
Non linear Square fit Function
...g experimental vs the theoretical values. my experimental values are got from my dnorm function, mean=mean of my mid values(hist) and sd=sd of my mid values. For the theoretical i'm using mean and sd of all 20000 raw values as the start values. I'm getting no sd in my new curve. Can someone gimme some pointers to get started here.
I need my nls to spit out sd and mean of the new fit which it does'nt. is there a better function or can i somehow get around this.
Thanks in advance.
Choudary Jagarlamudi
Instructor
Southwestern Oklahoma State University
STF 254
100 campus Drive
Weatherford...
2001 Apr 24
1
Wine&HalfLife
...;t succeed to mount my hda1 so that users can write on it too
I although got 2 times :
err:int21:INT21_SetCurrentPSP Cannot change PSP for non-DOS task!
and a thousands of :
fixme:msvideo:DrawDibDraw wFlags == 0x00000c0c not handledf
and
fixme:text:DrawTextExA Ignores params:20,4,0,0
Can anyone gimme some tips please ?
BYe,
MoonChild
2001 Nov 12
3
CVS working now, but why?
I managed to update my CVS tree, but not by the method described on
http://www.winehq.com/devstart.shtml, that is
export CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine
cvs login
cvs update -PAd
but rather by doing this
cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine login
cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine update -PAd
which, if the documentation has anything to say,
2009 Mar 05
2
MS Money 99
...\\.cxoffice\\win98\\drive_c\\Program Files\\Microsoft Money\\MSMONEY.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\zege\\.cxoffice\\win98\\drive_c\\Program Files\\Microsoft Money\\MSMONEY.EXE" failed, status c0000135
Hope someone is able to gimme a hint how to solve that problem.
Greetz, zege
2010 Jan 19
3
Moving the system from 5.3 to 5.4
...hen I use a common centos 5.3, it automatically detects that 5.4
is available and move update for it when i run yum update. How
does this work? How the system detects new version and update
for it?
I thought centos-release rpm just update repo for it, but I saw this
is not the case.
Could someone gimme some light?
Thanks
--
Renato Botelho
2009 Jan 31
0
[LLVMdev] Optimized code analysis problems
...l.com> wrote:
> Hii,
>
> Thanks for the response, yes I couldn't find any way to extract the names
> through any of the passes.
> Where could I potentially insert a hack so that any function call to
> intrinsic functions or library functions can be retrieved?
> Could you gimme any ideas for the start?
Basically, there is no mapping from the llvm.* names to the _mm_*
names; the transformation is lossy.
You have a couple options here: one is to manipulate the source to let
you see the _mm_ names, and the other is to catch the _mm_ names
before the inliner runs.
Manipula...
2015 Mar 06
2
R with Array Hashes
Hi,
I wanted to share with the mailing list members here details about the
project I've been working on:
https://github.com/jeffreyhorner/R-Array-Hash
This is a re-implementation of R's hashed environments, the global
variable cache, the global string cache and symbol table with
cache-conscious array hash tables. The results are quite encouraging.
However, the implementation is a big
2004 Oct 26
3
problems on port forwarding
hi all,
my linux internet gateway has one fixed public ip and there are
several servers on the local net.
how to config shorewall such that it can forward a port on the
external int. to another port on to a server in local net. Simply
speaking,
external port http 8000 forward to internal port http 80
I used the DNAT to specify the source port as 8000 and dest port to 80
but it
2011 May 15
3
Rails 3 and saving decimal values from a form
I have an odd bug in one of my applications. When I am using the
sqlite3 database the bug is not present. However when I use mysql2 as
the database adapter I run into an error saving decimal values from a
form. If I submit the value 19.99 my input after the decimal is
removed and it is stored in the database as 19.00
What would cause this? The database has the correct settings for the
column and
2008 May 13
1
Hard(?) lock when reassociating ath with wpa_supplicant on RELENG_7
I seem to be able to lock my machine by going into wpa_cli and asking it
to 'reassoc'. The reason for question mark after "hard" is that debug
information (caused by wlandebug and athdebug) is being printed on the
console. The only way to get machine's attention is to hold power button
for 8 seconds.
Note: manual reassociation is just the handy way to reproduce the
problem
2002 Jun 27
2
Cant change password from win2k/98 on PDC/Samba 2.2.5
Hi..
And I cant change password from any windows (2k/98), can anyone gimme a
tip for this error please?
Info: Samba 2.2.5, Redhat 7.3
/etc/samba/smb.conf:
server string = Samba Server
protocol = NT1
os level = 64
domain master = yes
printcap name = /etc/printcap
load printers = yes
log level = 3
log file = /usr/local/samba/var/%m.log
security = user
u...
2008 Jun 03
9
Build rspec-rails as a gem?
I can''t figure out how to build rspec-rails as a gem when just cloned
from github... there isn''t any .gemspec file or rake task that does
this. Any help?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 19
3
BackgrounDRb not working properly with files ?
...rec = cl.records.new(:path => fl)
#... and we save everything.
rec.save
cl.save
end
file_number += 1
@progress = file_number * 100 / number_of_files
end
end
else
puts "Gimme a directory !"
end
end
Any help greatly apreciated.
Tim
2007 Sep 05
6
Caveman Questions
Hello!
I''m just a caveman with some caveman questions.
I''ve been parsing Rspec for quite a while, and I''m writing my first series
of specs. My initial impressions are "Verbose, but understandable. Helpful
and intuitive, but so much to digest." I want to congratulate the folks who
are dedicating a chunk of their lives to writing this, and ask 2 caveman
2009 Jan 31
0
[LLVMdev] Optimized code analysis problems
On Fri, Jan 30, 2009 at 7:10 PM, Nipun Arora <nipun2512 at gmail.com> wrote:
> Essentially I would like to extract the control flow graph representation
> with function names (eg. _mm_cvtsi32_si128) instead of the functions being
> replaced by 'llvm.*'
> Is there anyway to extract these names directly as function calls?
The names disappear in an unrecoverable way once