Skip to content

Instantly share code, notes, and snippets.

View lifenstein's full-sized avatar

Ashley Wilson lifenstein

View GitHub Profile
@lifenstein
lifenstein / Chocolatey CCleaner installer output.txt
Last active August 12, 2016 07:31
Chocolatey CCleaner installer output
C:\Windows\system32>cinst ccleaner -yr -debug -verbose
Chocolatey is running on Windows v 10.0.14393.0
Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
Command line: "C:\ProgramData\chocolatey\choco.exe" install ccleaner -yr -debug -verbose
Received arguments: install ccleaner -yr -debug -verbose
RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
Sending message 'PreRunMessage' out if there are subscribers...
[Pending] Removing all pending packages that should not be considered installed...
The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type
@lifenstein
lifenstein / css-grid-columns-test.html
Last active August 27, 2017 02:52
CSS-only responsive grid and masonry layout without any framework. Would be great to get some cross-browser, cross-OS, cross-device test results... Notes: 1. There's a search box that is displayed only on non-MS browsers, that doesn't affect the rest, so please ignore. 2. The JS is only used for generating randomised content for testing, not nee…
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS Grids and columns</title>
<!--<link rel="icon" href="favicon.ico" />-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--<link rel="stylesheet" href="style.css" />-->
<style>
.sr-only {
@lifenstein
lifenstein / review-checklist.md
Last active May 30, 2019 02:11 — forked from barakplasma/review-checklist.md
Front-end Code Review Checklist

Review checklist

General

  1. Does the code work?
  2. Description of the project status is included.
  3. Code is easy to understand.
  4. Code is written following the relevant coding standards/guidelines (React in our case).
  5. Code is in sync with existing code patterns/technologies.
  6. DRY. Is the same code duplicated anywhere?
@lifenstein
lifenstein / oh-my-posh-lifenstein.omp.json
Last active December 13, 2021 12:57
OhMyPosh Theme with Execution time, Exit result, Admin status, Path, Git Status
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"osc99": false,
"console_title": false,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [