Skip to content

Instantly share code, notes, and snippets.

@raphaelsaunier
raphaelsaunier / SketchSystems.spec
Last active July 5, 2022 07:17
iOS 16 Lock Screen
iOS 16 Lock Screen
incoming phone call -> Phone Call
Sleeping
tap on screen -> Awake
Awake
press on side button -> Sleeping
swipe down from top right corner -> Control Centre
Lock Screen
swipe left -> Camera
Unauthenticated Lock Screen
@raphaelsaunier
raphaelsaunier / About Search.jpg
Created June 24, 2022 07:32 — forked from ryanlucas/About Search.jpg
Unlocking iPhone iOS 11 - WIP
About Search.jpg
@raphaelsaunier
raphaelsaunier / index.html
Last active June 26, 2017 16:11
Simple SASS + Babel + BrowserSync NPM script
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<!-- SCSS source file: src/styles.scss-->
<link rel="stylesheet" type="text/css" href="./dist/styles.css">
</head>
@raphaelsaunier
raphaelsaunier / do-debian8-locale-issues.md
Created March 3, 2016 22:33 — forked from 5car1z/do-debian8-locale-issues.md
Debian 8 DO Locale Issues Fix

#Debian 8 DO Locale Issues Fix

##Problem

"Locale problems" in both the 32-bit & 64-bit versions of Debian 8 droplets

Create a new Debian 8 droplet and login as root:

Keybase proof

I hereby claim:

  • I am raphaelsaunier on github.
  • I am raphaelsaunier (https://keybase.io/raphaelsaunier) on keybase.
  • I have a public key ASD3WkGYGuFzFLPpEM3jItV7_uBqPW4Um4b5eBHHqMOJjAo

To claim this, I am signing this object:

@raphaelsaunier
raphaelsaunier / osx-for-hackers.sh
Last active August 27, 2015 12:05 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned. Also, please don't email me about this script, my poor inbox...
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
/*
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
'use strict';
@raphaelsaunier
raphaelsaunier / curl.md
Last active August 29, 2015 14:13
developer.vimeo.com redirecting to vimeo.com

Valid response:

$ curl -I developer.vimeo.com
HTTP/1.1 200 OK
Date: Wed, 21 Jan 2015 11:35:43 GMT
Server: Apache
Expires: Tue, 20 Jan 2015 23:35:43 GMT
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
@raphaelsaunier
raphaelsaunier / bootstrap-lite.scss
Last active August 29, 2015 14:07
Fat-free Bootstrap 3
// Core variables and mixins
@import "bootstrap/variables";
@import "bootstrap/mixins";
// Reset and dependencies
@import "bootstrap/normalize";
// Core CSS
@import "bootstrap/scaffolding";
@import "bootstrap/grid";