Skip to content

Instantly share code, notes, and snippets.

@hogelog
hogelog / ipaddr.sh
Last active December 22, 2015 18:09 — forked from MKnkgw/ipaddr.sh
#!/bin/sh
LCD=0x3e
LANG=
IP=`/sbin/ifconfig eth0 | grep "inet addr:" | cut -f2 -d : | cut -f1 -d " "`
echo "IP: $IP"
ip_char_at(){
#include <stdio.h>
int main(void)
{
int i;
int j;
for(i=1; i<=5; i=i+1){
for(j=1; j<=5; j=j+1){
printf("%d x %d = %d\n",i,j,(i*j));
var PLUGIN_INFO =
<VimperatorPlugin>
<name>heuristic-search</name>
<description>Heuristic search</description>
<author mail="hitode909@gmail.com" homepage="http://www.hatena.ne.jp/hitode909/">hitode909</author>
<version>0.1</version>
<detail><![CDATA[
== Commands ==
:hsearch {keywords}