Skip to content

Instantly share code, notes, and snippets.

@DarkLinkXXXX
DarkLinkXXXX / openskill.ipynb
Created December 2, 2022 04:10
openskill.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DarkLinkXXXX
DarkLinkXXXX / openskill.ipynb
Created December 2, 2022 04:09
openskill.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
---- BEGIN SSH2 PUBLIC KEY ----
Comment: "rsa-key-20180215"
AAAAB3NzaC1yc2EAAAABJQAAAQEAsq+9VClObfx4fUbka7LFWHihxOD2w88H3rEs
rI/o7tZh7YT8W/uGxIB2HXolSF1zG6bRWn0E2ql2bCao8jH3ykwvDZAn8ZUb8E99
9ZuCurJaSOvyinvYjZSUFKngHeNc+mXtjHKkGNM7uItWfbAlO35ks5re0aKJOodP
nxB1OG/dhz8j0NEATNwuUxuCcKu8Y2rC7Bv4nKbWGqnb1sE5yY22SU7Mns/9dEy+
6IulcoO4dkzyoqzF6dUx7Cg2xBWOSlI6qPIet8i/9Q3BypsixIzVhqZH0DXt+TZV
2dH3UiYdXs0lWqBhLg8iih6PYwMIXd2vEW03GIXj+X4Tl0LEPw==
---- END SSH2 PUBLIC KEY ----

Keybase proof

I hereby claim:

  • I am darklinkxxxx on github.
  • I am acstubbins (https://keybase.io/acstubbins) on keybase.
  • I have a public key whose fingerprint is 17E9 FEE0 D5CC FF4C 20EE 878F 4B2D 6EF2 B109 2053

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am darklinkxxxx on github.
  • I am darklinkxxxx (https://keybase.io/darklinkxxxx) on keybase.
  • I have a public key whose fingerprint is 788E 436A 1D4A 5E9F B1D4 4060 FED7 6F3B 4B80 052D

To claim this, I am signing this object:

node_modules/
LOG FILE :
This is XeTeX, Version 3.1415926-2.4-0.9998 (TeX Live 2012/W32TeX) (format=xelatex 2012.11.10) 20 NOV 2012 19:02
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**duodecimal
(./duodecimal.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
@DarkLinkXXXX
DarkLinkXXXX / gist:1125473
Created August 4, 2011 15:42
This is the output when you use my other gist. Gist 1125433.
Aug 4 08:18:23 DarkLinkXXXX avahi-daemon[538]: Registering new address record for 192.168.1.106 on eth0.IPv4.
Aug 4 08:18:24 DarkLinkXXXX NetworkManager[545]: (eth0): device state change: 7 -> 8 (reason 0)
Aug 4 08:18:25 DarkLinkXXXX NetworkManager[545]: Policy set 'Auto eth0' (eth0) as default for IPv4 routing and DNS.
Aug 4 08:18:25 DarkLinkXXXX NetworkManager[545]: Activation (eth0) successful, device activated.
Aug 4 08:18:25 DarkLinkXXXX NetworkManager[545]: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
Aug 4 08:18:35 DarkLinkXXXX ntpdate[30578]: adjust time server 91.189.94.4 offset -0.032058 sec
Aug 4 08:24:48 DarkLinkXXXX sudo: pam_sm_authenticate: Called
Aug 4 08:24:48 DarkLinkXXXX sudo: pam_sm_authenticate: username = [darklinkxxxx]
Aug 4 08:24:48 DarkLinkXXXX sudo: pam_sm_authenticate: /home/darklinkxxxx is already mounted
Aug 4 08:39:02 DarkLinkXXXX CRON[30617]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mind
###
This is my first CS program
that is actually useful. It
runs the tail command on the
/var/log/syslog file, and directs
stdout to the client. Have fun. :)
###
http = require 'http'
{spawn} = require 'child_process'
`var app = require('express').createServer()` #Don't know how to require method in coffeescript
http = require 'http'
app.get '/', (req, res) ->
res.send 'hello world<br>Source is at <a href=./source.js>./source.js</a>'
app.get '/user/fuck', (req, res) ->
res.send 'that\'s not ver nice'