Skip to content

Instantly share code, notes, and snippets.

View cmaneu's full-sized avatar

Christopher MANEU cmaneu

View GitHub Profile
@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 / 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 / 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 / chocoSetup.ps1
Last active October 5, 2018 01:33
MSFT Setup machine
# base machine tools
choco install -y firacode
choco install -y vlc
choco install -y googlechrome
choco install -y izarc
choco install -y adobereader
choco install -y keepass.install
# admin tools
choco install -y sysinternals
@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"
public class Demo
{
public void DoThings()
{
int i = 2;
i++;
}
}
@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:

@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
@cmaneu
cmaneu / lumiaPhonesResolution.md
Last active August 29, 2015 14:11
Lumia Phones - devices per resolution

WVGA (480 × 800)

  • Lumia 520 - 4"

HD 720p (1280 x 720)

  • Lumia 830 - 5"
  • Lumia 735 - 4,7"
  • Lumia 1320 - 6"

qHD (960 x 540)

@cmaneu
cmaneu / gist:102318f21b9710c9a8ce
Last active August 29, 2015 14:11
Jenkins Windows CI Server setup
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install git
choco install git.install
choco install poshgit
choco install jenkins