Skip to content

Instantly share code, notes, and snippets.

View cmaneu's full-sized avatar

Christopher MANEU cmaneu

View GitHub Profile
choco install googlechrome
choco install adobereader
choco install firefox
choco install winrar
choco install vlc
choco install visualstudiocode
choco install office365business
@cmaneu
cmaneu / Brewfile
Last active July 31, 2017 08:23
Xamarin Mac Automated Setup
# Taps
tap 'caskroom/cask'
tap 'caskroom/fonts'
# Install ZSH
brew 'zsh'
brew 'zsh-completions'
# Install GNU core utilities (those that come with macOS are outdated)
brew 'coreutils'
@cmaneu
cmaneu / .editorconfig
Created July 27, 2017 18:29
My EditorConfig
root = true
[*.cs]
# http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_block_contents
csharp_indent_block_contents = true
# http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_braces
csharp_indent_braces = false
# http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_case_contents
@cmaneu
cmaneu / faq.md
Last active April 18, 2017 09:22
FAQ Scubabous

Questions fréquentes Scubabous

Inscription

Comment s'inscrire aux scubabous ?

Vous pouvez vous inscrire directement en ligne, sur le site des Scubabous (http://scubabous.fr).

Quels documents sont nécessaires pour l'inscription à la plongée ?

Il vous faut les documents suivantes:

  • La fiche d'inscription, remplie en ligne,
@cmaneu
cmaneu / header.txt
Created March 21, 2017 11:15
Sample code
Sample Code is provided for the purpose of illustration only and is not intended
to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED
INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a
nonexclusive, royalty-free right to use and modify the Sample Code and to
reproduce and distribute the object code form of the Sample Code, provided that.
You agree: (i) to not use Our name, logo, or trademarks to market Your software
product in which the Sample Code is embedded; (ii) to include a valid copyright
notice on Your software product in which the Sample Code is embedded; and (iii)
@cmaneu
cmaneu / AdminDeployment.xml
Created November 3, 2016 16:33
AdminDeployment.xml
<?xml version="1.0" encoding="utf-8"?>
<AdminDeploymentCustomizations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment">
<BundleCustomizations TargetDir="C:\Program Files (x86)\Microsoft Visual Studio 14.0" NoCacheOnlyMode="default" NoWeb="default" NoRefresh="default" SuppressRefreshPrompt="default" Feed="default" />
<SelectableItemCustomizations>
<SelectableItemCustomization Id="VSUV3RTMV1" Hidden="no" Selected="yes" FriendlyName="Visual Studio 2015 Update 3" />
<SelectableItemCustomization Id="MicroUpdateV3.1" Selected="yes" FriendlyName="Update for Microsoft Visual Studio 2015 (KB3165756)" />
<SelectableItemCustomization Id="WebToolsV1" Hidden="no" Selected="yes" FriendlyName="Microsoft Web Developer Tools" />
<SelectableItemCustomization Id="GitForWindowsx64V4" Hidden="no" Selected="yes" FriendlyName="Git for Windows" />
<SelectableItemCustomization Id="GitForWindowsx86V4"
@cmaneu
cmaneu / keybase.md
Last active September 30, 2016 14:32
keybase.md

Keybase proof

I hereby claim:

  • I am cmaneu on github.
  • I am cmaneu (https://keybase.io/cmaneu) on keybase.
  • I have a public key ASBVg-2YMc0DhEei3GwrSVLSfMInwci0iWh_TiAQKacAKAo

To claim this, I am signing this object:

public class Demo
{
public void DoThings()
{
int i = 2;
i++;
}
}
@cmaneu
cmaneu / MainWindow.xaml.cs
Created January 21, 2014 15:11
"Monkey testing" for Windows Phone emulator
using System;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Drawing;
using System.Windows;
using Point = System.Drawing.Point;
namespace GremlinsForWindowsPhone
@cmaneu
cmaneu / gist:714b71d743a36fbc8137
Last active August 29, 2015 14:12
Jenkins MSbuild
# Boxstarter OS options
#Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
#Enable-RemoteDesktop
#Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
# System tools
choco install sysinternals
choco install git.install
choco install git-credential-winstore
choco install poshgit