similar to: Transaction save?

Displaying 20 results from an estimated 300 matches similar to: "Transaction save?"

2009 Aug 04
1
Output XML to File
I am trying to read some information based on a user id, then search the database for the needed info and build an XML file. Everything seems to be working fine; I read the info, I create the xml and even spit "stuff" out to file. The issue is that the "stuff" I am writing to a file is a xml/html cross cluster #@%$ of stuff. Here is some code: if !params[:id].blank?
2012 Aug 08
2
RQuantLib: SET_VECTOR_ELT() can only be applied to a 'list', not a 'symbol'
# Hi all, # trying to run the following example code # from 'RQuantLib' package... HullWhite <- list(term = 0.055, alpha = 0.03, sigma = 0.01, gridIntervals = 40) Price <- rep(as.double(100),24) Type <- rep(as.character("C"), 24) Date <- seq(as.Date("2006-09-15"), by = '3 months', length = 24) callSch <- data.frame(Price, Type,
2017 Feb 15
3
CentOS 7, systemd, NetworkMangler, oh, my
Always Learning wrote: > >> Used a VCR or Cassette Player lately? > > My VCR broke. Replaced it with a DVD/HDD & USB3 unit. Replaced cassette > player and tape recorders with broadcast quality handheld recorder > DR-100mk3 and an amazingly good Sony PX440. But how do you play all your old VCR tapes? As I said, I want to burn them to disk, but I still have a working VCR.
2017 Feb 15
4
CentOS 7, systemd, NetworkMangler, oh, my
Too much temptation to resist, I don't know which one of us is older but I have a feeling it's a "horse race". Like you, I still have a land line, WiFi is too slow and "WiFi security" seems to be an oxymoronic phrase. Why people text (or IM for that matter) anything other than a one-liner is beyond me. Now for the real issue, what happens when Network Manager
2017 Feb 14
8
CentOS 7, systemd, NetworkMangler, oh, my
On 02/13/2017 11:36 AM, peter.winterflood wrote: > On 13/02/17 16:49, James Hogarth wrote: >> On 13 February 2017 at 16:17, peter.winterflood >> <peter.winterflood at ossi.co.uk> wrote: >>> >>> >>> there's a really good solution to this. >>> >>> yum remove NetworkManager* >>> >>> chkconfig network on
2007 Nov 26
2
Problem installing R on Solaris 9
I've downloaded R-2.6.0 I want to install it on Solaris, so, I run the configure command, it to be fine, but once I run make it give me the following error: *ld: fatal : fichier Rmain.o : type de machine ELF erronV : EM_386 ld: fatal : Erreurs dans le traitement des fichiers. Aucun rVsultat n'a VtV Vcr it dans R.bin collect2: ld returned 1 exit status *** Error code 1 make: Fatal error:
2017 Oct 02
1
MP4/H.264 codec for Firefox?
On Sun, 1 Oct 2017 20:02:08 -0400 Mark LaPierre wrote: > What repo did you find ffmpeg-libs in? Version : 2.6.8 Release : 3.el7.nux Architecture: x86_64 Install Date: Wed 27 Apr 2016 06:23:09 PM CST Group : Unspecified Size : 13562904 License : GPLv2+ Signature : RSA/SHA1, Wed 27 Apr 2016 06:35:00 AM CST, Key ID e98bfbe785c6cd8a Source RPM :
2008 Dec 13
3
Powerpoint 2007 unable to insert video
Hi, installing Office 2007 was a breeze, I then added the override for riched20.dll. Word works fine AFAICS except for font anti-aliasing, but that's not crucial for now. Powerpoint can import .wav files but not .mp3 files. More crucially, I'm unable to import .mpg or any other video files. http://ubuntuforums.org/archive/index.php/t-470842.html has maybe a similar problem (year-old
2017 Feb 14
0
CentOS 7, systemd, NetworkMangler, oh, my
Johnny Hughes wrote: <snip> > I get it .. but no one needed a hand held cell phone before 1973 and no > one needed a smart phone before 2007. Now, almost everyone has a smart > cell and land lines are dying. Technology moves forward. People want > integrated cloud, container, SDN technology, etc. Used a VCR or > Cassette Player lately? I have no intention of *ever*
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
On 02/15/2017 07:34 AM, Leroy Tennison wrote: > Too much temptation to resist, I don't know which one of us is older but I have a feeling it's a "horse race". Like you, I still have a land line, WiFi is too slow and "WiFi security" seems to be an oxymoronic phrase. Why people text (or IM for that matter) anything other than a one-liner is beyond me. > > Now
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
> Used a VCR or Cassette Player lately? My VCR broke. Replaced it with a DVD/HDD & USB3 unit. Replaced cassette player and tape recorders with broadcast quality handheld recorder DR-100mk3 and an amazingly good Sony PX440. Still retain the original functionality. C7 doesn't retain all the original functionality :-) -- Regards, Paul. England, EU. England's place is in the
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
On Wed, February 15, 2017 7:34 am, Leroy Tennison wrote: > Too much temptation to resist, I don't know which one of us is older but I > have a feeling it's a "horse race". Like you, I still have a land line, > WiFi is too slow and "WiFi security" seems to be an oxymoronic phrase. > Why people text (or IM for that matter) anything other than a one-liner is
2006 Jan 03
2
way to disable keyboard and mouse ports
Is there a way to disable the keyboard and mouse ports? I have a machine in a public area running an application that no-one needs to touch. However, someone could come up and plug a keyboard in it and mouse and be logged in as that user (not root). Is there a way to disable the mouse and keyboard so only remote ssh connections will control the PC if changes need to be made. This would also
2011 May 09
3
Recursive Indexing Failed
Dear all, I would like to ask your help concerning an error message I get. I have the following struct str(CRagentInTime[[1]]) List of 2 $ timelag: int 0 $ CRagent:List of 50 ..$ :List of 3 .. ..$ CRmap: num [1:256, 1:256] NA NA NA NA NA NA NA NA NA NA ... .. ..$ xy : num [1:2] 10 177 .. ..$ sr : num [1:49] -94.9 -92.8 -79.5 -97.6 -78.4 ... and I wanted to select all the sr fields
2013 Jun 09
2
Minitest mock or stub methods
Hi I''m building a small library to use in my Rails app which interacts with a 3rd party API. It fetches artists and tracks. So I have: lib/my_lib.rb lib/my_lib/artist.rb lib/my_lib/track.rb To get an artist I do artist = MyLib::Artist.find("Oasis") Which returns an instance of Artist if it finds (via 3rd party API) it or nil otherwise. Then I can call artist.tracks which
2004 Mar 26
0
sequencer (sound)
Greetings! Hope this is the right forum. Got the 20040309 wine source, built it, installed it. Seemns to work reasonably well. However, when attempting to install/run games that are stated to be working under wine (Caesar III, Railroad Tycoon II), I can install (in the case of Caesar III, I get sound, none in RRTII). However, when attempting to run Caesar, it hangs, and I get a blank
2001 Jun 03
1
Couldn't load driver for avivideo
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> I have an old win16 application which needs to play AVI files but I get errors like "<b>couldn''t load driver for avivideo</b>". I looked at the howto at <A
2005 Aug 23
0
Toll Call Voicemail Ring Timeout (new module????)
Remember in the good ol days when answering machines were smart enough to know when there was a message on the machine, and it would pick up after 2 rings rather than 4? (that is, if you knew how to turn it on - that required to know how to set the time on your VCR to avoid the flashing 12:00:00) Hahaha. Jokes aside. I have come up with a way to do this but it's a kludge: 1 - Read in the
2004 Jun 27
0
online video and theora
It looks like there are at least three factors that affect the practicality of video that is distributed over the Internet. 1) The speed of the network connection. 2) The data transfer expense for the video server. 3) The quality of the codec. A year or two ago, I might have included the capacity and cost of mass storage as a fourth factor, but with 250 GByte and larger hard drives on the market
2001 Mar 04
0
events..
Hello I've been very interested in vorbis for some time now... I was just pondering if there would be any interest in a sort of a event thing.. Call 'em what ever you like (event,keyframe,index,...) Like if I have a whole cd in one ogg file, there could be a keyframe or an 'event' between tracks, so that I could fastforward or rewind to that keyframe directly (index search on