search for: akita

Displaying 6 results from an estimated 6 matches for "akita".

Did you mean: akira
2010 Jan 15
1
Remove part of string in colname and calculate mean for columns groups
...ove a part of the column names in a matrix? I would like to remove the "_ACCX" or "_NAX" part below. Is there a method where the "_" as well as all characters after i can be removed? > dim(exprdata) [1] 88 512 > > colnames(exprdata[,c(1:20)]) [1] "Akita_ACC1" "Akita_ACC2" "Akita_ACC3" "Akita_ACC4" "Alc.0_ACC1" "Alc.0_ACC2" "Alc.0_ACC3" [8] "Alc.0_ACC4" "Alc.0_ACC5" "Bl.1_ACC1" "Bl.1_ACC2" "Bl.1_ACC3" "Bl.1_ACC4" "B...
2006 Jun 17
1
Vamos fazer o lançamento do livro? (Brazil)
...dade, criei esta enquete (http://balanceonrails.blogspot.com/2006/06/vamos-fazer-o-lanamento-do-livro.html). Gostaria que voc?s divulgassem este blog o m?ximo poss?vel para todos os conhecidos, amigos, chefes, outras comunidades como as de Linux, Java. Espalhem a palavra! -- []''s Fabio Akita, PMP Systems Engineer Balance Consulting www.balanceonrails.com.br -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060617/739c9a7c/attachment.html
2009 Dec 10
2
How to customize the default scaffold?
...around to tweaking) each time I generate a new scaffold: 1) Change the layout from blah.html.erb to application.html.erb, and delete blah.html.erb (errr, well, I copy the first one over, change the heading, and then delete it.) 2) Change the new and edit templates to render a common partial (a la Akita on Rails'' excellent article http://akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial) I suppose I could write my own scaffold generator (copying most of it from the existing scaffold generator). Or I could modify the existing scaffold generator to allow for user...
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...IRQ51 > [ 1.500434] kvm [1]: timer IRQ19 > [ 1.500462] kvm [1]: Hyp mode initialized successfully > root@cubietruck:~# uname -a > Linux cubietruck 4.3.0-1-armmp-lpae #1 SMP Debian 4.3.5-1 (2016-02-06) > armv7l GNU/Linux > root@cubietruck:~# qemu-system-arm -machine help > akita Sharp SL-C1000 (Akita) PDA (PXA270) > borzoi Sharp SL-C3100 (Borzoi) PDA (PXA270) > canon-a1100 Canon PowerShot A1100 IS > cheetah Palm Tungsten|E aka. Cheetah PDA (OMAP310) > collie Sharp SL-5500 (Collie) PDA (SA-1110) &g...
2006 Nov 25
5
Mongrel 0.3.17 PR -- Big Work Day, 1.0 RC1 Very Close
...l.rubyforge.org/books.html And there''s now an Atom feed at http://mongrel.rubyforge.org/feed.atom which you can subscribe to and get notified of updates to *any* pages. Let me know how this works out. BOOKS You''ll notice the books page mentions my book, as well as one by Fabio Akita, but I want to mention any books that mention Mongrel as well. The more information about Mongrel there is the better. If you''ve got a book that available for purchase then let me know and I''ll put it on the site promptly. LINKS News: http://mongrel.rubyforge.org/news.html At...
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...lename = args->kernel_filename; + const char *kernel_cmdline = args->kernel_cmdline; + const char *initrd_filename = args->initrd_filename; spitz_common_init(ram_size, kernel_filename, kernel_cmdline, initrd_filename, cpu_model, borzoi, 0x33f); } -static void akita_init(ram_addr_t ram_size, - const char *boot_device, - const char *kernel_filename, const char *kernel_cmdline, - const char *initrd_filename, const char *cpu_model) +static void akita_init(QEMUMachineInitArgs *args) { + ram_addr_t ram_size = args-&g...