Skip to content

Instantly share code, notes, and snippets.

View RoyalSix's full-sized avatar

Sterling (Jay) Scott RoyalSix

  • Los Angeles, CA
View GitHub Profile
@RoyalSix
RoyalSix / renam.sh
Created December 10, 2021 18:04
Rename Files
find ./src/pages -name 'index.js' -exec bash -c 'mv $0 ${0/index/index.page}' {} \;
@RoyalSix
RoyalSix / offers.json
Last active October 20, 2021 21:57
XPS Evaluation Offers
[
{
"id": "74140554-a885-4f4c-b09e-ef4eb9462f06",
"goals": [
"debt_solution"
],
"terms": 36,
"amount": 13144,
"provider": "fdr",
"categories": [
alert('I loaded');
alert(window.document);
.slides__image {
object-fit: contain;
}
.single-option-selector {
text-transform: capitalize;
}
margin: 80px 180px;
@media only screen and (max-width:767px){
margin: 20px;
}
ol {
margin: 0;
padding: 0;
}
table td,table th {
padding: 0;
margin: 80px 180px;
@media only screen and (max-width:767px){
margin: 20px;
}
ol {
margin: 0;
padding: 0;
}
table td,table th {
padding: 0;
{"lastUpload":"2021-05-13T20:02:39.427Z","extensionVersion":"v3.4.3"}
{
"name": "hello-world-react-component-library",
"version": "0.0.6",
"license": "MIT",
"description": "A Collection of Components for Telling the World Hello.",
"homepage": "https://unfoldingword-box3.github.io/hello-world-react-component-library/",
"repository": {
"type": "git",
"url": "https://github.com/unfoldingWord-box3/hello-world-react-component-library"
},
@RoyalSix
RoyalSix / styles.css
Created October 22, 2019 01:28
Dwolla CSS
.dwolla-iav-text-box input {
font-size: 16px !important;
}
@RoyalSix
RoyalSix / 1565202505.sh
Last active August 7, 2019 18:34
Created with Copy to Gist
git reset --soft HEAD~1
git log # make sure the last commit is reverted successfully as you expect.
$ git stash
$ git log # copy the last-commi-hash
$ git revert <last-commit-hash>
$ git push origin HEAD # note, no force push is needed