Displaying 7 results from an estimated 7 matches for "codeless".
Did you mean:
codelens
2005 Jun 07
3
BBEdit Ruby & Rails Syntax Module available
I''ve made a Ruby & Rails syntax coloring module for BBEdit. This is a
"Codeless Language Module", so it will only work with BBEdit 8+. It''s
basically a giant list of Ruby and Rails keywords, method names, and
so on. It''s both Ruby and Rails because BBedit only lets you
associate a file type with one language module.
The file is available here:
htt...
2009 Sep 03
1
ups_set_altinterface() breaks tripplite_usb on Mac OS X
...ms to work*:
/* set default interface */
usb_set_altinterface(udev, 0);
Any objections to removing this? Can I get some volunteers to try this
out on their non-OS X systems?
I am using libusb-0.1.12 on Mac OS X 10.5.8.
* I did have to monkey with a codeless kext in order to allow libusb
to claim the device. However, it doesn't seem like OS X allows you to
bypass the claim operation anymore.
--
- Charles Lepple
2018 Jun 06
1
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
...l-based "blazer" driver, or "nutdrv_qx" (the latter also can communicate over USB, but on macOS, it will likely run into the same "Can't claim USB device" error).
>
> To have NUT directly access the UPS over USB, you would need a fake kernel extension ("codeless KEXT" in some documentation) to prevent the OS from claiming the device (which is what causes the "Can't claim USB device" error). This can be difficult to debug, since the OS does not easily give up information about the driver matching/claiming process.
>
> For reference...
2018 Jun 06
2
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
Hi All,
I am trying to install and configure NUT [ 2.7.4 ] to shutdown my iMac [
10.13.5 ] via my Powershield Defender 1200 UPS when the UPS reaches a
specified lower battery condition.
The Defender 1200 attaches to the iMac via USB.
The Defender appears on the the HCL - The required driver is 'blazer_usb'
The UPS is visible on the USB bus as:
USB to Serial:
Product
2005 Jun 02
0
[OT] Anyone for writing a Ruby language module for BBEdit?
...nguage, meaning it
doesn''t do Ruby syntax coloring out of the box. There''s a third-party
language plugin that sort of works, but it''s from 2001 and hasn''t been
updated. It can''t even properly highlight Ruby comments.
I''ve made a BBEdit "Codeless Language Module" for Ruby, which does
syntax higlighting pretty well, but Ruby functions don''t appear properly
in BBEdit''s function drop-down, since the CLM parser only understands C
or Pascal style function definitions.
Bare Bones has told me that they have no plans to a...
2018 Jun 06
0
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
...the serial-based "blazer" driver, or "nutdrv_qx" (the latter also can communicate over USB, but on macOS, it will likely run into the same "Can't claim USB device" error).
To have NUT directly access the UPS over USB, you would need a fake kernel extension ("codeless KEXT" in some documentation) to prevent the OS from claiming the device (which is what causes the "Can't claim USB device" error). This can be difficult to debug, since the OS does not easily give up information about the driver matching/claiming process.
For reference, which ve...
2007 Jun 04
16
Puppet installation and observations
...i in array:
do stuff
or pass this array to a erb template. IMHO this would make it easier
to apply the same configuration data in different ways to various
classes.
3. Ldap integration, this is SO cool , I can just add classes to my
nodes through my Ldap web interface, making node set up codeless for
existing puppet classes.
However I think that some minor changes would make the ldap interface
much more powerful.
3.1 Inheritance: as ldap is a data tree it would be cool if the
puppetClient class would inherit the classes defined in parent nodes
( be they OU''s or devices )....