Skip to content

Instantly share code, notes, and snippets.

View silverly's full-sized avatar
💯
The luster between light and dark.

Silverly silverly

💯
The luster between light and dark.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am silverly on github.
  • I am silverly (https://keybase.io/silverly) on keybase.
  • I have a public key whose fingerprint is 9E1C 308B 3AC9 CCCD F350 5397 5142 D8C1 426C 73DE

To claim this, I am signing this object:

@silverly
silverly / csci222notes.md
Last active August 29, 2015 14:08
CSCI222 notes

#Software Engineering Development Activities

##Planning

###Idenfify Business value

  • make a system request to start the project
    • business need
    • functionality
  • expected value
@silverly
silverly / csci337notes.md
Last active August 29, 2015 14:08
CSCI337 Notes

#Organisation of Programming Languages

##What is a programming languages

  • A programming language is a notational system for describing computation in machine readable and human readable form

###Computation

  • strictly defined in a mathematical sense
  • a turing machine is the basis
@silverly
silverly / mbznam.txt
Created November 18, 2014 09:37
musicbrainz picard naming
$replace($replace($replace($replace($replace($replace($replace($replace($replace($if($eq(%albumartist%,Various Artists),AAVV/,$rreplace($replace($replace($if2(%albumartistsort%,%artistsort%),...,…),/,-),\\.\$,$noop(.))/$rreplace($replace($replace($if2(%albumartist%,%artist%),...,…),/,-),\\.\$,$noop(.)) - )$rreplace($replace(%album%,...,…),\\.\$,$noop(.))$if(%date%, [$left(%date%,4)])/$if($gt(%totaldiscs%,1),/$rreplace($replace(%album%,...,…),\\.\$,$noop(.)) \(disc %discnumber%$if(%discsubtitle%, - $rreplace($replace(%discsubtitle%,...,…),\\.\$,$noop(.)))\)/)$num(%tracknumber%,2) - $rreplace($replace($replace(%artist%,...,…),/,-),\\.\$,$noop(.)) - $replace(%title%,...,…),_,$noop(.)),?,),_, ),*,x),:, -),",'),|, ),<,[),>,])
#Setup file for ikiwiki
#Passing "ikiwiki --setup" will make ikiwiki generate wrappers and build wiki
#Run "ikiwiki --setup" when you make changes
#name of wiki
wikiname: nucleus
#email for admin
adminemail: code@silverly.pw
#Admin Users
adminuser:
@silverly
silverly / product.php
Last active August 29, 2015 14:13
Tables
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateUsersTable extends Migration
{
/**
* http://laravel.com/docs/schema
*/
/**
@silverly
silverly / Feedly.opml
Created February 3, 2015 21:54
Feedly20150204
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Dilesh subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="Products" title="Products">
<outline type="rss" text="The LastPass Blog" title="The LastPass Blog" xmlUrl="http://blog.lastpass.com/feeds/posts/default" htmlUrl="https://blog.lastpass.com"/>
<outline type="rss" text="Dota 2" title="Dota 2" xmlUrl="http://blog.dota2.com/feed/" htmlUrl="http://blog.dota2.com"/>
@silverly
silverly / runthis
Last active August 29, 2015 14:14
Laravel Commands toto
composer update
php artisan cache:clear
go create the laravel_main database
php artisan migrate
~
php artisan db:seed
[Illuminate\Database\QueryException]
@silverly
silverly / episode.txt
Created February 7, 2015 00:25
filebot configuration
{n}/ {n} {"Season ${s}"}/{n} - {s00e00} - {t}
@silverly
silverly / actualenvironmentlist
Last active August 29, 2015 14:15
List of environments that i can think of
http://en.wikipedia.org/wiki/Development_environment_(software_development_process)
Environment/Tier Name Description
Local - Developer's desktop/workstation
Development - Development server aka sandbox
Integration - CI build target, or for developer testing of side effects
Test/QA - For functional, performance testing, Quality Assurance etc.
UAT User - acceptance testing
Stage/Pre-production - Mirror of production environment
Production/Live - Serves end-users/clients