I hereby claim:
- I am ctborg on github.
- I am ctborg (https://keybase.io/ctborg) on keybase.
- I have a public key whose fingerprint is 2EEA BB2A D2E2 B649 A32B 99C7 26CF 1AAB 5098 526D
To claim this, I am signing this object:
| .arrow_box { | |
| position: relative; | |
| background: #88b7d5; | |
| border: 4px solid #c2e1f5; | |
| width: 30%; | |
| margin: 40px auto; | |
| text-align: center; | |
| } | |
| .arrow_box:after, .arrow_box:before { | |
| bottom: 100%; |
| .checkered { | |
| background-image: | |
| -webkit-gradient( | |
| linear, 0 0, 100% 100%, | |
| color-stop(.25, #eee), | |
| color-stop(.25, transparent), to(transparent)), | |
| -webkit-gradient( | |
| linear, 0 100%, 100% 0, | |
| color-stop(.25, #eee), |
| #Model | |
| @user.should have(1).error_on(:username) # Checks whether there is an error in username | |
| @user.errors[:username].should include("can't be blank") # check for the error message | |
| #Rendering | |
| response.should render_template(:index) | |
| #Redirecting | |
| response.should redirect_to(movies_path) |
| // ==UserScript== | |
| // @name Auto-fill captcha | |
| // @version 0.1.1 | |
| // @description Auto-fills the captcha and auto-starts download | |
| // @copyright 2009 Shaun Friedle | |
| // @license GPL version 3; http://www.gnu.org/copyleft/gpl.html | |
| // | |
| // ==/UserScript== | |
| function Block() |
| <!DOCTYPE html> | |
| <html ng-app="FormSync"> | |
| <head> | |
| <title>GoAngular Form Synchronization</title> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script> | |
| <script src="https://cdn.goinstant.net/v1/platform.min.js"></script> | |
| <script src="https://cdn.goinstant.net/integrations/goangular/latest/goangular.min.js"></script> | |
| <script> | |
| // Create our AngularJS application module & require the goinstant module | |
| var app = angular.module('FormSync', ['goinstant']); |
| register/#/validate-email?token=f10f3e9ce96b0b554e157694b5f1749d&username=16048891980 |
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <EventGhost Version="1544" Guid="{82508F58-8549-4C7E-91DE-56135A1FB77F}" Time="1326646344.61"> | |
| <Autostart Name="Autostart" Expanded="True"> | |
| <Plugin Identifier="HIDPS3" Guid="PS3" File="PS3"> | |
| gAIoWAAAAABxAIiJiImJRwAAAAAAAAAARwAAAAAAAAAAR0AUAAAAAAAAR0BOAAAAAAAAiVV8XFw/XGhpZCN7MDAwMDExMjQtMDAwMC0xMDAwLTgwMDAtMDA4MDVmOWIzNGZifV92aWQmMDAwMjA1NGNfcGlkJjAzMDYjOCZmNWJiMDYwJjAmMDAwMCN7NGQxZTU1YjItZjE2Zi0xMWNmLTg4Y2ItMDAxMTExMDAwMDMwfXEBTUwFWB8AAABTb255IENvbXB1dGVyIEVudGVydGFpbm1lbnQgSW5jcQJNBgNYEQAAAEJEIFJlbW90ZSBDb250cm9scQNLAIl0cQQu | |
| </Plugin> | |
| <Plugin Identifier="Timer" Guid="{6149CA99-1FCD-4450-9160-7543BC20CFD3}" File="Timer"> | |
| gAIpLg== | |
| </Plugin> | |
| </Autostart> |
| Client = require('slack-client'); | |
| var client = new Client(process.env.BOT_SLACK_TOKEN); | |
| client.on( 'error', function(e){console.log(e)}); | |
| client.on( 'loggedIn', function(e){console.log(e)}); | |
| client.on( 'open', function(e){console.log(e)}); | |
| client.on( 'close', function(e){console.log(e)}); | |
| client.on( 'message', function(e){console.log(e)}); |
I hereby claim:
To claim this, I am signing this object:
| As of ChromeOS 66, chromebooks have the ability to print to any CUPS based printer on your network. | |
| To add simply enter your Chromebook settings page, search for printers, then click 'add printer' | |
| Name: this can be anything | |
| Address: the IP address for the remote printer | |
| Protocol: IPP | |
| Queue: the printer path. e.g. /printers/(your_printer_name) | |
| To find your printer path. Go to: http://localhost:631/ Click Printers, |