I'm trying to remove the items Look Up & Share... from the UIMenuController. How would I specifically remove the two and keep my custom one. Here is what I'
if i want Hndle exception in apex by using try and finally bock without catch block how can i do that?am trying to do through dev console bt its not handling ex
I have this table: create table student ( key serial primary key, id int, type_name text, updated_by text, updated date, text_data tex
I have a lot of components which bring in styles as props. Simple stuff like: import { CSSProperties } from '@material-ui/styles/withStyles' // importing from m
I need to call a method with bundle activator instance after every bundle is started. I have five bundles. How do I get the bundle activator instance? Requireme
I'm trying to write a bash command that will sort all volumes by the amount of data they have used and tried using df | awk '{print $1 | "sort -r -k3 -n"}' Out
I am trying to build an XBee dest_addr_long (Hex address of the XBee) but I keep getting error ValueError: The data provided for 'dest_addr_long' was not 8 byte
Below code can draw donut chart as the left one in attached image, how to change the label as the right one? Thanks! library(tidyverse) pie_data <- data.fram