Interaction with the following tables is required to get courses information.
id
bigint(10) NOT NULL AUTO_INCREMENT,
/** | |
* Cidori CSS v2.2 | |
* @codename: RallySmooth | |
* | |
* @author: Patrick Reid | |
* @link: http://www.reliqartz.com | |
*/ | |
/* :Utilities |
function random_text( $type = 'alnum', $length = 8 ) | |
{ | |
switch ( $type ) { | |
case 'alnum': | |
$pool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; | |
break; | |
case 'alpha': | |
$pool = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; | |
break; | |
case 'hexdec': |
<?php | |
echo fs_filehandler::NewLine() . "START Apache Config Hook." . fs_filehandler::NewLine(); | |
if (ui_module::CheckModuleEnabled('Apache Config')) { | |
echo "Apache Admin module ENABLED..." . fs_filehandler::NewLine(); | |
TriggerApacheQuotaUsage(); | |
if (ctrl_options::GetSystemOption('apache_changed') == strtolower("true")) { | |
echo "Apache Config has changed..." . fs_filehandler::NewLine(); | |
if (ctrl_options::GetSystemOption('apache_backup') == strtolower("true")) { | |
echo "Backing up Apache Config to: " . ctrl_options::GetSystemOption('apache_budir') . fs_filehandler::NewLine(); | |
BackupVhostConfigFile(); |
blacklist amd76x_edac | |
blacklist vga16fb | |
blacklist nouveau | |
blacklist rivafb | |
blacklist nvidiafb | |
blacklist rivatv |
Adapted from here.
Get Fn F5/F6 working:
sudo emacs etc/default/grub
Change the following: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
sudo update-grub
reboot the system... Now the splash screen should show up.
# /etc/X11/xorg.conf.d/20-intel.conf | |
Section "Device" | |
Identifier "card0" | |
Driver "intel" | |
Option "Backlight" "intel_backlight" | |
BusID "PCI:0:2:0" | |
Option "AccelMethod" "uxa" | |
Option "TearFree" "true" | |
EndSection |
Section "Device" | |
Identifier "Default Device" | |
Driver "nvidia" | |
Option "NoLogo" "True" | |
Option "RegistryDwords" "EnableBrightnessControl=1" | |
EndSection |
/* | |
These settings govern the width of the Applet and the space taken by the font. | |
Changes may be required with some themes to avoid the display width being exceeded | |
which leads to jitter with high network speeds and resolutions | |
or to allow a reduced size width to save panel space. | |
*/ | |
.bam-normal { | |
background-color: rgba(0,255,0,0); | |
border-radius: 0; |
{ | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Material-Theme-Darker.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
// 5 great visual tweaks |