This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Solved - Patch] DataTable/Lazy/Multiple selection | |
http://forum.primefaces.org/viewtopic.php?f=3&t=10388 | |
http://forum.primefaces.org/viewtopic.php?f=3&t=17078 | |
How to Inject a Bean with EJB 3.1 before the class constructor runs? | |
http://stackoverflow.com/questions/7692219/how-to-inject-a-bean-with-ejb-3-1-before-the-class-constructor-runs | |
Regarding Fields: getDeclaredFields and getFields |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
"use strict"; | |
/** | |
* ${TM_FILENAME/.js//g} | |
* ${1:The ${TM_FILENAME/.js//g} module.} | |
* @author ${2:$TM_FULLNAME} | |
*/ | |
define(["${3:jquery}"], function(${4}) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_complete_commit_on_tab": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Night Aqua.tmTheme", | |
"detect_slow_plugins": false, | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"folder_exclude_patterns": | |
[ | |
".sass-cache", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.ajax({ | |
url: "http://", | |
type: "GET", | |
dataType: "json", | |
async: true, | |
cache: true, | |
data: {}, | |
beforeSend: function(jqXHR, settings) { | |
}, | |
complete: function(jqXHR, settings) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div id="robot"> | |
<img src="http://www.iconfinder.com/ajax/download/png/?id=47303&s=128" alt=""/> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Paste the following in your ~/.bashrc or ~/.bash_profile or whichever file you prefer. If it doesn't exist, copy over the examples from /etc/skel/. | |
# Courtesy: https://wiki.archlinux.org/index.php/Color_Bash_Prompt#List_of_colors_for_prompt_and_Bash | |
txtblk='\e[0;30m' # Black - Regular | |
txtred='\e[0;31m' # Red | |
txtgrn='\e[0;32m' # Green | |
txtylw='\e[0;33m' # Yellow | |
txtblu='\e[0;34m' # Blue | |
txtpur='\e[0;35m' # Purple | |
txtcyn='\e[0;36m' # Cyan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CSS font property example | |
* docs.webplatform.org/wiki/css/properties/font | |
*/ | |
/* | |
See http://css-tricks.com/snippets/css/better-helvetica | |
and http://css-tricks.com/sans-serif | |
*/ | |
.example-one { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CSS border-top-color example | |
* http://docs.webplatform.org/wiki/css/properties/border-top-color | |
*/ | |
body { | |
margin: 0 auto; | |
width: 80%; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CSS border-top-color example | |
* http://docs.webplatform.org/wiki/css/properties/border-top-color | |
*/ | |
body { | |
margin: 0 auto; | |
width: 80%; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CSS border-bottom-color example | |
* http://docs.webplatform.org/wiki/css/properties/border-bottom-color | |
*/ | |
body { | |
margin: 0 auto; | |
width: 80%; | |
} |
OlderNewer