Skip to content

Instantly share code, notes, and snippets.

View rscnt's full-sized avatar
👁️‍🗨️

Raul Ascencio rscnt

👁️‍🗨️
View GitHub Profile
[ {"category": "A", "angle": 60, "radius": 30}, {"category": "B", "angle": 90, "radius": 40}, {"category": "C", "angle": 120, "radius": 50}, {"category": "D", "angle": 150, "radius": 60}, {"category": "E", "angle": 180, "radius": 70}, {"category": "F", "angle": 210, "radius": 80}, {"category": "G", "angle": 240, "radius": 90}, {"category": "H", "angle": 270, "radius": 100}, {"category": "I", "angle": 300, "radius": 110}, {"category": "J", "angle": 330, "radius": 120}]
@rscnt
rscnt / gitflow-breakdown.md
Last active January 31, 2022 15:47 — forked from JamesMGreene/gitflow-breakdown.md
A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
  git commit --allow-empty -m "Initial commit"
  git checkout -b develop main

Connect to the remote repository

Keybase proof

I hereby claim:

  • I am rscnt on github.
  • I am raulascencio (https://keybase.io/raulascencio) on keybase.
  • I have a public key ASAbPmR1nRGmBSmVzT86EKqr_SHt-0USQSTL-0v7Ow4oywo

To claim this, I am signing this object:

document.querySelectorAll('.r-nw8l94').forEach(e => { e.click(); document.querySelector('[data-testid="unretweetConfirm"]').click() })
@rscnt
rscnt / keybase.md
Created July 23, 2017 17:00
free ads?

Keybase proof

I hereby claim:

  • I am rscnt on github.
  • I am rscnt (https://keybase.io/rscnt) on keybase.
  • I have a public key whose fingerprint is AA04 DC1F 224F 00FB C5B6 349B 8F50 3D2E D88D 6C61

To claim this, I am signing this object:

@rscnt
rscnt / introrx.md
Created November 15, 2016 22:32 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
var GlobalOptions = {
calloutSecondsInterval: 'global.calloutSecondsInterval'
}, GlobalOptionsDefaults = {
- [GlobalOptions.calloutSecondsInterval]: 60
+ 'global.calloutSecondsInterval': 60
};
@rscnt
rscnt / .Xdefaults
Created March 15, 2016 15:14 — forked from msimpson/.Xdefaults
Darken
urxvt.termName: rxvt
urxvt.loginShell: true
urxvt*urlLauncher: /usr/bin/chromium
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*font: xft:DejaVu Sans Mono:pixelsize=10
urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=10
urxvt.scrollBar: false
urxvt.saveLines: 65535
urxvt.secondaryScroll: true
@rscnt
rscnt / arXiv popularity scoring.ipynb
Last active September 6, 2015 21:34 — forked from nebw/arXiv popularity scoring.ipynb
Popularity scoring for arXiv publications
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.