search for: programargu

Displaying 13 results from an estimated 13 matches for "programargu".

Did you mean: programar
2011 Apr 22
1
[LLVMdev] Compile-time evaluation of functions
...Sure thing. Here's an imaginary example - say we want to implement something like LLVM's CommandLine library, only using reflection. So we'll define a class containing some variables, and annotate those variables which correspond to command-line parameters: class CommandArgs { @ProgramArgument("input", "i", "the input file") var inputFile:String; @ProgramArgument("output", "o", "the output file") var outputFile:String; } When the program starts up, we'll create an instance of CommandArgs and pass it t...
2011 Apr 21
0
[LLVMdev] Compile-time evaluation of functions
On Apr 20, 2011, at 4:34 PM, Talin wrote: > Also, looking in the SVN repo, it appears that some of the files in include/llvm/ExecutionEngine have not been touched in a long time, and that scares me a bit - what's the current state of the LLVM interpreter? > > Anyway, my main question to the list is - does this sound like a viable plan, or am I heading down the path of madness and
2011 Apr 20
2
[LLVMdev] Compile-time evaluation of functions
One of the things that my compiler frontend has is an interpreter, which allows fairly elaborate constant expressions to be folded into simple constants. This is particularly useful in the case of annotations that take arguments - rather than executing a static constructor before main(), I allow the constructor to run at compile time (if it can), generating a constant struct with all of it's
2017 Jun 12
4
Apple Mac slave
On Jun 11, 2017, at 7:15 AM, Robbie van der Walle <rvanderwalle at gmail.com> wrote: > > I see only a reboot. Not a shutdown. But is this normal because shutdown -u -h +0 is used? > To be honest, I haven't experimented much with this, but I saw a normal shutdown/reboot when I just tried this from the command line (10.12): reboot ~ Mon Jun 12 08:36
2012 Jul 10
2
Refresh not working with launchd service provider?
...PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>KeepAlive</key> <true/> <key>Label</key> <string>net.davidlballenger.example</string> <key>ProgramArguments</key> <array> <string>/usr/local/bin/example.sh</string> </array> </dict> </plist> Here''s the example.pp file: $service_name = ''net.davidlballenger.example'' $file_path = "/var/tmp/${service_name}"...
2016 Jan 07
3
Troubleshooting on OS X
...encoding='UTF-8'?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > <plist version='1.0'> <dict> <key>Label</key><string>org.macports.tuntaposx</string> <key>ProgramArguments</key> <array> <string>/opt/local/bin/daemondo</string> <string>--label=tuntaposx</string> <string>--start-cmd</string> <string>/opt/local/etc/LaunchDaemons/org.macports.tuntaposx/tuntaposx.wrapper</string> <string>start</stri...
2017 Jun 15
0
Apple Mac slave
...ertyList-1.0.dtd>"> > <plist version="1.0"> > <dict> > <key>Label</key> > <string>org.networkupstools.upsmon</string> > <key>RunAtLoad</key> > <true/> > <key>ProgramArguments</key> > <array> > <string>/sw/sbin/upsmon</string> > <string>-D</string> <!-- "-D" keeps upsmon from going into the background --> > </array> > <key>KeepAlive&...
2012 Feb 29
1
Mac Lion Server as slave
What is the best way to setup a Mac Lion Server as a slave? A Centos 6 server runs nut and controls the UPS. The yum epel install has a nut-client package that has the minimum required to get monitoring working (upsmon?)...I was wondering if there was some similar configuration for the Mac? Thanks, Greg -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Aug 29
5
Problem when using bundle exec rake with Launchd
...suggests RVM or rbenv to swap Ruby version. None of the posts looks relevant to me since I can directly execute under terminal environment. OS: MAC OSX 10.8.4 Ruby version: 2.0.0p195 Bundler version: 1.3.5 Rake version: 10.0.4 The relevant part of my plist file is as following: <key>ProgramArguments</key> <array> <string>/bin/bash</string> <string>crontab-test.sh</string> </array> Hope someone can give me the right direction to continue. Many thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message becau...
2017 Jun 14
0
Apple Mac slave
...;http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <!-- Network UPS Tools (NUT): http://www.networkupstools.org --> <dict> <key>Label</key> <string>org.networkupstools.upsmon</string> <key>ProgramArguments</key> <array> <string>/sw/sbin/upsmon</string> <string>-D</string> <!-- "-D" keeps upsmon from going into the background --> </array> <key>RunAtLoad</key> <t...
2017 Jun 15
2
Apple Mac slave
...t; >> <plist version="1.0"> >> <dict> >> <key>Label</key> >> <string>org.networkupstools.upsmon</string> >> <key>RunAtLoad</key> >> <true/> >> <key>ProgramArguments</key> >> <array> >> <string>/sw/sbin/upsmon</string> >> <string>-D</string> <!-- "-D" keeps upsmon from going into the background --> >> </array> >> &...
2015 Sep 04
2
[cfe-dev] Running tests on OS X 10.10 vs "Killed: 9"
On Fri, Sep 4, 2015 at 12:46 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Sep 4, 2015 at 10:27 AM, Nico Weber via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> Hi, >> >> building 'check-all' on any of my machines running OS X 10.10 usually >> fails because a few tests fail due to some processes being killed by the
2009 Jun 30
43
Workstations and Certs
I am trying to come up with a workable solution in managing numerous Mac workstations allowing a high degree of flexibility with regards to certs. My puppet environment is setup to application installation on machines that have been ''imaged'' with a base OS and the puppet and facter apps. So, when a Mac is ''imaged'' and subsequently re-booted, puppet is run at