mirror of https://github.com/BOINC/boinc.git
131 lines
2.6 KiB
C
131 lines
2.6 KiB
C
// This file is part of BOINC.
|
|
// http://boinc.berkeley.edu
|
|
// Copyright (C) 2008 University of California
|
|
//
|
|
// BOINC is free software; you can redistribute it and/or modify it
|
|
// under the terms of the GNU Lesser General Public License
|
|
// as published by the Free Software Foundation,
|
|
// either version 3 of the License, or (at your option) any later version.
|
|
//
|
|
// BOINC is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
// See the GNU Lesser General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Lesser General Public License
|
|
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/* XPM */
|
|
static char *multicore_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 91 1",
|
|
"O c Black",
|
|
"s c #CACACA",
|
|
"p c #2D2D2D",
|
|
"A c #3C3C3C",
|
|
"W c #4B4B4B",
|
|
"- c #080808",
|
|
"b c #353535",
|
|
" c None",
|
|
"^ c #444444",
|
|
"4 c #535353",
|
|
"5 c #717171",
|
|
"+ c #010101",
|
|
"R c #101010",
|
|
"w c #1F1F1F",
|
|
") c #2E2E2E",
|
|
"h c #A6A6A6",
|
|
"G c #B5B5B5",
|
|
"* c #D3D3D3",
|
|
"2 c #272727",
|
|
"a c #909090",
|
|
"% c #020202",
|
|
"d c #3E3E3E",
|
|
"y c #6B6B6B",
|
|
"C c #7A7A7A",
|
|
"q c #898989",
|
|
"T c #A7A7A7",
|
|
"J c #0A0A0A",
|
|
"' c #282828",
|
|
"6 c #373737",
|
|
"U c #464646",
|
|
"; c #555555",
|
|
"~ c #737373",
|
|
"x c #919191",
|
|
"r c #A0A0A0",
|
|
"Q c #AFAFAF",
|
|
"Z c #BEBEBE",
|
|
"3 c #030303",
|
|
"1 c #121212",
|
|
"z c #303030",
|
|
"F c #FAFAFA",
|
|
"X c #3F3F3F",
|
|
"B c #6C6C6C",
|
|
"9 c #A8A8A8",
|
|
"f c #0B0B0B",
|
|
"# c #383838",
|
|
"u c #474747",
|
|
"= c #040404",
|
|
"` c #CECECE",
|
|
"v c #131313",
|
|
"L c #FBFBFB",
|
|
"7 c #404040",
|
|
"Y c #4F4F4F",
|
|
"D c #0C0C0C",
|
|
": c #2A2A2A",
|
|
"M c #393939",
|
|
"l c #484848",
|
|
"K c #575757",
|
|
"_ c #757575",
|
|
"! c #B1B1B1",
|
|
"j c #050505",
|
|
"$ c #141414",
|
|
"o c #232323",
|
|
"g c #323232",
|
|
". c #FCFCFC",
|
|
"0 c #6E6E6E",
|
|
"< c #AAAAAA",
|
|
"N c #1C1C1C",
|
|
"[ c #3A3A3A",
|
|
", c #494949",
|
|
"> c #060606",
|
|
"/ c #D0D0D0",
|
|
"S c #151515",
|
|
"i c #333333",
|
|
"] c #424242",
|
|
"8 c #515151",
|
|
"H c #7E7E7E",
|
|
"I c #9C9C9C",
|
|
"( c #ABABAB",
|
|
"} c #C9C9C9",
|
|
"@ c #E7E7E7",
|
|
"E c #2C2C2C",
|
|
"P c #F6F6F6",
|
|
"c c #3B3B3B",
|
|
"{ c #868686",
|
|
"t c #A4A4A4",
|
|
"& c #070707",
|
|
"e c #E0E0E0",
|
|
"V c #252525",
|
|
"n c #343434",
|
|
"k c #707070",
|
|
"m c #8E8E8E",
|
|
/* pixels */
|
|
" .XoOOOO+O@ ",
|
|
"#$OOOOOO%&O* ",
|
|
"OO=-OOOOOO;: ",
|
|
"++>OOOOO,<1O ",
|
|
"2O=3OO4<=562 ",
|
|
"7O+O89O076#q wOe",
|
|
"rO4t=yuipasdfO+O",
|
|
"ghjkl#zxscvO&O3&",
|
|
":zubnmsMNOO-O=j+",
|
|
" BVCZASOO3O3=ODO",
|
|
"F G HOO&OO&OJOOK",
|
|
"LP wIUVO%3OOYTR",
|
|
" UE8d%OOW9Jk7",
|
|
" 8OQO,!3~^66",
|
|
" . /2(jBXn)_`",
|
|
" F '6]c[{} "
|
|
};
|