Skip to content

Instantly share code, notes, and snippets.

View adrixvoid's full-sized avatar

Adrian Lambrese adrixvoid

  • Gold Coast, Australia
  • 16:53 (UTC +10:00)
View GitHub Profile
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Allow Authorization Headers
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
#include <stdio.h>

const int cantmaxJugadas= 9;
int tateti[3][3];


//Funcion de termino juego
int ValidarFilas()
{
@adrixvoid
adrixvoid / Visual Studio Code.md
Last active May 17, 2025 04:39
Visual Studio Code - Workspace Settings
{
  "search.exclude": {
    "**/node_modules/**": true,
    "**/bower_components/**": true,
    "**/dist/**": true,
    "**/build/**": true,
    "**/coverage/**": true,
    "**/.next/**": true,
    "**/.vercel/**": true,
@adrixvoid
adrixvoid / DIFF.md
Last active December 17, 2017 02:19
GIT DIFF

Diff

git diff HEAD > diff/"fileName".diff

Diff Commited

git show HEAD > diff/"fileName".diff