Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Browsing all 24 articles
Browse latest View live

Mel - get sel transition

float $fcfnXYZ[] = `xform -q -ws -t`; //get trans of select comp and obj ...

View Article



Mel - get current env

about -env ...

View Article

Mel - mel - interaction - prompt dialog code

{ string $text; // create a prompt dialog to request the users name string $result = `promptDialog -title "Hello Window" -message "Enter Name:" -button "OK" -button " ...

View Article

Mel - mel - interaction - 2-button dialog code

{ // create a confirm dialog with a yes and no button. Specif $response = `confirmDialog -title "Confirm" -message "Yes or No? It's your choice..." -button "Yes" -button "No ...

View Article

stsShell

stsShell

View Article


stdFileInfo

stdFileInfo

View Article

stsIsShellCheckingForUNC

stsIsShellCheckingForUNC

View Article

stsSetShellUNCCheck

stsSetShellUNCCheck

View Article


Get user location with GeoLocation API.

How to get user location with browser's GeoLocation API in CoffeeScript.

View Article


Example AJAX post request with JSON format.

An example JSON formatted POST request with AJAX in CoffeeScript.

View Article

Example polygon function with vertex computing.

The code calculates the vertexes of a polygon given the number of its sides. If sides = 3 then you will get a triangle, if sides = 5 then you will get a pentagon and so forth.

View Article

jQuery autocomplete example with CoffeeScript

jQuery UI includes an autocomplete option, which enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering. The code starts to give...

View Article

get sel transition

get sel transition

View Article


get current env

get current env

View Article

mel - interaction - prompt dialog code

mel - interaction - prompt dialog code

View Article


mel - interaction - 2-button dialog code

mel - interaction - 2-button dialog code

View Article

NERDTree best configuration.

A set of NERDTree configurations to improve VIM experience.

View Article


Omni completion menu with C-SPACE

Use VIM omnifunction to creare an omni completion menu pressing Ctrl+Space.

View Article

Remove UI controls from GVim

If you use gvim to have a better color rendering but want to disable its UI controls, put this in your .vimrc file.

View Article

my .vimrc configuration

This is my fantastic configuration for vim editor, please check the code and install missing plugin and jellybean theme.

View Article
Browsing all 24 articles
Browse latest View live




Latest Images