Skip to content

Instantly share code, notes, and snippets.

View SantiMA10's full-sized avatar
🚀

Santi SantiMA10

🚀
View GitHub Profile

Mac / Linux

curl -fsSL https://deno.land/x/install/install.sh | sh

Powershell

iwr https://deno.land/x/install/install.ps1 -useb | iex
@SantiMA10
SantiMA10 / c_cpp_properties.json
Last active January 11, 2020 19:48
.vscode/c_cpp_properties.json
{
"configurations": [
{
"name": "Mac",
"defines": ["ARDUINO=10800"],
"includePath": [
"${workspaceRoot}",
"/Users/<your-user>/Library/Arduino15/packages/esp8266/tools/**",
"/Users/<your-user>/Library/Arduino15/packages/esp8266/hardware/esp8266/2.6.2/**",
"/Users/<your-user>/Library/Arduino15/packages/arduino/tools/**",
@SantiMA10
SantiMA10 / config.yml
Created April 13, 2019 17:02
.dependabot/config.yml
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
@SantiMA10
SantiMA10 / settings.json
Created January 26, 2019 09:22
.vscode/settings.json
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#454112",
"titleBar.activeForeground": "#FBFAF0"
}
}
@SantiMA10
SantiMA10 / WwwValetDriver.php
Created January 2, 2019 08:31
Valet driver for simbiosys framework
<?php
class WwwValetDriver extends ValetDriver
{
/**
* Determine if the driver serves the request.
*
* @param string $sitePath
* @param string $siteName
* @param string $uri