Displaying 20 results from an estimated 120 matches similar to: "I need some help."
2007 Oct 03
3
Booting ISO's
Is there a method by which one could boot an ISO image from a flash drive
with syslinux?
--
Dimeneira aka Dime
2007 Jun 25
2
Howto make a bootable drive partition img of an iso to be used with memdisk
Hello, I am trying to make a usb stick full of utilities. However some of
the utilities do not use syslinux, and are iso's. Is there any method
available for turning the iso into a bootable drive img to be used with
memdisk?
--
Dimeneira aka Dime
2007 Jun 10
1
Trouble booting contents of an iso with the bootsect.bin included.
Hello, I am trying to boot the extracted contents of an iso, on a usb stick,
using the bootsect.bin included in the iso. Yet it will not work. the
bootsect.bin file is in the root of the usb drive, as well as syslinux's cfg
file. Here is what the cfg looks like
PROMPT 1
TIMEOUT 100
DEFAULT main
LABEL main
BOOT /bootsect.bin
--
Karch aka Dimeneira aka Dime
2003 Dec 17
3
Asking for help
Hello evry one,
I'm a frensh consulting Engineer in statistics and i work under R times to
times.
I would like to build an Graphic User Interface as we can do under MS Excel
but i don't know how to do it.
The aim is to have a GUI betwen a user and the console or the function (for
exemple toto(a,b,c) )
In the GUI , i would like to have 3 boxes empty where i can put the values
of a, b, and
2017 Nov 01
1
Creating Tag
i want to tag categories to its menuname.
i have a csv containing menu item name and in other csv i have a column
containing some strings,
i want to pick that strings from categories and look into menu items if
any menu item containing that string i want to create a new column next to
menu item name flagged as 1 otherwise 0
and the only condition is once a menu item flagged as 1 i don't need
2010 Nov 17
3
How to use request helpers outside of controller specs?
I asked this questions on some other places before, but have found no
solution yet. I''d like to include the request helper (from
ActionDispatch::Integration::RequestHelpers, like post and xhr
methods) also in some specs outside of my controller specs. The
problem is that these request helpers are only included in spec/
controller and when a controller is described.
What do I have to
2010 Sep 30
5
response.should have_text leads to undefined method `has_text?'
One of my controllers directly renders some JSON output that I would
like to test with RSpec. For that I use ''response.should
have_text("foobar")'' in my spec file, but that leads to a
Failure/Error: response.should have_text("enim")
undefined method `has_text?'' for #<ActionController::TestResponse:
0xb6736944>
I read here somewhere that webrat
2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on
rubyforge ("gem install tent_steak"). This version introduces a
handful of new form helpers, a couple method renames, editable HTML
tables, and some application bootstrappers for kickstarting Camping
and initializing ActiveRecord.
It''s still in active development, and I''d very much appreciate
2004 Feb 24
2
Samba Slow, and I have high Quality NICS
I have SLOW file transfers across samba to my Windows Server 2000 domain.
I am using a built in 100bT Intel Pro NIC, I have tried the built in gigabit
NIC and a PCI 3com, all with the same results.
Using iperf, I get about 45-90Mb of bandwidth from my PC's to my samba
server.
I can pull it up by \\servername <file:///\\servername> or \\ipaddress
<file:///\\ipaddress> with out
2007 May 18
2
TentSteak First Release
Hey all,
I just pushed out the inaugural release of TentSteak 0.1.0, a set of
Camping/Markaby helpers to minimize the busywork in your views (or
was that the "viewwork in your busies"?). It includes lotsa HTML
form and table helpers, plus a little bootstrapper to make it easy to
load in shared helper modules of your own.
Please check it out and let me know what you think.
2011 Feb 08
1
Why use DatabaseCleaner with rSpec?
Hi list,
I''ve used DatabaseCleaner in the past, but only when using Cucumber
and Selenium (or Steak + Celerity) since turning on
transactional_fixtures would prevent the data being accessible from
app-server that is also triggered for the tests. This works fine, and
is a de-facto solution for this problem.
I don''t see why I would want to use DatabaseCleaner with rspec though,
2001 Jun 22
7
RE: [advanced] Response to Ogg Vorbis comments
> From: Jack Moffitt [mailto:jack@icecast.org]
>
> So in the very near future, I don't think that there will be any
> non-vorbis capable players. And for the most part, I think Vorbis
will
> be included in most players, though I have little hope that Microsoft
> will allow Vorbis to stand side-by-side with WMA.
There is a big difference between having a codec available for
2005 May 21
2
Possible (ab)use of lexical scoping in R ?
Dear list,
I wish to define a set of functions *auxilliary* to another set of
"main" ones, and I wonder if there is some "clever" way do do this using
lexical scoping. Looking for that in the list's archives did not get me
easily understood answers. Perusing MASS (1st, 2nd, 3rd and 4th
editions!) and "Programming S" wasn't of much help either...
R easily
2015 Sep 09
0
Profiling function that contains both C++ and Fortran Code
Hello,
I am trying to profile a function of OpenMx
(http://openmx.psyc.virginia.edu) for CPU time. My operating system is
OS X 10.10. OpenMx contains C++ and Fortran code. I have read the
section regarding profiling compiled code in the manual
(https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Profiling-compiled-code).
This section and this post (http://blog.fellstat.com/?p=337)
2006 Sep 28
2
MGE Pulsar M 3000 communication problems [USB]
On 9/28/06, Ingo Schaefer <ingo@ingo-schaefer.de> wrote:
> Hallo,
>
> I installed nut 2.0.4 on a Solaris 8 and tried two things:
>
> First I wanted the ups to connect via usb, but I could not compile the
> usb drivers. Make usb told me: no target named usb found
Do you have libusb installed?
(I was not aware that there was a port of libusb for versions of
Solaris before
2007 Jan 15
1
NUT on VMWare ESX?...
Greetings:
Has anyone installed NUT on a VMWare ESX 2.x or 3.x platform?... The ESX
service console is essentially a RedHat 7 system with a bunch of
extensions for VMWare thrown in..
Regards,
Richard.
2006 Jan 20
2
How to have a phone ring another extension as soon as off-hook?
I am seeking to implement the following behavor:
When a headset on phone1 is picked up, phone2 rings right away, without any
need to dial numbers on phone1. Is this possible to implement?
ScriptHead
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/0892441d/attachment.htm
2006 Dec 11
6
easy question, how would i search a grandparent???!
hi,
i have this in my code
Article.find_by_contents("#{searchstring} +city:#{passedincity}")
well that returns to me only articles that belong to whatever the user
selected in city.
now is it possible to search the grandparent?
for example
class country
has_many states
class states
has_many cities
belongs_to country
class city
belongs_to states
......
i would like to search
2006 Aug 08
7
undelete
I just removed a bunch of Personal stuff I should not have.
Is there anyway to undelete???
Jerry
2007 Feb 08
2
owner and group
Hello,
I am trying to copy, on the same server, a set of files. I need to
copy them every day with a cron job.
This is working fine the only problem is that he always changes the
owner and group to the root user.
Is there a possibility that he uses the user of the remote files and
not the root user ?
rsync --archive --exclude ".htaccess" /home/virtual/site5/fst/var/www/
html/