similar to: Object Efficiency

Displaying 20 results from an estimated 2000 matches similar to: "Object Efficiency"

2012 Sep 04
11
I wanna make a new rails community :)
Hi everyone! I''m a newbie engineer. I started rails programming, but I''m learning alone and can''t understand other rails cord so much. So I wanna have friend with other newbie rails engineers and share a process of making apps. It is not for sharing the "result" of programming like Github, but for recording the almost all of process of making one app.
2014 Mar 16
4
unable to make USB-ZIP using rufus_v1.4.5
Hello Sir, Following are the settings I used, Device: NO _Label (O:) Partition scheme and target system type: MBR partition scheme for BIOS or UEFI computers File System: FAT32 Cluster size: 4096 bytes (Default) New Volume label: (i)Quick format (ii)Create bootable disk using: MS-DOS (iii)Create extended label and icon files Format Options > Advanced Options: (i)List USB Hard
2016 Mar 08
2
Improving TAILS, WAS: Module Versioning
Here are some thoughts: 1. Customized Syslinux could be customized such that it refuses to boot from USB. No amount of version-matching nor downloading from the same source can help with that scenario. A different Syslinux would be needed, by definition (of the customizer) 2. Slightly less bad is where an ISO or CD/DVD is made with a key piece of non-ISOLINUX Syslinux missing
2019 Oct 22
2
Problems with internal DNS
On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 21/10/2019 15:47, Thomas Schweikle via samba wrote: > > Hi! > > > > Samba server set up for domain rufus.ada.de a proxy is reachable in > > proxy.ada.de. > > How are you running Samba ? > As ADDC. Please post your smb.conf. > OK. Here it is: [global]
2019 Oct 22
1
Problems with internal DNS
On Tue, Oct 22, 2019 at 5:07 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 22/10/2019 15:52, Thomas Schweikle wrote: > > > > On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba > > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote: > > > > On 21/10/2019 15:47, Thomas Schweikle via samba wrote: >
2014 Sep 29
3
Determine from which device syslinux booted from
Unfortunately I can't use GPT partitions because the usb stick are created by non-technical users and lots of them are still using xp 32 bits. Thanks 2014-09-26 15:42 GMT-03:00 Alexey Orishko <alexey.orishko at gmail.com>: > On Fri, Sep 26, 2014 at 6:16 PM, Renato <renatoriolino at gmail.com> wrote: > > > > The problem is that sometimes I have another USB stick on
2016 Mar 03
4
Module Versioning
On 03/02/16 16:19, Ady via Syslinux wrote: > > That's not what common users are forced to deal with. Syslinux's binary > files in the wild come from different sources (official upstream > Syslinux, distros' packages, others). > > Since v.6+ (and possibly, even before it) a re-build might show some > inconsistencies between "the same version" of
2014 Jan 15
5
USB boot problems on Gigabyte GA-M55Plus-S3G
Ady, before responding to you further, I'll ask you now to take onje more (fresh) look at this thread that I started over in the GParted forums: http://gparted-forum.surf4.info/viewtopic.php?pid=31834 Please note that I have now followed-up on myself and that I have added quite a lot of new & additional information. It now appears to me that GParted's reporting of the status of
2014 Sep 29
0
Determine from which device syslinux booted from
Renato, I don't think it would take that long to make a little script that even an XP user could use to generate GPT formatted thumb-drives. I believe someone made the Rufus utility for just such an occasion Rufus - Create bootable USB drives the easy way Rufus - Create bootable USB drives the easy way Rufus Create bootable USB drives the easy way Rufus is a utility that
2006 Jan 16
3
routing to controller inside module
Hey, am i to stupid to find the information about how to route to a controller in a module? Maybe module support has gone! The controller is under: app/controllers/admin/my_controller.rb The my_controller.rb file looks like this: module Admin class MyController def index render :text => ''Hello!'' end end end How does a route to all controllers under module
2016 Mar 07
2
Module Versioning
Pete Batard via Syslinux <syslinux at zytor.com> writes: > One solution to avoid that would be to embed in Rufus all possible > .c32 modules from Syslinux, alongside with the 'ldlinux.sys' version > we have, and replace them on the USB. Why not install instead an arbitrary version of Syslinux and replace all .c32 files with the modules of the installed version? --
2007 Aug 13
8
How to use expect_render?
Hi: I am a rspec beginner. I have scratched my head for the whole afternoon, trying to figure out a way of writing render expectation in controller spec. However, I failed. It kept telling me that the ''expect_render'' was an undefined method. I have installed rspec 1.0.8 and rspec_on_rails as well. Below is the controller to be tested. Controller def index pre
2019 Oct 21
4
Problems with internal DNS
Hi! Samba server set up for domain rufus.ada.de a proxy is reachable in proxy.ada.de. resolv.conf is configured to be: domain rufus.ada.de. search rufus.ada.de. miri.ada.de. ada.de. nameserver 127.0.0.1 Internal servers are handled (by an external DNS, our internal samba DNS forwards to): # host proxy.ada.de proxy.ada.de has address 10.169.16.3 For deb.debian.org: # host deb.debian.org
2007 Apr 05
3
Extending assigns in controller specs?
Hello, I am interested in enhancing assigns in controller specs to do things like the following assigns[:key1, :key2, :key3] #=> vals for keys Is there away to "break open" this construction to overload the :[] operator? Thanks. -Chris
2016 Mar 08
2
Module Versioning... and other things
On Tue, 8 Mar 2016, Pete Batard via Syslinux wrote: > On 2016.03.08 03:10, BALATON Zoltan via Syslinux wrote: >> The difference is that the >> headache in this case is for those tech savvy people creating the hybrid >> iso who should be able to figure it out so the non-tech savvy end users >> should not have a problem with it as long as used as intended. > >
2016 Mar 06
5
Module Versioning
On 3/3/2016 07:43, Pete Batard via Syslinux wrote: > [...] as far as I am concerned, 'A "version" such as "6.03" [is not] > enough'. [...] I'd like to help to improve Syslinux with regards to version-related concerns. Having typed that, perhaps we could discuss your (or Rufus') specific needs, in parallel? Do I understand correctly that the primary
2010 May 30
5
Automatically decrement value each day
I have a Person model with a points attribute. For the most part, points values will be incremented and decremented via user votes. However, I''d also like to decrement a Person''s points by half a point each day. How do I automatically decrement the value once per day? Your help is greatly appreciated :) Becky -- Posted via http://www.ruby-forum.com/. -- You received this
2016 Mar 07
2
Module Versioning
On Mon, 7 Mar 2016, Pete Batard via Syslinux wrote: > On 2016.03.07 17:55, Ferenc W?gner wrote: >> Why not install instead an arbitrary version of Syslinux and replace all >> .c32 files with the modules of the installed version? > > I mentioned that in my previous mail. But I reckon it was easy to miss > as that mail was rather long: > > > "One solution to
2006 Sep 15
3
How to catch a parameter that contains a full url
Hi I need some help! I have controller that I need to pass a full url (with its own parametrs) as a parameter, e.g. I want to call my controller with: /mycontroller/catchurl?url=http://somedomain.com/afile.jsp?param1=xx&param2=yy and in action "catchurl" in mycontroller.rb I would like to have params[:url] to be "http://somedomain.com/afile.jsp?param1=xx&param2=yy"
2016 Mar 06
2
[PATCH 3/5] installers: MSVC compatibility fixes
On 2016.03.06 13:13, Gene Cumm wrote: > Did Visual Studio actually complain about this one? WDK compiler (which I also use) if I recall correctly. At any rate, some older compilers do not like double initializations like this one, and I don't think this change should be much of a contention point, since it doesn't introduce any liability. Regards, /Pete