This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Amazfit Bip(็ฑณๅจๆ่กจ ้ๆฅ็) ํ๊ธ ๊ธ์ ๋นํธ๋งต ์ด๋ฏธ์ง ์์ฑ๊ธฐ | |
Amazfit Bip(็ฑณๅจๆ่กจ ้ๆฅ็) Korean Hangul glyph bitmap image generator | |
Copyright (c) 2018 Youngbin Han <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warn: Reconnecting, on attempt 1 | |
warn: Reconnecting, on attempt 1 | |
warn: Reconnecting, on attempt 1 | |
warn: Reconnecting, on attempt 1 | |
warn: Reconnecting, on attempt 1 | |
warn: Reconnecting, on attempt 2 | |
warn: No pong in 20614ms, treating reconnect_url as keep-alive | |
warn: Reconnecting, on attempt 1 | |
warn: Reconnecting, on attempt 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info lifecycle [email protected]~prestart: [email protected] | |
npm info lifecycle [email protected]~start: [email protected] | |
> [email protected] start /usr/src/app | |
> node dist/index.js "--config" "/usr/src/app/configs/config.json" | |
error: Received error event from IRC prefix=kornbluth.freenode.net, server=kornbluth.freenode.net, command=err_bannedfromchan, rawCommand=474, commandType=error, args=[bridgebot, #ubun | |
tu-ko, Cannot join channel (+b) - you are banned] | |
error: Received error event from IRC prefix=kornbluth.freenode.net, server=kornbluth.freenode.net, command=err_cannotsendtochan, rawCommand=404, commandType=error, args=[bridgebot, #ub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt install \ | |
linux-image-extra-$(uname -r) \ | |
linux-image-extra-virtual \ | |
apt-transport-https \ | |
ca-certificates curl \ | |
software-properties-common | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
sudo apt-key fingerprint 0EBFCD88 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "========== Updating Repos & Installing Tools ==========" | |
sudo apt update && sudo apt install apt-transport-https ca-certificates | |
echo "========== Adding GPG Key ==========" | |
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
echo "========== Adding Docker Debian Package Repo ==========" | |
echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" | sudo tee /etc/apt/sources.list.d/docker.list | |
echo "========== Updating Repos & Checking if docker-engine is installable ==========" | |
sudo apt update && apt-cache policy docker-engine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
int main(void){ | |
int decimal, cal, i=0, j; | |
int bin[100]; | |
printf("Type a Decimal\n"); | |
scanf("%d", &decimal); | |
cal = decimal; | |
while(cal != 0){ | |
bin[i] = cal % 2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
// ๋ฐฐ์ด ๋ด์ ์๋ ๋ชจ๋ ์์์ ํฉ์ ๋ฐํํ๋ ํจ์ | |
int sum1(int (*p)[4]); | |
int sum2(int p[4][2]); | |
int main(void){ | |
int i, j; // ๋ฐ๋ณต๋ฌธ์ ์ฌ์ฉํ ๋ณ์ | |
// ํ์ด A : 2ํ 4์ด | |
int a[2][4] = { { 1, 2, 3, 4 }, { 5, 6, 7, 8} }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Maxime Gauduin <[email protected]> | |
# Contributor: Ballรณ Gyรถrgy <[email protected]> | |
pkgbase=libindicator | |
pkgname=('libindicator-gtk2' 'libindicator-gtk3') | |
pkgver=12.10.1 | |
pkgrel=4 | |
pkgdesc='A set of symbols and convenience functions for Ayatana indicators' | |
arch=('i686' 'x86_64') | |
url='https://launchpad.net/libindicator' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC IMdkit/libdasom_la-IMValues.lo | |
CCLD libdasom.la | |
GISCAN Dasom-0.1.gir | |
In file included from /usr/include/limits.h:25:0, | |
from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include-fixed/limits.h:168, | |
from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include-fixed/syslimits.h:7, | |
from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include-fixed/limits.h:34, | |
from /usr/lib/glib-2.0/include/glibconfig.h:11, | |
from /usr/include/glib-2.0/glib/gtypes.h:32, | |
from /usr/include/glib-2.0/glib/galloca.h:32, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Youngbin Han <[email protected]> | |
# Submitter: Youngbin Han <[email protected]> | |
pkgname=dasom-git | |
_pkgname=dasom | |
pkgver=228.4cb1021 | |
pkgrel=1 | |
pkgdesc="Dasom is an input method framework" | |
arch=('any') | |
url="https://github.com/cogniti/${_pkgname}" |