search for: airplan

Displaying 20 results from an estimated 68 matches for "airplan".

Did you mean: airplane
2012 Aug 13
10
Question about PATCH method, accepts_nested_attributes_for, and updates to association lists (has_many, HABTM)
...rested in the new PATCH method that will be included in Rails 4, but have a question/concern, and forgive me if I''m misunderstanding it. So, if the request parameter _method is set to "patch", the update is processed as a patch. But, let''s say you have a model called Airplane and Airplane has a collection of FlightCrewMembers which it accepts_nested_attributes_for. You get the Airplane resource via a RESTful call to Rails that contains the FlightCrewMembers list. Then something needs to make a PATCH to this resource and change both an attribute called autopilot_eng...
2008 May 27
4
Article for wiki consideration
I've recently documented simple use of a VServer with CentOS host and guest. toracat@ said that it might be worthwhile putting on the wiki. The present article is located at http://home.nyc.rr.com/computertaijutsu/vserver.html If it does get to the wiki, I would remove the fedora section and also add a notice at the beginning of the article with dire warnings about using a non-stock kernel.
2011 Aug 06
6
Profili Pro software needs mdb file?
Hi All, Just started to try to get 1 windoz program to run in Ubuntu since I can't find a good alternative. Been running Ubuntu for 3 years but this is above my expertise. Profili is airplane wing profile software that will generate G-code for a CNC router. When I try to get it to run under WIne it gives me this error and quits... "Impossible to open database C:\windows\profiles\superbug\My Documents\Profilipro\Libraries\ProfiliProNoPolar.mdb." The file is present at the lo...
2008 Dec 16
2
[LLVMdev] OpenCL Frontend
...enCL support or poor OpenCL performance) and another for OpenCL. I am interested in using LLVM to create a OpenCL frontend for multicore CPUs. Now that the spec is out, we have a pattern to follow. Does anyone have any interest in this? Timothy -- Two wrights don't make a rong, they make an airplane. Or bicycles.
2016 Sep 28
1
CentOS 7 32-bit WiFi Hardware Switch
...d Timothy Tribble <kd6mdv at kd6mdv.us> Date: 9/27/16 21:01 (GMT-05:00) To: centos at centos.org Subject: [CentOS] CentOS 7 32-bit WiFi Hardware Switch I recently installed CentOS 7 32-bit on a Dell Latitude 620 and my WiFi doesn't work. The software setting show me stuck in "Airplane Mode" and I need to activate my WiFi with a "hardware switch" I am new to Linux and need some direction here. I believe the wireless card is an Intel Pro/Wireless 3645A/G. Thanks, Tim _______________________________________________ CentOS mailing list CentOS at centos.org https...
2000 Dec 18
1
How can I get "A$Title"?
Dear R-friends, I have whole bunch of objects, say, A, B, ..., Z, all of them are "list" and haveing "Title" (a character string) as their first element. E.g., > A$Title [1] "Airplane Component" What I like to do is to find a way to printout all the Titles at one time. I tried the following: > paste(LETTERS, "Title", sep="$") -> tmp but can't find a way to continue since > get(tmp[1]) Error in get(x, envir, mode, inherits) : variabl...
2014 Feb 04
2
Status
...just some quick notes: - dovecot.org server was down a couple of days again, need to find time to move it to a VM.. - my tss at iki.fi emails were also broken for some hours at least and it was bouncing back all mails to it during the time - I fixed some bugs reported by people, but I did it in airplane so couldn't reply back with links to the fixes in hg repo. I'll probably do that tomorrow. But you can already check if your reported bug has been fixed in http://hg.dovecot.org/dovecot-2.2 - I'm planning on going through Dovecot list's mails this week and make v2.2.11 release -...
2008 Dec 17
1
rsync 3.0.4 hangs when I increase verbosity
Hi all,I need some help. I self compiled rsync 3.0.4 on Mac OSX 10.4 (Tiger)Trying to run the command below...rsync --dry-run -aucvvvX --log-file=fly-dryrun.txt /Volumes/airplane/ /Volumes/plane/flight when running the above command, rsync idles with no action. Anything above 2 v's (-vv), rsync will sit at message below.--------------------------[sender] make_file(\#342\#200\#242Unused Art,*,2)send_file_list done--------------------------1) What's going on?...
2016 Nov 08
2
CentOS 6.3 packages updates options without upgrading.
Unfortunately, that's the constraint it seems hence, there's inquiry of other options. But, looks like, any el6 package should work as long as we meet the dependencies? Kindly thanks for many help. On Tue, Nov 8, 2016 at 10:55 AM, John R Pierce <pierce at hogranch.com> wrote: > On 11/8/2016 6:27 AM, Dipal Bhatt wrote: > >> Thanks really Leon very much w/ a very
2009 Jan 08
3
NY Times article
Sorry if this is spam, but I couldn't see it having popped up on the list yet. http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html?emc=eta1 Anand [[alternative HTML version deleted]]
2005 Jul 29
10
Rails Wiki down
Howdy - Someone''s probably already reported this, but anyhow, going here: http://wiki.rubyonrails.com/rails/show/RailsOnFedora results in: ==================== > Bad Gateway > The proxy server received an invalid response from an upstream server. > ==================== Yours, Tom
2019 Mar 29
2
Proposal for O1/Og Optimization and Code Generation Pipeline
When I worked on the HPE NonStop compilers for x86 (we used Open64, not LLVM), we adjusted our -O1 to make sure the source display didn't "bounce around" based on feedback from users. We disabled any optimization that would move things across statement boundaries. We also disabled/de-tuned dead store since our DWARF location list support was pretty basic and with the removed store,
2019 Jun 21
4
Memory overflow during cmake/ninja build
...TO.so.9svn ninja: build stopped: subcommand failed. My hardware is a rather ancient HP a6745f (AMD) with 4GB memory, 200 GB HDD. OS is Kubuntu 18.10. Is my system just too limited or is there something else I should look for? What other info can I provide? Ron -- Ron Brender Whose favorite airplane is N6119A, a 1979 Cessna T210.
2016 Nov 04
4
RHEL 7.3 released
As a heads up RHEL 7.3 is released: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.3_Release_Notes/index.html Pay careful attention when the CR repo starts churning out RPMs (if you have CR enabled) as there have been a few rebases in this - notably firewalld, NetworkManager, freeIPA, libreoffice, samba, amongst others If you have an ipv6 environment ping is now
2008 Dec 16
0
[LLVMdev] OpenCL Frontend
On Tuesday 16 December 2008 12:21:24 Timothy Baldridge wrote: > There seems to be some interest these days in OpenCL. However for some > projects, a issue they face to adopting OpenCL is requirements of > maintaining two source trees: one for normal C code (for use on > systems without OpenCL support or poor OpenCL performance) and another > for OpenCL. > > I am interested in
2008 Dec 16
2
[LLVMdev] OpenCL Frontend
...o follow. >> Does anyone have any interest in this? > > Yes, we started implementing OpenCL on top of gallium using LLVM and Clang. > We're planning to publish a public repository in the next week or so. > > z > > -- Two wrights don't make a rong, they make an airplane. Or bicycles.
2003 Oct 08
0
Troble installing MotoCalc_7
I am trying to install a new version of MotoCalc, a model airplane calculation program.The printout is below. I am used to the keyboard error, but German with no dead keys is correct and I never had it stop a program from working before. Can someone shed some light on this? Thanks, Tom Corner ---------------------------------------------------------------------...
2015 Jun 13
1
Asterisk and Deutsche Telekom
...nfigured my Asterisk to do that (hopefully!), but I can't be sure, since I can't test it... > If you can't test it right now, obviously, then just test it when the > switchover has been made. What's the problem? :) If you can't test your parachute now, then just take an airplane, climb at FL95 and jump, what's the problem? :) The problem is: that if the parachute does NOT work, you'll be dead... If my Asterisk-configuration don't work, I don't have a phone and my wife cannot work... Regards Luca Bertoncello (lucabert at lucabert.de)
2016 Sep 28
0
CentOS 7 32-bit WiFi Hardware Switch
I recently installed CentOS 7 32-bit on a Dell Latitude 620 and my WiFi doesn't work. The software setting show me stuck in "Airplane Mode" and I need to activate my WiFi with a "hardware switch" I am new to Linux and need some direction here. I believe the wireless card is an Intel Pro/Wireless 3645A/G. Thanks, Tim
2016 Nov 04
0
RHEL 7.3 released
...when it is done!) b. Long Answer: We normally have CR out 7-14 days after a RHEL-7 release. We normally have the full tree and ISOs out 14-28 days after the CR is out. Complicating this particular release, we have our annual CentOS Board Meeting (face to face) in Paris next week and I get on airplane(s) from Texas to Paris on Monday 9/7/2016, so there will be one full wasted day there. Obviously the rest of the team will also be traveling to the meeting as well. I will try to tweet updates (@JohnnyCentOS) and post updates here throughout the build period. Currently we are building gcc/glibc...