Public Notes
on
histre
use as a reference, as can be used
#$afma-v #%stack_overflow #bookmarked_on_site #youtube #dev #code #shell #pub
Show More
Is this the best way to unescape unicode escape sequences in Ruby? - Stack Overflow
stackoverflow.com
#ruby #dev #$AFMA_umbrella #%stack_overflow #bookmarked_on_site #code #pub
Show More
Ruby url encoding string - Stack Overflow
stackoverflow.com
#dev #ruby #$AFMA_umbrella #code #%stack_overflow #bookmarked_on_site #pub
Show More
jQuery-ified Rails Flash Notice | Archonic
archonic.com
#dev #javascript #Jquery #rails #ruby #tips #references #code #$AFMA_umbrella #pub
Show More
Begin, Rescue and Ensure in Ruby? - Stack Overflow
stackoverflow.com
#$AFMA_umbrella #dev #!TO_TAG_a_bit #basics #code #site_analyzer #$AFMA #pub
Show More
#site_analyzer #code #basics #$AFMA #tech_stacks #pub
Show More
AliasIO/Wappalyzer: Cross-platform utility that uncovers the technologies used on websites.
github.com
#code #site_analyzer #$AFMA #tech_stacks #$afma-v #open_source #%on_github #pub
Show More
Drivers · AliasIO/Wappalyzer Wiki
github.com
#code #site_analyzer #$AFMA #tech_stacks #$afma-v #open_source #%on_github #%wiki #documentation #references #pub
Show More
Specification · AliasIO/Wappalyzer Wiki
github.com
#code #site_analyzer #$AFMA #tech_stacks #$afma-v #open_source #%on_github #%wiki #documentation #references #pub
Show More
#code #site_analyzer #$AFMA #tech_stacks #$afma-v #open_source #%on_github #%wiki #documentation #references #lists #pub
Show More
"This is merely a port of the javascript parts of Wappalyzer extension for Firefox and Chrome. It analyzes a url and tries to guess what software it uses (like server software, CMS, framework, programming language)."
So might get rate blocked?
#code #site_analyzer #$AFMA #tech_stacks #$afma-v #open_source #%on_github #ruby #gems #pub
Show More
skroutz/wappalyzer-ruby
github.com
Not sure how this works. Guessing in a similar way?
#code #site_analyzer #$AFMA #tech_stacks #$afma-v #open_source #%on_github #%wiki #ruby #pub
Show More
#$AFMA #basics #code #site_analyzer #tech_stacks #breadcrumbs #$afma-v #in-depth #lists #pub
Show More
#$AFMA #basics #code #site_analyzer #tech_stacks #lists #in-depth #$afma-v #best_of #%on_github #pub
Show More
searchcode | source code search engine
searchcode.com
#$AFMA_umbrella #$kippt_bookmark #SaaS #dev #freemium #search_engines #unique_spin #source_code #pub
Initially bookmarked with the date I assume this has, 2012-04-13. Used to be "http://searchco.de/", then "http://searchcode.com". Latter bookmarked at some point in 2013. And now, 2015-September, this current bookmark has the url updated. Deleting other two. And adding tags. Edit: Actually, Pinboard seems to have the only one as the 2013 dated one of: 2013-06-14 -- "Try It. With Real World Examples. Helping you find real world examples of functions, API's and libraries over 90 languages across 10+ sources" "Search Source From Multiple Sources, Search Using Special Characters, Filter by Language, Filter by Repository, Filter by Source" "Search code from over 7,000,000 projects." "Search over projects from Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project and more." #APIs #crawling #copy_hm #search_engines #niches #copy_bigish #data_driven #dev #code #source_code #ideas #research #data_mining #!TO_TAG_bit_more #interesting
Initially bookmarked with the date I assume this has, 2012-04-13. Used to be "http://searchco.de/", then "http://searchcode.com". Latter bookmarked at some point in 2013. And now, 2015-September, this current bookmark has the url updated. Deleting other two. And adding tags. Edit: Actually, Pinboard seems to have the only one as the 2013 dated one of: 2013-06-14 -- "Try It. With Real World Examples. Helping you find real world examples of functions, API's and libraries over 90 languages across 10+ sources" "Search Source From Multiple Sources, Search Using Special Characters, Filter by Language, Filter by Repository, Filter by Source" "Search code from over 7,000,000 projects." "Search over projects from Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project and more." #APIs #crawling #copy_hm #search_engines #niches #copy_bigish #data_driven #dev #code #source_code #ideas #research #data_mining #!TO_TAG_bit_more #interesting
Show More
Rubberduck | Faster code reviews with code-aware navigation
www.rubberduck.io
#@to_use #startups #browser_extensions #dev #code_review #code #javascript #best_of #freemium #SaaS #pub
Show More
Login to Facebook using cURL
gist.github.com
#$AFMA #$afma-v #cli #tips #dev #code #pub
Show More
#shopify #dev #APIs #$project_2018_ecommerce #code #examples #pub
Show More
#shopify #dev #APIs #$project_2018_ecommerce #code #examples #pub
Show More
Let’s Make a Bar Chart
bost.ocks.org
#D3 #javascript #in-depth #code #best_of #data_visualization #code_examples #$project_2018_js #dev #pub
Show More
d3 legend - horizontal log scale test / Marcus Carvalho / Observable
observablehq.com
Discover insights faster and communicate more effectively with interactive notebooks for data analysis, visualization, and exploration.
#$project_2018_js #D3 #javascript #code #code_examples #data_visualization #bookmarked_on_site #dev #pub
Show More
Using d3 SVG legend @d3-svg-legend / Ashish Singh / Observable
observablehq.com
Using d3 SVG legend @d3-svg-legend The legend uses getBBox() internally to determine the height of a text label and accordingly calculates translate values and positions the legend labels. For cases when the target container does not have a layout, this mechanism fails. To overcome such scenarios, the shapePadding() property can be put into use. Define Scale type with domain/range Define Legend type Draw the SVG legend Includes
#bookmarked_on_site #D3 #javascript #code #code_examples #data_visualization #$project_2018_js #dev #pub
Show More
Introduction to D3 / UW Interactive Data Lab / Observable
observablehq.com
Super in-depth!
Adjusting legend positions horizontally Suppose , we want to draw legends using d3 From this data In most situations we have constant sized legends Which is problem if we change data Now, result looks like this But, using this snippet, we can modify group positions after it is drawn var marginLeft = 0; groups.each(function (d, i, arr) { var wrapper = d3.select(this); var bbox = wrapper.node().getBoundingClientRect(); wrapper.attr('transform', 'translate(' + marginLeft + ',15)')
#dev #bookmarked_on_site #D3 #code #data_visualization #code_examples #$project_2018_js #javascript #in-depth #best_of #pub
Show More
Collect and share the web
Get started for free