Displaying 20 results from an estimated 106 matches for "friendliness".
2006 Jun 05
4
Newbie question on url friendliness
If I wanted to use a friendly url, say, http://www.something.com/my-url,
how would I go about doing that? I can''t define an action my-url, and I
don''t want to clutter my routes up...
Is there a way to do this?
--
Posted via http://www.ruby-forum.com/.
2013 Dec 04
8
Asterisk on Windows
...rve. A Windows application that
would do exactly the same would be a home run. Note: I am a Linux
expert user, but it took me years to get here. And still, moving from
regular RHEL 6.0 to Fedora 20 (RHEL 7) is a pain in the neck. The .NET
framework and Windows server 2012 are miles away in terms of
friendliness and on equal footing on performance. I don?t mean another
slow cygwin port, I man a native Asterisk for windows. In fact, I
would invest on the project if somebody wants to do it.
2006 Aug 09
6
How do you desing forms in RoR
Hi all,
what is the best way tod esing a form in RoR?
Do you use Dreamweaver or something similar?
thanks
--
Posted via http://www.ruby-forum.com/.
2008 Mar 25
5
Wine on Windows 7
...s its own executable? I've tried sifting through the .zip archives, and only found the stuff that Wine installs to imitate Windows. So far the only other solution would be to install an older Windows on a virtual machine or by finding some kind of emulator, but after using Wine and seeing its friendliness, I believe a Windows version of Wine would be best for this task.
Thank you,
Ryan Northrup
P.S. If there is another section of winehq.org that is more suited for suggestions, then redirection would be greatly appreciated.
2007 Feb 25
6
Crash occurs where EventMachine.connect is
Hi everyone,
If you subclass EventMachine::Connection and call it outside an
EventMachine::run
event loop, EventMachine crashes! Example:
class Put < EventMachine::Connection
include EventMachine::Deferrable
HOST="localhost"
PORT=8080
def self.request(data)
EventMachine.connect(HOST, PORT, self) {|c|
c.instance_eval { @data = data }
}
end
#
2011 Mar 06
1
Thoughts: chaindev -> altchain
...atter too
- the code would be easily available for others to
experiment with (use, patch, comment). I haven't had
any problems presonally since my last commit, and
it was tested pretty extensively
- the documentation is also included, though it needs
some un-engrishing and a bit more friendliness
2017 Mar 29
2
X11 forwarding with IPv6 disabled
Hello all,
one more (ever-returning) bug [1] reported recently caught my eye. The
problem is that disabling IPv6 in kernel leads to OpenSSH failing to
bind localhost IPv6 address and after the fix for CVE-2008-1483 [2]
leads to the whole X11 forwarding fail.
If I read the description of the CVE in question correctly, we should
care only of the case when the address is already used (errno =
2013 Apr 25
0
[LLVMdev] Proposal for new Legalization framework
...e selection dag ISD nodes along with the target specific X86ISD nodes. However, at this point, you have only modeled the operations and haven't modeled the proper type system.
LLVM IR is just not the right level for this. You seem to think it is better than MachineInstrs because of developer friendliness, but it isn't clear to me that LLVM IR with the additions you're talking about would actually be friendly anymore :-)
Personally, I think that the right representation for legalization is MachineInstrs supplemented with a type system that allows MVTs as well as register classes. If you ar...
2020 Sep 09
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
On Wed, 9 Sep 2020 at 19:26, Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
wrote:
> - Default (i.e. no -profile-deopt-cold): do nothing
> - Option with no arg (i.e. -profile-deopt-cold): add attribute only to
> functions that have an execution count of zero
> - Option with an arg (i.e. -profile-deopt-cold=<N>): add attribute to
> functions that account for <N>% of
2014 Aug 26
6
[LLVMdev] llvm-objdump
...icky.
My experience is limited to ELF format objects, so experts in other
formats please sanity check.
Suggested changes:
1) Symbolize conditional branch targets. Currently, llvm-objdump
prints branch targets numerically regardless of -symbolize.
2) Make -symbolize the default behavior for human friendliness.
3) Add new -bare option to suppress symbolizing. Many unit tests will
use -bare to preserve expected output in today's format.
4) When multiple symbols exist for a given address, print all of them.
Today, llvm-objdump only prints the last symbol found, but symbolizes
references with the fir...
2011 Oct 26
3
My Ruby on Rails procedures and projects
...r.html
I''ve included my procedure for installing Ruby on Rails in Linux Mint
Debian Edition. That''s right, I''m no longer dependent on Ubuntu or
Ubuntu-based Linux distros for developing Ruby on Rails applications.
Linux Mint Debian Edition offers the smoothness and user-friendliness
of its Ubuntu-based counterparts without the heavy Ubuntu overhead.
And given the uncertainties about the future of Ubuntu, I prefer not
depending on this distro.
My page will point you to my deployment of the chapter 2 demo app from
the 4th edition of the book _Agile Web Development with Rails_....
2012 Jul 27
1
A Little Help
Hi Rishabh,
I think its better not to expose RankiList to Letor.h and make it better
user friendly. So my suggestion is to convert RankList to the following
statement in this method.
std::map<Xapian::docid, double> letor_score(const Xapian::MSet & mset);
So just convert the RankList in std::map<Xapian::docid, double> format in
the methods where you need to return.
Parth.
On
2001 Sep 06
1
crystal reports under wine
Has anyone had any success with Crystal Reports under Wine?
The problem I am currently having is with the print engine itself and is
probably nothing to do with printing;
Page fault on trying to access 0x00000000 in
CRPE32.DLL.Prompt3DViewAngle (which I presume is bought in by Crystal
from 3dgraphics)
The dll is either version 8.0.0.371 or 8.0.0.392
--
Bill Medland
2008 May 16
6
Some architecture questions for my mongrelian friends
...ey,
I''m working on a project, and mongrel may be part of the stack, but
I''ve got some more general questions and ideas I''m hoping to run by
this list. The people on this list have a broader knowledgebase and
more experience than any place else I know - plus a general
friendliness and willingness to help!
I''m working with a company who has a really antique application stack.
Literally from 1998. IIS + ASP + MS SQL server. They want me to help
"modernize" things. In the abstract I''d say, "get a really good .NET
team and go that route."...
2001 Oct 28
8
Ext3 partition not appearing in df output
Hello,
I converted my / partition to ext3 from ext2 today, and I'm using kernel
2.4.13+ext3 patch
I used tune2fs -j and set the filesystem to auto in fstab, and compiled ext2
as well as ext3 in the kernel
Upon rebooting, I tried df -hT to see if it had worked, and to my surprise it
didn't list my root partition
dmesg say it's fine (and btw everything works fine)
kjournald
2004 Jul 12
1
Asterisk as plain PABX in call centre
...plain analogue lines, used for fax
machines, fax modems (Hylafax!), answering machines (real ones!) and
other assorted weird stuff.
Personally, I like Asterisk, and I'd like to be able to recommend it
to the Directors as The Way To Go. I like the flexibility, the
programmability, the database friendliness, and the openness of the
code and architecture. Terminating calls through VoIP isn't that
important to us right now, but it's a great enabling technology, and
I'm looking forward to implementing it later on. Essentially though,
right now we're looking to use Asterisk as a pretty muc...
2006 May 12
2
Re: Can Garmin's (MapSource) USB map-card reader be used in Wine?
Hello,
I tried to install Mapsource 6 in Wine (20050211.2) on MDK LE2005 but it
didn't install... The same with GIDroute which installed but didn't want to
be launched.
I will give it a try on MDV 2006 but I don't expect a miracle. And the pseudo
map applications for Linux are not really what we can consider as useful and
easy to handle with...
Ciao @+
CWO4 Dave Mann wrote:
>
2013 Apr 25
6
[LLVMdev] Proposal for new Legalization framework
...ntrinsics really be a problem?
There's also the problem of keeping callers and callees consistent, and
it's indeed quite a dickens, but it need not be a show-stopper.
LLVM IR is just not the right level for this. You seem to think it is
> better than MachineInstrs because of developer friendliness, but it isn't
> clear to me that LLVM IR with the additions you're talking about would
> actually be friendly anymore :-)
>
As I see it, people working in codegen are going to have to deal with lots
of codegeny instructions regardless of whether we call them instructions or
intrin...
2006 May 09
4
Can't there be a cd command?
R is quite a powerful environment. Here's a small way it could be even better.
I wanted to change the working directory, so I tried the obvious thing
> cd("foo")
Error: couldn't find function "cd"
Then I looked for `directory' in the FAQ but found nothing. A search
for directory in the introduction also turned up nothing.
A Google search for "gnu R
2014 Dec 11
0
Postdoctoral researcher: genome informatics in psychiatry
...workflows involved in next-generation sequencing)
*Qualified candidates should apply at *
https://jobs.uiowa.edu/postdoc/view/2324
The University of Iowa combines a fantastic scientific environment with a
healthy work-life balance. Faculty and staff living in Iowa City enjoy the
affordability and friendliness of small town life while also benefiting
from the cultural engagement and activities that come from being the home
to a major university.
[[alternative HTML version deleted]]