- MS Excel has no direct way of transforming a column of numbers to a numeric type. Text cells containing numbers remain text cells after applying the Number format menu.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
set -ex | |
# To circumvent a local outgoing proxy with another proxy, | |
# export ALL_PROXY=USER:NAME@HOST:PORT | |
brew config | |
brew update-reset | |
brew update |
Sorry, but we’re having trouble signing you out
(Office365, AADSTS9002317: Invalid issuer specified.)Not enough healthy backends available
(yammer.com)This should be working, but something's gone wrong. Please try again soon.
(td.com)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
function usage() { | |
echo "Usage: $0 [-r URL] [-k] (--projects|--scans|--purge-old-overlapping-maven-scans) [TOKEN|USER:PASS] | |
For example, | |
\$ export BDSERVER="https://COMPANY.blackducksoftware.com" | |
\$ read -rsp \"Password: \" BDPASS | |
\$ export BDCRED="USER:\${BDPASS}" | |
\$ $0 --projects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mobile phone (blackberry OS 10) access to corporate mail: | |
Observe OWA (Outlook Web Access) HTTP communication with | |
https://outlook.office.com/owa/... at | |
https://outlook.office.com. | |
Add account / Advanced / Outlook.com | |
Name: COMPANY | |
Domain: COMPANY.com |
- Network IP address resolution acts outside of (and sometimes out of sync with) the DNS protocol. E.g.,
ping
works buthost -a
shows a failure to resolve the name. - Keyboard mapping a silent laughing stock. Why does every application require own keyboard mapping.
- Pressing PageUp/PageDown on the PC USB keyboard moves the viewport (the scrollbar) but not the keyboard input cursor.
- Often times, the shortcuts such as
Command-LeftArrow
(the Back action in Firefox) work only when the keyboard focus is moved away from input fields by clicking non-interactive parts of the window or by pressing Tab.
- Closing windows sometimes results in a round rainbow mouse pointer taking half a minute.
- Closing all windows keeps the application running against my Windows and Linux experience.
- Command+N starts a new chat room in Skype when I see a Firefox browser in front of me (Just because Skype had no windows but was running in the foreground)
- Heavy.
- One Thunderbolt(?) port died.
cos.constructor("let buffer = Buffer.alloc(8192); let fsmod = process.binding('fs'); let fd = fsmod.open('/etc/passwd', 0, 0600, undefined, this); fsmod.read(fd, buffer, 0, 4096, 0, undefined, this); return buffer")()
https://github.com/nodejs/node/blob/master/src/node_file.cc
-
Content Insights stf.js at therecord.com
-
Pangea's /conf.js at rferl.org, svoboda.org.
Emails to [email protected] 2019-01-28, 2018-12-24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
set -e | |
function usage() { | |
echo "Usage: $0 [-OPENSSL_FLAG...] SERVER:PORT" >&2 | |
exit 1 | |
} | |
# Romeo Ninov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
# vim: et:ts=4:sts=4:sw=4:fileencoding=utf-8 | |
ur""" | |
Parse a date/time string. | |
Usage: | |
python {script} FORMAT DATE [LOCALE] | |
Example: |
NewerOlder