search for: formart

Displaying 4 results from an estimated 4 matches for "formart".

Did you mean: formar
2009 Jun 03
2
[Syslinux-GSoC]Successed in converting the cache code to C
...it pull' any more. While, in fact, the syslinux code is changed every day, and in some case I have to update it. so how can I do it with git push stuff to my git web while git pull stuff from syslinux git web synchronously and easily? the second is about printf. It doesn't work well in the formart string. I'll debug it now but I don't think I can fix it. After this I will change the load_config part to C, then testing it with extlinux (Just change the load_config first, after that, I will try to merge the EXT fs drive written for user space into core). so, this is the current plan....
2012 Oct 22
6
How to use tapply with more than one variables grouped
...ng alone the R language for data preparation. I found a course at MIT for data preparation that uses python but I'm using R to learning. The first exercise is the preparation of data from a database that shows the contributions made to candidates for U.S. president. The database is described in FORMART ftp://ftp.fec.gov/FEC/Presidential_Map/2012/DATA_DICTIONARIES/CONTRIBUTOR_FORMAT.txt link. I wonder how to print the table showing how many states are President Obama the top candidate (by full amount of donations received) with R language? I try using tapply method but, i dont understand how to w...
2007 Jun 03
1
observer_field - select form
...gt; <%= submit_tag ''Edit'' %> <% end %></code> In the controller: <code>def generation_form type_article = params[:type_article] if type_article == "ex" render :partial => "formex" else render :partial => "formart" end end</code> the partial _formex: <code>(formualaire exo) <p><label for="cour_content">Contenu</label><br/> <%= text_area ''cour'', ''content'' %></p></code> thanks -- Posted via http:...
2012 Nov 06
2
Fwd: barchart con abline en lattice
Perfecto! muchas gracias Carlos; la verdad que estuve un buen rato intentándolo, pero aún no comprendo la estructura de lattice, así que modificaba cosas un poco al tuntun. Tengo otra cuestión un poco más controvertida, no sé si este será el foro adecuado para proponerla o supondrá un debate innecesario.... Como os decía, acabo de iniciarme en R, y estoy explorando las opciones de visualización.