Skip to content

Instantly share code, notes, and snippets.

View kawaiidesune's full-sized avatar

Véronique Bellamy kawaiidesune

View GitHub Profile
[options]
edgescrolling = 1
winterenabled = 1
videocapturesound = 0
agingstagelengthyoungadult = 225
agingstagelengthdogelder = 150

Keybase proof

I hereby claim:

  • I am kawaiidesune on github.
  • I am vbellamy (https://keybase.io/vbellamy) on keybase.
  • I have a public key ASALbtJoHQok2gp1UnydG9wZ_WuQsBikh6Q9OX_mz9Yabwo

To claim this, I am signing this object:

@kawaiidesune
kawaiidesune / privacy.md
Created February 26, 2019 07:54
Elysium Studios' privacy policy, in Markdown.

Privacy Policy

Elysium Studios is committed to protecting our customer's privacy, and we will endeavour to collect as little data as necessary from our end users. When we do collect data, we will endeavour to be as transparent as possible concerning why and your rights in regards to the collection. That is our privacy policy in a nutshell.

Who We Are

We are Elysium Studios Cooperative, P.B.C. (d/b/a Elysium Studios and Elysium Games). Our principal web address is https://elysium.coop.

What personal data we collect and why we collect it

Name and E-mail

When you express interest in a game we're working on or have published, or you subscribe to our newsletter, we ask for your first name and your e-mail address. We also collect your name and e-mail through contact forms, though we use end-to-end encrypted e-mail accounts in order to ensure the e-mail you send us isn't easily hacked and/or decrypted.

@kawaiidesune
kawaiidesune / README - List Of Fields.txt
Created May 11, 2017 05:39
List of fields in Delicious Library.app
actorsCompositeString
amazonLastLookupDate
amazonLastPricesLookupDate
amazonLastSynopsesLookupDate
amazonProductGroup
asin
associatedURL
audienceRecommendedAgeSingularString
boxHeightInInches
boxLengthInInches
@kawaiidesune
kawaiidesune / getnoticed-content-page.php
Created March 18, 2017 20:09
A bit of code in the GetNoticed Theme which may be a pain to translate at a later date. The hard-coded link to "/speaking" may need some fine tuning.
<?php if ( strpos( $filter, 'speaking' ) !== false ): ?>
<p class="post-meta">
<a href="/speaking"><?php _e('&larr; Return to my speaking page','getnoticed'); ?></a>
</p>
<?php endif; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Hello world</title>
<!-- Bootstrap -->
@kawaiidesune
kawaiidesune / .bash_profile
Last active May 23, 2016 01:41
My personal .bash_profile.
#------------------------------------------------------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Table of Contents:
# 0. Credits & References
# 1. Environment Configuration
# 1.1 Git Branch (currently inactive)
# 1.2 Change the appearance of the command prompt
# 1.3 Set PATHs