This file contains hidden or 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
# Listen for DHCP and DNS on this interface | |
interface=wlan0 | |
# No dhcp for this interface | |
no-dhcp-interface=usb0 | |
# Domain name for a subnet | |
domain=copyninja.info, 192.168.1.0/24 | |
#dhcp range |
This file contains hidden or 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
#include <stdio.h> | |
#include <fcntl.h> | |
#include <signal.h> | |
#include <unistd.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#define RUNNING_DIR "/tmp" | |
#define LOCK_FILE "daemond.lock" | |
#define LOG_FILE "daemond.log" |
This file contains hidden or 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
/****************************************************************************/ | |
/* Copyright (c) 2011, Vasudev Kamath <[email protected]> */ | |
/* */ | |
/* Permission to use, copy, modify, and/or distribute this software for any */ | |
/* purpose with or without fee is hereby granted, provided that the above */ | |
/* copyright notice and this permission notice appear in all copies. */ | |
/* */ | |
/* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES */ | |
/* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF */ | |
/* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR */ |
This file contains hidden or 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
/****************************************************************************/ | |
/* Copyright (c) 2011, Vasudev Kamath <[email protected]> */ | |
/* */ | |
/* Permission to use, copy, modify, and/or distribute this software for any */ | |
/* purpose with or without fee is hereby granted, provided that the above */ | |
/* copyright notice and this permission notice appear in all copies. */ | |
/* */ | |
/* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES */ | |
/* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF */ | |
/* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR */ |
This file contains hidden or 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
#!/usr/bin/python | |
############################################################################################################################ | |
# # | |
# html-hyphenator.py # | |
# # | |
# Copyright 2011 Vasudev Kamath <[email protected]> # | |
# # | |
# 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 # |
This file contains hidden or 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
#!/bin/sh | |
############################################################################################################################ | |
# # | |
# # | |
# gem-tgz-debian # | |
# # | |
# Copyright 2011 Vasudev Kamath <[email protected]> # | |
# # | |
# This program is free software; you can redistribute it and/or modify # | |
# it under t |
This file contains hidden or 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
name kn | |
charset u-knda | |
data-encoding utf-8 |
This file contains hidden or 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
name_english Kannada | |
name_native ಕನ್ನಡ | |
lang kn | |
data-file u-knda.cset | |
data-file u-knda.cmap | |
author: | |
name Vasudev Kamath | |
name-native ವಾಸುದೇವ ಕಾಮತ್ | |
email kamathvasudev at gmail dot com | |
maintainer true |
This file contains hidden or 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
#!/bin/sh | |
# dbus-start | |
#if which dbus-launch >/dev/null && test -z "$DBUSSESSIONBUSADDRESS"; | |
#then | |
# eval "$(dbus-launch --sh-syntax --exit-with-session)" | |
#fi | |
#source /etc/X11/xinit/xinitrc.d/30-dbus | |
#export MEMCPU='memcpu' |
This file contains hidden or 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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
########################################################################################################################## | |
# dhvani.py # | |
# # | |
# Copyright 2011 Vasudev Kamath <[email protected]> # | |
# # | |
# 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 # |