Skip to content

Instantly share code, notes, and snippets.

View andreimoment's full-sized avatar

Andrei Andreev andreimoment

View GitHub Profile
@andreimoment
andreimoment / gist:59710a5b11b44c640a60083007cdd7fb
Created September 28, 2018 23:22 — forked from Aupajo/gist:4654510
List of TZInfo timezones
Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa
Africa/Algiers
Africa/Asmara
Africa/Asmera
Africa/Bamako
Africa/Bangui
Africa/Banjul
Africa/Bissau
@andreimoment
andreimoment / parse-IIS-Log.cmd
Created January 8, 2019 20:30 — forked from GuyHarwood/parse-IIS-Log.cmd
parse raw IIS logs using MS Log Parser into csv file
logparser -i:W3C -o:csv "SELECT * INTO c:\temp\results.csv FROM c:\temp\myLogFile.log"
// settings and supporting mixins for scss projects
$breakpoints: (
watch: 42mm,
phone-p: 375px,
phone-l: 630px,
tablet-p: 740px,
tablet: 900px,
tablet-l: 1023px,
mobile: 740px,
@andreimoment
andreimoment / hello.vue
Created June 23, 2020 21:42 — forked from ryenski/hello.vue
Stimulus.js + Vue.js
<template>
<div id="app">
<p>{{ message }}</p>
</div>
</template>
<script>
export default {
data: function () {
return {