Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1019986 // oshi_displayManufacturerIDs

JavaX fragment (include)

import oshi.util.EdidUtil;

static LS oshi_displayManufacturerIDs() {
  ret map(oshi_displayEDIDs(), func(byte[] edid) -> S {
    edid == null ? null : EdidUtil.getManufacturerID(edid)
  });
}

Author comment

Began life as a copy of #1019983

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019986
Snippet name: oshi_displayManufacturerIDs
Eternal ID of this version: #1019986/1
Text MD5: 41fee5beef9e47af486a5b4ce5d5a005
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-03 00:48:23
Source code size: 198 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 201 / 231
Referenced in: [show references]