Here are the changelogs for all versions prior to FocaBot 0.5.5.
Changelogs for version 0.5.5 onwards are on the releases page.
This is the biggest update FocaBot has got in a while.
<?php | |
$html = '<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Latest Uploaded Image</title> | |
<meta charset="utf-8"> | |
<meta property="og:title" content="Latest Uploaded Image" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:description" content="It shows the last image uploaded. | |
Upload your own image and give a surprise to the next visitor." /> |
Here are the changelogs for all versions prior to FocaBot 0.5.5.
Changelogs for version 0.5.5 onwards are on the releases page.
This is the biggest update FocaBot has got in a while.
# | |
# ~/.bashrc | |
# | |
# If not running interactively, don't do anything | |
[[ $- != *i* ]] && return | |
alias ls='ls --color=auto' | |
PS1='[\u@\h \W]\$ ' |
const getDistro = require('linus'); | |
const isRoot = require('is-root'); | |
const timeout = require('timeout-as-promise'); | |
const chalk = require('chalk'); | |
const truthy = require('truthy'); | |
const execa = require('execa'); | |
const terminate = require('terminate'); | |
const Log = require('log'); | |
const Promise = require('bluebird'); | |
const pacmanCmd = require('system-install')().split(' ')[1]; |
.new-messages-bar, .jump-to-present-bar { | |
left: 0!important; | |
right: 0!important; | |
border-radius: 0!important; | |
} | |
.new-messages-bar { | |
background: rgba(14,161,182, .75)!important; | |
} |
I hereby claim:
To claim this, I am signing this object:
############ | |
# Settings # | |
############ | |
background yes | |
use_xft yes | |
xftfont Liberation Sans:size=9 | |
xftalpha 1 | |
update_interval 1.0 | |
total_run_times 0 | |
own_window yes |
# | |
# TheBITLINK's zsh theme. | |
# | |
# Based on my own .bashrc (https://gist.github.com/TheBITLINK/0c4021ea5a82835afa3750c0e0ef293b) | |
# | |
# # README | |
# | |
# This uses some charactew from [Powerline Fonts](https://github.com/Lokaltog/powerline-fonts). | |
# | |
case ${SOLARIZED_THEME:-dark} in |
/** | |
* @file Updates Discord's game status according to foobar2k's window title. | |
* @author TheBITLINK aka BIT <[email protected]> | |
* @license MIT | |
* | |
* To use: | |
* - Set foobar2k's window title to "%artist% - %title%" (Preferences -> Display -> Default User Interface) | |
* - Edit the line bellow with your discord user token | |
* - Run those commands (in the same folder discordfb2k.js is in): | |
* - npm install discord.js node-process-windows |
## | |
# FocaBot 1.x / Azarasi | |
## | |
btcAverage = require('request-promise').defaults { | |
baseUrl: 'https://apiv2.bitcoinaverage.com' | |
json: true | |
simple: true | |
} | |
class BtcConvert extends BotModule |