Skip to content

Instantly share code, notes, and snippets.

View raqbit's full-sized avatar

Raqbit raqbit

View GitHub Profile
@raqbit
raqbit / browser.js
Last active December 24, 2017 11:04
Opera DSI findings
// L2HTp2GdpmHctpVjuinm67FDEyZlxKhf1g3FT5smO4Z+LryDug6JvQwFOvI0eG0Kc5QfQI4HLjZfFIir3aIzIAdZ13vla8n0iipc03PyR+6cXZaGW/E8M7ywib9JiSdh3C1PZ/rG0bdTYZ48q9EhC3ibavb9hzQ9jPSII8PC04wW4PYe2Tfuz3b7pk5+NSk2IgyYeJGr5YAKMLKdrqQG45cB1kPCFdoDWEiJBISmvptGfMp85DSg6CdfVaagMUPpHHrNCk3q+l9C7rkUMHhFiTRT74hcPv5rC3GxWwcCVI9ED2vg6+yI167fJUNZu4tJbX1BBjxYt6RDV3a5UrQt3g==
/**
** Copyright (C) 2000-2011 Opera Software AS. All rights reserved.
**
** This file is part of the Opera web browser.
**
** This script patches sites to work better with Opera
** For more information see http://www.opera.com/docs/browserjs/
**
** If you have comments on these patches (for example if you are the webmaster
#include <stdio.h>
#include <stdlib.h>
long long badsquare(long long n);
int main(int argc, char **argv)
{
if(argc < 2)
{
printf("Please enter the number to square\n");
@raqbit
raqbit / docker-compose.yml
Last active August 8, 2017 12:35
Lounge in Ranch!
version: '2'
services:
Lounge:
image: thelounge/lounge:latest
container_name: Lounge
volumes_from:
- LoungeData
labels:

Keybase proof

I hereby claim:

  • I am raqbit on github.
  • I am raqbit (https://keybase.io/raqbit) on keybase.
  • I have a public key whose fingerprint is 9E88 56C5 BEA3 785A 550C 2246 2B10 7D97 E377 AD8E

To claim this, I am signing this object:

@raqbit
raqbit / custom.css
Created October 1, 2016 12:02
My lounge Custom CSS
/* Better CSS box */
#user-specified-css-input {
font-family: monospace;
height: 400px;
}
/* No hostmask */
#chat .hostmask {
display: none;
}