search for: hardest

Displaying 20 results from an estimated 419 matches for "hardest".

2006 Jul 27
2
more on file upload
...g to use those. > > > > > > > > thanks > > > > > > > > -- > > > > gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o > > > > -lruby-static -ldl -lcrypt -lm -o ruby > > > > Everyone is trying their hardest to do their job but management has > set > > it > > > > up so that it''s impossible. > > > > Take the control over your money, track your expenses > > http://justbudget.com > > > > > > > > Mathieu > > > > ___________...
2006 Jul 24
18
difference between running unabridged
...8.11.100] \tfrom /home/mathieu/mv/rf/public/diary.cgi:341 [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100] Premature end of script headers: diary.cgi -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments...
2006 Jul 25
4
about PATH_INFO and FastCGI
...AME. also, I quickly saw a reference about FILEPATH_INFO, I''m not sure what is the difference. or if we can use it. /me back to work..... tanoshimi ne -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments...
2007 Apr 12
6
CentOS 5 and bittorrent
Folks. This is likely to be the hardest hit CentOS has ever taken with regards to bandwidth needs. I was really hesitant to use bittorrent for this type of thing for a long time. However, it really is nice to give back at least what you take. At the moment, I'm seeing almost 3000 connections to the torrent. That times 3.5 gigs i...
2006 Jul 26
10
get/post bug
...in the blog example or in the framework but each time I hit edit, both get and post get called, no matter of the actual http method. anyone encounter that bug? -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments...
2006 Aug 01
6
warning and errors
...39; at /usr/rubyonrails//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:143 - (eval):542: superclass mismatch for class NotFound -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments...
2006 Feb 02
2
Can Ruby do this?
...ound very simple: 1. When a user request some file, the program should authorize him 2. Then we send the file location to the browser/download manager so it can begin to download. (something equilvalent to PHP header ("Location: XXX") 3. Do something else before we stop the script. The hardest part is the 3rd one, when we send back the header the script will stopp too. I was thinking if we can just call another script right before we send back the header, but there is a flaw in that algorithm :( -- Posted via http://www.ruby-forum.com/.
2007 Jun 15
2
winbind nss configuration
I'm having the hardest time trying to come up with the optimal configuration with NSS Winbind support. I want it to work right offline. That is, name lookups shouldn't take 30 minutes to time out or lock the system up. And if the name lookup is for a local name, I want Winbind to be 100% out of hte picture. I've...
2016 Apr 04
9
RFC: Constant folding math functions for long double
..., as GCC does. The dependency could be hard or soft, with a fallback to the current behaviour if it doesn't exist. 2. Write the trancendental functions ourselves in APFloat (yuck!) 3. If the long double format on the compiler host is the same as the target, use the host library. (2) is the hardest. (3) is the easiest, but only works in a subset of cases and I really don't like the idea of better output when compiling on one platform compared to another (with equivalent targets). What do people think about (1)? Or is this completely out of the question? Cheers, James -------------- nex...
2006 May 13
9
Is test driven development for newbies?
I''m still reading other people''s code and going over the books. As I was doing this a question sprang up in my mind. Is it wise for total newbies to attempt test driven development from the start? Basically, if you''re a newbie like me, chances are your tests might even be broken themselves. Or will attempting to write tests be good practice for actual coding as
2003 May 28
3
Slow computation in for loop
...loops, first one for replications, and the remaining two cycling through possible parameters values, like this : for (k in replicates) { data <- sampling from a population for (i in param1) { for (j in param2) { result <- function(i, j, data) } } } With the 'hardest' set of parameters, a single computation of the function take about 16s on an old Sun Sparc workstation with 64 Mb RAM and don't access a single time to disk. But when I launch the for() loops (which generate 220 function calls), disk gets very sollicitated and the whole process takes a...
2016 Aug 08
2
Re: Mounting VM filesystem on host while VM running
...r advice is probably > > the right one. Or even, I'm might request an enhancement to the collect > > libvirt plugin to report also FS information. >  > What I'd like to see is libvirt's ability to spawn commands inside > guest. But it is not that simple. I mean, the hardest part is to design > public libvirt API. For instance, we'd have to deal with both blocking & > non-blocking (i.e. long-running) commands; then we would need to give > users possibility to read command's output (possibly asynchronously). >  > With this, you'd just: vir...
2003 Feb 13
4
Netbooting / building
...ia perl dbi ) to a back end database Download the appropriate files for either a winxp build OR a kernel/ramdisk for a complete linux build reboot with the new setup from disk using syslinux. Has anyone used pxelinux/syslinux for something like this? I would love some pointers or advice. The hardest parts in my mind are: talking to the database, autodectecting the harddrives and ethernet controllers. This is where I was hoping linux would help us versus trying to boot dos. But maybe there is an easier way? Thanks. Michael -- Intel, Corp. 5000 W. Chandler Blvd. Chandler, AZ 8522...
2012 Jul 18
4
Entering Data Files
Hi, Entering data from a given file is the hardest part of learning R for me. For example, I have this datafile from Moore's text: Live Age Count Parents Age19 324 Another Age19 37 OwnPlace Age19 116 Group Age19 58 Other Age19 5 Parents Age20 378 Another Age20 47 OwnPlace Age20 279 Group Age20 60 Other Age20 2 Parents Age21 337 Another Age21 4...
2016 Mar 29
6
Upgrading to MSVC 2015
...stexpr, the thread_local keyword, and thread-safe function local statics (finally). A complete list of new C++ language support can be found here <https://msdn.microsoft.com/en-us/library/hh409293.aspx>. As far as the different LLVM subprojects are concerned, LLDB was always going to be the hardest get working with MSVC 2015 due to the fact that it embeds python as an extension module, but as the LLDB maintainer for Windows I tackled this early and I can say that it's now done and we have completely transitioned to MSVC 2015 already in LLDB. Since we are only supporting 2015 in LLDB movi...
2019 Mar 26
2
[Piglit] X.Org GSoC 2019 - Student Application Period
...projects... they all seem valid Thank you for taking the time to have a look and provide feedback! > but are there > people who could realistically mentor a GSoC student for these? IMHO > unless mentors can be identified, these should all be archived. Attracting mentors is probably the hardest part of running GSoC. Perhaps if a student shows interest in a given topic, someone might be inspired to sign up as a mentor? Keeping the list of ideas up-to-date and finding mentors are the two things I'm hoping to make a noticeable improvement to this year. It also ties in strongly with: h...
2020 Apr 19
2
Status of Windows Search Protocol support in Samba?
...s still a multi-weeks effort (iirc) > getting it finished, polished and integrated into master. > > -slow Ralph, Thank you very much. I appreciate the response. Yes, I can imagine that integrating this is a non-trivial effort. Oddly enough, perhaps, I'd have thought that one of the hardest parts would be interfacing with a host's index/search tool and figuring out how to degrade sensibly if there is no compatible tool. On Linux operating systems (and perhaps BSD too, not sure), Tracker, Baloo, Nepomuk (on old installations), Beagle (on yet older installations), or Recoll might n...
2006 Jul 18
4
intro
...nless this is just Apache magic which let you drop the extension. by the way, I use Apache and it is what I want to use. I feel I am very close from the goal, but now the NotFound class get called saying /blog.rb not found any idea what am I doing wrong ???? thanks -- Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments...
2003 Jul 28
4
Offering an Asterisk Documentation and FAQ Portal
Hi, I have resources available to host a portal specifically for the Asterisk system, to help correlate documentation, FAQ's and How To I am new to Asterisk, and my hardest work is in locating information on using or configuring the software. Would Mark, John or any of you feel this would be of benefit to host? I am offering a PHP-NUKE portal for this, (Unless you know of a better solution!) Regards Damian -------------- next part -------------- An HTML attachme...
2007 Sep 25
2
Runnels development
Looks like there''s enough interest in runnels that it''s time to create a list: https://mail.madstop.com/mailman/listinfo/runnels-dev -- Risk! Risk anything! Care no more for the opinions of others, for those voices. Do the hardest thing on earth for you. Act for yourself. Face the truth. -- Katherine Mansfield --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com