Displaying 20 results from an estimated 433 matches for "verbs".
Did you mean:
verb
2011 Sep 20
2
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
---
autoconf/configure.ac | 4 +++-
cmake/modules/LLVMConfig.cmake.in | 3 ++-
configure | 4 +++-
tools/llvm-config/Makefile | 6 ++++++
tools/llvm-config/llvm-config.in.in | 3 ++-
5 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index f3e94e8..cd943cc 100644
---
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2011 Sep 20
0
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
Why?
-eric
On Sep 20, 2011, at 9:14 AM, Johannes Obermayr wrote:
> ---
> autoconf/configure.ac | 4 +++-
> cmake/modules/LLVMConfig.cmake.in | 3 ++-
> configure | 4 +++-
> tools/llvm-config/Makefile | 6 ++++++
> tools/llvm-config/llvm-config.in.in | 3 ++-
> 5 files changed, 16 insertions(+), 4 deletions(-)
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
Hello,
Thanks to recent changes in the SVN, I was able to successfully build
LLVM under Windows in the following environments:
1. Cygwin;
2. MinGW/MSYS;
3. "gcc -mno-cygwin" (a.k.a MinGW on Cygwin).
For 3., I've had to make a few manual changes to the build system. Care
is needed because non-Cygwin external commands require Windows paths and
Cygwin's make does not like path
2011 Jun 28
0
New winetricks 20110628: 18 new verbs (adobe_diged, audible, irfanview, winamp, bioshock2, lego_potc_demo, nfsworld, d3dx9_43, glidewrapper, grabfullscreen, ...)
Another two months, another winetricks release. (So much for
release early, release often :-)
Highlights:
- fixes a bunch of verbs whose download URLs had changed, especially
vcrun2005 and vcrun2008.
- fixes the annoying "unexpanded variable" error which happened when
running old wine with a new wineprefix.
- brings back gog support (though without automated download for now;
any volunteers to fix that?)
- adds glide...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
If you're on the new Makefile system, you will want to update your
Makefile.rules. The patch below provides some important fixes for
parallel builds and dependencies. It also adds some new features like
the -local targets. For example, you can now build "all-local" to build
the local directory without recursing into subdirectories.
See the comments below for details of the change.
2011 Apr 02
0
New winetricks 20110402: New verbs acreedbro, bttf101, cim_demo, crysis2, trainztcc_2004, trine_steam, trine_demo_steam, utorrent3, xact_jun2010
Another fortnight, another Winetricks.
This one has a heap of bug fixes (e.g. works again in kde,
don't think glsl=disabled means disabling glsl.dll,
don't expolode if a wineprefix has single quotes in the name),
and the following new verbs:
DLLs:
d3dx11_42
xact: now also installs xapofx1_1.dll
xact_jun2010: newer version of xact for games that need e.g. xapofx1_4
Apps:
utorrent3: new verb (thanks to Phil)
Games:
acreedbro - Assassin's Creed: Brotherhood
bttf101 - Back To The Future episode 1
cim_demo - Cities In Motion demo
cr...
2023 Jul 21
1
tools::parseLatex() crashes on "\\verb{}"
Surprisingly this invalid latex syntax is still formatted "right" in the
html output.
On a closer look it seems like roxygen2 introduces those, when using
markdown backtick quoting, if the quoted content is not syntactic. For
instance:
#' `c(c(1)`
#' `c(c(1))`
Will convert the first line to `\verb{c(c(1)}` and the second to
`\code{c(c(1))}`.
I've opened a ticket there FYI:
2007 Dec 19
1
noun-verb vs verb-noun aka dogs black vs black dogs
...ngineers thought the brake should
be under your right foot and Ford engineers thought the gas should be there.
I'm sure both camps would have rational arguments. Now if we could just get
the "Brits" on the right side of the road...
> The Asterisk core program doesn't know what verbs each module, channel,
> res, or function contains. It must ask the code(noun), for a given verb
> (function) and then pass that function the options (adjectives).
You are mistaken. When a module is loaded it registers as many CLI objects
as it wants to, so the "core" does know wha...
2009 Jan 16
0
New winetricks 20090116: new verbs mono22, urlmon, wininet, controlpad, native_oleaut32, msscript, hosts; plus various updates and bugfixes
...-12-02
Quoted the last few instances of $WINETRICKS_TMP.
(Thanks to Nicolas Koch for the tip.)
r243 | daniel.r.kegel | 2008-11-30
New verb urlmon.
r242 | daniel.r.kegel | 2008-11-30
Add verb wininet.
r241 | daniel.r.kegel | 2008-11-29
New version 20081129.
r240 | daniel.r.kegel | 2008-11-29
New verbs: controlpad/fm20, native_oleaut32. Clean up temp directory
between verbs.
2023 Jul 21
1
tools::parseLatex() crashes on "\\verb{}"
? Fri, 21 Jul 2023 15:14:09 +0200
Antoine Fabri <antoine.fabri at gmail.com> ?????:
> On a closer look it seems like roxygen2 introduces those, when using
> markdown backtick quoting, if the quoted content is not syntactic. For
> instance:
>
> #' `c(c(1)`
> #' `c(c(1))`
>
> Will convert the first line to `\verb{c(c(1)}` and the second to
>
2023 Jul 21
1
tools::parseLatex() crashes on "\\verb{}"
Do I understand correctly that we don't want Rd files to be valid latex ?
This seems odd to me.
I see that `tools::parse_Rd()` doesn't like `\verb!foo!` so maybe roxygen2
is actually doing the right thing (as opposed to just trying to) ?
`parse_Rd() ` is probably what I need indeed, for some reason I hadn't
found it, so that should fix my own issue here thanks a lot.
Le ven. 21 juil.
2009 Jan 28
2
OT: Adding verbatim R code text into LaTeX documents: texttt; verb or url?
Hi all
I use Sweave extensively to mix R and LaTeX, and often have R code appearing in my LaTeX document.
Just a quick question then: What is the best way to add example of R commands into LaTeX in-line? (That is, not using Sweave.) For example, suppose I wish to place in my document this instruction:
...is done in R using the command \verb|lm( y ~ var.one + var.two )| as follows:
I
2010 Aug 05
2
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Good summer, all!
This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain.
I have checked this on Cygwin-1.5, Cygwin-1.7, mingw(msysgit) and
mingw-cross-fedora12.
I can separate this patch into some parts; cleanups, adding
definitions and adding rules.
Any feedbacks are welcome.
Have fun!
...Takumi
* Pros
- reduction of linking time of toolchain.
- capability of -load
2012 Mar 09
0
New winetricks 20120308: support wine-1.4, new verbs ao, cmd, mspatcha, msvcirt, sdl
...ther winetricks release :-)
Download url:
http://winetricks.org/winetricks
http://winetricks.org/download/releases/winetricks-20120308.tgz
For bug tracker, mailing lists, and wiki, see
http://winetricks.org
To become a Winetricks contributor, see
http://code.google.com/p/winetricks/wiki/AddingNewVerbs
Changes since 20111115:
Ahmed Waheed:
ao: new verb
Austin English
dotnet20sp1: fixed
dotnet30_sp1: add missing registry entries
dotnet35: adjust to Focht's recipe
dotnet40: new verb, based on steps from Anastasius Focht.
mono210: update to 2.10.8
mspatcha: new verb
sdl: new verb
vcrun6, vcru...
2008 Feb 27
1
New winetricks 20080227: new verbs vbrun3, vbrun4, vbrun5, vbrun6
Detlef contributed verbs vbrun3 and vbrun4, thanks!
And I added vbrun5 and vbrun6 as the preferred synonym for
the existing verbs vbvm5 and vbrun60. That should be easier.
As always, winetricks is at
http://kegel.com/wine/winetricks
and its source repository is at
http://winezeug.googlecode.com
2011 Sep 20
2
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
On Tuesday 20 September 2011 11:23:05 Eric Christopher wrote:
> Why?
>
> -eric
>
Because openSUSE and many other linux distributions put all things to /usr/lib (i586) and /usr/lib64 (x86_64) or /usr/lib32.
So it is possible to install x86 and x86_64 versions at the same time ...
(See also http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/042068.html and
2008 Apr 02
2
New winetricks 20080402: new verbs dotnet20, win2k, flash, msls31; updated mono, liberation
Big news: as of today or so, wine doesn't need any patches
to install the .net 2.0 runtime or run trivial .net 2.0 apps,
so I've added a dotnet20 verb. No more futzing with recipes
to try out simple .net 2 apps, huzzah!
There are lots of other little changes, too:
20080402
r21 Added dotnet20, removed one kludge from dotnet11, added win2k
verb, plus shorthand for winver=foo
r20
2006 Jul 01
3
help me understand rest
I am having a heck of a time understanding the new rest craze in rails.
what I think I understand so far:
1 rest is about the way we use http to access information on the
internet.
2 http was created with nouns and verbs in mind, but the only verbs that
are supported in browsers and server software today are ''post'' and
''get''. Other useful verbs include put and delete.
3 a url should only contain nouns. They should identify a resource.
Along with the url should be a ''m...
2005 May 20
2
MGCP 1.0 / NCS 1.0
I'm trying to use a 4 port ATA that was designed for use with MGCP 1.0 / NCS
1.0 -- is the channel_mgcp compat with NCS -- anything I can do to make it
compat?? This is what happens - below
*CLI> mgcp reload
Reloading MGCP
== Parsing '/etc/asterisk/mgcp.conf': Found
Use EXIT or QUIT to exit the asterisk console
== MGCP Listening on 10.1.22.39:2427
== Using TOS bits 0
mgcp