Skip to content

Instantly share code, notes, and snippets.

View ktsosno's full-sized avatar

Kyle ktsosno

View GitHub Profile
# Rig Instructions
On every rig connect it to a monitor and open up the terminal.
Type: `cd ~/.ssh` to navigate to the SSH directory
Type: `ls -l` to list the files
Type: `rm authorized_keys` if you see that file listed
Type: `vim authorized_keys`
Once the editor is open, hit `i`
Ctrl+v this key:
@keyframes plyr-progress {
to {
background-position: 25px 0;
}
}
@keyframes plyr-popup {
0% {
opacity: .5;
transform: translateY(10px);
Create a new public repository in your personal GitHub account and build a React version of the Minesweeper game. If you have the time, deploy this project to a publicly accessible service such as Heroku or Netlify.
Re-create this application in ReactJS: https://agile-wildwood-75828.herokuapp.com/
- It can be styled and themed however you like, as long as it preserves the core gameplay
- Make sure to include a timer at the top to track the length of the game
- Focus on correctly placing the mines and numbering the squares adjacent to the mines
- Properly numbering edge blocks for the number of adjacent mines
- The easy, medium and hard functionality is a bonus as it increases the difficulty ratio
- Displaying the winning and losing states
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to github.com [192.30.255.112] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /home/distelli/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/distelli/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory

Keybase proof

I hereby claim:

  • I am ktsosno on github.
  • I am kylekyle (https://keybase.io/kylekyle) on keybase.
  • I have a public key ASCFSW2wDcmOKHwTF0HBAuIgrR3KayF5WwOkk7J4r1R6mwo

To claim this, I am signing this object:

+2 girls 1 cup
+acrotomophilia
+alabama hot pocket
+alaskan pipeline
+anal
+anilingus
+anus
+apeshit
+arsehole
+ass
'use strict';
var app = angular.module('myApp', []);
app.controller('myCtrl', function($scope){
$scope.logResult = function(){
console.log($scope.input);
}
html:
<input ng-keyup="$event.keyCode == 13 ? log() : null" type="text" name="logData"/>
app.controller('PlayerBarController', ['$scope', 'SongPlayer', 'ConsoleLogger', function($scope, SongPlayer, ConsoleLogger) {
$scope.songPlayer = SongPlayer;
$scope.log = function(){
console.log($scope.logData);
}
{
"author": "Bloc",
"name": "bloc-rdio-skeleton",
"description": "Starter skeleton for Bloc's Rdio project.",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/Bloc/bloc-jamz-checkpoint-outline"
},
basic html branch:
git merge --squash basic_html
git commit -a -m "hey"
git pull --rebase