Skip to content

Instantly share code, notes, and snippets.

View gxjansen's full-sized avatar

Guido X Jansen gxjansen

View GitHub Profile
@ryanpraski
ryanpraski / google_search_console_daily.R
Last active April 27, 2021 06:49
Download Google Search Console data (formerly webmaster tools) to R using searchConsoleR package. This script downloads data for the most recent day of search console data which is 3 days ago. Tutorial describing how to automate daily Google Search Console pulls using this script: http://www.ryanpraski.com/google-search-console-api-r-guide-to-ge…
## A script to download and archive Google search console analytics (formerly webmaster tools)
##
## searchConsoleR package created by Mark Edmondson (http://markedmondson.me)
##
## This script downloads and writes data to .csv for the most recent day of search console data (3 days ago)
## load the required libraries
## (Download them with install.packages("googleAuthR") and install.packages("searchConsoleR") if necessary
library(googleAuthR)
library(searchConsoleR)
@Flyingmana
Flyingmana / meet-magento-world_backup-plan.md
Created June 5, 2017 17:31
a possible backup Plan for the Meet Magento World, in case it gets canceled

The Meet Magento World was planned as a big Online Conference with all the known best speakers from the Meet Magento conferences.

Sometimes planning big can lead to plans which fail.

But we already have a nice reserved Date(Jul 11-13, 2017), and it would be a waste to not use it.

So how can we as a Community organize such a big event in such short time ourself you may wonder. By cheating, we just plan small, very small.

@devinschumacher
devinschumacher / bulk-transfer-github-issues.md
Last active June 10, 2025 17:44
Bulk Transfer Github Issues to Another Repository
@ruvnet
ruvnet / *claude.md
Last active June 30, 2025 09:19
The Claude-SPARC Automated Development System is a comprehensive, agentic workflow for automated software development using the SPARC methodology with the Claude Code CLI

Claude-SPARC Automated Development System For Claude Code

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

The SPARC Automated Development System (claude-sparc.sh) is a comprehensive, agentic workflow for automated software development using the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion). This system leverages Claude Code's built-in tools for parallel task orchestration, comprehensive research, and Test-Driven Development.

Features