Displaying 20 results from an estimated 234 matches for "smth".
Did you mean:
smith
2012 Apr 21
3
[LLVMdev] Remove function from module
How correctly remove function from module?
For example:
int f1(int x) {
...
a = f2(smth);
...
}
int f2 (int y) {
...
b = f1(smth);
...
}
I need delete from module both f1 and f2. They haven't uses in other part of module, but I can't delete them with eraseFromParent, because they are use each other.
Yours sincerely,
Kadysev Mikhail
-------------- next part -----...
2012 Apr 21
4
[LLVMdev] Remove function from module
...ted at /Users/neonomaly/LLVM/LLVM/lib/VMCore/Value.cpp:561!
Yours sincerely,
Kadysev Mikhail
21.04.2012, в 23:45, Nick Lewycky написал(а):
> Михаил wrote:
>> How correctly remove function from module?
>> For example:
>>
>> int f1(int x) {
>> ...
>> a = f2(smth);
>> ...
>> }
>> int f2 (int y) {
>> ...
>> b = f1(smth);
>> ...
>> }
>>
>> I need delete from module both f1 and f2. They haven't uses in other
>> part of module, but I can't delete them with eraseFromParent, because
>> the...
2010 Nov 19
3
Sweave Dynamic Graph Question
...iated
Thanks
Cameron
#R code
library(fImport)
IBM <- yahooSeries("IBM", from="2000-01-01")
IBM.Close <- IBM[,"IBM.Close"]
rng=range(time(IBM.Close))
Syr <- as.numeric(format(rng[1],"%Y"))
Eyr <- as.numeric(format(rng[2],"%Y"))
Smth <- as.numeric(format(rng[1],"%m"))
for( yr in Syr:Eyr){
par(mfrow=c(4,3))
Temp1 <- IBM.Close[which(format(time(IBM.Close),"%Y")==yr),]
Temp3 <- tapply(Temp1[,1],as.yearmon(time(Temp1)),FUN=mean)
for(i in Smth:length(Temp3)){
i <- ifelse(i < 10, paste...
2012 Apr 21
0
[LLVMdev] Remove function from module
Михаил wrote:
> How correctly remove function from module?
> For example:
>
> int f1(int x) {
> ...
> a = f2(smth);
> ...
> }
> int f2 (int y) {
> ...
> b = f1(smth);
> ...
> }
>
> I need delete from module both f1 and f2. They haven't uses in other
> part of module, but I can't delete them with eraseFromParent, because
> they are use each other.
Call X->replaceAllU...
2007 Mar 21
2
home_location or smth like that
hi dovecot list
help me please
dovecot-1.0.r27
exim
lda
virtual users in ldap base
i decided to start using the sieve pluging so i have to make the homes
(now my homeDirectory in ldapbase is /nonexistent).
there is a lot of users, so i dont wonna to make changes in every ldap
record + imho the hard link to userhome in ldap - its a not good idea.
so is there any way to make it easy?
may be
2009 Feb 27
2
Smth. about "Icon=" option in .desktop files created by WINE
When I install some Win32 application using WINE, it creates associated menu item file for it, located at ~/.local/share/applications/wine/Programs/***Program title***/***Program shortcut.desktop***. Well, inside this file I see option named "Icon", where path to some icon is set. Sometimes this path points to some PNG image file, but sometimes it points to something I don't have a
2006 Apr 13
0
redirect_to or link_to mapped url. any other way than "../../smth"?
Hi all,
I''ve got my urls mapped so that http://myapp/url is the same as
http://myapp/start/show/url.
Is there any way to use "redirect_to" and "link_to" in this case?
Currently I just use redirect_to("../@url") but perhaps there''s some way to
make it properly, with :action etc.
sabon
-------------- next part --------------
An HTML attachment was
2010 Jul 14
4
reverse string
Dear all,
Are there any functions in R to reverse the order of the string.
smth like reverse("abc") to get "cba"?
Thanks a lot.
[[alternative HTML version deleted]]
2013 Mar 20
2
netfilter+libvirt=(smth got broken?)
Hello,
I'm having problem setting up filtering traffic for a virtual machine
managed by libvirt. Strange thing is, such a setup has been working fine
for me on an older version of distro (namely, opensuse 11.3 w/updates,
kernel 2.6.34, libvirt 0.8.8) but refused to work on shiny new opensuse
12.4 (kernel 3.7.10, libvirt 1.0.2).
The definition of filter in question is pretty simple:
2006 Apr 21
3
Conceptual q about rails
Classes like activerecord, etc contains strange elements like
''belongs_to :something'', ''has_many :smth'' etc.. what is it? I can''t find
them in ruby lang documentation.. it''s similar to ''attr_accessor'' and
other costructions, how I can create my own constructions and how I must
understand them? Could anyone give me some links where I can read about
it?
2003 Jul 01
4
2GB limit in Samba?
Hi.
Is there such a limit to 2GB in samba 2.2.8a-1? I get a "File imit exceeded"
when I try to tar or cp smth to a smbmount. On both machines I can
successfully do dd if=/dev/zero and create a file of 3GB, I can also tar
-cvf it but no cp to smb. RH8 if it matters...
2012 Apr 22
0
[LLVMdev] Remove function from module
...>
>
> Yours sincerely,
> Kadysev Mikhail
>
> 21.04.2012, в 23:45, Nick Lewycky написал(а):
>
>> Михаил wrote:
>>> How correctly remove function from module?
>>> For example:
>>>
>>> int f1(int x) {
>>> ...
>>> a = f2(smth);
>>> ...
>>> }
>>> int f2 (int y) {
>>> ...
>>> b = f1(smth);
>>> ...
>>> }
>>>
>>> I need delete from module both f1 and f2. They haven't uses in other
>>> part of module, but I can't delete them wit...
2012 Apr 22
2
[LLVMdev] Remove function from module
...sev Mikhail
>>
>> 21.04.2012, в 23:45, Nick Lewycky написал(а):
>>
>>> Михаил wrote:
>>>> How correctly remove function from module?
>>>> For example:
>>>>
>>>> int f1(int x) {
>>>> ...
>>>> a = f2(smth);
>>>> ...
>>>> }
>>>> int f2 (int y) {
>>>> ...
>>>> b = f1(smth);
>>>> ...
>>>> }
>>>>
>>>> I need delete from module both f1 and f2. They haven't uses in other
>>>> part o...
2003 Apr 18
2
USE_GCC=3.2 vs make clean in ports
hello all!
i've installed gcc-3.2 about a month ago and put "USE_GCC=3.2" into
/etc/make.conf.
now "make clean" for any of ports leads to smth like
Apr 18 12:38:54 alc /kernel: swap_pager: out of swap space
Apr 18 12:38:54 alc /kernel: swap_pager_getswapspace: failed
Apr 18 12:38:54 alc /kernel: pid 219 (XFree86), uid 0, was killed: out
of swap space
"ps ax" shows that number of "make" processes grows until system
ru...
2007 Oct 19
1
Block iteration issues
Hello,
I''m struggling with this stuff and can''t find an answer so please advise.
What I''m trying to achieve
@collection has 7 elements
I want to:
- cycle through all those elements
- assign element["smth"] through element["smth3"] to @data.set1_smth through
@data.set1_smth3
- the last iteration would be assigning element["smth"] to @data.set7_smthetc
I just don''t seem to grasp how to change @data.set1_smth into @
data.set2_smth etc. when iterating the block.
i =...
2017 Jul 25
2
loop canonical variables
...?
int a[10];
int b[10];
for (int i = 0, j = 1; i < 10, j < 10; i++, j+=2) {
a[i] = i+1;
b[j] = j+1;
}
printf("%d",(b[1] + a[1]));
return (b[1] + a[1]);
this is a brief example, I want to track i and j (smth is not initialized
in this code, but it doesn't matter)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170725/5f3b4ab0/attachment.html>
2004 Apr 09
1
HTB
Hello,
I have problems with htb. The problem is that when I download
any file via shaper with htb, the traffic is very dinamic,
it jumps, for example:
if i have set ceil = 128kbit the results that it jumps from 112kbps
to 144kbps or smth like that maybe its not very bad, but when the
traffic drops down to 40kbps or less and then after 1 or 2 seconds
jumps to 144kbps, its bad :-( and it is often.
Root class is 20Mbit
There are about 7000 classes (on two interfaces)
an example script:
=============================================...
2016 Sep 10
3
DebugInfo: purpose of align field
...we use align from DI* objects only when dealing with
class/structure bitfields: DwarfUnit::constructMemberDIE.
Dumping align information everywhere only for 1 case looks like overhead
to me.
Consider the following code:
struct S {
char c;
} s;
When compiled with debug enabled in IR we get smth like that:
!6 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "S",
file: !5, line: 1, size: 8, align: 8, elements: !7)
Am I missing something? What is the purpose of "align: 8" here? Maybe we
could include alignment information into DI* objects only when requir...
2018 May 09
2
Libvirt access control drivers
...sh users only
according the pid. However, I have met some articles about more
fine-grained control and about selinux drivers for libvirt? So, what is the
status now? Should I implement something by myself if I want access based
on login, are their instructions how to write these drivers or there is
smth already?
2012 Apr 22
0
[LLVMdev] Remove function from module
...21.04.2012, в 23:45, Nick Lewycky написал(а):
>>>
>>>> Михаил wrote:
>>>>> How correctly remove function from module?
>>>>> For example:
>>>>>
>>>>> int f1(int x) {
>>>>> ...
>>>>> a = f2(smth);
>>>>> ...
>>>>> }
>>>>> int f2 (int y) {
>>>>> ...
>>>>> b = f1(smth);
>>>>> ...
>>>>> }
>>>>>
>>>>> I need delete from module both f1 and f2. They haven't us...