Questions tagged [dm]

103 questions
14
votes
9 answers

SAS Display Manager commands

The SAS display manager is a comamnd line interface to the SAS system, which remains in Base SAS as a legacy facility. However the online documentation on how to use this facility is sparse at best, and google searches are less than fruitful. A…
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
6
votes
1 answer

kpartx: read error when removing mapping

I have a backup procedure that uses kpartx to read from a partitioned lvm volume. Seldomly it happens that the device cannot be unmapped. Right now when I try to remove the mapping I get the following: # kpartx -d /dev/loop7 read error, sector…
Maxxer
  • 1,038
  • 1
  • 18
  • 37
6
votes
1 answer

How to DM everyone with a bot - discord.py

Well, I'm doing a Direct Message function to DM a specific user, but I've been searching the way to do it so I can message everyone on a server, and I don't get it. I'm using discord.py 0.16.9 for reference. Here is my current…
5
votes
1 answer

submit SAS code or macro from Toolbar

Is it possible to allocate a SAS script or macro to a Toolbar button in Base SAS? ie can you 'dm' a macro or sas script?
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
5
votes
1 answer

Open source OMA DM Server besides Funambol

Are you aware of any open source implementations of an OMA DM Server besides Funambol or alternatively a library which implements OMA DM ?
eyalsh
  • 931
  • 8
  • 12
5
votes
2 answers

Difference between Direct Mapping and R2RML

I've tried to figure out what's differences between the two rdb2rdf mapping languages Direct Mapping and R2RML are. I understand that booth languages generate RDF files that stand for a virtual RDF graph - which can be accessed via SPARQL. So…
Kody
  • 1,154
  • 3
  • 14
  • 31
4
votes
1 answer

How to get Mastodon direct messages using Mastodon.py

I am trying to get direct messages from my Mastodon account using Mastodon.py. I am able to get everything on the timeline, but can't seem to return direct messages. Since direct messages are separate from the timeline (on the web interface), I am…
Rick Dearman
  • 356
  • 2
  • 12
4
votes
1 answer

Android send Twitter direct message through intent

I'm trying to open Twitter from my app and when twitter opens, to show the Direct Message window with the username info and some text (message), so the app's user only have to read the message, modify it if he wants and to tap send. I have the…
4
votes
1 answer

SAS DM 'close table'

to open a table in SAS we can use the DM "VT {tablename}" command. What is the equivalent command to CLOSE the viewtable window???
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
3
votes
5 answers

Python - DM a User Discord Bot

I'm working on a User Discord Bot in Python .If the bot owner types !DM @user then the bot will DM the user that was mentioned by the owner. @client.event async def on_message(message): if message.content.startswith('!DM'): msg = 'This…
Rubayet Python
  • 57
  • 3
  • 5
  • 7
3
votes
1 answer

How do you have a Discord bot read DMs sent to it? (discord.py)

I've come up with a way to DM people, but I want to know what they say back to the bot through DMs, as if the bot "reads" the DM, and then forwards it to some channel in a discord server of mine, or, even better, DM it to me. Here is my starting…
Value_Error
  • 53
  • 1
  • 1
  • 6
3
votes
0 answers

Can not put RSA public key on Smart Card by GPShell

I encountered problems when I tried to put the public RSA key on the Supplementary Security Domain (SSD) with the Delegate Management(DM) privs to smart card using the GPShell utility. What I do: 1) I generate a private key using the…
Roman Gr.
  • 133
  • 1
  • 9
3
votes
2 answers

SAS Command Line shortcut

Is there a shortcut in Base SAS to provide focus to the command-line / display manager bar?
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
2
votes
1 answer

Copy Multiple data frames to SQLite db in R

I have ~ 250 csv files I want to load into SQLite db. I've loaded all the csv into my global environment as data frames. I'm using the following function to copy all of them to db but get Error: df must be local dataframe or a remote…
mr_puddles
  • 97
  • 7
2
votes
0 answers

Regarding the removal of /dev/diag Interface

everyone I am currently reviewing the use of Diag Interface for SM-G988U Deveice(Android 11). However, if i check the inside of the kernel, the existing /dev/diag has been removed. We obtained an open source through the terminal manufacturer, and…
김종현
  • 31
  • 2
1
2 3 4 5 6 7