Advertising
advertising
related pastes to tag 'example'
- 1413079 - Embedding Example: example embedding
-
- int main(void) {
- int i;
- for(i = 0; i < 10; i++) {
- }
- exit(0);
- 1037923 - Qt 4 dynamic translation: i18n qt example dynamic translation
-
- MyWidget::MyWidget {
- createWidgets();
- retranslateInterface();
- }
- void MyWidget::createWidgets() {
- whatever = new MyCustomWidget(this);
- }
- 1024294 - Example FlatPress plugin by i_pk: by plugin example flatpress i_pk_pjers_i
-
- <?php
- /*Sample FlatPress plugin coded by i_pk_pjers_i
- *Date: May 20, 2008
- *Reason: Plugins4noobs
- *Installation: Save this file as plugin.badwords.php, make a folder called badwords in fp-plugins,
- *and copy the file over to it, go into AdminCP, plugins, and enable the plugin.
- *FlatPress Plugins are simply functions, and using add_filter to call them, then enabling them in AdminCP
- */
- 953002 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at hl2\scripts\surfaceproperties.txt if you really need it)"
- $cdmaterials "Location of VMT used for textures (like models\Makka12\BoxModel)"
- $sequence idle "Just put the name of the other SMD here (like reference)" fps 30.00
- $collisionmodel "Same as above (like reference.SMD)"
- 953000 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at hl2\scripts\surfaceproperties.txt if you really need it)"
- $cdmaterials "Location of VMT used for textures (like models\Makka12\BoxModel)"
- $sequence idle "Just put the name of the other SMD here (like reference)" fps 30.00
- $collisionmodel "Same as above (like reference.SMD)"
- {
- 952999 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at
- hl2\scripts\surfaceproperties.txt if you really need it)"
- $cdmaterials "Location of VMT used for textures (like models\Makka12\BoxModel)"
- $sequence idle "Just put the name of the other SMD here (like reference)" fps 30.00
- 952997 - Example QC: hl2 gmod model example qc mdl
-
- $cd "Location of SMDs goes here (like C:/BoxModel/SMDs/)"
- $modelname "Folder and name of compiled model go here (like Makka12/BoxModel.mdl)"
- $model "Write anything you like here" "Name of SMD in SMDs folder goes here (like
- reference.SMD)"
- $surfaceprop "What the model is made of. Like cardboard or metal. (list is at
- hl2\scripts\surfaceproperties.txt if you really need it)"
- 737680 - MMOE Nightly - Window Widget: mmoe nightly preview example
-
- var w = new Window({
- caption: 'About MMOE',
- size: [400, 200],
- contents: 'MMOE stands for Massively-Multiplayer Open-Source Engine, and is freely available '+
- 'for download as builds or source code. This is the the MMOE Web Client, which tries to emulate ' +
- 'traditional desktop-application behavior and usability, which can allow MMOE developers to create ' +
- 'exciting applications or games.',
- 737678 - MMOE Nightly - Menu Widget: mmoe nightly preview example
-
- riseOrFall.Menu.build({
- File: {
- items: {
- Disconnect: {},
- Exit: {
- onclick: function(){
- document.close();
- location.href = "about:blank";
- 737677 - MMOE Nightly - Menu Widget: mmoe nightly preview example
-
- riseOrFall.Menu.build({
- File: {
- items: {
- Disconnect: {},
- Exit: {
- onclick: function(){
- document.close();
- location.href = "about:blank";