#HTML Selects
JQuery mobile http://jquerymobile.com/
Sencha touch http://www.sencha.com/products/touch/
BootStrap http://twitter.github.com/bootstrap/
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
#HTML Selects
JQuery mobile http://jquerymobile.com/
Sencha touch http://www.sencha.com/products/touch/
BootStrap http://twitter.github.com/bootstrap/
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
#HTML Select
JQuery mobile http://jquerymobile.com/
Sencha touch http://www.sencha.com/products/touch/
BootStrap http://twitter.github.com/bootstrap/
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
| /*************************************************************************/ | |
| /* You have the right to use this code or modify it for non-commercial */ | |
| /* purposes or other profitable activities. */ | |
| /*************************************************************************/ | |
| /* Author: Gerasimos Xydas ([email protected]) */ | |
| /* Date: February 2003 */ | |
| /*************************************************************************/ | |
| /* */ | |
| /* An example of how to send data to the free */ | |
| /* DEMOSTHeNES Speech Composer text-to-speech system. */ |
| { | |
| "book": | |
| [ | |
| { | |
| "id":"01", | |
| "language": "Java", | |
| "edition": "third", |
| <html> | |
| <head> | |
| <title> | |
| Creation of array object in javascript using JSON | |
| </title> |
I'm doing some research on how companies use GitHub Enterprise (or public GitHub) internally. If you can help out by answering a few questions, I'd greatly appreciate it.
| import java.util.ArrayList; | |
| import java.util.List; | |
| import android.content.Context; | |
| import android.graphics.Typeface; | |
| import android.view.LayoutInflater; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| import android.widget.ArrayAdapter; | |
| import android.widget.TextView; |
| # NeoSmart NeoGrub Bootloader Configuration File | |
| # | |
| # This is the NeoGrub menu.lst file, and should be located at x:\NST\menu.lst | |
| # (where x = your "system" partition i.e. the one containing all of the boot files) | |
| # Please see the EasyBCD Documentation for information on how to create/modify entries | |
| # http://neosmart.net/wiki/display/EBCD | |
| default 0 | |
| timeout 10 |
| <?php | |
| function listdir($dir) | |
| { | |
| if ( $handle = opendir($dir) ) | |
| { | |
| $output = array(); |