I hereby claim:
- I am angelmmiguel on github.
- I am angelmm (https://keybase.io/angelmm) on keybase.
- I have a public key ASBDRTwpGRe0QmZVqHN_1gV4nI0xMhhPNTMBhG2DX0kgYQo
To claim this, I am signing this object:
| diff --git a/gio/meson.build b/gio/meson.build | |
| index c75847175..6a572104b 100644 | |
| --- a/gio/meson.build | |
| +++ b/gio/meson.build | |
| @@ -18,7 +18,7 @@ gnetworking_h_conf = configuration_data() | |
| gnetworking_h_nameser_compat_include = '' | |
| -if host_system not in ['windows', 'android'] | |
| +if host_system not in ['windows', 'android', 'emscripten'] |
| [ | |
| { | |
| "backcolor": "#ffe6e6", | |
| "name": "Angel Keyboard", | |
| "author": "https://github.com/Angelmmiguel", | |
| "notes": "forked from sam96", | |
| "switchMount": "cherry", | |
| "switchBrand": "gateron", | |
| "switchType": "KS-3-Yellow", | |
| "plate": false, |
| { | |
| "name": "practica-final", | |
| "version": "1.0.0", | |
| "description": "Plantilla para la practica final del curso de React de TrainingIT", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "concurrently npm:client npm:server", | |
| "client": "webpack serve --mode development --config ./client/webpack.config.js", | |
| "server": "nodemon -w server server/index.js", | |
| "test": "jest" |
| import Modal from "./Modal"; | |
| import { useState } from "react"; | |
| import { useSelector } from "react-redux"; | |
| import { getUser, getTime } from "../selectors/connection" | |
| import store from "../store"; | |
| const ConnectionData = () => { | |
| const [showModal, setShowModal] = useState(false); | |
| // Es necesario utilizar el hook useSelector para acceder al |
| import { useState, useContext, useEffect } from "react" | |
| import { DEFAULT_STATE } from "../constants/form"; | |
| import "../styles/Form.css"; | |
| import useApi from "../hooks/useApi"; | |
| import Token from "../contexts/token"; | |
| const Register = () => { | |
| const token = useContext(Token); | |
| console.log("en Register"); | |
| const [formState, setFormState] = useState(DEFAULT_STATE); |
| version = 1 | |
| [[runtimes]] | |
| name = "ruby" | |
| version = "3.2.0+20230215-1" | |
| tags = [ "latest", "3.2", "3.2.0" ] | |
| status = "active" | |
| args = [ "--", "/src/index.rb" ] | |
| binary = { url = "https://github.com/vmware-labs/webassembly-language-runtimes/releases/download/ruby%2F3.2.0%2B20230215-1349da9/ruby-3.2.0.wasm", filename = "ruby.wasm", checksum = { type = "sha256", value = "abe348fba157a756f86194be445c77c99e8ed64ca76495ea07ed984f09eb66ae" } } | |
| extensions = [ "rb" ] |
| version = 1 | |
| [[runtimes]] | |
| name = "ruby" | |
| version = "3.2.0+20230215" | |
| tags = [ "latest", "3.2", "3.2.0" ] | |
| status = "active" | |
| args = [ "--", "/src/index.rb" ] | |
| binary = { url = "https://github.com/vmware-labs/webassembly-language-runtimes/releases/download/ruby%2F3.2.0%2B20230215-1349da9/ruby-3.2.0.wasm", filename = "ruby.wasm", checksum = { type = "sha256", value = "abe348fba157a756f86194be445c77c99e8ed64ca76495ea07ed984f09eb66ae" } } | |
| extensions = [ "rb" ] |
| google-chrome \ | |
| --headless \ | |
| --disable-gpu \ | |
| --no-sandbox \ | |
| --enable-features=NetworkService,NetworkServiceInProcess \ | |
| --window-size=1200,860 \ | |
| --blink-settings=imagesEnabled=false \ | |
| --screenshot \ | |
| https://google.com |
I hereby claim:
To claim this, I am signing this object:
| server { | |
| # ... | |
| location / { | |
| # ... | |
| # Stop SPAM Referrers | |
| if ($http_referer ~* (Free-Traffic|babes|click|diamond|forsale|girl|jewelry|love|nudit|poker|porn|poweroversoftware|sex|teen|video|webcam|zippo|social-buttons|simple-share-buttons|free-share-buttons)){ | |
| return 403; | |
| } |