search for: tbegin

Displaying 5 results from an estimated 5 matches for "tbegin".

Did you mean: begin
2010 May 31
2
Ignoring initial rows in a text file import
...f the data I want always the same (the stimuli were presented in random order). So I need to bring in the .txt file (using readLines?), look for the row containing the text "Begin Main" (see exact row below) and start reading data to a table from that point. [13] "Main Group\t1000\tBegin Main\tBegin Main\tBegin Main\t\t \tPressed\t(any response)\tC\t25860\t\t\t\t\t" I would also like it to ignore the row: [173] "Main Group\t1000\tBreak\tBreak\ tpause3\t\t \tPressed\t(any response)\tC\t47610\t\t\t\t\t" which will always be the same number of rows after the "Beg...
2009 Dec 13
3
[PATCH] drm/nouveau: use drm debug levels
...train(struct drm_encoder *encoder) bool cr_done, cr_max_vs, eq_done; int ret = 0, i, tries, voltage; - NV_DEBUG(dev, "link training!!\n"); + NV_DEBUG_KMS(dev, "link training!!\n"); train: cr_done = eq_done = false; /* set link configuration */ - NV_DEBUG(dev, "\tbegin train: bw %d, lanes %d\n", + NV_DEBUG_KMS(dev, "\tbegin train: bw %d, lanes %d\n", nv_encoder->dp.link_bw, nv_encoder->dp.link_nr); ret = nouveau_dp_link_bw_set(encoder, nv_encoder->dp.link_bw); @@ -297,7 +297,7 @@ train: return false; /* clock recovery */ - N...
2019 Jan 25
0
[klibc:update-dash] dash: Change mktokens back to creating token.h itself
...t; > $@ + cmd_mktokens = (cd $(obj) && sh $(srctree)/$(src)/mktokens) $(obj)/token.h: $(src)/mktokens $(call if_changed,mktokens) diff --git a/usr/dash/mktokens b/usr/dash/mktokens index 8fbcef1b..43d76ce1 100644 --- a/usr/dash/mktokens +++ b/usr/dash/mktokens @@ -69,7 +69,7 @@ TBEGIN 0 "{" TEND 1 "}" ! nl=`wc -l /tmp/ka$$` - +exec > token.h awk '{print "#define " $1 " " NR-1}' /tmp/ka$$ echo ' /* Array indicating which tokens mark the end of a list */
2020 Mar 28
0
[klibc:update-dash] dash: Change mktokens back to creating token.h itself
...support out-of-tree builds * Some header files have header guards added * Changelog and some manual pages are omitted * Automatic whitespace fixups diff --git a/usr/dash/mktokens b/usr/dash/mktokens index 8fbcef1b..43d76ce1 100644 --- a/usr/dash/mktokens +++ b/usr/dash/mktokens @@ -69,7 +69,7 @@ TBEGIN 0 "{" TEND 1 "}" ! nl=`wc -l /tmp/ka$$` - +exec > token.h awk '{print "#define " $1 " " NR-1}' /tmp/ka$$ echo ' /* Array indicating which tokens mark the end of a list */
2002 Sep 11
1
gcc and g77 combos
--Apple-Mail-7--233789088 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hi Kurt I currently have on my Mac gcc 2.95.2, 3.1, and 3.3 and the corresponding g77 versions as well. R builds fine with the 2.95.2 combo, it also builds fine with gcc 2.95.2 and g77 3.1. But using gcc 3.1 or gcc 3.3 gives the familiar problem that I mentioned before (although