Displaying 20 results from an estimated 33 matches for "autopilot".
2006 Jun 22
0
Announcing AutoPilot
I''m pleased to announce the ruby gem AutoPilot, which lets you
automate Selenium testing from ruby scripts or the command prompt.
Currently, it''s working in Mac OS and Windows.
See the movies under "Docs" at:
http://rubyforge.org/projects/autopilot/
To install:
gem install autopilot
command line usage:
aup
Thanks,
Ja...
2013 Jul 17
1
glmnet on Autopilot
Dear List,
I'm running simulations using the glmnet package. I need to use an
'automated' method for model selection at each iteration of the simulation.
The cv.glmnet function in the same package is handy for that purpose.
However, in my simulation I have p >> N, and in some cases the selected
model from cv.glmet is essentially shrinking all coefficients to zero. In
this case,
2018 Apr 09
3
Semi-OT: install python package in userspace
...mand from the net, and by that they usually mean Ubuntu
> forums.
Whether the instructions come from the Ubuntu forums or not, we
regularly experience the same thing: users unthinkingly following
instructions in a REAME or posted on a web page. My experience
suggests these folks are just on autopilot. We don't even follow up
any more on most of the alerts; they'll ask us if it's important. So
we rarely give out sudo on shared systems and when we do there's some
"extreme vetting" going on.
Also, Python has such a mature virtual-environment setup that more
publicly...
2007 Apr 25
2
[LLVMdev] ModulePass that requires FunctionPass
...OnFunction(llvm::Function&)+0xff)[0x85ce667]
opt(llvm::MPPassManager::getOnTheFlyPass(llvm::Pass*, llvm::PassInfo
const*, llvm::Function&)+0x62)[0x85ce85e]
opt(llvm::AnalysisResolver::findImplPass(llvm::Pass*, llvm::PassInfo
const*, llvm::Function&)+0x33)[0x85cbc39]
/home/zhiruz/AutoESL/AutoPilot/trunk/build/obj-Linux-x86-g++/Debug/lib/libLLVMHello.so(llvm::LoopInfo&
llvm::Pass::getAnalysisID<llvm::LoopInfo>(llvm::PassInfo const*,
llvm::Function&)+0x99)[0x12efc7]
/home/zhiruz/AutoESL/AutoPilot/trunk/build/obj-Linux-x86-g++/Debug/lib/libLLVMHello.so(llvm::LoopInfo&
llvm::Pa...
2020 Jun 18
0
VHPC Zoom 25th of June Call for Participation: 15th Workshop on Virtualization in High-Performance Cloud Computing
We cordially invite you to participate online in the
15th Workshop on Virtualization in High?-Performance Cloud Computing (VHPC '20)
Keynote: RedHat on Podman (a Docker alternative) for HPC
Talks include: Google on Autopilot (Google internally used autoscaler)
This year's focus is on:
Orchestration (Kubernetes)
Resource efficiency via auto-scaling (Autopilot / Google)
Containers for HPC (Podman)
Lightweight Virtualization / Unikernels
The Workshop is being held online via Zoom. Participation is free with
registra...
2006 Apr 22
3
How to use Rails and REST
Hi,
I just wrote an article on how to easily create a REST API for
Ruby on Rails applications:
http://www.xml.com/pub/a/2006/04/19/rest-on-rails.html
It describes how to create everything from the ground up and includes
information on testing your API too.
--
Thanks,
Dan Kubb
2018 Apr 09
0
Semi-OT: install python package in userspace
...and by that they usually mean Ubuntu forums.
>
> Whether the instructions come from the Ubuntu forums or not, we
> regularly experience the same thing: users unthinkingly following
> instructions in a REAME or posted on a web page. My experience suggests
> these folks are just on autopilot.
Sadly, people became zombies. The ability to categorize (hence use the
menu) is wiped completely. Even the majority of "modern" Desktop
Environment interfaces expect you to search for what you need instead of
giving the menu: everything arranged by category. That's why I switched...
2006 Apr 27
0
DRY validation
...validation rules since you
don''t have to specify the name of the attribute over and over.
Plus it automatically sets validates_presence_of for the attribute
unless you set allow_nil as true -- as shown in the phone_code
attribute above.
The plugin can be downloaded from here:
http://onautopilot.com/oss/rails/active_attribute.tgz
One nice extra benefit is when I rearranged my validation rules
on a per-attribute basis I found a few attributes I forgot
to validate. I used the annotate_models plug to add a list of
every column to the top of my model, and proceeded to add
validation rules fo...
2007 Mar 20
1
Ticket 6953: Support Method Not Allowed Responses
...http://dev.rubyonrails.org/ticket/6953
This patch properly handles setting the Allow header and the
proper status code when an HTTP method is used that a resource
doesn''t support or understand.
--
Thanks,
Dan
__________________________________________________________________
Dan Kubb
Autopilot Marketing Inc.
Email: dan.kubb@autopilotmarketing.com
Phone: 1 (604) 820-0212
Web: http://autopilotmarketing.com/
vCard: http://autopilotmarketing.com/~dan.kubb/vcard
__________________________________________________________________
--~--~---------~--~----~------------~-------~--~----~
You...
2006 Jul 28
2
s/IF_UNMODIFIED_SINCE/IF_MODIFIED_SINCE/ ???
I''ve noticed in the source code that Mongrel handles the
IF_UNMODIFIED_SINCE header. I thought this rather odd, since
IF_UNMODIFIED_SINCE is generally only useful with PUT. Even more odd
is that there is no mention of IF_MODIFIED_SINCE in Mongrel which is
useful with GET (although not as useful as IF_NONE_MATCH of course).
Is this a bug in Mongrel?
-Tim
2006 Jul 06
0
[LLVMdev] A job advertisement for LLVM developers
...development platform
About Us:
AutoESL Design Technologies (AutoESL), Inc. is a privately held hi-tech company
providing platform-based communication-centric Electronic System Level (ESL)
synthesis tools in the field of Electronic Design Automation (EDA) for
integrated
circuits and systems. The AutoPilot™ tool from AutoESL provides novel platform-
based, communication-centric ESL synthesis flow synthesis flow that
automatically generates high-quality RTL code from behavior-level and system-
level SystemC/C descriptions for design and implementation of application-
specific integrated circuits (ASIC...
2006 Mar 19
1
Rails and REST Example
Does anyone have an example of using REST and submitting data through
a POST operation and then possibly loading that data with
activerecord.
Also, if you have client code written in another language (java,.net,
C), would you have that code as well?
Berlin Brown
2006 Dec 01
2
Mongrel 0.3.18, rails 1.1.6 and cookies
I''ve run into an issue with my rails application being unable to
properly set cookies on Mongrel 0.3.18. If I run the simplified code
below in Mongrel 3.14.4, both cookies are properly sent to and saved
by the browser. With the same code in 0.3.18, only the auth_token
cookie is created (if I switch them, only the userid as it will only
properly create the first cookie in the list.)
2018 Apr 07
2
Semi-OT: install python package in userspace
> Am 07.04.2018 um 01:41 schrieb Pete Biggs <pete at biggs.org.uk>:
>
> On Fri, 2018-04-06 at 11:50 -0500, Valeri Galtsev wrote:
>> On Fri, April 6, 2018 11:42 am, Richard Demeny wrote:
>>> Just sudo it
>>
>> This is exactly why I have big reservation in giving users sudo
>> permissions. If they need sudo on UNIX or Linux for small thing like this,
2006 Apr 29
2
iCal / Authentication / Site5 ?
So, I''m working on adding iCal support to my app. Since I want to restrict
users to their own calendars, form-based authentication isn''t going to work,
so I''m using the Basic HTTP Authorization from this page -
http://blogs.23.nu/c0re/stories/7409/
Everything works fine in my dev machine, but on the server (Site5), I get
the login prompt ad infinitum.
Has anyone run
2007 May 17
1
CentOS 4.5 is released for i386, x86_64, and ia64
The CentOS development team is pleased to announce the release of CentOS
4.5 for i386, x86_64 and ia64.
It is available on all CentOS.org mirrors and via bittorrent.
This release corresponds to the upstream vendor U5 release. Also
released in the updates repository for CentOS-4.5 are all updates
through May 16th, 2007.
The work for the i386 and x86_64 ServerCDs and all other arches is in
2007 May 17
1
CentOS 4.5 is released for i386, x86_64, and ia64
The CentOS development team is pleased to announce the release of CentOS
4.5 for i386, x86_64 and ia64.
It is available on all CentOS.org mirrors and via bittorrent.
This release corresponds to the upstream vendor U5 release. Also
released in the updates repository for CentOS-4.5 are all updates
through May 16th, 2007.
The work for the i386 and x86_64 ServerCDs and all other arches is in
2017 Sep 28
1
R 3.4.2 is released
The build system rolled up R-3.4.2.tar.gz (codename "Short Summer") this morning.
The list below details the changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-3/R-3.4.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
2017 Sep 28
1
R 3.4.2 is released
The build system rolled up R-3.4.2.tar.gz (codename "Short Summer") this morning.
The list below details the changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-3/R-3.4.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
2010 Aug 25
1
eve online crashing shortly after takeoff
...lhelp:Heap32ListFirst : stub
Service wreck: 0.011s
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
Service pathfinder: 0.000s
Service transmission: 0.000s
Service space: 0.000s
Service surveyScan: 0.000s
Service starmap: 0.000s
Service autoPilot: 0.000s
Service info: 0.000s
Service dungeonTracking: 0.000s
Service clonejump: 0.000s
Service assets: 0.000s
Service charactersheet: 0.007s
Service trigger: 0.000s
Service contracts: 0.000s
Service certificates: 0.032s
Service camera: 0.000s
Service neocom: 3.115s
Service agents: 0.000s
fixme:wins...