Skip to content

Instantly share code, notes, and snippets.

View cidevant's full-sized avatar

Cidevant Von Goethe cidevant

View GitHub Profile
@cidevant
cidevant / cloud.mail.ru-webdav-ubuntu-20.04.md
Last active February 9, 2024 18:39 — forked from starlinq/cloud.mail.ru-webdav-ubuntu-20.04.md
WebDAV connection to cloud.mail.ru (Ubuntu 22.04)
@cidevant
cidevant / NanguView.js
Created November 11, 2020 01:50
NanguView
<NanguView>
</NanguView>
@cidevant
cidevant / SubilmeText2Scopes
Last active August 29, 2015 14:06 — forked from iambibhas/scopes.txt
Sublime Text 2 Scopes
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
CoffeeScript: source.coffee
CSS: source.css
D: source.d
@cidevant
cidevant / README.md
Last active August 29, 2015 14:06
WORKING: Installing DVORAK-QWERTY support for Atom.io

Step 1

@cidevant ~/Code/JavaScript/Atom.io $ git clone https://github.com/donmccurdy/atom-keymap

Cloning into 'atom-keymap'...
remote: Counting objects: 1070, done.
remote: Compressing objects: 100% (344/344), done.
remote: Total 1070 (delta 715), reused 1070 (delta 715)
Receiving objects: 100% (1070/1070), 138.53 KiB | 0 bytes/s, done.
@cidevant
cidevant / HaskellStyleGuide.md
Last active October 26, 2016 21:46
Haskell Style Guide

Haskell Style Guide

This is a short document describing the preferred coding style for this project. I've tried to cover the major areas of formatting and naming. When something isn't covered by this guide you should stay consistent with the code in the other modules.

Formatting