I hereby claim:
- I am xanecs on github.
- I am xanecs (https://keybase.io/xanecs) on keybase.
- I have a public key whose fingerprint is 5951 432E F4AC E6D3 F79C 9618 410B 8182 C1C2 14AC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This guide will show you how to install and configure elementaryOS Loki on your Acer C720 or C720p. I'm assuming you have installed some sort of Linux on your Chromebook before and already know your way around in Developer Mode. If not, read and follow https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/acer-c720-chromebook sections "Developer Mode" and "Legacy Boot".
Nothing special here: Download the ISO from https://elementary.io (put in $0 as an amount to download the ISO for free, although you should consider donating)
#include <stdio.h> | |
#include <stdlib.h> | |
int main () { | |
srand(time(NULL)); | |
int randNum = rand() % 9999; | |
while (1) { | |
printf("Guess a number: "); | |
int guessNum; | |
scanf("%d", &guessNum); |
execute pathogen#infect() | |
syntax on | |
filetype plugin indent on | |
set autoindent | |
let g:airline_powerline_fonts = 1 | |
let g:airline#extensions#tabline#enabled = 1 | |
nnoremap <C-i> :bnext<CR> | |
nnoremap <C-u> :bprev<CR> |
#! /usr/bin/env/python | |
from scapy.all import * | |
import binascii | |
def PacketHandler(pkt): | |
if pkt.haslayer(Dot11): | |
if pkt.addr2 == 'cc:c3:xx:xx:xx:xx': | |
print(-(256-int.from_bytes(pkt.notdecoded[-4:-3], byteorder='big'))) |
I hereby claim:
To claim this, I am signing this object:
<aside class="sidebar"> | |
<h3>Menu</h3> | |
</aside> | |
<div class="content" style="background-image: url(http://placekitten.com/1920/384);"> | |
<nav class="content-top"> | |
<h3>Leonadi</h3> | |
</nav> | |
</div> |
<aside class="sidebar"> | |
<h3>Menu</h3> | |
</aside> | |
<div class="content" style="background-image: url(http://placekitten.com/1920/384);"> | |
<nav class="content-top"> | |
<h3>Leonadi</h3> | |
</nav> | |
</div> |