Displaying 6 results from an estimated 6 matches for "resolts".
Did you mean:
resols
2006 Feb 03
3
File_column and rmagick options
Hi,
Currently I''m using the file_column plugin to upload images and save
multiple copies of each at 3 different resoltions:
file_column :name, :magick => {
:versions => { "thumb96" => "96x150>", "medium250" =>
"250x400>", "large480" => "480X640>" }
}
I am wondering if
2014 Mar 14
2
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
Hi Tim,
The global merge pass puts the GVs into a sturcture to guarantee their
address are contiguous.
It works for static GVs but for global hidden GVs, this will cause name
resoltion fail during linking .o into .so
Any thoughs?
Thanks,
Weiming
> Hi Weiming,
>
> On 12 March 2014 17:43, Weiming Zhao <weimingz at codeaurora.org> wrote:
>> Clang will emit 1 GOT entry for
2008 Oct 22
0
a question about linux/asterisk/commands
...for say
option 7
for say give me current bandwith usage information? Let me tell you
what i do now and you could give me your ideas.
First of all i have a user, mbabcock that i ssh with, I'm using the
latest of freepbx and right now how i get the status for me is typing
vnstat and getting resolts like this:
$ vnstat
Database updated: Tue Oct 21 20:55:01 2008
eth0
received: 48.46 MB (87.3%)
transmitted: 7.18 MB (12.7%)
total: 55.63 MB
rx | tx | total
-----------------------+------------+-----------
today 48.46 MB | 7....
2008 Sep 05
5
Only 1 more thing to switch to linux - Trackmania
Is there a way to make this game work under Wine, becouse it doesn't wok (TMNF) and it is one of the last things that stops me from moving to linux 100%
Well, I install it normally (double click) and everything, but when I press Start game it crashes and nothing works.
My computer:
- Up-to date Ubuntu
- Core2Quad Q6600
- ATI/AMD radeon 3870 - restricted drivers
- 4G of RAM
- I've tried
2014 Mar 12
3
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
Hi,
When Im compiling a code with fvisibility=hidden fPIC for ARM, I find
that LLVM generates less optimized code than GCC.
For example:
test.cpp:
void init(void *);
int g0[100];
int g1[100];
int g2[100];
void foo() {
init(&g0);
init(&g1);
init(&g2);
}
Clang will emit 1 GOT entry for each GV and 2 instructions to get the
address:
ldr
2009 Sep 22
14
Creating a paravirtualized guest with Xen 3.4.1 and Centos 5.3 (64bit)
Hi,
I have a set of 32bit HVM images running fine under Xen 3.2.1 and Xen 3.4.1. Due to performance issues with the fully virtualized setup, I would like to migrate one of those images to a paravirtualized image to compare the network performance. As I do not have a Xen-aware kernel for that VM, I thought the best would be to provide one from outside.
Sounds like an easy task, doesn''t