- Import fails - upload manually
- Debian: https://packages.debian.org/source/buster/gnustep-make
Name | Type | License | Tech |
---|---|---|---|
apostello | SMS communication | MIT | Python |
Bible API | bible reference | MIT | Ruby |
Bible Helper | bible reference | MIT | Javascript |
BVCMS | ChMS | GPLv2 | C♯ (.NET) |
Cedar | media projection | MIT | JavaScript (Meteor) |
ChurchCRM | ChMS | MIT | PHP |
ChurchInfo | ChMS | GPLv2 | PHP |
Jethro Pastoral Ministry Manager | ChMS | GPLv3 | PHP |
This file contains 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
Format: 3.0 (quilt) | |
Source: libdispatch | |
Binary: libdispatch-dev, libdispatch0 | |
Architecture: any | |
Version: 5.1.5-0.1 | |
Maintainer: Patrick Georgi <[email protected]> | |
Homepage: http://libdispatch.macosforge.org/ | |
Standards-Version: 4.5.0 | |
Build-Depends: debhelper-compat (= 12), clang (>= 8) | clang-8, cmake | |
Build-Conflicts: clang (<< 8) |
This file contains 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
<?php | |
$url = "https://download.moodle.org/download.php/direct/stable310/moodle-latest-310.zip"; | |
$zipFile = "moodle-latest-310.zip"; // Local Zip File Path | |
$extractPath = "."; | |
$zipResource = fopen($zipFile, "w"); | |
if(!ini_get('allow_url_fopen')) | |
die("Error: 'allow_url_fopen' is disabled.\n"); |
This file contains 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
# LightDM GTK+ Configuration | |
# Available configuration options listed below. | |
# | |
# Appearance: | |
# theme-name = GTK+ theme to use | |
# icon-theme-name = Icon theme to use | |
# cursor-theme-name = Cursor theme to use | |
# cursor-theme-size = Cursor size to use | |
# background = Background file to use, either an image path or a color (e.g. #772953) | |
# user-background = false|true ("true" by default) Display user background (if available) |
This file contains 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
/configver 2 | |
/panels [<1>] | |
/panels/dark-mode false | |
/panels/panel-1/background-style uint32 0 | |
/panels/panel-1/disable-struts false | |
/panels/panel-1/icon-size uint32 16 | |
/panels/panel-1/length uint32 100 | |
/panels/panel-1/plugin-ids [<7>, <1>, <3>, <4>, <5>, <6>, <8>, <9>, <10>, <11>, <12>, <13>, <14>] | |
/panels/panel-1/position 'p=6;x=0;y=0' | |
/panels/panel-1/position-locked true |
This file contains 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
backend = "glx"; | |
glx-no-stencil = true; | |
vsync = true; | |
unredir-if-possible = true; | |
shadow = true; | |
shadow-radius = 7; | |
shadow-offset-x = -7; | |
shadow-offset-y = -7; | |
shadow-exclude = [ "n:e:Notification", "n:e:Docky", "g:e:Synapse", "g:e:Conky", "n:w:*Chromium*", "n:w:*Firefox*", "n:w:*Epiphany*", "n:w:*dockbarx*", "class_g ?= 'Cairo-dock'", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'", "class_g ?= 'Notify-osd'", "_GTK_FRAME_EXTENTS@:c" ]; | |
detect-client-opacity = true; |
This file contains 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
# /etc/modprobe.d/blacklist-nvidia-nouveau.conf | |
blacklist nouveau | |
options nouveau modeset=0 | |
options radeon modeset=1 |
This file contains 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
Repos: Packages: apt: 2275 | |
No active apt repos in: /etc/apt/sources.list | |
Active apt repos in: /etc/apt/sources.list.d/clang.list | |
1: deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http: //apt.llvm.org/bullseye/ llvm-toolchain-bullseye-14 main | |
2: deb-src [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http: //apt.llvm.org/bullseye/ llvm-toolchain-bullseye-14 main | |
Active apt repos in: /etc/apt/sources.list.d/official-package-repositories-src.list | |
1: deb-src https: //deb.debian.org/debian/ bullseye main contrib non-free | |
2: deb-src https: //deb.debian.org/debian/ unstable main contrib non-free | |
Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list | |
1: deb https: //ftp-stud.hs-esslingen.de/pub/Mirrors/packages.linuxmint.com elsie main upstream import backport |
OlderNewer