search for: tinker

Displaying 20 results from an estimated 934 matches for "tinker".

Did you mean: linker
2006 Feb 01
1
Bus error when running Hieraki
...se is initialized properly using the provided schema. I have turned on tracing and tracked the execution to doing a notify call for the before_validation callback on an instance of FolderRevisionMeta. Anybody seen anything like this? Kim -- Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com Remote Unix Network Admin, Security, Internet Software Development Tinker Internet Services - Superior FreeBSD-based Web Hosting http://www.tinker.com/
2015 Nov 25
6
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
Hi! I tried with all available options to disable forwarding-only connections, by: "AllowAgentForwarding no AllowTcpForwarding no" This had no effect, so what I got in effect was dummy connections. I would like to disable this "class" of connections altogether. The outcome will be that all authenticated connections will lead to a command, be it /usr/libexec/sftp-server
2004 Dec 13
3
win32-thread experiment
Hi all, I''ve checked in some semi-working code into CVS for win32-thread. I don''t really expect this to ever work properly, given that the Ruby interpreter itself isn''t thread safe, but I thought it was fun to tinker. Anyway, with that in mind, give the following a shot: require "win32/thread" t = Win32::Thread.new{ puts "hello" sleep 2 } puts "Done" sleep 1 t.join That should work. But, if more than one thread gets involved you''ll likely see errors. Feel fre...
2006 Apr 22
3
how do I manually throw a 404?
I''m sure this has been asked before but a quick search on the web didn''t give me any hints.. I''d like to do this: @person = Person.find_by_name throw_page_not_found unless @person Anybody know how to do this, do I have to manually tinker with the response object? -- Posted via http://www.ruby-forum.com/.
2014 Aug 11
2
Sending and receiving fax with Digium FFA
...ype : DIGIUM Description : Digium FAX Driver Capabilities : SEND RECEIVE T.38 G.711 MULTI-DOC 1 registered modules We have a fax blackbox through which I'm trying to send faxes to the Asterisk server. Every time that I send a fax I get a timeout error. Been tinkering with the settings and whatnot to get it working. The extension to receive fax: exten => recvfax,1,Verbose(2,Receiving fax) same => n,Set(FAXDEST=/tmp/fax) same => n,Set(tempfax=${STRFTIME(,,%C%y%m%d%H%M)}) same => n,Wait(8) same => n,ReceiveFax($...
2007 Dec 10
4
[LLVMdev] ocaml binding question
...re and if you'd like to send me some money as well that'd be great. ;-) Incidentally, should more OCaml stuff beyond the bindings be part of LLVM or would it be better to fork them into a separate project and alleviate some stress from Chris et al? Might be easier if a community want to tinker with ideas, e.g. for a higher-level interface. -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/products/?e
2015 Sep 21
3
New software based on libvirt
...entralized cloud Cherrypop. Combining libvirt and LizardFS (as of now) it becomes a cloud completely without masters. Thus, any node is sufficient for the cloud to be up and therefore no wasted resources and no single point of failure. It's still pretty crude software but will work with some tinkering. Hope you try it and like it! For more information, source and binary: https://github.com/gustavfranssonnyvell/cherrypop //Gustav
2002 Jun 20
4
small ps
...t it to look except instead of being 6'' x 6'' i want it to be 2''x 2''. i used the postscipt() function (R 1.5.1 on redhat). if i use width and height in par to change the scale the figure looks terrible cause cex,mar,etc.. dont appear to change. before i start tinkering with the cex's and mar... is there an easier way to make the figure exactly the same but at a smaller scale? thanks, rafael -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &quo...
2007 Mar 24
2
TDM analog cards, volume, echo, fxotune, ztmonitor and HPEC
...kind of dynamic gain control. Zaptel allows you to control the transmit and receive gain at the interface card, but isn't that what fxotune is supposed to do? Tune those gains so that the echo is minimized? I don't want to play with gain only to undo the echo tuning done by fxotune. Does tinkering with the gain undo the tunings done by fxotune? Similarly with ztmonitor: Is tinkering with the gain using ztmonitor going to undo the tuning done by fxotune, or can I do both? Have you encountered gain issues like this on analog lines, and if so, how did you address them? Is cranking the rx...
2006 Apr 04
6
Replaced Rails Package with HiveLogic Install - problems
Hi, I''ve got a strange problem. I had initially installed Rails using Tony Arnold''s package: <http://www.tonyarnold.com/articles/category/rails> and that worked fine. (on OS X, obviously). I then decided to reinstall using the instructions on the HiveLogic page, to get Ruby 1.8.4: <http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger> That
2001 Nov 21
3
help - smbclient works: smbmount doesn't
Naturally, you tinker around with stuff long enough and you break it. I am running Samba 2.2.2 on a Corel linux box and am attempting to connect to a share on a windows XP system. At one point, this was working fine. Then I spent time trying to reconfigure my kernel so that I could attach a floppy tape drive and now I...
2009 Oct 05
3
unit testing for R packages?
...things such as Runit library, svUnit library, packages with 'tests' directories, etc I grep'd "unit test" through the writing R extensions manual but didn't find anything. Are there any suggestions out there? Currently I have several (a lot?) classes/methods that I keep tinkering with, and I'd like to run a script frequently to check that I don't cause any unforeseen problems. Right now I'm writing the classes/methods, but will be packaging it up soon. Thx, Blair
2004 Jun 07
6
Wxruby & RMagick
Hello list, Has anyone done any work combining WxRuby and RMagick? In Python, it is possible to convert a PythonMagick image to a Wx::Image and display it. However, unsurprisingly, the APIs are different in Ruby. Google didn''t turn up anything. Has anyone on the list worked with WxRuby and RMagick? Thanks, Jacob
2007 Dec 10
0
[LLVMdev] ocaml binding question
...raries. > Incidentally, should more OCaml stuff beyond the bindings be part of > LLVM or would it be better to fork them into a separate project Can you be more specific than "stuff"? > and alleviate some stress from Chris et al? Might be easier if a > community want to tinker with ideas, e.g. for a higher-level > interface. Chris doesn't have Ocaml installed, AFAIK, so I don't know how much of a concern that is. ;) I'd probably be the first line of review. — Gordon
2019 Nov 09
3
Fwd: LARGE folder/filesystem shared to Win 2k.
...ut that. What I'm wondering is will Windows be able to access/utilize all the space on that, or is it going to start erroring out at Windows' max partition size? (I've looked around and I can't find where anyone's addressed the question, and I don't particularly want to tinker with a client's old bubble-gum-and-duct-tape setup to test. We're replacing it eventually but for now, we just kinda need to get it working.) Thanks!
2010 Apr 09
3
[LLVMdev] dragonegg FSF gcc merge?
...gt; > Ciao, > > Duncan. Duncan, I thought that gcc plug-ins were meant to become part of the FSF gcc source code, no? In any case, if dragonegg were in the FSF gcc source code, it would have much higher visibility and a better chance that some of the existing FSF gcc developers would tinker with it on the side. Jack > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2010 Apr 09
3
[LLVMdev] dragonegg FSF gcc merge?
...t;> I thought that gcc plug-ins were meant to become part of >> the FSF gcc source code, no? In any case, if dragonegg were >> in the FSF gcc source code, it would have much higher >> visibility and a better chance that some of the existing >> FSF gcc developers would tinker with it on the side. > > another advantage of having plugins in the gcc repository is that when a gcc > developer makes an API change they will (hopefully) fix the plugin as well as > the rest of the code. On the other hand, there's the same advantage to being > in the LLVM repo...
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
...d invocation. Currently I understand this to be the case only for the connections that open channel to deliver a terminal, command or SFTP (I don't know if you have a collective name for such non-forwarding channels). Is this possible? Do you feel that it is a relevant feature? Thanks, Tinker On 2015-11-26 08:10, Peter Stuge wrote: > Tinker wrote: >> I tried with all available options to disable forwarding-only >> connections, by: >> >> "AllowAgentForwarding no >> AllowTcpForwarding no" >> >> This had no effect, so what I got in...
2012 Jul 19
3
Finding the last value before a certain date
...-17 3116 5 2010-10-24 3496 6 2010-10-31 3958 I need a function that, given any date, returns the y value corresponding to the given date or the last day before the given date. Example: Input: as.Date("2010-10-06"). Output: 1968 (because the last value is from 2010-10-04) I've been tinkering with this for an hour now, without success. I think the solution is either surprisingly complicated or surprisingly simple. Thanks, robert
2006 Feb 22
2
loggin of sql statements
Is there a way to have rails log the sql statement that it runs. It would be much easier for me to debug my code if I could actually see the sql that active record is using. Charlie recentrambles.com -> use Time not DateTime -------------- next part -------------- An HTML attachment was scrubbed... URL: