Skip to content

Instantly share code, notes, and snippets.

View Abijeet's full-sized avatar
👋
Hello there!

Abijeet Patro Abijeet

👋
Hello there!
View GitHub Profile
@Abijeet
Abijeet / xorg.conf
Last active August 23, 2023 12:24
Configuration xorg.conf, contains configuration with AMD 7850.
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection

Leave comments on someone elses pages #47

These page contains details for the implementation of the comments section for BookStack. Issue is [here] (BookStackApp/BookStack#47).

Functionality to implement

  • Add a simple editor with Markdown support.
  • Ability to add comments.
  • Ability to edit own comments.
@Abijeet
Abijeet / PHP - ACI TREE plugin
Created March 7, 2014 06:26
Has the combined code to get jquery ACI tree plugin working as a tree view for you.
<!DOCTYPE html>
<html>
<head>
<title>Tree View - File System</title>
<link rel="stylesheet" href="css/aciTree.css" type="text/css">
<link rel="stylesheet" href="css/demo.css" type="text/css">
<style type="text/css">
#currStatus {
color:red;
margin-top:1em;
@Abijeet
Abijeet / installation.md
Last active July 21, 2016 20:24
Server setup on a Digital Ocean - Apache, PHP, RabbitMQ, Supervisor, MariaDB, CakePHP 3

RabbitMQ

Supervisord

@Abijeet
Abijeet / tint2rc
Last active July 21, 2016 20:05
Configuration for the tint2 taskmanager
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
# Background definitions
@Abijeet
Abijeet / autostart.sh
Created December 29, 2013 18:53
Openbox autostart
## Openbox autostart.sh
## ====================
## When you login to your CrunchBang Openbox session, this autostart script
## will be executed to set-up your environment and launch any applications
## you want to run at startup.
##
## Note*: some programs, such as 'nm-applet' are run via XDG autostart.
## Run '/usr/lib/openbox/openbox-xdg-autostart --list' to list any
## XDG autostarted programs.
##
@Abijeet
Abijeet / menu.xml
Created December 29, 2013 18:56
Openbox menu.xml
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root-menu" label="Openbox 3">
<item label="Run Program">
<action name="Execute">
<command>
gmrun
</command>
</action>
</item>
@Abijeet
Abijeet / conkyrc
Created December 29, 2013 18:51
Conky Configuration
# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see: