Click here to Skip to main content
15,867,330 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Get image extension Pin
Valentinor9-Nov-20 10:31
Valentinor9-Nov-20 10:31 
GeneralRe: Get image extension Pin
Richard Deeming9-Nov-20 21:36
mveRichard Deeming9-Nov-20 21:36 
GeneralRe: Get image extension Pin
Valentinor10-Nov-20 4:10
Valentinor10-Nov-20 4:10 
Questionfunction with OR Pin
Member 1497891029-Oct-20 9:30
Member 1497891029-Oct-20 9:30 
AnswerRe: function with OR Pin
Richard MacCutchan29-Oct-20 10:41
mveRichard MacCutchan29-Oct-20 10:41 
SuggestionJSMAN - JavaScript Map alternative notation Pin
Member 1497706227-Oct-20 17:35
Member 1497706227-Oct-20 17:35 
GeneralRe: JSMAN - JavaScript Map alternative notation Pin
Sandeep Mewara27-Oct-20 19:34
mveSandeep Mewara27-Oct-20 19:34 
Questionfind low distance from two matrices Pin
costy3527-Oct-20 6:57
costy3527-Oct-20 6:57 
This alghoritm i want to use to create shape for cnc foam cutter ... so a one line need to pass all countour paths

for example:

i have 4 path with x,y points coordonates

path1=[[5,3][3,2][8,9][8,8][7,3]]

path2=[[1,9][8,4][3,6]]

path3=[[8,3][4,7][1,2][2,7][4,2][7,5]]

path4=[[4,3][1,7][9,7][8,0]]

Alghoritm need to find in primis a most low value apropriate to 0 in this case [1,2] that is in path3 point 3

After find this point...compare all points of path3 with points of all paths and find most appropiate value ... in this case [8,4] from path2 that is closest to [8,2] from path3

after find most apropiate value ...join the path3 with path 2 in pointers find

result_path=[[0,0]->[1,2][2,7][4,2][7,5]->[8,3]->[8,4][3,6]->[1,9]->[4,7]]

And after join path2 with path3 in this mode ... compare all points of result_path with points of remainder paths (path1,path4) ... and insert path find in result_path in same mode

I dont know how explain better!

GeneralRe: find low distance from two matrices Pin
Richard MacCutchan27-Oct-20 7:14
mveRichard MacCutchan27-Oct-20 7:14 
GeneralRe: find low distance from two matrices Pin
costy3527-Oct-20 11:18
costy3527-Oct-20 11:18 
GeneralRe: find low distance from two matrices Pin
Richard MacCutchan27-Oct-20 21:49
mveRichard MacCutchan27-Oct-20 21:49 
QuestionConverting image file format Pin
Valentinor26-Oct-20 23:40
Valentinor26-Oct-20 23:40 
QuestionGoogle Map API & JavaScript Issue (Snowload Calculator) Working Model for easier troubleshooting Pin
Member 1497471825-Oct-20 4:31
Member 1497471825-Oct-20 4:31 
QuestionXML NodeList Java object showing null in Nashorn Javascript Pin
shampoo7224-Oct-20 9:40
shampoo7224-Oct-20 9:40 
AnswerRe: XML NodeList Java object showing null in Nashorn Javascript Pin
Richard MacCutchan24-Oct-20 21:59
mveRichard MacCutchan24-Oct-20 21:59 
GeneralRe: XML NodeList Java object showing null in Nashorn Javascript Pin
shampoo7225-Oct-20 6:04
shampoo7225-Oct-20 6:04 
GeneralRe: XML NodeList Java object showing null in Nashorn Javascript Pin
Richard MacCutchan25-Oct-20 6:14
mveRichard MacCutchan25-Oct-20 6:14 
AnswerRe: XML NodeList Java object showing null in Nashorn Javascript Pin
shampoo7225-Oct-20 16:36
shampoo7225-Oct-20 16:36 
QuestionGetting a video webm from client to server Pin
Rayj201023-Oct-20 9:58
Rayj201023-Oct-20 9:58 
Questionimport declarations may only appear at top level of a module Pin
jkirkerx19-Oct-20 9:38
professionaljkirkerx19-Oct-20 9:38 
AnswerRe: import declarations may only appear at top level of a module Pin
jkirkerx19-Oct-20 10:16
professionaljkirkerx19-Oct-20 10:16 
QuestionGetting a textbox in another frame Pin
jkirkerx18-Oct-20 12:18
professionaljkirkerx18-Oct-20 12:18 
Answer[abandon] the idea Pin
jkirkerx19-Oct-20 9:29
professionaljkirkerx19-Oct-20 9:29 
AnswerRe: Getting a textbox in another frame Pin
DerekT-P19-Oct-20 9:46
professionalDerekT-P19-Oct-20 9:46 
GeneralRe: Getting a textbox in another frame Pin
jkirkerx19-Oct-20 10:12
professionaljkirkerx19-Oct-20 10:12 

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.