theme: onecraft
title: Welcome to Slidev info: |
Presentation slides for developers.
Learn more at Sli.dev
| jQuery.getJSON( | |
| 'https://connect.garmin.com/modern/proxy/web-gateway/course/owner/?_=1662219617626', | |
| function(act_list) | |
| { | |
| var t=0; | |
| console.log(act_list); | |
| act_list.coursesForUser.forEach( | |
| function(course) { | |
| setTimeout(function() { | |
| console.dir(course['courseId']); |
| const libs = Object.keys(require('module')._cache); | |
| const filteredItems = libs.filter(item => { | |
| return item.includes('aLibName'); | |
| }); | |
| console.log(filteredItems); |
| 1) Download cntlm deb package from http://sourceforge.net/projects/cntlm/files/cntlm/ | |
| 2) Login as root | |
| 3) Run command: | |
| $ dpkg -i cntlm*.deb | |
| 4a) Obtain password hash for the configuration file in step 4b (do not put plaintext password in configuration) | |
| $ cntlm -H -d <domain> -u <username> | |
| { | |
| "formatter": { | |
| "enabled": true, | |
| "formatWithErrors": false, | |
| "indentStyle": "space", | |
| "indentWidth": 2, | |
| "lineEnding": "crlf", | |
| "lineWidth": 120, | |
| "attributePosition": "auto" | |
| }, |
| classes: { | |
| NONE: {style.opacity: 0} | |
| # EMPTY: {style.fill: "#162a41"; style.stroke: "#162a41"; style.stroke-width: 0; width: 100; height: 100} | |
| EMPTY: {style.fill: "#f6f6f6"; style.stroke: "#162a41"; style.stroke-width: 0; width: 100; height: 100} | |
| ITEM: {style.fill: "white"; style.stroke: "#162a41"; style.stroke-width: 2; width: 100; height: 100} | |
| RED: {style.fill: "#d14d28"; style.stroke-width: 0} | |
| ORANGE: {style.fill: "#ed9301"; style.stroke-width: 0} | |
| YELLOW: {style.fill: "#f5df65"; style.stroke-width: 0} | |
| GREEN: {style.fill: "#2b9464"; style.stroke-width: 0} |
theme: onecraft
title: Welcome to Slidev info: |
Presentation slides for developers.
Learn more at Sli.dev