Click here to Skip to main content
15,886,963 members
Home / Discussions / Java
   

Java

 
Questionjava swing program problem Pin
Member 135535202-Dec-17 5:16
Member 135535202-Dec-17 5:16 
AnswerRe: java swing program problem Pin
Richard MacCutchan2-Dec-17 6:05
mveRichard MacCutchan2-Dec-17 6:05 
QuestionI need code source code for genetic synthesis and particle Swarm optimization in the netbeans environment to simulate cloudsim . Can anyone help me ? Pin
Member 1149240730-Nov-17 12:15
Member 1149240730-Nov-17 12:15 
AnswerRe: I need code source code for genetic synthesis and particle Swarm optimization in the netbeans environment to simulate cloudsim . Can anyone help me ? Pin
Richard MacCutchan30-Nov-17 21:13
mveRichard MacCutchan30-Nov-17 21:13 
AnswerRe: I need code source code for genetic synthesis and particle Swarm optimization in the netbeans environment to simulate cloudsim . Can anyone help me ? Pin
jschell1-Dec-17 7:59
jschell1-Dec-17 7:59 
QuestionWhat are the best methods to measure your test quality? Pin
Sealights 27-Nov-17 3:02
Sealights 27-Nov-17 3:02 
AnswerRe: What are the best methods to measure your test quality? Pin
Richard MacCutchan28-Nov-17 6:12
mveRichard MacCutchan28-Nov-17 6:12 
Questiongetting virus warning message from virustotal.com; can someone help me to understand this code Pin
Member 1353976424-Nov-17 7:15
Member 1353976424-Nov-17 7:15 
/*! HTML5 Shiv v3.6 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed */
/* Source: https://github.com/aFarkas/html5shiv */
(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}</style>";
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^<|^(?:a|b|button|code|div|fieldset|form|h1|h2|h3|h4|h5|h6|i|iframe|img|input|label|li|link|ol|option|p|param|q|script|select|span|strong|style|table|tbody|td|textarea|tfoot|th|thead|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");
var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,
b){a||(a=f);if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);

AnswerRe: getting virus warning message from virustotal.com; can someone help me to understand this code Pin
Richard Deeming28-Nov-17 2:32
mveRichard Deeming28-Nov-17 2:32 
QuestionBrand new Android Studio Install: Gradle synch failed Pin
Soujanya Naganuri24-Nov-17 1:21
professionalSoujanya Naganuri24-Nov-17 1:21 
QuestionDevelopment Platform: Thumb Drive Pin
C-P-User-321-Nov-17 3:08
C-P-User-321-Nov-17 3:08 
AnswerRe: Development Platform: Thumb Drive Pin
Jochen Arndt21-Nov-17 3:21
professionalJochen Arndt21-Nov-17 3:21 
GeneralRe: Development Platform: Thumb Drive Pin
C-P-User-321-Nov-17 4:59
C-P-User-321-Nov-17 4:59 
GeneralRe: Development Platform: Thumb Drive Pin
Richard MacCutchan21-Nov-17 5:05
mveRichard MacCutchan21-Nov-17 5:05 
GeneralRe: Development Platform: Thumb Drive Pin
Jochen Arndt21-Nov-17 5:08
professionalJochen Arndt21-Nov-17 5:08 
GeneralRe: Development Platform: Thumb Drive Pin
C-P-User-321-Nov-17 13:26
C-P-User-321-Nov-17 13:26 
AnswerRe: Development Platform: Thumb Drive Pin
Richard MacCutchan21-Nov-17 3:38
mveRichard MacCutchan21-Nov-17 3:38 
GeneralConnection to server Pin
Member 1351533210-Nov-17 22:42
Member 1351533210-Nov-17 22:42 
GeneralRe: Connection to server Pin
Richard MacCutchan11-Nov-17 0:06
mveRichard MacCutchan11-Nov-17 0:06 
GeneralRe: Connection to server Pin
Member 1351533211-Nov-17 0:14
Member 1351533211-Nov-17 0:14 
GeneralRe: Connection to server Pin
Member 1351533211-Nov-17 0:18
Member 1351533211-Nov-17 0:18 
GeneralRe: Connection to server Pin
Richard MacCutchan11-Nov-17 2:10
mveRichard MacCutchan11-Nov-17 2:10 
GeneralRe: Connection to server Pin
jschell15-Nov-17 7:48
jschell15-Nov-17 7:48 
Questionjava jee Pin
Member 135124279-Nov-17 4:14
Member 135124279-Nov-17 4:14 
AnswerRe: java jee Pin
Richard MacCutchan9-Nov-17 4:29
mveRichard MacCutchan9-Nov-17 4:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.