I hereby claim:
- I am steve-ross on github.
- I am steveross (https://keybase.io/steveross) on keybase.
- I have a public key ASDCdO9SsKSFUIw15yUj3Ec_QQkkRmtaZgeHcIwlquSKuwo
To claim this, I am signing this object:
| { | |
| "Ansi 5 Color" : { | |
| "Green Component" : 0.31030611240647216, | |
| "Red Component" : 0.73992505656108598, | |
| "Blue Component" : 0.35376425577116455 | |
| }, | |
| "Working Directory" : "\/Users\/steveross", | |
| "Prompt Before Closing 2" : false, | |
| "Selected Text Color" : { | |
| "Green Component" : 0.24950546026229858, |
| const path = require('path'); | |
| const fs = require('fs'); | |
| //joining path of directory | |
| const directoryPath = path.join(process.argv[2]); | |
| //passsing directoryPath and callback function | |
| fs.readdir(directoryPath, function (err, files) { | |
| //handling error | |
| if (err) { | |
| return console.log('Unable to scan directory: ' + err); | |
| } |
| <style> | |
| .DAA-badge-link.exclude-tagline::after { | |
| display: none !important; | |
| } | |
| .DAA-badge-link.exclude-tagline .DAA-badge { | |
| margin: auto !important; | |
| padding: 0 !important; | |
| position: relative !important; |
| var toPatch = [ | |
| { sel: '[name="billingSameAsShipping"]' , click: true }, | |
| { sel: '[name="redeemableCode"]' , prop: 'placeholder', val: 'Enter Promo Code' }, | |
| { sel: '.ReactModalPortal [name="redeemableCode"]' , prop: 'placeholder', val: 'Enter Promo Code' }, | |
| ]; | |
| var matchedSubscriptionItems = []; | |
| function patchIt(patches) { | |
| var afterElementExists = function(selector, cb) { | |
| function findit() { |
I hereby claim:
To claim this, I am signing this object:
| [aws] | |
| disabled = true | |
| [package] | |
| display_private = true | |
| [env_var] | |
| variable = "NPM_PACKAGE_NAME" | |
| symbol = "🎁" |
| { | |
| "Thin Strokes" : 4, | |
| "Working Directory" : "\/Users\/steveross", | |
| "Prompt Before Closing 2" : false, | |
| "Selected Text Color" : { | |
| "Green Component" : 0.24950546026229858, | |
| "Red Component" : 0.24626246094703674, | |
| "Blue Component" : 0.25668647885322571 | |
| }, | |
| "Rows" : 25, |
| # Starship configuration file | |
| # Customized with a Gruvbox Dark theme and powerline-style segments | |
| # For more information, visit: https://starship.rs/config | |
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| [](color_orange)\ | |
| $os\ | |
| $username\ |
| #edit or create in ~/.ssh/config | |
| CanonicalizeHostname yes | |
| # e.g. eagle142.cc.georgiasouthern.edu - will be searched for in the CanonicalDomains list | |
| CanonicalDomains cc.georgiasouthern.edu georgiasouthern.edu | |
| #Banner "Dev" Server | |
| Host devbanner b390c | |
| User csdsr03 | |
| HostName eagle104 |
The PHP warning "Module 'oci8' already loaded in Unknown on line 0" occurs when the OCI8 extension (Oracle database connector) is being loaded multiple times during PHP execution.
The OCI8 extension is being loaded twice in the system configuration: