Skip to content

Instantly share code, notes, and snippets.

View Jamir-boop's full-sized avatar
🎯
Locked in

Jamir Vargas Jamir-boop

🎯
Locked in
View GitHub Profile
@KiloSwiss
KiloSwiss / Autoexec.cfg
Last active October 13, 2023 20:57
Counter-Strike Global Offensive Configs
// CS:GO autoexec.cfg by KiloSwiss - Last Update: July/31/2020
// Download from Github: https://gist.github.com/KiloSwiss/a015b0620284ce74b5ed849ec599e51e
// This config is not meant to be used "out of the box", but to look up commands, ConVars and binds and to help you create your own personalized config.
// If you look for an easier way to create your own config or want to copy pro players settings, check out this Map by crashz' and MisterIO:
// https://steamcommunity.com/workshop/filedetails/?id=1325659427
// Feel free to edit this file, share the link with your friends, copy parts of it into your own config or even make your own config based on it.
// I recommend that you use a text editor like "Notepad++" or "Sublime" to edit this file.
// https://notepad-plus-plus.org/
// https://www.sublimetext.com/
@danielquisbert
danielquisbert / Key_starUML.md
Last active July 26, 2024 21:32
Key para starUML
-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Generation Time: Jun 07, 2019 at 07:58 AM
-- Server version: 5.7.25
-- PHP Version: 7.3.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons