A Pen by Cristiano Alexandre de Faria on CodePen.
Background: A Google search led me to the source code (on GitHub) for ng_model.ts#L124 wherein it looked like the documentation was Javadoc, but with Markdown syntax.
...
* ### Setting the ngModel name attribute through options
*
* The following example shows you an alternate way to set the name attribute. The name attribute is used
* within a custom form component, and the name `@Input` property serves a different purpose.
*
* ```htmlFor loading GC Games with USBLoaderGX via DiosMios/Nintendont, format your usb drive's primary partition as FAT32 with 32KB clusters (also known as blocks). This increases performance by reducing the NUMBER of transactions required to perform a read/write operation at the expense of the (very negligible) LENGTH of time to complete a transaction; since it's reading more data per transaction.
I'm not certain, since I can't find a GameCube disk specification, but I don't think the 32KB cluster size is an attempt to imitate the on-disk storage format of retail GameCube discs; which may or may not be 32KB. Retail Wii discs however, actually DO use 32KB clusters. As far as I can tell, 32KB is simply the highest density of bytes per cluster that is supported by FAT32 and of course, by extension, Wii homebrew storage libraries.
If you're concerned about storage efficiency
| " vim:fdm=marker | |
| " Editor basics {{{ | |
| " Behave like Vim instead of Vi | |
| set nocompatible | |
| " Show a status line | |
| set laststatus=2 | |
| " Show the current cursor position |
| <script type="text/javascript"> | |
| PrimeFaces.locales['pt'] = { | |
| closeText: 'Fechar', | |
| prevText: 'Anterior', | |
| nextText: 'Próximo', | |
| currentText: 'Começo', | |
| monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho','Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], | |
| monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 'Jul','Ago','Set','Out','Nov','Dez'], | |
| dayNames: ['Domingo','Segunda','Terça','Quarta','Quinta','Sexta','Sábado'], | |
| dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], |
| import java.awt.BorderLayout; | |
| import java.awt.Canvas; | |
| import java.awt.Dimension; | |
| import javax.swing.JFrame; | |
| import javax.swing.JPanel; | |
| import org.eclipse.swt.SWT; | |
| import org.eclipse.swt.awt.SWT_AWT; | |
| import org.eclipse.swt.browser.Browser; |
| import com.sun.javafx.application.PlatformImpl; | |
| import java.awt.BorderLayout; | |
| import java.awt.Dimension; | |
| import java.awt.event.ActionEvent; | |
| import java.awt.event.ActionListener; | |
| import javafx.application.Platform; | |
| import javafx.collections.ObservableList; | |
| import javafx.embed.swing.JFXPanel; | |
| import javafx.scene.Group; | |
| import javafx.scene.Node; |
| import java.util.HashMap; | |
| import spark.Filter; | |
| import spark.Request; | |
| import spark.Response; | |
| import spark.Spark; | |
| /** | |
| * Really simple helper for enabling CORS in a spark application; | |
| */ | |
| public final class CorsFilter { |