id
int64
0
755k
file_name
stringlengths
3
109
file_path
stringlengths
13
185
content
stringlengths
31
9.38M
size
int64
31
9.38M
language
stringclasses
1 value
extension
stringclasses
11 values
total_lines
int64
1
340k
avg_line_length
float64
2.18
149k
max_line_length
int64
7
2.22M
alphanum_fraction
float64
0
1
repo_name
stringlengths
6
65
repo_stars
int64
100
47.3k
repo_forks
int64
0
12k
repo_open_issues
int64
0
3.4k
repo_license
stringclasses
9 values
repo_extraction_date
stringclasses
92 values
exact_duplicates_redpajama
bool
2 classes
near_duplicates_redpajama
bool
2 classes
exact_duplicates_githubcode
bool
2 classes
exact_duplicates_stackv2
bool
1 class
exact_duplicates_stackv1
bool
2 classes
near_duplicates_githubcode
bool
2 classes
near_duplicates_stackv1
bool
2 classes
near_duplicates_stackv2
bool
1 class
22,559
tailhead.cc
brndnmtthws_conky/src/tailhead.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
7,209
C++
.cc
223
26.852018
80
0.587906
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,560
llua.cc
brndnmtthws_conky/src/llua.cc
/* * * Conky, a system monitor, based on torsmo * * Copyright (c) 2009 Toni Spets * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
19,137
C++
.cc
577
28.925477
95
0.636373
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,561
smapi.cc
brndnmtthws_conky/src/smapi.cc
/* * * smapi.c: conky support for IBM Thinkpad smapi * * Copyright (C) 2007 Phil Sutter <Phil@nwl.cc> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, ...
5,147
C++
.cc
148
31.128378
80
0.647698
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,562
x11-color.cc
brndnmtthws_conky/src/x11-color.cc
#include "colours.h" #include <X11/Xlib.h> unsigned long Colour::to_x11_color(Display *display, int screen, bool transparency, bool premultiply) { static std::unordered_map<Colour, unsigned long, Colour::Hash> x11_pixels; if (display == nullptr) { /* cannot work if display ...
1,279
C++
.cc
38
28.473684
79
0.621862
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,563
solaris.cc
brndnmtthws_conky/src/solaris.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All...
13,921
C++
.cc
425
29.105882
79
0.642346
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,564
read_tcpip.cc
brndnmtthws_conky/src/read_tcpip.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
7,765
C++
.cc
221
30.660633
82
0.643531
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,565
mouse-events.cc
brndnmtthws_conky/src/mouse-events.cc
/* * mouse_events.cc: conky support for mouse events * * Copyright (C) 2020 Tin Svagelj tin.svagelj@live.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the Lice...
19,719
C++
.cc
555
29.963964
80
0.634278
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,566
top.cc
brndnmtthws_conky/src/top.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2005 Adi Zaimi, Dan Piponi <dan@tanelorn.demon.co.uk>, * Dave Clark...
19,662
C++
.cc
565
30.769912
80
0.604283
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,567
cpu.cc
brndnmtthws_conky/src/cpu.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
3,687
C++
.cc
117
28.162393
77
0.61402
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,568
moc.cc
brndnmtthws_conky/src/moc.cc
/* * * MOC Conky integration * * Please see COPYING for details * * Copyright (c) 2008, Henri Häkkinen * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the Licens...
4,228
C++
.cc
119
31.394958
79
0.565111
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,569
iconv_tools.cc
brndnmtthws_conky/src/iconv_tools.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
4,108
C++
.cc
129
28.108527
80
0.657316
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,570
conky-imlib2.cc
brndnmtthws_conky/src/conky-imlib2.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, et. al. * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the...
8,653
C++
.cc
262
28.969466
80
0.628654
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,571
proc.cc
brndnmtthws_conky/src/proc.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
28,801
C++
.cc
802
30.05611
80
0.587345
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,572
core.cc
brndnmtthws_conky/src/core.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
91,641
C++
.cc
2,180
37.51422
83
0.652079
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,573
ibm.cc
brndnmtthws_conky/src/ibm.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Sp...
8,412
C++
.cc
254
29.106299
76
0.633831
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,574
wl.cc
brndnmtthws_conky/src/wl.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
3,255
C++
.cc
100
26.8
79
0.616342
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,575
algebra.cc
brndnmtthws_conky/src/algebra.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
6,842
C++
.cc
234
25.538462
80
0.574423
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,576
mixer.cc
brndnmtthws_conky/src/mixer.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
3,738
C++
.cc
123
28
72
0.680234
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,577
display-console.cc
brndnmtthws_conky/src/display-console.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2018 François Revol et al. * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This pro...
2,449
C++
.cc
72
30.875
79
0.701227
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,578
x11-settings.cc
brndnmtthws_conky/src/x11-settings.cc
#include "x11-settings.h" #include "x11.h" #include "conky-imlib2.h" #include <X11/Xlib.h> conky::simple_config_setting<std::string> display_name("display", std::string(), false); namespace priv { void out_to_x_setting::lua_setter(lua::state &l, bool init) { ...
2,872
C++
.cc
93
26.677419
102
0.643481
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,579
fonts.cc
brndnmtthws_conky/src/fonts.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
2,756
C++
.cc
84
30.5
79
0.690395
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,580
journal.cc
brndnmtthws_conky/src/journal.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
5,496
C++
.cc
170
28.205882
80
0.630238
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,581
conky.cc
brndnmtthws_conky/src/conky.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
73,367
C++
.cc
2,070
28.672947
121
0.581686
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,582
intel_backlight.cc
brndnmtthws_conky/src/intel_backlight.cc
/* * * Conky, a system monitor, based on torsmo. * * Any original torsmo code is licensed under the BSD license. * All code written since the fork of torsmo is licensed under the GPL. * Please see COPYING for details. * * Copyright (c) 2021 Rogier Reerink * (See AUTHORS) * All rights reserved. * * This pro...
3,118
C++
.cc
97
29.113402
79
0.682935
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,583
freebsd.cc
brndnmtthws_conky/src/freebsd.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All...
22,310
C++
.cc
662
29.453172
80
0.625291
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,584
lua-config.cc
brndnmtthws_conky/src/lua-config.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2010 Pavel Labath et al. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either v...
1,135
C++
.cc
38
27.552632
72
0.72594
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
22,585
gradient.cc
brndnmtthws_conky/src/gradient.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
7,924
C++
.cc
241
28.547718
77
0.617366
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,586
mboxscan.cc
brndnmtthws_conky/src/mboxscan.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian <mac@calmar.ws> * Copyright (c) 2005-2024 Brenden Mat...
11,374
C++
.cc
340
27.7
80
0.565415
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,587
entropy.cc
brndnmtthws_conky/src/entropy.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
3,079
C++
.cc
92
30.48913
80
0.694015
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,588
haiku.cc
brndnmtthws_conky/src/haiku.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
6,254
C++
.cc
199
28.231156
79
0.666112
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,589
display-wayland.cc
brndnmtthws_conky/src/display-wayland.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2018-2021 François Revol et al. * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * Thi...
38,557
C++
.cc
1,048
31.486641
80
0.658077
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,590
rss.cc
brndnmtthws_conky/src/rss.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2007 Toni Spets * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under t...
5,381
C++
.cc
158
28.246835
80
0.590429
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,591
users.cc
brndnmtthws_conky/src/users.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
6,838
C++
.cc
207
29.352657
79
0.660863
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,592
gui.cc
brndnmtthws_conky/src/gui.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
8,123
C++
.cc
212
32.787736
80
0.6325
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,593
main.cc
brndnmtthws_conky/src/main.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All...
12,368
C++
.cc
386
26.748705
80
0.568142
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,594
dragonfly.cc
brndnmtthws_conky/src/dragonfly.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2011 Andrea Magliano <masterblaster@tiscali.it> * All rights reserved. *...
21,880
C++
.cc
697
26.862267
80
0.612744
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,595
data-source.cc
brndnmtthws_conky/src/data-source.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2010 Pavel Labath et al. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either v...
5,193
C++
.cc
145
31.413793
80
0.6666
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,596
xmms2.cc
brndnmtthws_conky/src/xmms2.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All...
13,072
C++
.cc
346
32.898844
80
0.649407
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,597
pulseaudio.cc
brndnmtthws_conky/src/pulseaudio.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
12,934
C++
.cc
340
31.932353
80
0.633312
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,598
diskio.cc
brndnmtthws_conky/src/diskio.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
7,398
C++
.cc
206
32.257282
78
0.644544
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,599
display-output.cc
brndnmtthws_conky/src/display-output.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2018 François Revol et al. * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This pro...
4,195
C++
.cc
122
31.114754
79
0.698569
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,600
libtcp-portmon.cc
brndnmtthws_conky/src/libtcp-portmon.cc
/* * * libtcp-portmon.c: tcp port monitoring library. * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net * * This library 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; ei...
16,748
C++
.cc
412
35.716019
80
0.616834
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,601
display-ncurses.cc
brndnmtthws_conky/src/display-ncurses.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2018 François Revol et al. * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This pro...
4,359
C++
.cc
144
27.513889
80
0.685858
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,602
template.cc
brndnmtthws_conky/src/template.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
7,606
C++
.cc
232
27.025862
80
0.544306
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,603
misc.cc
brndnmtthws_conky/src/misc.cc
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see C...
3,848
C++
.cc
116
29.137931
76
0.626616
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,604
audacious.cc
brndnmtthws_conky/src/audacious.cc
/* * * audacious.c: conky support for audacious music player * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net * * This library 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 Foundat...
8,506
C++
.cc
231
31.277056
80
0.646066
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,605
apcupsd.cc
brndnmtthws_conky/src/apcupsd.cc
/* * * apcupsd.c: conky module for APC UPS daemon monitoring * * Copyright (C) 2009 Jaromir Smrcek <jaromir.smrcek@zoner.com> * * This library 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; ei...
7,959
C++
.cc
254
27.661417
80
0.578111
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,606
update-cb.cc
brndnmtthws_conky/src/update-cb.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2010 Pavel Labath et al. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either v...
4,105
C++
.cc
136
26.654412
77
0.655006
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,607
common.cc
brndnmtthws_conky/src/common.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
25,586
C++
.cc
744
29.880376
80
0.609394
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,608
temphelper.cc
brndnmtthws_conky/src/temphelper.cc
/* * * temphelper.c: aid in converting temperature units * * Copyright (C) 2008 Phil Sutter <Phil@nwl.cc> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Licen...
2,287
C++
.cc
62
33.193548
79
0.67659
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,609
combine.cc
brndnmtthws_conky/src/combine.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
6,668
C++
.cc
191
30.240838
80
0.598174
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,610
exec.cc
brndnmtthws_conky/src/exec.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
11,403
C++
.cc
348
29.25
79
0.648842
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,611
x11.cc
brndnmtthws_conky/src/x11.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
48,885
C++
.cc
1,321
30.554883
104
0.628894
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,612
hddtemp.cc
brndnmtthws_conky/src/hddtemp.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
6,138
C++
.cc
206
25.728155
79
0.62767
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,613
text_object.cc
brndnmtthws_conky/src/text_object.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All...
5,891
C++
.cc
167
31.497006
76
0.673036
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,614
cmus.cc
brndnmtthws_conky/src/cmus.cc
/* * * CMUS Conky integration * * Please see COPYING for details * * Copyright (c) 2008, Henri Häkkinen * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the Licen...
7,091
C++
.cc
186
32.919355
80
0.585976
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,615
timeinfo.cc
brndnmtthws_conky/src/timeinfo.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
10,276
C++
.cc
293
26.34471
80
0.501457
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,616
openbsd.cc
brndnmtthws_conky/src/openbsd.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2007 Toni Spets * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs...
16,957
C++
.cc
543
27.294659
80
0.628706
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,617
scroll.cc
brndnmtthws_conky/src/scroll.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
9,720
C++
.cc
291
28.804124
80
0.610193
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,618
prss.cc
brndnmtthws_conky/src/prss.cc
/* * * Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com> * Toni Spets <toni.spets@gmail.com> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear i...
6,256
C++
.cc
203
26.719212
80
0.613123
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,619
display-x11.cc
brndnmtthws_conky/src/display-x11.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2018-2021 François Revol et al. * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * Thi...
35,142
C++
.cc
997
29.822467
80
0.639675
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,620
netbsd.cc
brndnmtthws_conky/src/netbsd.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
8,358
C++
.cc
264
27.80303
79
0.636228
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,621
nvidia.cc
brndnmtthws_conky/src/nvidia.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2008 Markus Meissner * Copyright (c) 2005-2024 Brenden Matthews, Philip K...
38,366
C++
.cc
1,065
29.487324
80
0.608394
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,622
ccurl_thread.cc
brndnmtthws_conky/src/ccurl_thread.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
6,499
C++
.cc
189
30.460317
79
0.663851
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,623
specials.cc
brndnmtthws_conky/src/specials.cc
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
27,788
C++
.cc
776
32.090206
98
0.634672
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,624
sony.cc
brndnmtthws_conky/src/sony.cc
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * Copyright (c) 2009 Yeon-Hyeong Yang <lbird94@gmail.com> * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it a...
2,375
C++
.cc
66
32.878788
78
0.694348
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,625
tcp-portmon.cc
brndnmtthws_conky/src/tcp-portmon.cc
/* * * tcp-portmon.c - libtcp-portmon hooks * * Copyright (C) 2008 Phil Sutter <Phil@nwl.cc> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at ...
5,180
C++
.cc
144
31.631944
80
0.650468
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
22,638
macros.h
brndnmtthws_conky/3rdparty/Vc/Vc/sse/macros.h
/* This file is part of the Vc library. {{{ Copyright © 2009-2015 Matthias Kretz <kretz@kde.org> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright no...
1,759
C++
.h
30
56
79
0.793264
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,653
macros.h
brndnmtthws_conky/3rdparty/Vc/Vc/scalar/macros.h
/* This file is part of the Vc library. {{{ Copyright © 2009-2015 Matthias Kretz <kretz@kde.org> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright no...
1,681
C++
.h
27
59.481481
79
0.796723
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,659
limits.h
brndnmtthws_conky/3rdparty/Vc/Vc/scalar/limits.h
/* This file is part of the Vc library. {{{ Copyright © 2009-2015 Matthias Kretz <kretz@kde.org> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright no...
1,651
C++
.h
26
60.653846
79
0.798641
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,697
support.h
brndnmtthws_conky/3rdparty/Vc/Vc/common/support.h
#ifndef VC_DEPRECATED_COMMON_SUPPORT_H_ #define VC_DEPRECATED_COMMON_SUPPORT_H_ #ifdef __GNUC__ #warning "the <Vc/common/support.h> header is deprecated. Use <Vc/support.h> instead." #endif #include <Vc/support.h> #endif // VC_DEPRECATED_COMMON_SUPPORT_H_
256
C++
.h
7
35.571429
86
0.763052
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,701
fix_clang_emmintrin.h
brndnmtthws_conky/3rdparty/Vc/Vc/common/fix_clang_emmintrin.h
/*{{{ Copyright (C) 2013-2015 Matthias Kretz <kretz@kde.org> Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that the copyright notice a...
3,146
C++
.h
65
40.569231
98
0.593414
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,715
bitscanintrinsics.h
brndnmtthws_conky/3rdparty/Vc/Vc/common/bitscanintrinsics.h
/* This file is part of the Vc library. {{{ Copyright © 2011-2015 Matthias Kretz <kretz@kde.org> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright no...
2,562
C++
.h
55
44.363636
79
0.7724
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,741
macros.h
brndnmtthws_conky/3rdparty/Vc/Vc/avx/macros.h
/* This file is part of the Vc library. {{{ Copyright © 2009-2015 Matthias Kretz <kretz@kde.org> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright no...
1,672
C++
.h
27
59.148148
79
0.795607
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,753
tolua_event.h
brndnmtthws_conky/3rdparty/toluapp/src/lib/tolua_event.h
/* tolua: event functions ** Support code for Lua bindings. ** Written by Waldemar Celes ** TeCGraf/PUC-Rio ** Apr 2003 ** $Id: $ */ /* This code is free software; you can redistribute it and/or modify it. ** The software provided hereunder is on an "as is" basis, and ** the author has no obligation to provide mainten...
611
C++
.h
19
30.894737
73
0.754685
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
false
false
false
false
false
false
22,756
tvariable.h
brndnmtthws_conky/3rdparty/toluapp/src/tests/tvariable.h
typedef struct A A; typedef struct B B; typedef union U U; struct A { int i; float f; double d; char* s; void* v; char n[64]; }; union U { int i; float f; }; struct B { A a; B* b; }; extern int i; extern float f; extern double d; extern char* s; extern void* v; extern char n[64]; extern A a; extern B* b; ...
464
C++
.h
39
10.512821
19
0.714286
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,761
librsvg-helper.h
brndnmtthws_conky/lua/librsvg-helper.h
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
3,069
C++
.h
101
26.574257
78
0.674695
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,762
libcairo-helper.h
brndnmtthws_conky/lua/libcairo-helper.h
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
1,610
C++
.h
44
34.659091
73
0.74438
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,763
libcairo_imlib2_helper.h
brndnmtthws_conky/lua/libcairo_imlib2_helper.h
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
4,360
C++
.h
126
30.793651
85
0.667539
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,765
libmpdclient.h
brndnmtthws_conky/src/libmpdclient.h
/* * * libmpdclient * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of sourc...
20,469
C++
.h
501
38.249501
79
0.756037
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,766
conky.h
brndnmtthws_conky/src/conky.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
10,006
C++
.h
315
29.6
77
0.722419
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,767
algebra.h
brndnmtthws_conky/src/algebra.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
1,574
C++
.h
49
30.081633
72
0.684418
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,768
scroll.h
brndnmtthws_conky/src/scroll.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
1,292
C++
.h
34
36.147059
74
0.746019
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,769
display-x11.hh
brndnmtthws_conky/src/display-x11.hh
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2018-2021 François Revol et al. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
2,401
C++
.h
72
30.833333
72
0.738209
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,770
mysql.h
brndnmtthws_conky/src/mysql.h
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
971
C++
.h
27
34.037037
72
0.743889
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,771
colours.h
brndnmtthws_conky/src/colours.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
2,728
C++
.h
84
29.047619
72
0.680365
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,772
journal.h
brndnmtthws_conky/src/journal.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
1,300
C++
.h
34
36.352941
76
0.747427
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,773
x11-settings.h
brndnmtthws_conky/src/x11-settings.h
#ifndef CONKY_X11_SETTINGS_H #define CONKY_X11_SETTINGS_H #include "setting.hh" extern conky::simple_config_setting<std::string> display_name; namespace priv { class out_to_x_setting : public conky::simple_config_setting<bool> { typedef conky::simple_config_setting<bool> Base; protected: virtual void lua_sette...
1,365
C++
.h
43
29.651163
69
0.739464
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,774
combine.h
brndnmtthws_conky/src/combine.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
1,282
C++
.h
34
35.852941
72
0.750401
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,775
colour-settings.h
brndnmtthws_conky/src/colour-settings.h
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
1,854
C++
.h
51
33.254902
76
0.727425
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,776
text_object.h
brndnmtthws_conky/src/text_object.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
5,387
C++
.h
128
39.6875
79
0.717562
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,777
fonts.h
brndnmtthws_conky/src/fonts.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2005-2024 Br...
1,919
C++
.h
58
31.206897
72
0.743104
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,778
intel_backlight.h
brndnmtthws_conky/src/intel_backlight.h
/* * * Conky, a system monitor, based on torsmo. * * Any original torsmo code is licensed under the BSD license. * All code written since the fork of torsmo is licensed under the GPL. * Please see COPYING for details. * * Copyright (c) 2021 Rogier Reerink * (See AUTHORS) * All rights reserved. * * This pro...
1,314
C++
.h
35
34.971429
73
0.739812
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,779
misc.h
brndnmtthws_conky/src/misc.h
/* -*- mode: c++; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- * vim: ts=4 sw=4 noet ai cindent syntax=cpp * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please s...
1,710
C++
.h
40
40.975
75
0.740252
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,780
semaphore.hh
brndnmtthws_conky/src/semaphore.hh
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2010 Pavel Labath et al. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either v...
2,637
C++
.h
91
25.571429
74
0.677112
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,781
mboxscan.h
brndnmtthws_conky/src/mboxscan.h
/* * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian <mac@calmar.ws> * Copyright (c) 2005-2024 Brenden Mat...
1,283
C++
.h
34
35.852941
72
0.747191
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,782
moc.h
brndnmtthws_conky/src/moc.h
/* * * MOC Conky integration * * Please see COPYING for details * * Copyright (c) 2008, Henri Häkkinen * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the Licens...
1,551
C++
.h
35
42.657143
72
0.742895
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,783
audacious.h
brndnmtthws_conky/src/audacious.h
/* * * audacious.h: conky support for audacious music player * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net * * This library 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 Foundat...
2,118
C++
.h
42
46.142857
80
0.726001
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,784
hddtemp.h
brndnmtthws_conky/src/hddtemp.h
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (c) 2007 Toni Spets * Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under t...
1,079
C++
.h
30
34.1
72
0.74761
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
22,785
lua-config.hh
brndnmtthws_conky/src/lua-config.hh
/* * * Conky, a system monitor, based on torsmo * * Please see COPYING for details * * Copyright (C) 2010 Pavel Labath et al. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either v...
936
C++
.h
28
31.571429
72
0.748894
brndnmtthws/conky
7,161
615
75
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false